SlideShare ist ein Scribd-Unternehmen logo
1 von 14
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.

Weitere ähnliche Inhalte

Was ist angesagt?

The Semantic Web #1 - Overview
The Semantic Web #1 - OverviewThe Semantic Web #1 - Overview
The Semantic Web #1 - OverviewMyungjin Lee
 
Semantic web Document
Semantic web DocumentSemantic web Document
Semantic web Documentap
 
Semantic web technology
Semantic web technologySemantic web technology
Semantic web technologyStanley Wang
 
Semantic web
Semantic webSemantic web
Semantic webRehithaP
 
Web 3.0 The Semantic Web
Web 3.0 The Semantic WebWeb 3.0 The Semantic Web
Web 3.0 The Semantic WebHatem Mahmoud
 
Semantic Web
Semantic WebSemantic Web
Semantic Webhardchiu
 
Web Services (SOAP, WSDL, UDDI)
Web Services (SOAP, WSDL, UDDI)Web Services (SOAP, WSDL, UDDI)
Web Services (SOAP, WSDL, UDDI)Peter R. Egli
 
Resource description framework
Resource description frameworkResource description framework
Resource description frameworkStanley Wang
 
The Semantic Web #9 - Web Ontology Language (OWL)
The Semantic Web #9 - Web Ontology Language (OWL)The Semantic Web #9 - Web Ontology Language (OWL)
The Semantic Web #9 - Web Ontology Language (OWL)Myungjin Lee
 
Ontologies and semantic web
Ontologies and semantic webOntologies and semantic web
Ontologies and semantic webStanley Wang
 
Web ontology language (owl)
Web ontology language (owl)Web ontology language (owl)
Web ontology language (owl)Ameer Sameer
 
Understanding RDF: the Resource Description Framework in Context (1999)
Understanding RDF: the Resource Description Framework in Context  (1999)Understanding RDF: the Resource Description Framework in Context  (1999)
Understanding RDF: the Resource Description Framework in Context (1999)Dan Brickley
 
Ontology and Ontology Libraries: a Critical Study
Ontology and Ontology Libraries: a Critical StudyOntology and Ontology Libraries: a Critical Study
Ontology and Ontology Libraries: a Critical StudyDebashisnaskar
 

Was ist angesagt? (20)

The Semantic Web #1 - Overview
The Semantic Web #1 - OverviewThe Semantic Web #1 - Overview
The Semantic Web #1 - Overview
 
Semantic web Document
Semantic web DocumentSemantic web Document
Semantic web Document
 
Semantic web technology
Semantic web technologySemantic web technology
Semantic web technology
 
Semantic web
Semantic webSemantic web
Semantic web
 
Web 3.0 The Semantic Web
Web 3.0 The Semantic WebWeb 3.0 The Semantic Web
Web 3.0 The Semantic Web
 
RDF Data Model
RDF Data ModelRDF Data Model
RDF Data Model
 
Semantic Web
Semantic WebSemantic Web
Semantic Web
 
Semantic Web
Semantic WebSemantic Web
Semantic Web
 
Semantic Web
Semantic WebSemantic Web
Semantic Web
 
Web 3.0 Intro
Web 3.0 IntroWeb 3.0 Intro
Web 3.0 Intro
 
Web Services (SOAP, WSDL, UDDI)
Web Services (SOAP, WSDL, UDDI)Web Services (SOAP, WSDL, UDDI)
Web Services (SOAP, WSDL, UDDI)
 
Resource description framework
Resource description frameworkResource description framework
Resource description framework
 
The Semantic Web #9 - Web Ontology Language (OWL)
The Semantic Web #9 - Web Ontology Language (OWL)The Semantic Web #9 - Web Ontology Language (OWL)
The Semantic Web #9 - Web Ontology Language (OWL)
 
Ontologies and semantic web
Ontologies and semantic webOntologies and semantic web
Ontologies and semantic web
 
Web ontology language (owl)
Web ontology language (owl)Web ontology language (owl)
Web ontology language (owl)
 
RDF data model
RDF data modelRDF data model
RDF data model
 
