Semantic Web Background and Updates 5th May, 2008
Agenda Background What is Semantic Web Approach for  archiving  Semantic Web News and Demo
What is Semantic Web? Making data meaningful(processable) for machine Discovering related data Extract hidden information from available data Data Portability is important
Some prediction...
Approach for archiving Semantic Web Top Down - natural language parsing Bottom up - markup language (RDF, microformats)
The W3C way: RDF - Resource Description Framework a framework for defining triples of subject, predicate and object RDFS - RDF Schema define vocabularies for provding structure to RDF resource OWL - Web Ontology Language reason about classes and individuals defined by RDFS and RDF SPARQL - SPARQL Protocol and RDF Query Language an RDF query language
The more realistic way Microformats  -adding class to HTML elements microformats hCard like: ... <div class=&quot;vcard&quot;> <a class=&quot;url fn&quot; href=&quot;http://tantek.com/&quot;>Tantek Çelik</a> </div> ... which is just showing: ... Tantek Çelik ... in the browser.
Some microformats hCalendar hCard   rel-license   rel-nofollow   rel-tag   VoteLinks   XFN XHTML friend network XMDP    XOXO Extensible Open XHTML Outlines  adr  -  for marking up address information  geo  -  for marking up geographic coordinates  hAtom  - syndicating episodic content hResume  - for publishing resumes and CVs  hReview rel-directory  -  to indicate that the destination of a hyperlink is a directory listing containing an entry for the current page  rel-enclosure   - for indicating attachments (e.g. files) to download and cache  rel-home   - indicate a hyperlink to the homepage of the site  rel-payment   - indicate a payment mechanism  robots exclusion   xFolk
News Yahoo Open Search Platform - SearchMonkey  (Mar 2008)
News Facebook, Google , and  Digg  joined DataPortability Workgroup
News Reuters launched Open Calais An  API  does a semantic markup on unstructured HTML documents. By natural language processing engine and massive hard coded, learning database
News and Demo Google launch Social Graph API an API for querying social data on the web which use XFN(microformats) and FOAF(RDF) http://code.google.com/apis/socialgraph/docs/examples.html demo
News and Demo Firefox 3 support microformats A javascript API used to manipulate microformat on page Demo site with microformats: http://upcoming.yahoo.com/ http://digg.com/users/brad3378/friends/view http://www.technorati.com/search/editgrid http://en.wikipedia.org/wiki/Template:Coord Google map
Demo DBpedia SPARQL
Some problems... Will someone enter microformats in a blog!? Will company open data for public? little reason for web site owners to do that How about existing information?
The End - Thanks! Discussion
Example - RDF <rdf:RDF xmlns:rdf=&quot;http://www.w3.org/1999/02/22-rdf-syntax-ns#&quot;         xmlns:terms=&quot;http://purl.org/dc/terms/&quot;>         <rdf:Description rdf:about=&quot;urn:x-states:New%20York&quot;>         <terms:alternative>NY</terms:alternative>         </rdf:Description> </rdf:RDF>
Example - OWL and RDFS <owl:Class rdf:ID=&quot;Wine&quot;>  <rdfs:subClassOf rdf:resource=&quot;&food;PotableLiquid&quot;/>  <rdfs:subClassOf> <owl:Restriction>  <owl:onProperty rdf:resource=&quot;#madeFromGrape&quot;/> <owl:minCardinality rdf:datatype=&quot;&xsd;nonNegativeInteger&quot;>1</owl:minCardinality> </owl:Restriction>  </rdfs:subClassOf> ...  </owl:Class>
Example - SPARQL PREFIX abc: <http://example.com/exampleOntology#> . SELECT ?capital ?country WHERE {   ?x abc:cityname ?capital ;      abc:isCapitalOf ?y.   ?y abc:countryname ?country ;      abc:isInContinent abc:Africa. }
Example - microformats hCalendar: <div class=&quot;vevent&quot;> <a class=&quot;url&quot; href=&quot;http://www.web2con.com/&quot;>http://www.web2con.com/</a> <span class=&quot;summary&quot;>Web 2.0 Conference</span>:  <abbr class=&quot;dtstart&quot; title=&quot;2007-10-05&quot;>October 5</abbr>- <abbr class=&quot;dtend&quot; title=&quot;2007-10-20&quot;>19</abbr>, at the <span class=&quot;location&quot;>Argent Hotel, San Francisco, CA</span> </div> hCard: <span class=&quot;tel&quot;><span class=&quot;type&quot;>Home</span> (<span class=&quot;type&quot;>pref</span>erred): <span class=&quot;value&quot;>+1.415.555.1212</span> </span>
Example - microformats rel-license: <a href=&quot;http://creativecommons.org/licenses/by/2.0/&quot; rel=&quot;license&quot;>cc by 2.0</a> <a href=&quot;http://www.apache.org/licenses/LICENSE-2.0&quot; rel=&quot;license&quot;>Apache 2.0</a> rel-tag <a href=&quot;http://technorati.com/tag/tech&quot; rel=&quot;tag&quot;>fish</a> VoteLinks: <a rev=&quot;vote-for&quot; href=&quot;http://ragingcow.blogspot.com&quot;  title=&quot;neat spoof&quot;>Raging Cow</a> <a rev=&quot;vote-against&quot; href=&quot;http://ragingcow.com&quot;  title=&quot;nasty corn syrup drink&quot;>Raging Cow</a> XFN: <a href=&quot;http://tanya.example.org&quot;  rel=&quot;friend met colleague&quot; >...</a>
Example - microformats adr: <div class=&quot;adr&quot;> <div class=&quot;street-address&quot;>665 3rd St.</div> <div class=&quot;extended-address&quot;>Suite 207</div> <span class=&quot;locality&quot;>San Francisco</span>, <span class=&quot;region&quot;>CA</span> <span class=&quot;postal-code&quot;>94107</span> <div class=&quot;country-name&quot;>U.S.A.</div> </div> geo: <div class=&quot;geo&quot;>GEO:  <span class=&quot;latitude&quot;>37.386013</span>,  <span class=&quot;longitude&quot;>-122.082932</span> </div>

