SlideShare a Scribd company logo
7
Most read
8
Most read
9
Most read
Chapter 1   The Semantic Web
Introduction
• World Wide Web: wide-area hypermedia
  information retrieval initiative aiming to give
  universal access to a large universe of
  documents.
• The challenge of the Semantic Web, according
  to Berners-Lee:
     – To provide a language that expresses both data and
       rules for reasoning about the data and that allows
       rules from any existing knowledge representation
       system to be exported onto the Web.

Akerkar: Foundations of   © Narosa Publishing House, 2009   2
Semantic Web.
Introduction
• Example 1.1: let us assume that Gopal is a professor.
     – The Web wakes him up based on his lecture schedule as well as
       depending on the day of the week.
     – Web informs him about his schedule and appointments. He could also
       get the details of how to reach a particular destination on that day.
     – He could further informed of locations of his personal accessories.
     – The Web manages all sorts of dynamic situations such as unexpected
       events.
     – On weekends, when he completes his work for the day, the Web makes
       arrangements for him to meet his wife and kids for dinner in a restaurant
       in the city.
• Web has completely taken over Gopal’s life and it makes
  life easier but it is also up to Gopal to follow the advice
  given by the Web.


Akerkar: Foundations of    © Narosa Publishing House, 2009                     3
Semantic Web.
Evolution of the Web




   Web in 1995                   Web in 2000                Web in 2008



                                  HTML, XML                 HTML, XML, RDF
        HTML




Akerkar: Foundations of   © Narosa Publishing House, 2009                 4
Semantic Web.
Hyper Text Transfer Protocol
• The request line from the client consists of
  a request method, the address of the file
  requested and the HTTP version number.
                GET /mypage.html HTTP/1.1
                –   The above request calls for mypage.html file using the
                  GET HTTP method;
