SlideShare uma empresa Scribd logo
1 de 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.

Mais conteúdo relacionado

Mais procurados

Semantic web
Semantic webSemantic web
Semantic webRehithaP
 
Introduction to RDF
Introduction to RDFIntroduction to RDF
Introduction to RDFNarni Rajesh
 
Knowledge Graph Introduction
Knowledge Graph IntroductionKnowledge Graph Introduction
Knowledge Graph IntroductionSören Auer
 
Introduction to Information Retrieval & Models
Introduction to Information Retrieval & ModelsIntroduction to Information Retrieval & Models
Introduction to Information Retrieval & ModelsMounia Lalmas-Roelleke
 
Linked data for Libraries, Archives, Museums
Linked data for Libraries, Archives, MuseumsLinked data for Libraries, Archives, Museums
Linked data for Libraries, Archives, Museumsljsmart
 
Probabilistic retrieval model
Probabilistic retrieval modelProbabilistic retrieval model
Probabilistic retrieval modelbaradhimarch81
 
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
 
Knowledge Graphs - The Power of Graph-Based Search
Knowledge Graphs - The Power of Graph-Based SearchKnowledge Graphs - The Power of Graph-Based Search
Knowledge Graphs - The Power of Graph-Based SearchNeo4j
 
Ontologies and semantic web
Ontologies and semantic webOntologies and semantic web
Ontologies and semantic webStanley Wang
 
Resource description framework
Resource description frameworkResource description framework
Resource description frameworkhozifa1010
 
Model of information retrieval (3)
Model  of information retrieval (3)Model  of information retrieval (3)
Model of information retrieval (3)9866825059
 
Introduction to Knowledge Graphs: Data Summit 2020
Introduction to Knowledge Graphs: Data Summit 2020Introduction to Knowledge Graphs: Data Summit 2020
Introduction to Knowledge Graphs: Data Summit 2020Enterprise Knowledge
 
Interoperability Protocols and Standards in LIS
Interoperability Protocols and Standards in LISInteroperability Protocols and Standards in LIS
Interoperability Protocols and Standards in LISADINET Ahmedabad
 

Mais procurados (20)

Interoperability in Digital Libraries
Interoperability in Digital LibrariesInteroperability in Digital Libraries
Interoperability in Digital Libraries
 
Introduction to SPARQL
Introduction to SPARQLIntroduction to SPARQL
Introduction to SPARQL
 
Semantic web
Semantic webSemantic web
Semantic web
 
RDF and OWL
RDF and OWLRDF and OWL
RDF and OWL
 
Introduction to RDF
Introduction to RDFIntroduction to RDF
Introduction to RDF
 
Knowledge Graph Introduction
Knowledge Graph IntroductionKnowledge Graph Introduction
Knowledge Graph Introduction
 
Semantic web
Semantic webSemantic web
Semantic web
 
Introduction to Information Retrieval & Models
Introduction to Information Retrieval & ModelsIntroduction to Information Retrieval & Models
Introduction to Information Retrieval & Models
 
RDF data model
RDF data modelRDF data model
RDF data model
 
RDF Data Model
RDF Data ModelRDF Data Model
RDF Data Model
 
Linked data for Libraries, Archives, Museums
Linked data for Libraries, Archives, MuseumsLinked data for Libraries, Archives, Museums
Linked data for Libraries, Archives, Museums
 
Linked Data Tutorial
Linked Data TutorialLinked Data Tutorial
Linked Data Tutorial
 
Probabilistic retrieval model
Probabilistic retrieval modelProbabilistic retrieval model
Probabilistic retrieval model
 
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
 
Knowledge Graphs - The Power of Graph-Based Search
Knowledge Graphs - The Power of Graph-Based SearchKnowledge Graphs - The Power of Graph-Based Search
Knowledge Graphs - The Power of Graph-Based Search
 
Ontologies and semantic web
Ontologies and semantic webOntologies and semantic web
Ontologies and semantic web
 
Resource description framework
Resource description frameworkResource description framework
Resource description framework
 
Model of information retrieval (3)
Model  of information retrieval (3)Model  of information retrieval (3)
Model of information retrieval (3)
 