Understanding RDF: the Resource Description Framework in Context (1999)
Understanding RDF: the Resource Description Framework in Context  (1999)Understanding RDF: the Resource Description Framework in Context  (1999)
Understanding RDF: the Resource Description Framework in Context (1999)
 
Web application
Web applicationWeb application
Web application
 
REST & RESTful Web Services
REST & RESTful Web ServicesREST & RESTful Web Services
REST & RESTful Web Services
 
Ontology and Ontology Libraries: a Critical Study
Ontology and Ontology Libraries: a Critical StudyOntology and Ontology Libraries: a Critical Study
Ontology and Ontology Libraries: a Critical Study
 

Andere mochten auch

The Semantic Web
The Semantic WebThe Semantic Web
The Semantic Webostephens
 
Introduction to the Semantic Web
Introduction to the Semantic WebIntroduction to the Semantic Web
Introduction to the Semantic WebMarin Dimitrov
 
Chapter 2 semantic web
Chapter 2 semantic webChapter 2 semantic web
Chapter 2 semantic webR A Akerkar
 
Chapter 3 semantic web
Chapter 3 semantic webChapter 3 semantic web
Chapter 3 semantic webR A Akerkar
 
An introduction to Semantic Web and Linked Data
An introduction to Semantic Web and Linked DataAn introduction to Semantic Web and Linked Data
An introduction to Semantic Web and Linked DataFabien Gandon
 
Connecting the Internet of Things to the Semantic Web
Connecting the Internet of Things to the Semantic WebConnecting the Internet of Things to the Semantic Web
Connecting the Internet of Things to the Semantic WebDavid Janes
 
Semantic web service
Semantic web serviceSemantic web service
Semantic web servicejean Agnimel
 
Lecture: Ontologies and the Semantic Web
Lecture: Ontologies and the Semantic WebLecture: Ontologies and the Semantic Web
Lecture: Ontologies and the Semantic WebMarina Santini
 
Semantic Web Services: A RESTful Approach
Semantic Web Services: A RESTful ApproachSemantic Web Services: A RESTful Approach
Semantic Web Services: A RESTful ApproachOtavio Ferreira
 
Machine Learning Techniques for the Semantic Web
Machine Learning Techniques for the Semantic WebMachine Learning Techniques for the Semantic Web
Machine Learning Techniques for the Semantic Webpauldix
 
Semantics: Seven types of meaning
Semantics: Seven types of meaningSemantics: Seven types of meaning
Semantics: Seven types of meaningMiftadia Laula
 
Semantic web services and its challenges
Semantic web services and its challengesSemantic web services and its challenges
Semantic web services and its challengesiaemedu
 

Andere mochten auch (14)

Semantic web services
Semantic web servicesSemantic web services
Semantic web services
 
The Semantic Web
The Semantic WebThe Semantic Web
The Semantic Web
 
Introduction to the Semantic Web
Introduction to the Semantic WebIntroduction to the Semantic Web
Introduction to the Semantic Web
 
Chapter 2 semantic web
Chapter 2 semantic webChapter 2 semantic web
Chapter 2 semantic web
 
Chapter 3 semantic web
Chapter 3 semantic webChapter 3 semantic web
Chapter 3 semantic web
 
An introduction to Semantic Web and Linked Data
An introduction to Semantic Web and Linked DataAn introduction to Semantic Web and Linked Data
An introduction to Semantic Web and Linked Data
 
Connecting the Internet of Things to the Semantic Web
Connecting the Internet of Things to the Semantic WebConnecting the Internet of Things to the Semantic Web
Connecting the Internet of Things to the Semantic Web
 
Semantic web service
Semantic web serviceSemantic web service
Semantic web service
 
Lecture: Ontologies and the Semantic Web
Lecture: Ontologies and the Semantic WebLecture: Ontologies and the Semantic Web
Lecture: Ontologies and the Semantic Web
 
Semantic Web Services: A RESTful Approach
Semantic Web Services: A RESTful ApproachSemantic Web Services: A RESTful Approach
Semantic Web Services: A RESTful Approach
 
Machine Learning Techniques for the Semantic Web
Machine Learning Techniques for the Semantic WebMachine Learning Techniques for the Semantic Web
Machine Learning Techniques for the Semantic Web
 
