SlideShare una empresa de 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.

Más contenido relacionado

La actualidad más candente

Introduction to the Semantic Web
Introduction to the Semantic WebIntroduction to the Semantic Web
Introduction to the Semantic WebTomek Pluskiewicz
 
The Semantic Web #1 - Overview
The Semantic Web #1 - OverviewThe Semantic Web #1 - Overview
The Semantic Web #1 - OverviewMyungjin Lee
 
Web 3.0 The Semantic Web
Web 3.0 The Semantic WebWeb 3.0 The Semantic Web
Web 3.0 The Semantic WebHatem Mahmoud
 
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
 
Semantic web
Semantic webSemantic web
Semantic webRehithaP
 
Semantic web Document
Semantic web DocumentSemantic web Document
Semantic web Documentap
 
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
 
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
 
web service technologies
web service technologiesweb service technologies
web service technologiesYash Darak
 
Intro to the semantic web (for libraries)
Intro to the semantic web (for libraries) Intro to the semantic web (for libraries)
Intro to the semantic web (for libraries) robin fay
 
A Brief Introduction to SKOS
A Brief Introduction to SKOSA Brief Introduction to SKOS
A Brief Introduction to SKOSHeather Hedden
 
Introduction To RDF and RDFS
Introduction To RDF and RDFSIntroduction To RDF and RDFS
Introduction To RDF and RDFSNilesh Wagmare
 
Web ontology language (owl)
Web ontology language (owl)Web ontology language (owl)
Web ontology language (owl)Ameer Sameer
 
Semantic Web
Semantic WebSemantic Web
Semantic Webhardchiu
 

La actualidad más candente (20)

Introduction to the Semantic Web
Introduction to the Semantic WebIntroduction to the Semantic Web
Introduction to the Semantic Web
 
Semantic web
Semantic webSemantic web
Semantic web
 
The Semantic Web #1 - Overview
The Semantic Web #1 - OverviewThe Semantic Web #1 - Overview
The Semantic Web #1 - Overview
 
Web 3.0 The Semantic Web
Web 3.0 The Semantic WebWeb 3.0 The Semantic Web
Web 3.0 The Semantic Web
 
Semantic Web
Semantic WebSemantic Web
Semantic Web
 
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)
 
Semantic web
Semantic webSemantic web
Semantic web
 
Web 3.0 :The Evolution of Web
Web 3.0:The Evolution of WebWeb 3.0:The Evolution of Web
Web 3.0 :The Evolution of Web
 
Semantic web Document
Semantic web DocumentSemantic web Document
Semantic web Document
 
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
 
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 service technologies
web service technologiesweb service technologies
web service technologies
 
Intro to the semantic web (for libraries)
Intro to the semantic web (for libraries) Intro to the semantic web (for libraries)
Intro to the semantic web (for libraries)
 
A Brief Introduction to SKOS
A Brief Introduction to SKOSA Brief Introduction to SKOS
A Brief Introduction to SKOS
 
Introduction To RDF and RDFS
Introduction To RDF and RDFSIntroduction To RDF and RDFS
Introduction To RDF and RDFS
 
Web ontology language (owl)
Web ontology language (owl)Web ontology language (owl)
Web ontology language (owl)
 
Semantic Web
Semantic WebSemantic Web
Semantic Web
 
Web Servers (ppt)
Web Servers (ppt)Web Servers (ppt)
Web Servers (ppt)
 
Web 3.0
Web 3.0 Web 3.0
Web 3.0
 
Semantic Web
Semantic WebSemantic Web
Semantic Web
 

Destacado

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

Destacado (13)

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

Similar 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
 
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
 

Similar 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
 
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
 

Más 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
 

Más 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

BAG TECHNIQUE Bag technique-a tool making use of public health bag through wh...
BAG TECHNIQUE Bag technique-a tool making use of public health bag through wh...BAG TECHNIQUE Bag technique-a tool making use of public health bag through wh...
BAG TECHNIQUE Bag technique-a tool making use of public health bag through wh...Sapna Thakur
 
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...EduSkills OECD
 
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...christianmathematics
 
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxSOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxiammrhaywood
 
Nutritional Needs Presentation - HLTH 104
Nutritional Needs Presentation - HLTH 104Nutritional Needs Presentation - HLTH 104
Nutritional Needs Presentation - HLTH 104misteraugie
 
APM Welcome, APM North West Network Conference, Synergies Across Sectors
APM Welcome, APM North West Network Conference, Synergies Across SectorsAPM Welcome, APM North West Network Conference, Synergies Across Sectors
APM Welcome, APM North West Network Conference, Synergies Across SectorsAssociation for Project Management
 
Activity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdfActivity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdfciinovamais
 