More Related Content

PPTX
Epiphany: Adaptable RDFa Generation Linking the Web of Documents to the Web o...
PPT
Linked Data Tutorial
KEY
RDFa Introductory Course Session 2/4 How RDFa
PDF
Introduction to RDF
PDF
An introduction to Semantic Web and Linked Data
PDF
#sod14 - ok, è un endpoint SPARQL non facciamoci prendere dal panico
PPT
SemanticWeb Nuts 'n Bolts
PDF
Debunking some “RDF vs. Property Graph” Alternative Facts
Epiphany: Adaptable RDFa Generation Linking the Web of Documents to the Web o...
Linked Data Tutorial
RDFa Introductory Course Session 2/4 How RDFa
Introduction to RDF
An introduction to Semantic Web and Linked Data
#sod14 - ok, è un endpoint SPARQL non facciamoci prendere dal panico
SemanticWeb Nuts 'n Bolts
Debunking some “RDF vs. Property Graph” Alternative Facts

What's hot (20)

PPT
Developing A Semantic Web Application - ISWC 2008 tutorial
PPTX
Shrinking the silo boundary: data and schema in the Semantic Web
PPTX
GDG Meets U event - Big data & Wikidata - no lies codelab
PDF
DHWI Linked Open Data - Show and Tell
PPT
Talis Platform: A Linked Data Engine
PDF
RDF and SPARQL for PHP Developers (at New York Semantic Web Meetup)
PPTX
HiBISCuS: Hypergraph-Based Source Selection for SPARQL Endpoint Federation
PPTX
Ukgovld registry-intro
PPTX
Usage of Linked Data: Introduction and Application Scenarios
PPTX
Federated Query Formulation and Processing Through BioFed
PDF
Webinar: Semantic web for developers
PPT
PPTX
The Semantic Web #10 - SPARQL
PPTX
Federated SPARQL query processing over the Web of Data
PDF
Jesús Barrasa
PPT
Ks2008 Semanticweb In Action
PPTX
RDFa Tutorial
ODP
Building a semantic website
PPTX
"RDFa - what, why and how?" by Mike Hewett and Shamod Lacoul
PPTX
Sem webmaubeuge
Developing A Semantic Web Application - ISWC 2008 tutorial
Shrinking the silo boundary: data and schema in the Semantic Web
GDG Meets U event - Big data & Wikidata - no lies codelab
DHWI Linked Open Data - Show and Tell
Talis Platform: A Linked Data Engine
RDF and SPARQL for PHP Developers (at New York Semantic Web Meetup)
HiBISCuS: Hypergraph-Based Source Selection for SPARQL Endpoint Federation
Ukgovld registry-intro
Usage of Linked Data: Introduction and Application Scenarios
Federated Query Formulation and Processing Through BioFed
Webinar: Semantic web for developers
The Semantic Web #10 - SPARQL
Federated SPARQL query processing over the Web of Data
Jesús Barrasa
Ks2008 Semanticweb In Action
RDFa Tutorial
Building a semantic website
"RDFa - what, why and how?" by Mike Hewett and Shamod Lacoul
Sem webmaubeuge