Semantics: Seven types of meaning
Semantics: Seven types of meaningSemantics: Seven types of meaning
Semantics: Seven types of meaning
 
Semantics
SemanticsSemantics
Semantics
 
Semantic web services and its challenges
Semantic web services and its challengesSemantic web services and its challenges
Semantic web services and its challenges
 

Ähnlich wie Chapter 1 semantic web

Usage of Linked Data: Introduction and Application Scenarios
Usage of Linked Data: Introduction and Application ScenariosUsage of Linked Data: Introduction and Application Scenarios
Usage of Linked Data: Introduction and Application ScenariosEUCLID project
 
Web 3 final(1)
Web 3 final(1)Web 3 final(1)
Web 3 final(1)Venky Dood
 
WebGUI And The Semantic Web
WebGUI And The Semantic WebWebGUI And The Semantic Web
WebGUI And The Semantic WebWilliam McKee
 
A review of the state of the art in Machine Learning on the Semantic Web
A review of the state of the art in Machine Learning on the Semantic WebA review of the state of the art in Machine Learning on the Semantic Web
A review of the state of the art in Machine Learning on the Semantic WebSimon Price
 
Application Semantics via Rules in Open Vocabulary English
Application Semantics via Rules in Open Vocabulary EnglishApplication Semantics via Rules in Open Vocabulary English
Application Semantics via Rules in Open Vocabulary EnglishAdrian Walker
 
Web Introduction
Web IntroductionWeb Introduction
Web Introductionasim78
 
Corrib.org - OpenSource and Research
Corrib.org - OpenSource and ResearchCorrib.org - OpenSource and Research
Corrib.org - OpenSource and Researchadameq
 
The Semantic Web: status and prospects
The Semantic Web: status and prospectsThe Semantic Web: status and prospects
The Semantic Web: status and prospectsGuus Schreiber
 
Development of Semantic Web based Disaster Management System
Development of Semantic Web based Disaster Management SystemDevelopment of Semantic Web based Disaster Management System
Development of Semantic Web based Disaster Management SystemNIT Durgapur
 
Introduction to internet technology
Introduction to internet technologyIntroduction to internet technology
Introduction to internet technologyOnline
 
Fitsum ristu lakew the semantic web
Fitsum ristu lakew the semantic webFitsum ristu lakew the semantic web
Fitsum ristu lakew the semantic webFITSUM RISTU LAKEW
 

Ähnlich wie Chapter 1 semantic web (20)

Semantic web
Semantic webSemantic web
Semantic web
 
unit 1.pptx
unit 1.pptxunit 1.pptx
unit 1.pptx
 
Usage of Linked Data: Introduction and Application Scenarios
Usage of Linked Data: Introduction and Application ScenariosUsage of Linked Data: Introduction and Application Scenarios
Usage of Linked Data: Introduction and Application Scenarios
 
Web 3 final(1)
Web 3 final(1)Web 3 final(1)
Web 3 final(1)
 
WebGUI And The Semantic Web
WebGUI And The Semantic WebWebGUI And The Semantic Web
WebGUI And The Semantic Web
 
A review of the state of the art in Machine Learning on the Semantic Web
A review of the state of the art in Machine Learning on the Semantic WebA review of the state of the art in Machine Learning on the Semantic Web
A review of the state of the art in Machine Learning on the Semantic Web
 
Semantic Web Nature
Semantic Web NatureSemantic Web Nature
Semantic Web Nature
 
Semtech2006
Semtech2006Semtech2006
Semtech2006
 
Application Semantics via Rules in Open Vocabulary English
Application Semantics via Rules in Open Vocabulary EnglishApplication Semantics via Rules in Open Vocabulary English
Application Semantics via Rules in Open Vocabulary English
 
Web Introduction
Web IntroductionWeb Introduction
Web Introduction
 
Corrib.org - OpenSource and Research
Corrib.org - OpenSource and ResearchCorrib.org - OpenSource and Research
Corrib.org - OpenSource and Research
 
The Semantic Web: status and prospects
The Semantic Web: status and prospectsThe Semantic Web: status and prospects
The Semantic Web: status and prospects
 
Semantic web
Semantic webSemantic web
Semantic web
 