Disha NEET Physics Guide for classes 11 and 12.pdf
Disha NEET Physics Guide for classes 11 and 12.pdfDisha NEET Physics Guide for classes 11 and 12.pdf
Disha NEET Physics Guide for classes 11 and 12.pdfchloefrazer622
 
Accessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactAccessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactdawncurless
 
Ecosystem Interactions Class Discussion Presentation in Blue Green Lined Styl...
Ecosystem Interactions Class Discussion Presentation in Blue Green Lined Styl...Ecosystem Interactions Class Discussion Presentation in Blue Green Lined Styl...
Ecosystem Interactions Class Discussion Presentation in Blue Green Lined Styl...fonyou31
 
Student login on Anyboli platform.helpin
Student login on Anyboli platform.helpinStudent login on Anyboli platform.helpin
Student login on Anyboli platform.helpinRaunakKeshri1
 
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...Krashi Coaching
 
Holdier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdfHoldier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdfagholdier
 
1029-Danh muc Sach Giao Khoa khoi 6.pdf
1029-Danh muc Sach Giao Khoa khoi  6.pdf1029-Danh muc Sach Giao Khoa khoi  6.pdf
1029-Danh muc Sach Giao Khoa khoi 6.pdfQucHHunhnh
 
microwave assisted reaction. General introduction
microwave assisted reaction. General introductionmicrowave assisted reaction. General introduction
microwave assisted reaction. General introductionMaksud Ahmed
 
Interactive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communicationInteractive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communicationnomboosow
 
The basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxThe basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxheathfieldcps1
 
Measures of Dispersion and Variability: Range, QD, AD and SD
Measures of Dispersion and Variability: Range, QD, AD and SDMeasures of Dispersion and Variability: Range, QD, AD and SD
Measures of Dispersion and Variability: Range, QD, AD and SDThiyagu K
 

Último (20)

Advance Mobile Application Development class 07
Advance Mobile Application Development class 07Advance Mobile Application Development class 07
Advance Mobile Application Development class 07
 
BAG TECHNIQUE Bag technique-a tool making use of public health bag through wh...
BAG TECHNIQUE Bag technique-a tool making use of public health bag through wh...BAG TECHNIQUE Bag technique-a tool making use of public health bag through wh...
BAG TECHNIQUE Bag technique-a tool making use of public health bag through wh...
 
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
 
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
 
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxSOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
 
Nutritional Needs Presentation - HLTH 104
Nutritional Needs Presentation - HLTH 104Nutritional Needs Presentation - HLTH 104
Nutritional Needs Presentation - HLTH 104
 
APM Welcome, APM North West Network Conference, Synergies Across Sectors
APM Welcome, APM North West Network Conference, Synergies Across SectorsAPM Welcome, APM North West Network Conference, Synergies Across Sectors
APM Welcome, APM North West Network Conference, Synergies Across Sectors
 
Activity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdfActivity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdf
 
Disha NEET Physics Guide for classes 11 and 12.pdf
Disha NEET Physics Guide for classes 11 and 12.pdfDisha NEET Physics Guide for classes 11 and 12.pdf
Disha NEET Physics Guide for classes 11 and 12.pdf
 
Accessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactAccessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impact
 
Mattingly "AI & Prompt Design: Structured Data, Assistants, & RAG"
Mattingly "AI & Prompt Design: Structured Data, Assistants, & RAG"Mattingly "AI & Prompt Design: Structured Data, Assistants, & RAG"
Mattingly "AI & Prompt Design: Structured Data, Assistants, & RAG"
 
Ecosystem Interactions Class Discussion Presentation in Blue Green Lined Styl...
Ecosystem Interactions Class Discussion Presentation in Blue Green Lined Styl...Ecosystem Interactions Class Discussion Presentation in Blue Green Lined Styl...
Ecosystem Interactions Class Discussion Presentation in Blue Green Lined Styl...
 
Student login on Anyboli platform.helpin
Student login on Anyboli platform.helpinStudent login on Anyboli platform.helpin
Student login on Anyboli platform.helpin
 
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
 
Holdier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdfHoldier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdf
 
1029-Danh muc Sach Giao Khoa khoi 6.pdf
1029-Danh muc Sach Giao Khoa khoi  6.pdf1029-Danh muc Sach Giao Khoa khoi  6.pdf
1029-Danh muc Sach Giao Khoa khoi 6.pdf
 
microwave assisted reaction. General introduction
microwave assisted reaction. General introductionmicrowave assisted reaction. General introduction
microwave assisted reaction. General introduction
 
Interactive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communicationInteractive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communication
 
The basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxThe basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptx
 
Measures of Dispersion and Variability: Range, QD, AD and SD
Measures of Dispersion and Variability: Range, QD, AD and SDMeasures of Dispersion and Variability: Range, QD, AD and SD
Measures of Dispersion and Variability: Range, QD, AD and SD
 

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.