Viewers also liked (7)

PPT
Semantic web
PPTX
Makabayan
PDF
Semantic web
PPTX
Semantic web
PPT
Graphic Organizers
PPSX
ODP
Web 3.0 The Semantic Web
Semantic web
Makabayan
Semantic web
Semantic web
Graphic Organizers
Web 3.0 The Semantic Web

Similar to Semantic Web (20)

ODP
State of the Semantic Web
PPTX
SemTech 2011 Semantic Search tutorial
PPT
Making the Web searchable
PPT
The Semantic Web An Introduction
PPTX
Making things findable
PPT
Publishing data on the Semantic Web
PPTX
Hack U Barcelona 2011
PDF
WebGUI And The Semantic Web
PPT
Peter Mika's Presentation at SSSW 2011
ZIP
SemWeb Fundamentals - Info Linking & Layering in Practice
PPT
Intro semanticweb
PPTX
Semantic Web, e-commerce
PPT
Netflix presentation final
PPTX
CSHALS 2010 W3C Semanic Web Tutorial
ODP
Linked Data
PPTX
20100614 ISWSA Keynote
PPTX
Introduction to the Semantic Web
PDF
Microformats I: What & Why
PDF
Web3.0 or The semantic web
ODP
Quick Introduction to the Semantic Web, RDFa & Microformats
State of the Semantic Web
SemTech 2011 Semantic Search tutorial
Making the Web searchable
The Semantic Web An Introduction
Making things findable
Publishing data on the Semantic Web
Hack U Barcelona 2011
WebGUI And The Semantic Web
Peter Mika's Presentation at SSSW 2011
SemWeb Fundamentals - Info Linking & Layering in Practice
Intro semanticweb
Semantic Web, e-commerce
Netflix presentation final
CSHALS 2010 W3C Semanic Web Tutorial
Linked Data
20100614 ISWSA Keynote
Introduction to the Semantic Web
Microformats I: What & Why
Web3.0 or The semantic web
Quick Introduction to the Semantic Web, RDFa & Microformats

Recently uploaded (20)