W3 c semantic web activity
W3 c semantic web activityW3 c semantic web activity
W3 c semantic web activity
 
Development of Semantic Web based Disaster Management System
Development of Semantic Web based Disaster Management SystemDevelopment of Semantic Web based Disaster Management System
Development of Semantic Web based Disaster Management System
 
Semantic web
Semantic webSemantic web
Semantic web
 
Our World is Socio-technical
Our World is Socio-technicalOur World is Socio-technical
Our World is Socio-technical
 
Introduction to internet technology
Introduction to internet technologyIntroduction to internet technology
Introduction to internet technology
 
Semantic web
Semantic webSemantic web
Semantic web
 
Fitsum ristu lakew the semantic web
Fitsum ristu lakew the semantic webFitsum ristu lakew the semantic web
Fitsum ristu lakew the semantic web
 

Mehr von R A Akerkar

Rajendraakerkar lemoproject
Rajendraakerkar lemoprojectRajendraakerkar lemoproject
Rajendraakerkar lemoprojectR A Akerkar
 
Big Data and Harvesting Data from Social Media
Big Data and Harvesting Data from Social MediaBig Data and Harvesting Data from Social Media
Big Data and Harvesting Data from Social MediaR A Akerkar
 
Can You Really Make Best Use of Big Data?
Can You Really Make Best Use of Big Data?Can You Really Make Best Use of Big Data?
Can You Really Make Best Use of Big Data?R A Akerkar
 
Big data in Business Innovation
Big data in Business Innovation   Big data in Business Innovation
Big data in Business Innovation R A Akerkar
 
What is Big Data ?
What is Big Data ?What is Big Data ?
What is Big Data ?R A Akerkar
 
Connecting and Exploiting Big Data
Connecting and Exploiting Big DataConnecting and Exploiting Big Data
Connecting and Exploiting Big DataR A Akerkar
 
Linked open data
Linked open dataLinked open data
Linked open dataR A Akerkar
 
Semi structure data extraction
Semi structure data extractionSemi structure data extraction
Semi structure data extractionR A Akerkar
 
Big data: analyzing large data sets
Big data: analyzing large data setsBig data: analyzing large data sets
Big data: analyzing large data setsR A Akerkar
 
Description logics
Description logicsDescription logics
Description logicsR A Akerkar
 
artificial intelligence
artificial intelligenceartificial intelligence
artificial intelligenceR A Akerkar
 
Case Based Reasoning
Case Based ReasoningCase Based Reasoning
Case Based ReasoningR A Akerkar
 
Semantic Markup
Semantic Markup Semantic Markup
Semantic Markup R A Akerkar
 
Intelligent natural language system
Intelligent natural language systemIntelligent natural language system
Intelligent natural language systemR A Akerkar
 
Knowledge Organization Systems
Knowledge Organization SystemsKnowledge Organization Systems
Knowledge Organization SystemsR A Akerkar
 
Rational Unified Process for User Interface Design
Rational Unified Process for User Interface DesignRational Unified Process for User Interface Design
Rational Unified Process for User Interface DesignR A Akerkar
 
Unified Modelling Language
Unified Modelling LanguageUnified Modelling Language
Unified Modelling LanguageR A Akerkar
 

Mehr von R A Akerkar (20)

Rajendraakerkar lemoproject
Rajendraakerkar lemoprojectRajendraakerkar lemoproject
Rajendraakerkar lemoproject
 
Big Data and Harvesting Data from Social Media
Big Data and Harvesting Data from Social MediaBig Data and Harvesting Data from Social Media
Big Data and Harvesting Data from Social Media
 
Can You Really Make Best Use of Big Data?
Can You Really Make Best Use of Big Data?Can You Really Make Best Use of Big Data?
Can You Really Make Best Use of Big Data?
 
Big data in Business Innovation
Big data in Business Innovation   Big data in Business Innovation
Big data in Business Innovation
 
What is Big Data ?
What is Big Data ?What is Big Data ?
What is Big Data ?
 
Connecting and Exploiting Big Data
Connecting and Exploiting Big DataConnecting and Exploiting Big Data
Connecting and Exploiting Big Data
 