• A header looks like:
                ACCEPT: */*
                ACCEPT_LANGUAGE:en-us
                REFERER:http://www.ntnu.org/dev03.html
                USER_AGENT:FireFox/5.0 (compatible; MSIE 6.01;
                 Windows NT 6.0)
Akerkar: Foundations of    © Narosa Publishing House, 2009               5
Semantic Web.
Uniform Resource Identifier
•   URL stands for Uniform Resource Locator, which means it is a uniform
    (same throughout the world) way to locate a resource (file or document) on
    the Internet.

•   A Uniform Resource Identifier (URI) is an identifier used to identify objects
    in a space.

                 URL is written as http://www.tmrfindia.org
                   Various URI schemes are,
           •   ftp://ftp.ac.bolt.org/class/class237.txt
           •   http://www.bolt.org/class/class123.txt
           •   ldap://[2003:db7::3]/c=GB?objectClass?one
           •   mailto:ram.seth@bsnl.in
           •   news:comp.infosystems.www.servers.unix
           •   tel:+91-230-247-7876
           •   telnet://164.0.1.12:80/


Akerkar: Foundations of        © Narosa Publishing House, 2009                      6
Semantic Web.
A Layered Cake (W3C)
A layered cake consists of:
     – Extensible Markup
       Language (XML):
     – XML Schema:
     – Resource Description
       Framework (RDF):
     – RDF Schema:
     – Ontology:
     – Logic and Proof:
     – Trust:

Akerkar: Foundations of   © Narosa Publishing House, 2009   7
Semantic Web.
Semantic Web Technologies
                                              The Semantic Web




                                                                                         Information
XML, RDF, Metadata,                                       Database Technology:          Management
                          Agent Technology:
  Ontologies, Data                                        Transactions, Metadata,        Technology:
                               DAML
Modelling Technologies                                        Storage, Query            Collaboration,
                                                                                    Knowledge Management




Akerkar: Foundations of         © Narosa Publishing House, 2009                                            8
Semantic Web.
Ontology
• Definition 1.1: An ontology is a formal, explicit
  specification of a shared conceptualization.
                – Ontologies describe data models in terms of classes,
                  subclasses, and properties.
                – For instance, we can define a man to be a subclass of human,
                  which in turn is a subclass of animals that is a biped i.e. walks
                  on two legs.
     – Ontologies are mainly categorized into two types:
                – general ontologies (like SENSUS, Cyc, WordNet, etc.)
                – domain-specific ontologies (like, GALEN – Generalized
                  Architecture for Languages, Encyclopedias, and
                  Nomenclatures in medicine; UMLS - Unified Medical Language
                  System).

Akerkar: Foundations of      © Narosa Publishing House, 2009                          9
Semantic Web.
Semantics
• Definition 1.2: Semantic is a study of
  meaning and changes of meaning.

• The different types of semantics are:
                –   Denotational Semantics:
                –   Operational Semantics:
                –   Axiomatic semantics:
                –   Model-Theoretic Semantics:



Akerkar: Foundations of     © Narosa Publishing House, 2009   10
Semantic Web.
Web Service
     – Web Services is
           • self-contained,
           • self-describing,
           • modular applications that can be published,
             located, and invoked across the Web.




Akerkar: Foundations of   © Narosa Publishing House, 2009   11
Semantic Web.
Semantic Web Mining
• The Semantic Web
     – to organize and browse the Web in ways more suitable to the
       problems they have at hand.
     – to impose a conceptual filter to a set of Web pages, and display
       their relationships based on such a filter.
     – to visualization of complex content. With HTML, such interfaces
       are virtually impossible since it is difficult to extract meaning from
       the text.
• The major concern of Semantic Web is to convert the
  World Wide Web from just a huge repository of unrelated
  text, into useful linked pieces of information.
     – Linking the information is not only based on text similarity, but
       mainly on the meanings and real-world relations between items.

Akerkar: Foundations of   © Narosa Publishing House, 2009                  12
Semantic Web.
Book Overview
•   Chapter 2: XML is a universal language for defining markup, it does not
    provide with any means of talking about the semantics (i.e. meaning) of
    data. XML helps Web document to become structured document. This
    structure of a document can be made machine-accessible through DTDs
    and XML schema.
•   Chapter 3: RDF is a language for describing resources and RDF Schema is
    a primitive ontology language. Both, RDF and RDF Schema, provide the
    core languages for the Semantic Web.
•   Chapter 4: This chapter deals with concept of ontology and ontology
    languages. Here, we will also present some of the practical issues that arise
    when building ontologies.
•   Chapter 5: We will present some useful concepts from knowledge
    representation and reasoning, especially description logic. This is a
    backbone of some ontology languages.
•   Chapter 6: This chapter presents some issues for building Semantic Web.
    Actually, it is very difficult to predict the architecture of Semantic Web.
•   Chapter 7: The chapter discusses a wide-ranging outline of the kinds of
    techniques to which Semantic Web technology can be applied.

Akerkar: Foundations of    © Narosa Publishing House, 2009                     13
Semantic Web.
Suggested Reading
     –      T. Berners-Lee, J. Hendler and O. Lassila. The
            Semantic Web. Scientific American 284, 5, May
            2001: 34-43.
     –      T. Berners-Lee. Weaving the Web. Harper 1999.
     –      T. Berners-Lee. Semantic Web Road Map.
            http://www.w3.org/DesignIssues/Semantic
     –      T. Berners-Lee. Evolvability.
            http://www.w3.org/DesignIssues/Evolution.html
     –      T. Berners-Lee. What the Semantic Web can
            represent.
            http://www.w3.org/DesignIssues/RDFnot.html
Akerkar: Foundations of   © Narosa Publishing House, 2009    14
Semantic Web.

More Related Content

What's hot (20)

PDF
Semantic web technology
Stanley Wang
 
PPTX
The Semantic Web #9 - Web Ontology Language (OWL)
Myungjin Lee
 
PDF
The Semantic Web: An Introduction
Elena Simperl
 
PDF
Introduction to RDF & SPARQL
Open Data Support
 
PPT
Introduction to RDF
Narni Rajesh
 
PDF
Lecture: Ontologies and the Semantic Web
Marina Santini
 
PPTX
RDF Data Model
Jose Emilio Labra Gayo
 
PPTX
Ontology and Ontology Libraries: a Critical Study
Debashisnaskar
 
PDF
Web 3.0 Intro
Justin Lee
 
PPTX
Semantic Web - Ontologies
Serge Linckels
 
PPT
Web ontology language (owl)
Ameer Sameer
 
PPTX
Dspace software
Santosh Kumar Kori
 
PPT
RDF and OWL
Rachel Lovinger
 
PPTX
Information retrieval s
silambu111
 
PPTX
Graph databases
Vinoth Kannan
 
PDF
Introduction to linked data
Open Data Support
 
PDF
CS6010 Social Network Analysis Unit II
pkaviya
 
PDF
Introduction to Web Services
Thanachart Numnonda
 
PPTX
WEB Scraping.pptx
Shubham Jaybhaye
 
Semantic web technology
Stanley Wang
 
The Semantic Web #9 - Web Ontology Language (OWL)
Myungjin Lee
 
The Semantic Web: An Introduction
Elena Simperl
 
Introduction to RDF & SPARQL
Open Data Support
 
Introduction to RDF
Narni Rajesh
 
Lecture: Ontologies and the Semantic Web
Marina Santini
 
RDF Data Model
Jose Emilio Labra Gayo
 
Ontology and Ontology Libraries: a Critical Study
Debashisnaskar
 
Web 3.0 Intro
Justin Lee
 
Semantic Web - Ontologies
Serge Linckels
 
Web ontology language (owl)
Ameer Sameer
 
Dspace software
Santosh Kumar Kori
 
RDF and OWL
Rachel Lovinger
 
Information retrieval s
silambu111
 
Graph databases
Vinoth Kannan
 
Introduction to linked data
Open Data Support
 
CS6010 Social Network Analysis Unit II
pkaviya
 
Introduction to Web Services
Thanachart Numnonda
 
WEB Scraping.pptx
Shubham Jaybhaye
 

Viewers also liked (14)

PPTX
Semantic web services
Mergani Eltahir
 
PPT
The Semantic Web
ostephens
 
PDF
Introduction to the Semantic Web
Marin Dimitrov
 
PDF
Chapter 2 semantic web
R A Akerkar
 
PDF
Chapter 3 semantic web
R A Akerkar
 
ODP
Web 3.0 The Semantic Web
Hatem Mahmoud
 
PDF
An introduction to Semantic Web and Linked Data
Fabien Gandon
 
PDF
Connecting the Internet of Things to the Semantic Web
David Janes
 
PPT
Semantic web service
jean Agnimel
 
PPTX
Semantic Web Services: A RESTful Approach
Otavio Ferreira
 
PDF
Machine Learning Techniques for the Semantic Web
pauldix
 
PPT
Semantics: Seven types of meaning
Miftadia Laula
 
PPSX
Semantics
Kocaeli University
 
PDF
Semantic web services and its challenges
iaemedu
 
Semantic web services
Mergani Eltahir
 
The Semantic Web
ostephens
 
Introduction to the Semantic Web
Marin Dimitrov
 
Chapter 2 semantic web
R A Akerkar
 
Chapter 3 semantic web
R A Akerkar
 
Web 3.0 The Semantic Web
Hatem Mahmoud
 
An introduction to Semantic Web and Linked Data
Fabien Gandon
 
Connecting the Internet of Things to the Semantic Web
David Janes
 
Semantic web service
jean Agnimel
 
Semantic Web Services: A RESTful Approach
Otavio Ferreira
 
Machine Learning Techniques for the Semantic Web
pauldix
 
Semantics: Seven types of meaning
Miftadia Laula
 
Semantic web services and its challenges
iaemedu
 
Ad

Similar to Chapter 1 semantic web (20)

PDF
Semantic we bnext
Tapas Kumar Mishra
 
PDF
WebGUI And The Semantic Web
William McKee
 
PDF
Chapter 6 semantic web
R A Akerkar
 
PPTX
Lec1.pptx
AbdusslamAboubaker
 
PPTX
Semantic Web Landscape 2009
LeeFeigenbaum
 
PDF
Semantic Web Nature
Constantin Stan
 
PDF
G Antoniou Frank Van Harmelen A Semantic Web Primer
uintvenka15
 
PPT
Corrib.org - OpenSource and Research
adameq
 
PPTX
Poster Semantic Web - Abhijit Chandrasen Manepatil
ap
 
PDF
Sw 5semantic web-primer
okeee
 
PDF
Really usefulebooks 0262012421_the mit press a semantic web primer 2nd editio...
okeee
 
PDF
Semantic web-primer
okeee
 
PPT
Tutorial on Semantic Digital Libraries (WWW'2007)
Sebastian Ryszard Kruk
 
DOC
Semantic web
Vijay Thorat
 
PDF
Chapter 7 semantic web
R A Akerkar
 
PPT
Tutorial on Semantic Digital Libraries (ESWC'2007)
Sebastian Ryszard Kruk
 
PPTX
Semantic Web (IS 535 presentation) by ITRL students Deborah Ratliff and Maril...
cmitch41
 
PDF
Mit press a semantic web primer - 2004 !! - (by laxxuss)
okeee
 
PPT
Semantic web
Hon Lasisi H
 
PPTX
Web 3 final(1)
Venky Dood
 
Semantic we bnext
Tapas Kumar Mishra
 
WebGUI And The Semantic Web
William McKee
 
Chapter 6 semantic web
R A Akerkar
 
Semantic Web Landscape 2009
LeeFeigenbaum
 
Semantic Web Nature
Constantin Stan
 
G Antoniou Frank Van Harmelen A Semantic Web Primer
uintvenka15
 
Corrib.org - OpenSource and Research
adameq
 
Poster Semantic Web - Abhijit Chandrasen Manepatil
ap
 
Sw 5semantic web-primer
okeee
 
Really usefulebooks 0262012421_the mit press a semantic web primer 2nd editio...
okeee
 
Semantic web-primer
okeee
 
Tutorial on Semantic Digital Libraries (WWW'2007)
Sebastian Ryszard Kruk
 
Semantic web
Vijay Thorat
 
Chapter 7 semantic web
R A Akerkar
 
Tutorial on Semantic Digital Libraries (ESWC'2007)
Sebastian Ryszard Kruk
 
Semantic Web (IS 535 presentation) by ITRL students Deborah Ratliff and Maril...
cmitch41
 
Mit press a semantic web primer - 2004 !! - (by laxxuss)
okeee
 
Semantic web
Hon Lasisi H
 
Web 3 final(1)
Venky Dood
 
Ad

More from R A Akerkar (20)

PDF
Rajendraakerkar lemoproject
R A Akerkar
 
PDF
Big Data and Harvesting Data from Social Media
R A Akerkar
 
PDF
Can You Really Make Best Use of Big Data?
R A Akerkar
 
PDF
Big data in Business Innovation
R A Akerkar
 
PDF
What is Big Data ?
R A Akerkar
 
PDF
Connecting and Exploiting Big Data
R A Akerkar
 
PDF
Linked open data
R A Akerkar
 
PDF
Semi structure data extraction
R A Akerkar
 
PDF
Big data: analyzing large data sets
R A Akerkar
 
PDF
Description logics
R A Akerkar
 
PDF
Data Mining
R A Akerkar
 
PDF
Link analysis
R A Akerkar
 
PDF
artificial intelligence
R A Akerkar
 
PDF
Case Based Reasoning
R A Akerkar
 
PDF
Semantic Markup
R A Akerkar
 
PDF
Intelligent natural language system
R A Akerkar
 
PDF
Data mining
R A Akerkar
 
PDF
Knowledge Organization Systems
R A Akerkar
 
PDF
Rational Unified Process for User Interface Design
R A Akerkar
 
PDF
Unified Modelling Language
R A Akerkar
 
Rajendraakerkar lemoproject
R A Akerkar
 
Big Data and Harvesting Data from Social Media
R A Akerkar
 
Can You Really Make Best Use of Big Data?
R A Akerkar
 
Big data in Business Innovation
R A Akerkar
 
What is Big Data ?
R A Akerkar
 
Connecting and Exploiting Big Data
R A Akerkar
 
Linked open data
R A Akerkar
 
Semi structure data extraction
R A Akerkar
 
Big data: analyzing large data sets
R A Akerkar
 
Description logics
R A Akerkar
 
Data Mining
R A Akerkar
 
Link analysis
R A Akerkar
 
artificial intelligence
R A Akerkar
 
Case Based Reasoning
R A Akerkar
 
Semantic Markup
R A Akerkar
 
Intelligent natural language system
R A Akerkar
 
Data mining
R A Akerkar
 
Knowledge Organization Systems
R A Akerkar
 
Rational Unified Process for User Interface Design
R A Akerkar
 
Unified Modelling Language
R A Akerkar
 

Recently uploaded (20)

PDF
The Constitution Review Committee (CRC) has released an updated schedule for ...
nservice241
 
PPTX
How to Set Up Tags in Odoo 18 - Odoo Slides
Celine George
 
PPTX
EDUCATIONAL MEDIA/ TEACHING AUDIO VISUAL AIDS
Sonali Gupta
 
PPTX
PPT-Q1-WEEK-3-SCIENCE-ERevised Matatag Grade 3.pptx
reijhongidayawan02
 
PDF
AI-Powered-Visual-Storytelling-for-Nonprofits.pdf
TechSoup
 
PDF
Introduction presentation of the patentbutler tool
MIPLM
 
PDF
Council of Chalcedon Re-Examined
Smiling Lungs
 
PPTX
Difference between write and update in odoo 18
Celine George
 
PDF
Governor Josh Stein letter to NC delegation of U.S. House
Mebane Rash
 
PDF
Exploring the Different Types of Experimental Research
Thelma Villaflores
 
PPTX
DIGITAL CITIZENSHIP TOPIC TLE 8 MATATAG CURRICULUM
ROBERTAUGUSTINEFRANC
 
PDF
Mahidol_Change_Agent_Note_2025-06-27-29_MUSEF
Tassanee Lerksuthirat
 
PPTX
Introduction to Biochemistry & Cellular Foundations.pptx
marvinnbustamante1
 
PPTX
Controller Request and Response in Odoo18
Celine George
 
PDF
Knee Extensor Mechanism Injuries - Orthopedic Radiologic Imaging
Sean M. Fox
 
PDF
Biological Bilingual Glossary Hindi and English Medium
World of Wisdom
 
PPTX
Introduction to Indian Writing in English
Trushali Dodiya
 
PPTX
DAY 1_QUARTER1 ENGLISH 5 WEEK- PRESENTATION.pptx
BanyMacalintal
 
PDF
Horarios de distribución de agua en julio
pegazohn1978
 
PDF
Aprendendo Arquitetura Framework Salesforce - Dia 03
Mauricio Alexandre Silva
 
The Constitution Review Committee (CRC) has released an updated schedule for ...
nservice241
 
How to Set Up Tags in Odoo 18 - Odoo Slides
Celine George
 
EDUCATIONAL MEDIA/ TEACHING AUDIO VISUAL AIDS
Sonali Gupta
 
PPT-Q1-WEEK-3-SCIENCE-ERevised Matatag Grade 3.pptx
reijhongidayawan02
 
AI-Powered-Visual-Storytelling-for-Nonprofits.pdf
TechSoup
 
Introduction presentation of the patentbutler tool
MIPLM
 
Council of Chalcedon Re-Examined
Smiling Lungs
 
Difference between write and update in odoo 18
Celine George
 
Governor Josh Stein letter to NC delegation of U.S. House
Mebane Rash
 
Exploring the Different Types of Experimental Research
Thelma Villaflores
 
DIGITAL CITIZENSHIP TOPIC TLE 8 MATATAG CURRICULUM
ROBERTAUGUSTINEFRANC
 
Mahidol_Change_Agent_Note_2025-06-27-29_MUSEF
Tassanee Lerksuthirat
 
Introduction to Biochemistry & Cellular Foundations.pptx
marvinnbustamante1
 
Controller Request and Response in Odoo18
Celine George
 
Knee Extensor Mechanism Injuries - Orthopedic Radiologic Imaging
Sean M. Fox
 
Biological Bilingual Glossary Hindi and English Medium
World of Wisdom
 
Introduction to Indian Writing in English
Trushali Dodiya
 
DAY 1_QUARTER1 ENGLISH 5 WEEK- PRESENTATION.pptx
BanyMacalintal
 
Horarios de distribución de agua en julio
pegazohn1978
 
Aprendendo Arquitetura Framework Salesforce - Dia 03
Mauricio Alexandre Silva
 

Chapter 1 semantic web

  • 1. Chapter 1 The Semantic Web
  • 2. Introduction • World Wide Web: wide-area hypermedia information retrieval initiative aiming to give universal access to a large universe of documents. • The challenge of the Semantic Web, according to Berners-Lee: – To provide a language that expresses both data and rules for reasoning about the data and that allows rules from any existing knowledge representation system to be exported onto the Web. Akerkar: Foundations of © Narosa Publishing House, 2009 2 Semantic Web.
  • 3. Introduction • Example 1.1: let us assume that Gopal is a professor. – The Web wakes him up based on his lecture schedule as well as depending on the day of the week. – Web informs him about his schedule and appointments. He could also get the details of how to reach a particular destination on that day. – He could further informed of locations of his personal accessories. – The Web manages all sorts of dynamic situations such as unexpected events. – On weekends, when he completes his work for the day, the Web makes arrangements for him to meet his wife and kids for dinner in a restaurant in the city. • Web has completely taken over Gopal’s life and it makes life easier but it is also up to Gopal to follow the advice given by the Web. Akerkar: Foundations of © Narosa Publishing House, 2009 3 Semantic Web.
  • 4. Evolution of the Web Web in 1995 Web in 2000 Web in 2008 HTML, XML HTML, XML, RDF HTML Akerkar: Foundations of © Narosa Publishing House, 2009 4 Semantic Web.
  • 5. Hyper Text Transfer Protocol • The request line from the client consists of a request method, the address of the file requested and the HTTP version number. GET /mypage.html HTTP/1.1 – The above request calls for mypage.html file using the GET HTTP method; • A header looks like: ACCEPT: */* ACCEPT_LANGUAGE:en-us REFERER:http://www.ntnu.org/dev03.html USER_AGENT:FireFox/5.0 (compatible; MSIE 6.01; Windows NT 6.0) Akerkar: Foundations of © Narosa Publishing House, 2009 5 Semantic Web.
  • 6. Uniform Resource Identifier • URL stands for Uniform Resource Locator, which means it is a uniform (same throughout the world) way to locate a resource (file or document) on the Internet. • A Uniform Resource Identifier (URI) is an identifier used to identify objects in a space. URL is written as http://www.tmrfindia.org Various URI schemes are, • ftp://ftp.ac.bolt.org/class/class237.txt • http://www.bolt.org/class/class123.txt • ldap://[2003:db7::3]/c=GB?objectClass?one • mailto:[email protected] • news:comp.infosystems.www.servers.unix • tel:+91-230-247-7876 • telnet://164.0.1.12:80/ Akerkar: Foundations of © Narosa Publishing House, 2009 6 Semantic Web.
  • 7. A Layered Cake (W3C) A layered cake consists of: – Extensible Markup Language (XML): – XML Schema: – Resource Description Framework (RDF): – RDF Schema: – Ontology: – Logic and Proof: – Trust: Akerkar: Foundations of © Narosa Publishing House, 2009 7 Semantic Web.
  • 8. Semantic Web Technologies The Semantic Web Information XML, RDF, Metadata, Database Technology: Management Agent Technology: Ontologies, Data Transactions, Metadata, Technology: DAML Modelling Technologies Storage, Query Collaboration, Knowledge Management Akerkar: Foundations of © Narosa Publishing House, 2009 8 Semantic Web.
  • 9. Ontology • Definition 1.1: An ontology is a formal, explicit specification of a shared conceptualization. – Ontologies describe data models in terms of classes, subclasses, and properties. – For instance, we can define a man to be a subclass of human, which in turn is a subclass of animals that is a biped i.e. walks on two legs. – Ontologies are mainly categorized into two types: – general ontologies (like SENSUS, Cyc, WordNet, etc.) – domain-specific ontologies (like, GALEN – Generalized Architecture for Languages, Encyclopedias, and Nomenclatures in medicine; UMLS - Unified Medical Language System). Akerkar: Foundations of © Narosa Publishing House, 2009 9 Semantic Web.
  • 10. Semantics • Definition 1.2: Semantic is a study of meaning and changes of meaning. • The different types of semantics are: – Denotational Semantics: – Operational Semantics: – Axiomatic semantics: – Model-Theoretic Semantics: Akerkar: Foundations of © Narosa Publishing House, 2009 10 Semantic Web.
  • 11. Web Service – Web Services is • self-contained, • self-describing, • modular applications that can be published, located, and invoked across the Web. Akerkar: Foundations of © Narosa Publishing House, 2009 11 Semantic Web.
  • 12. Semantic Web Mining • The Semantic Web – to organize and browse the Web in ways more suitable to the problems they have at hand. – to impose a conceptual filter to a set of Web pages, and display their relationships based on such a filter. – to visualization of complex content. With HTML, such interfaces are virtually impossible since it is difficult to extract meaning from the text. • The major concern of Semantic Web is to convert the World Wide Web from just a huge repository of unrelated text, into useful linked pieces of information. – Linking the information is not only based on text similarity, but mainly on the meanings and real-world relations between items. Akerkar: Foundations of © Narosa Publishing House, 2009 12 Semantic Web.
  • 13. Book Overview • Chapter 2: XML is a universal language for defining markup, it does not provide with any means of talking about the semantics (i.e. meaning) of data. XML helps Web document to become structured document. This structure of a document can be made machine-accessible through DTDs and XML schema. • Chapter 3: RDF is a language for describing resources and RDF Schema is a primitive ontology language. Both, RDF and RDF Schema, provide the core languages for the Semantic Web. • Chapter 4: This chapter deals with concept of ontology and ontology languages. Here, we will also present some of the practical issues that arise when building ontologies. • Chapter 5: We will present some useful concepts from knowledge representation and reasoning, especially description logic. This is a backbone of some ontology languages. • Chapter 6: This chapter presents some issues for building Semantic Web. Actually, it is very difficult to predict the architecture of Semantic Web. • Chapter 7: The chapter discusses a wide-ranging outline of the kinds of techniques to which Semantic Web technology can be applied. Akerkar: Foundations of © Narosa Publishing House, 2009 13 Semantic Web.
  • 14. Suggested Reading – T. Berners-Lee, J. Hendler and O. Lassila. The Semantic Web. Scientific American 284, 5, May 2001: 34-43. – T. Berners-Lee. Weaving the Web. Harper 1999. – T. Berners-Lee. Semantic Web Road Map. http://www.w3.org/DesignIssues/Semantic – T. Berners-Lee. Evolvability. http://www.w3.org/DesignIssues/Evolution.html – T. Berners-Lee. What the Semantic Web can represent. http://www.w3.org/DesignIssues/RDFnot.html Akerkar: Foundations of © Narosa Publishing House, 2009 14 Semantic Web.