PDF
Uncertainty-aware contextual multi-armed bandits for recommendations in e-com...
PDF
substrate PowerPoint Presentation basic one
PDF
Decision Optimization - From Theory to Practice
PPT
Overviiew on Intellectual property right
PPTX
Information-Technology-in-Human-Society (2).pptx
PPTX
AQUEEL MUSHTAQUE FAKIH COMPUTER CENTER .
PDF
Introduction to c language from lecture slides
PDF
Examining Bias in AI Generated News Content.pdf
PPTX
From XAI to XEE through Influence and Provenance.Controlling model fairness o...
PDF
Domain-specific knowledge and context in large language models: challenges, c...
PDF
EIS-Webinar-Regulated-Industries-2025-08.pdf
PDF
CCUS-as-the-Missing-Link-to-Net-Zero_AksCurious.pdf
PPTX
maintenance powerrpoint for adaprive and preventive
PDF
EGCB_Solar_Project_Presentation_and Finalcial Analysis.pdf
PDF
Slides World Game (s) Great Redesign Eco Economic Epochs.pdf
PPTX
Report in SIP_Distance_Learning_Technology_Impact.pptx
PPTX
Slides World Game (s) Great Redesign Eco Economic Epochs.pptx
PDF
Optimizing bioinformatics applications: a novel approach with human protein d...
PDF
Secure Java Applications against Quantum Threats
PDF
Altius execution marketplace concept.pdf
Uncertainty-aware contextual multi-armed bandits for recommendations in e-com...
substrate PowerPoint Presentation basic one
Decision Optimization - From Theory to Practice
Overviiew on Intellectual property right
Information-Technology-in-Human-Society (2).pptx
AQUEEL MUSHTAQUE FAKIH COMPUTER CENTER .
Introduction to c language from lecture slides
Examining Bias in AI Generated News Content.pdf
From XAI to XEE through Influence and Provenance.Controlling model fairness o...
Domain-specific knowledge and context in large language models: challenges, c...
EIS-Webinar-Regulated-Industries-2025-08.pdf
CCUS-as-the-Missing-Link-to-Net-Zero_AksCurious.pdf
maintenance powerrpoint for adaprive and preventive
EGCB_Solar_Project_Presentation_and Finalcial Analysis.pdf
Slides World Game (s) Great Redesign Eco Economic Epochs.pdf
Report in SIP_Distance_Learning_Technology_Impact.pptx
Slides World Game (s) Great Redesign Eco Economic Epochs.pptx
Optimizing bioinformatics applications: a novel approach with human protein d...
Secure Java Applications against Quantum Threats
Altius execution marketplace concept.pdf