Linked open data
Linked open dataLinked open data
Linked open data
 
Semi structure data extraction
Semi structure data extractionSemi structure data extraction
Semi structure data extraction
 
Big data: analyzing large data sets
Big data: analyzing large data setsBig data: analyzing large data sets
Big data: analyzing large data sets
 
Description logics
Description logicsDescription logics
Description logics
 
Data Mining
Data MiningData Mining
Data Mining
 
Link analysis
Link analysisLink analysis
Link analysis
 
artificial intelligence
artificial intelligenceartificial intelligence
artificial intelligence
 
Case Based Reasoning
Case Based ReasoningCase Based Reasoning
Case Based Reasoning
 
Semantic Markup
Semantic Markup Semantic Markup
Semantic Markup
 
Intelligent natural language system
Intelligent natural language systemIntelligent natural language system
Intelligent natural language system
 
Data mining
Data miningData mining
Data mining
 
Knowledge Organization Systems
Knowledge Organization SystemsKnowledge Organization Systems
Knowledge Organization Systems
 
Rational Unified Process for User Interface Design
Rational Unified Process for User Interface DesignRational Unified Process for User Interface Design
Rational Unified Process for User Interface Design
 
Unified Modelling Language
Unified Modelling LanguageUnified Modelling Language
Unified Modelling Language
 

Kürzlich hochgeladen

80 ĐỀ THI THỬ TUYỂN SINH TIẾNG ANH VÀO 10 SỞ GD – ĐT THÀNH PHỐ HỒ CHÍ MINH NĂ...
80 ĐỀ THI THỬ TUYỂN SINH TIẾNG ANH VÀO 10 SỞ GD – ĐT THÀNH PHỐ HỒ CHÍ MINH NĂ...80 ĐỀ THI THỬ TUYỂN SINH TIẾNG ANH VÀO 10 SỞ GD – ĐT THÀNH PHỐ HỒ CHÍ MINH NĂ...
80 ĐỀ THI THỬ TUYỂN SINH TIẾNG ANH VÀO 10 SỞ GD – ĐT THÀNH PHỐ HỒ CHÍ MINH NĂ...Nguyen Thanh Tu Collection
 
On_Translating_a_Tamil_Poem_by_A_K_Ramanujan.pptx
On_Translating_a_Tamil_Poem_by_A_K_Ramanujan.pptxOn_Translating_a_Tamil_Poem_by_A_K_Ramanujan.pptx
On_Translating_a_Tamil_Poem_by_A_K_Ramanujan.pptxPooja Bhuva
 
The basics of sentences session 3pptx.pptx
The basics of sentences session 3pptx.pptxThe basics of sentences session 3pptx.pptx
The basics of sentences session 3pptx.pptxheathfieldcps1
 
Accessible Digital Futures project (20/03/2024)
Accessible Digital Futures project (20/03/2024)Accessible Digital Futures project (20/03/2024)
Accessible Digital Futures project (20/03/2024)Jisc
 
How to Manage Global Discount in Odoo 17 POS
How to Manage Global Discount in Odoo 17 POSHow to Manage Global Discount in Odoo 17 POS
How to Manage Global Discount in Odoo 17 POSCeline George
 
How to Create and Manage Wizard in Odoo 17
How to Create and Manage Wizard in Odoo 17How to Create and Manage Wizard in Odoo 17
How to Create and Manage Wizard in Odoo 17Celine George
 
NO1 Top Black Magic Specialist In Lahore Black magic In Pakistan Kala Ilam Ex...
NO1 Top Black Magic Specialist In Lahore Black magic In Pakistan Kala Ilam Ex...NO1 Top Black Magic Specialist In Lahore Black magic In Pakistan Kala Ilam Ex...
NO1 Top Black Magic Specialist In Lahore Black magic In Pakistan Kala Ilam Ex...Amil baba
 
Plant propagation: Sexual and Asexual propapagation.pptx
Plant propagation: Sexual and Asexual propapagation.pptxPlant propagation: Sexual and Asexual propapagation.pptx
Plant propagation: Sexual and Asexual propapagation.pptxUmeshTimilsina1
 