Introduction to Knowledge Graphs: Data Summit 2020
Introduction to Knowledge Graphs: Data Summit 2020Introduction to Knowledge Graphs: Data Summit 2020
Introduction to Knowledge Graphs: Data Summit 2020
 
Interoperability Protocols and Standards in LIS
Interoperability Protocols and Standards in LISInteroperability Protocols and Standards in LIS
Interoperability Protocols and Standards in LIS
 

Destaque

The Semantic Web
The Semantic WebThe Semantic Web
The Semantic Webostephens
 
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
 
Web 3.0 The Semantic Web
Web 3.0 The Semantic WebWeb 3.0 The Semantic Web
Web 3.0 The Semantic WebHatem Mahmoud
 
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
 
The Semantic Web: An Introduction
The Semantic Web: An IntroductionThe Semantic Web: An Introduction
The Semantic Web: An IntroductionElena Simperl
 
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
 

Destaque (14)

Semantic web services
Semantic web servicesSemantic web services
Semantic web services
 
The Semantic Web
The Semantic WebThe Semantic Web
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
 
Web 3.0 The Semantic Web
Web 3.0 The Semantic WebWeb 3.0 The Semantic Web
Web 3.0 The 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
 
The Semantic Web: An Introduction
The Semantic Web: An IntroductionThe Semantic Web: An Introduction
The Semantic Web: An Introduction
 
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
 

Semelhante a 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
 
Semantic web technology
Semantic web technologySemantic web technology
Semantic web technologyStanley Wang
 
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
 

Semelhante a 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
 
Semantic web technology
Semantic web technologySemantic web technology
Semantic web technology
 
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 web Semantic web
Semantic web
 

Mais de 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
 

Mais de 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
 

Último

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
 
Understanding Accommodations and Modifications
Understanding  Accommodations and ModificationsUnderstanding  Accommodations and Modifications
Understanding Accommodations and ModificationsMJDuyan
 
How to Give a Domain for a Field in Odoo 17
How to Give a Domain for a Field in Odoo 17How to Give a Domain for a Field in Odoo 17
How to Give a Domain for a Field in Odoo 17Celine George
 
SOC 101 Demonstration of Learning Presentation
SOC 101 Demonstration of Learning PresentationSOC 101 Demonstration of Learning Presentation
SOC 101 Demonstration of Learning Presentationcamerronhm
 
On National Teacher Day, meet the 2024-25 Kenan Fellows
On National Teacher Day, meet the 2024-25 Kenan FellowsOn National Teacher Day, meet the 2024-25 Kenan Fellows
On National Teacher Day, meet the 2024-25 Kenan FellowsMebane Rash
 
ICT Role in 21st Century Education & its Challenges.pptx
ICT Role in 21st Century Education & its Challenges.pptxICT Role in 21st Century Education & its Challenges.pptx
ICT Role in 21st Century Education & its Challenges.pptxAreebaZafar22
 
PROCESS RECORDING FORMAT.docx
PROCESS      RECORDING        FORMAT.docxPROCESS      RECORDING        FORMAT.docx
PROCESS RECORDING FORMAT.docxPoojaSen20
 
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
 
Making communications land - Are they received and understood as intended? we...
Making communications land - Are they received and understood as intended? we...Making communications land - Are they received and understood as intended? we...
Making communications land - Are they received and understood as intended? we...Association for Project Management
 
Holdier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdfHoldier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdfagholdier
 
Unit-V; Pricing (Pharma Marketing Management).pptx
Unit-V; Pricing (Pharma Marketing Management).pptxUnit-V; Pricing (Pharma Marketing Management).pptx
Unit-V; Pricing (Pharma Marketing Management).pptxVishalSingh1417
 
Dyslexia AI Workshop for Slideshare.pptx
Dyslexia AI Workshop for Slideshare.pptxDyslexia AI Workshop for Slideshare.pptx
Dyslexia AI Workshop for Slideshare.pptxcallscotland1987
 
Activity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdfActivity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdfciinovamais
 
microwave assisted reaction. General introduction
microwave assisted reaction. General introductionmicrowave assisted reaction. General introduction
microwave assisted reaction. General introductionMaksud Ahmed
 
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
 