Semantic Web

  • 1. Semantic Web Background and Updates 5th May, 2008
  • 2. Agenda Background What is Semantic Web Approach for archiving Semantic Web News and Demo
  • 3. What is Semantic Web? Making data meaningful(processable) for machine Discovering related data Extract hidden information from available data Data Portability is important
  • 5. Approach for archiving Semantic Web Top Down - natural language parsing Bottom up - markup language (RDF, microformats)
  • 6. The W3C way: RDF - Resource Description Framework a framework for defining triples of subject, predicate and object RDFS - RDF Schema define vocabularies for provding structure to RDF resource OWL - Web Ontology Language reason about classes and individuals defined by RDFS and RDF SPARQL - SPARQL Protocol and RDF Query Language an RDF query language
  • 7. The more realistic way Microformats -adding class to HTML elements microformats hCard like: ... <div class=&quot;vcard&quot;> <a class=&quot;url fn&quot; href=&quot;http://tantek.com/&quot;>Tantek Çelik</a> </div> ... which is just showing: ... Tantek Çelik ... in the browser.
  • 8. Some microformats hCalendar hCard rel-license rel-nofollow rel-tag VoteLinks XFN XHTML friend network XMDP  XOXO Extensible Open XHTML Outlines  adr - for marking up address information geo - for marking up geographic coordinates hAtom - syndicating episodic content hResume - for publishing resumes and CVs hReview rel-directory - to indicate that the destination of a hyperlink is a directory listing containing an entry for the current page rel-enclosure - for indicating attachments (e.g. files) to download and cache rel-home - indicate a hyperlink to the homepage of the site rel-payment - indicate a payment mechanism robots exclusion xFolk
  • 9. News Yahoo Open Search Platform - SearchMonkey (Mar 2008)
  • 10. News Facebook, Google , and Digg joined DataPortability Workgroup
  • 11. News Reuters launched Open Calais An API does a semantic markup on unstructured HTML documents. By natural language processing engine and massive hard coded, learning database
  • 12. News and Demo Google launch Social Graph API an API for querying social data on the web which use XFN(microformats) and FOAF(RDF) http://code.google.com/apis/socialgraph/docs/examples.html demo
  • 13. News and Demo Firefox 3 support microformats A javascript API used to manipulate microformat on page Demo site with microformats: http://upcoming.yahoo.com/ http://digg.com/users/brad3378/friends/view http://www.technorati.com/search/editgrid http://en.wikipedia.org/wiki/Template:Coord Google map
  • 15. Some problems... Will someone enter microformats in a blog!? Will company open data for public? little reason for web site owners to do that How about existing information?
  • 16. The End - Thanks! Discussion
  • 17. Example - RDF <rdf:RDF xmlns:rdf=&quot;http://www.w3.org/1999/02/22-rdf-syntax-ns#&quot;         xmlns:terms=&quot;http://purl.org/dc/terms/&quot;>         <rdf:Description rdf:about=&quot;urn:x-states:New%20York&quot;>         <terms:alternative>NY</terms:alternative>         </rdf:Description> </rdf:RDF>
  • 18. Example - OWL and RDFS <owl:Class rdf:ID=&quot;Wine&quot;> <rdfs:subClassOf rdf:resource=&quot;&food;PotableLiquid&quot;/> <rdfs:subClassOf> <owl:Restriction> <owl:onProperty rdf:resource=&quot;#madeFromGrape&quot;/> <owl:minCardinality rdf:datatype=&quot;&xsd;nonNegativeInteger&quot;>1</owl:minCardinality> </owl:Restriction> </rdfs:subClassOf> ... </owl:Class>
  • 19. Example - SPARQL PREFIX abc: <http://example.com/exampleOntology#> . SELECT ?capital ?country WHERE {   ?x abc:cityname ?capital ;      abc:isCapitalOf ?y.   ?y abc:countryname ?country ;      abc:isInContinent abc:Africa. }
  • 20. Example - microformats hCalendar: <div class=&quot;vevent&quot;> <a class=&quot;url&quot; href=&quot;http://www.web2con.com/&quot;>http://www.web2con.com/</a> <span class=&quot;summary&quot;>Web 2.0 Conference</span>: <abbr class=&quot;dtstart&quot; title=&quot;2007-10-05&quot;>October 5</abbr>- <abbr class=&quot;dtend&quot; title=&quot;2007-10-20&quot;>19</abbr>, at the <span class=&quot;location&quot;>Argent Hotel, San Francisco, CA</span> </div> hCard: <span class=&quot;tel&quot;><span class=&quot;type&quot;>Home</span> (<span class=&quot;type&quot;>pref</span>erred): <span class=&quot;value&quot;>+1.415.555.1212</span> </span>
  • 21. Example - microformats rel-license: <a href=&quot;http://creativecommons.org/licenses/by/2.0/&quot; rel=&quot;license&quot;>cc by 2.0</a> <a href=&quot;http://www.apache.org/licenses/LICENSE-2.0&quot; rel=&quot;license&quot;>Apache 2.0</a> rel-tag <a href=&quot;http://technorati.com/tag/tech&quot; rel=&quot;tag&quot;>fish</a> VoteLinks: <a rev=&quot;vote-for&quot; href=&quot;http://ragingcow.blogspot.com&quot; title=&quot;neat spoof&quot;>Raging Cow</a> <a rev=&quot;vote-against&quot; href=&quot;http://ragingcow.com&quot; title=&quot;nasty corn syrup drink&quot;>Raging Cow</a> XFN: <a href=&quot;http://tanya.example.org&quot; rel=&quot;friend met colleague&quot; >...</a>
  • 22. Example - microformats adr: <div class=&quot;adr&quot;> <div class=&quot;street-address&quot;>665 3rd St.</div> <div class=&quot;extended-address&quot;>Suite 207</div> <span class=&quot;locality&quot;>San Francisco</span>, <span class=&quot;region&quot;>CA</span> <span class=&quot;postal-code&quot;>94107</span> <div class=&quot;country-name&quot;>U.S.A.</div> </div> geo: <div class=&quot;geo&quot;>GEO: <span class=&quot;latitude&quot;>37.386013</span>, <span class=&quot;longitude&quot;>-122.082932</span> </div>