Single or Multiple melodic lines structure
Single or Multiple melodic lines structureSingle or Multiple melodic lines structure
Single or Multiple melodic lines structuredhanjurrannsibayan2
 
TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...
TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...
TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...Nguyen Thanh Tu Collection
 
Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...ZurliaSoop
 
General Principles of Intellectual Property: Concepts of Intellectual Proper...
General Principles of Intellectual Property: Concepts of Intellectual  Proper...General Principles of Intellectual Property: Concepts of Intellectual  Proper...
General Principles of Intellectual Property: Concepts of Intellectual Proper...Poonam Aher Patil
 
Holdier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdfHoldier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdfagholdier
 
HMCS Vancouver Pre-Deployment Brief - May 2024 (Web Version).pptx
HMCS Vancouver Pre-Deployment Brief - May 2024 (Web Version).pptxHMCS Vancouver Pre-Deployment Brief - May 2024 (Web Version).pptx
HMCS Vancouver Pre-Deployment Brief - May 2024 (Web Version).pptxmarlenawright1
 
Food safety_Challenges food safety laboratories_.pdf
Food safety_Challenges food safety laboratories_.pdfFood safety_Challenges food safety laboratories_.pdf
Food safety_Challenges food safety laboratories_.pdfSherif Taha
 
Beyond_Borders_Understanding_Anime_and_Manga_Fandom_A_Comprehensive_Audience_...
Beyond_Borders_Understanding_Anime_and_Manga_Fandom_A_Comprehensive_Audience_...Beyond_Borders_Understanding_Anime_and_Manga_Fandom_A_Comprehensive_Audience_...
Beyond_Borders_Understanding_Anime_and_Manga_Fandom_A_Comprehensive_Audience_...Pooja Bhuva
 
Sensory_Experience_and_Emotional_Resonance_in_Gabriel_Okaras_The_Piano_and_Th...
Sensory_Experience_and_Emotional_Resonance_in_Gabriel_Okaras_The_Piano_and_Th...Sensory_Experience_and_Emotional_Resonance_in_Gabriel_Okaras_The_Piano_and_Th...
Sensory_Experience_and_Emotional_Resonance_in_Gabriel_Okaras_The_Piano_and_Th...Pooja Bhuva
 
Understanding Accommodations and Modifications
Understanding  Accommodations and ModificationsUnderstanding  Accommodations and Modifications
Understanding Accommodations and ModificationsMJDuyan
 
Exploring_the_Narrative_Style_of_Amitav_Ghoshs_Gun_Island.pptx
Exploring_the_Narrative_Style_of_Amitav_Ghoshs_Gun_Island.pptxExploring_the_Narrative_Style_of_Amitav_Ghoshs_Gun_Island.pptx
Exploring_the_Narrative_Style_of_Amitav_Ghoshs_Gun_Island.pptxPooja Bhuva
 

Kürzlich hochgeladen (20)

Mehran University Newsletter Vol-X, Issue-I, 2024
Mehran University Newsletter Vol-X, Issue-I, 2024Mehran University Newsletter Vol-X, Issue-I, 2024
Mehran University Newsletter Vol-X, Issue-I, 2024
 
80 ĐỀ THI THỬ TUYỂN SINH TIẾNG ANH VÀO 10 SỞ GD – ĐT THÀNH PHỐ HỒ CHÍ MINH NĂ...
80 ĐỀ THI THỬ TUYỂN SINH TIẾNG ANH VÀO 10 SỞ GD – ĐT THÀNH PHỐ HỒ CHÍ MINH NĂ...80 ĐỀ THI THỬ TUYỂN SINH TIẾNG ANH VÀO 10 SỞ GD – ĐT THÀNH PHỐ HỒ CHÍ MINH NĂ...
80 ĐỀ THI THỬ TUYỂN SINH TIẾNG ANH VÀO 10 SỞ GD – ĐT THÀNH PHỐ HỒ CHÍ MINH NĂ...
 
On_Translating_a_Tamil_Poem_by_A_K_Ramanujan.pptx
On_Translating_a_Tamil_Poem_by_A_K_Ramanujan.pptxOn_Translating_a_Tamil_Poem_by_A_K_Ramanujan.pptx
On_Translating_a_Tamil_Poem_by_A_K_Ramanujan.pptx
 