Sociology 101 Demonstration of Learning Exhibit
Sociology 101 Demonstration of Learning ExhibitSociology 101 Demonstration of Learning Exhibit
Sociology 101 Demonstration of Learning Exhibitjbellavia9
 
Python Notes for mca i year students osmania university.docx
Python Notes for mca i year students osmania university.docxPython Notes for mca i year students osmania university.docx
Python Notes for mca i year students osmania university.docxRamakrishna Reddy Bijjam
 
Seal of Good Local Governance (SGLG) 2024Final.pptx
Seal of Good Local Governance (SGLG) 2024Final.pptxSeal of Good Local Governance (SGLG) 2024Final.pptx
Seal of Good Local Governance (SGLG) 2024Final.pptxnegromaestrong
 
This PowerPoint helps students to consider the concept of infinity.
This PowerPoint helps students to consider the concept of infinity.This PowerPoint helps students to consider the concept of infinity.
This PowerPoint helps students to consider the concept of infinity.christianmathematics
 

Último (20)

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
 
Understanding Accommodations and Modifications
Understanding  Accommodations and ModificationsUnderstanding  Accommodations and Modifications
Understanding Accommodations and Modifications
 
How to Give a Domain for a Field in Odoo 17
How to Give a Domain for a Field in Odoo 17How to Give a Domain for a Field in Odoo 17
How to Give a Domain for a Field in Odoo 17
 
SOC 101 Demonstration of Learning Presentation
SOC 101 Demonstration of Learning PresentationSOC 101 Demonstration of Learning Presentation
SOC 101 Demonstration of Learning Presentation
 
On National Teacher Day, meet the 2024-25 Kenan Fellows
On National Teacher Day, meet the 2024-25 Kenan FellowsOn National Teacher Day, meet the 2024-25 Kenan Fellows
On National Teacher Day, meet the 2024-25 Kenan Fellows
 
ICT Role in 21st Century Education & its Challenges.pptx
ICT Role in 21st Century Education & its Challenges.pptxICT Role in 21st Century Education & its Challenges.pptx
ICT Role in 21st Century Education & its Challenges.pptx
 
PROCESS RECORDING FORMAT.docx
PROCESS      RECORDING        FORMAT.docxPROCESS      RECORDING        FORMAT.docx
PROCESS RECORDING FORMAT.docx
 
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Ữ Â...
 
Making communications land - Are they received and understood as intended? we...
Making communications land - Are they received and understood as intended? we...Making communications land - Are they received and understood as intended? we...
Making communications land - Are they received and understood as intended? we...
 
Holdier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdfHoldier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdf
 
Unit-V; Pricing (Pharma Marketing Management).pptx
Unit-V; Pricing (Pharma Marketing Management).pptxUnit-V; Pricing (Pharma Marketing Management).pptx
Unit-V; Pricing (Pharma Marketing Management).pptx
 
Dyslexia AI Workshop for Slideshare.pptx
Dyslexia AI Workshop for Slideshare.pptxDyslexia AI Workshop for Slideshare.pptx
Dyslexia AI Workshop for Slideshare.pptx
 
Activity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdfActivity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdf
 
microwave assisted reaction. General introduction
microwave assisted reaction. General introductionmicrowave assisted reaction. General introduction
microwave assisted reaction. General introduction
 
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
 
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)
 
Sociology 101 Demonstration of Learning Exhibit
Sociology 101 Demonstration of Learning ExhibitSociology 101 Demonstration of Learning Exhibit
Sociology 101 Demonstration of Learning Exhibit
 
Python Notes for mca i year students osmania university.docx
Python Notes for mca i year students osmania university.docxPython Notes for mca i year students osmania university.docx
Python Notes for mca i year students osmania university.docx
 
Seal of Good Local Governance (SGLG) 2024Final.pptx
Seal of Good Local Governance (SGLG) 2024Final.pptxSeal of Good Local Governance (SGLG) 2024Final.pptx
Seal of Good Local Governance (SGLG) 2024Final.pptx
 
This PowerPoint helps students to consider the concept of infinity.
This PowerPoint helps students to consider the concept of infinity.This PowerPoint helps students to consider the concept of infinity.
This PowerPoint helps students to consider the concept of infinity.
 

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.