The basics of sentences session 3pptx.pptx
The basics of sentences session 3pptx.pptxThe basics of sentences session 3pptx.pptx
The basics of sentences session 3pptx.pptx
 
Accessible Digital Futures project (20/03/2024)
Accessible Digital Futures project (20/03/2024)Accessible Digital Futures project (20/03/2024)
Accessible Digital Futures project (20/03/2024)
 
How to Manage Global Discount in Odoo 17 POS
How to Manage Global Discount in Odoo 17 POSHow to Manage Global Discount in Odoo 17 POS
How to Manage Global Discount in Odoo 17 POS
 
How to Create and Manage Wizard in Odoo 17
How to Create and Manage Wizard in Odoo 17How to Create and Manage Wizard in Odoo 17
How to Create and Manage Wizard in Odoo 17
 
NO1 Top Black Magic Specialist In Lahore Black magic In Pakistan Kala Ilam Ex...
NO1 Top Black Magic Specialist In Lahore Black magic In Pakistan Kala Ilam Ex...NO1 Top Black Magic Specialist In Lahore Black magic In Pakistan Kala Ilam Ex...
NO1 Top Black Magic Specialist In Lahore Black magic In Pakistan Kala Ilam Ex...
 
Plant propagation: Sexual and Asexual propapagation.pptx
Plant propagation: Sexual and Asexual propapagation.pptxPlant propagation: Sexual and Asexual propapagation.pptx
Plant propagation: Sexual and Asexual propapagation.pptx
 
Single or Multiple melodic lines structure
Single or Multiple melodic lines structureSingle or Multiple melodic lines structure
Single or Multiple melodic lines structure
 
TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...
TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...
TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...
 
Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
 
General Principles of Intellectual Property: Concepts of Intellectual Proper...
General Principles of Intellectual Property: Concepts of Intellectual  Proper...General Principles of Intellectual Property: Concepts of Intellectual  Proper...
General Principles of Intellectual Property: Concepts of Intellectual Proper...
 
Holdier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdfHoldier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdf
 
HMCS Vancouver Pre-Deployment Brief - May 2024 (Web Version).pptx
HMCS Vancouver Pre-Deployment Brief - May 2024 (Web Version).pptxHMCS Vancouver Pre-Deployment Brief - May 2024 (Web Version).pptx
HMCS Vancouver Pre-Deployment Brief - May 2024 (Web Version).pptx
 
Food safety_Challenges food safety laboratories_.pdf
Food safety_Challenges food safety laboratories_.pdfFood safety_Challenges food safety laboratories_.pdf
Food safety_Challenges food safety laboratories_.pdf
 
Beyond_Borders_Understanding_Anime_and_Manga_Fandom_A_Comprehensive_Audience_...
Beyond_Borders_Understanding_Anime_and_Manga_Fandom_A_Comprehensive_Audience_...Beyond_Borders_Understanding_Anime_and_Manga_Fandom_A_Comprehensive_Audience_...
Beyond_Borders_Understanding_Anime_and_Manga_Fandom_A_Comprehensive_Audience_...
 
Sensory_Experience_and_Emotional_Resonance_in_Gabriel_Okaras_The_Piano_and_Th...
Sensory_Experience_and_Emotional_Resonance_in_Gabriel_Okaras_The_Piano_and_Th...Sensory_Experience_and_Emotional_Resonance_in_Gabriel_Okaras_The_Piano_and_Th...
Sensory_Experience_and_Emotional_Resonance_in_Gabriel_Okaras_The_Piano_and_Th...
 
Understanding Accommodations and Modifications
Understanding  Accommodations and ModificationsUnderstanding  Accommodations and Modifications
Understanding Accommodations and Modifications
 
Exploring_the_Narrative_Style_of_Amitav_Ghoshs_Gun_Island.pptx
Exploring_the_Narrative_Style_of_Amitav_Ghoshs_Gun_Island.pptxExploring_the_Narrative_Style_of_Amitav_Ghoshs_Gun_Island.pptx
Exploring_the_Narrative_Style_of_Amitav_Ghoshs_Gun_Island.pptx
 

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: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.
  • 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.