SlideShare a Scribd company logo
Linking Open Data Danny Ayers SemAst2009
Obligatory Children Slide
Credits: Many slides derived from those of Tom Heath, Michael Hausenblas, Chris Bizer, Richard Cyganiak, Olaf Hartig
Quote Linked Data is the Semantic Web done right, and the Web done right.” - Tim Berners-Lee
Introduce the concept of Linked Data Highlight why you would want to publish Linked Data on the Web Introduce the principles and best practices of publishing Linked Data on the Web Demonstrate the creation and consumption of Linked Data Answer your burning Linked Data publishing questions Objectives
Overview From a Web of Documents to a Web of Data Web APIs, Microformats, and Linked Data Linked Data Deployment on the Web What data is out there? Applications  What is being done with the data?
Classic Data : in silos Image: Bob Jagensdorf, http://flickr.com/photos/darwinbell/, CC-BY
The Classic Web Single global information space URLs as  globally unique IDs retrieval mechanism HTML as shared content format Hyperlinks Shortcomings Content is not well structured You can not ask expressive queries You can not process content within applications B C HTML HTML HTML Web  Browsers Search  Engines hyper- links A
What do we actually want? Use the Web like a  single global  database.
Solution Web APIs Microformats Linked Data Publish structured data directly on the Web Different Approaches
Web APIs
Mashups Positive APIs expose structured data APIs enable new applications Negative Usually proprietary interfaces Mashups are based only on fixed set of sources You can't usually set hyperlinks between data objects Mashup Up Web API A Web API B Web API C Web API D
Web APIs slice the Web into separate data silos Image: Bob Jagensdorf, http://flickr.com/photos/darwinbell/, CC-BY
What do we want? Use the Web as a single global database  using what we know works on the Web
Connecting Worlds One Web! Data Documents
What works on the Web? Uniform Identifiers (URIs) Common Interface Protocol (HTTP) Standard Representation Formats (HTML, Atom/RSS etc)
What works on the Web? The Hyperlink
Evolving the Link <a href=” http://example.org/home.html “> Home Page </a> page.html home.html
Evolving the Link <a href=”http://example.org/home.html”  rel=”home”> Home Page </a> page.html home.html home
Microformats Embed structured data into HTML pages. hCard, hCalender, hReview, XFN, … Compatible with the idea of the Web as single information space. Shortcomings Only a fixed set of microformats exist No direct way to connect data items <div class=&quot;vevent&quot;> <span class=&quot;summary&quot;>bdigital</span>    <abbr class=&quot;dtstart&quot; title=&quot;2008-05-20&quot;>May 20</abbr> -    <abbr class=&quot;dtend&quot; title=&quot;2007-05-22&quot;>22</abbr> </div>
Evolving the Link <rdf:Description  rdf:about=” http://example.org/page ”> <x:home  rdf:resource=” http://example.org/home ” /> </rdf:Description> page home x:home
Linked Data B C Thing typed links A D E typed links typed links typed links Thing Thing Thing Thing Thing Thing Thing Thing Thing Use Semantic Web technologies to publish structured data on the Web, set links between data from one data source  to data within other data sources .
RDF Relations <rdf:Description  rdf:about=” http://example.org/page ”> <x:home  rdf:resource=” http://example.org/home ” /> </rdf:Description> x:home subject object http://example.org /page ... http://example.org /home ...
Identifiers Identification by Description Non-HTTP URIs HTTP URIs
Linked Data Principles Use URIs as names for things Use HTTP URIs so that people can look up those names. When someone looks up a URI, provide useful information. Include links to other URIs. so that they can discover more things. Tim Berners-Lee 2007 http://www.w3.org/DesignIssues/LinkedData.html
The RDF Data Model Richard Cyganiak dbpedia:Berlin foaf:name foaf:based_near foaf:Person rdf:type pd:cygri
Data objects are identified with HTTP URIs pd:cygri Richard Cyganiak dbpedia:Berlin foaf:name foaf:based_near foaf:Person rdf:type pd:cygri  = http://richard.cyganiak.de/foaf.rdf#cygri dbpedia:Berlin  = http://dbpedia.org/resource/Berlin
Follow Your Nose... Richard Cyganiak dbpedia:Berlin foaf:name foaf:based_near foaf:Person rdf:type pd:cygri dp:Cities_in_Germany 3.405.259 dp:population skos:subject
Dereferencing URIs over the Web Richard Cyganiak dbpedia:Berlin foaf:name foaf:based_near foaf:Person rdf:type dbpedia:Hamburg dbpedia:Muenchen skos:subject skos:subject pd:cygri dp:Cities_in_Germany 3.405.259 dp:population skos:subject
Universal Connector <resourceB> rdfs:seeAlso <resourceA>
Universal Connector <resourceB> rdfs:seeAlso <resourceA> foaf:Person rdf:type
Take Care! <resourceB> owl:sameAs <resourceA>
The Disco – Hyperdata Browser
 
Semantic Web Specifications HTTP + URIs RDF + RDFs OWL SKOS SPARQL RDFa GRDDL Turtle/N3 Coming soon: POWDER, OWL2, RIF
What of Web Services? “ Web APIs Are Just Web Sites” - Paul Downey Linked Data is exposed as (very simple) RESTful services
What of RDF Stores? A triplestore is just a cache of a chunk of the Semantic Web Convenient for data merging, querying (SPARQL) and inference See also: Semantic Web Client Library
What of the Real World? source:  http://danbri.org/words/2008/04/15/300 based on timbl 1994
W3C Linking Open Data Project Community effort to publish existing open license datasets as Linked Data on the Web interlink things between different data sources
LOD Datasets on the Web:  May 2007
LOD Datasets on the Web:  August 2007
LOD Datasets on the Web: February 2008
LOD Datasets on the Web: September 2008
LOD Datasets on the Web:  March 2009
Spotlight: Geonames over 8 million  geographical  locations feature  hierarchy
Spotlight: DBpedia extracts structured data from Wikipedia. covers over 2.2 million concepts from various domains.
Example RDF Links RDF links from DBpedia to other data sources  RDF link from a FOAF profile to DBpedia <http://dbpedia.org/resource/Berlin> owl:sameAs <http://sws.geonames.org/2950159> .  <http://richard.cyganiak.de/foaf.rdf#cygri> foaf:topic_interest <http://dbpedia.org/resource/Semantic_Web> . <http://dbpedia.org/resource/Tim_Berners-Lee> owl:sameAs <http://www4.wiwiss.fu-berlin.de/dblp/resource/person/100007> .
Universities and Research Institutes Massachusetts Institute of Technology (USA) University of Southampton (UK) Freie Universität Berlin (DE) DERI (IRE) KMi, Open University (UK) University of London (UK) Universität Hannover (DE) University of Pennsylvania (USA) Universität Leipzig (DE) Universität Karlsruhe (DE) Joanneum (AT) University of Toronto (CA) Organizations publishing Linked Data Companies BBC (UK) OpenLink (UK) Zitgist (USA) Talis (UK) Garlik (UK) Mondeca (FR) Cyc Foundation (USA)
Applications B C Thing typed links A D E typed links typed links typed links Thing Thing Thing Thing Thing Thing Thing Thing Thing Search  Engines Linked Data Mashups Linked Data Browsers What can I do with this?
Linked Data Browsers Tabulator Browser (MIT, USA) Marbles (FU Berlin, DE) OpenLink RDF Browser (OpenLink, UK) Zitgist RDF Browser (Zitgist, USA) Disco Hyperdata Browser (FU Berlin, DE) Fenfire (DERI, Irland)
Tabulator
Linked Data Mashups Domain-specific applications  - using Linked Data from the Web
DBpedia Mobile Geospatial entry point into the Web of Data Starts with DBpedia, Revyu and Flickr data
Web of Data Search Engines Falcons (IWS, China) Sindice (DERI, Ireland) MicroSearch (Yahoo, Spain) Watson (Open University, UK) SWSE (DERI, Ireland) Swoogle (UMBC, USA)
Falcons
Why publish Linked Data on the Web? Your data becomes part of a single global data space (the Web of Data = Semantic Web) People can use various data browsers to explore your data Your data is crawled by Semantic Web search engines and can be used by independent applications  People start setting links to your data, which allows more people to find and use your data
Why publish Linked Data on the Web? Linked Data builds on the classic architecture of the Web Linked Data is more generic then Web APIs or Microformats Builds on standards in contrast to proprietary Web APIs Enables applications that work against an unbound set of data sources and incorporate new data sources as they become available on the Web
Linked Data Principles Use URIs as names for things Use HTTP URIs so that people can look up those names. When someone looks up a URI, provide useful information. Include links to other URIs. so that they can discover more things. Tim Berners-Lee 2007 http://www.w3.org/DesignIssues/LinkedData.html
Example : Source Data
Example : First Pass @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix x: <http://purl.org/stuff/astro#> . x:Megrez rdf:type x:A3_dwarf ; x:magnitude &quot;3.1&quot; ; x:partOf [ rdf:type x:Constellation ; x:hasName &quot;Ursa Major&quot;  ] . (RDF Turtle/N3 Syntax)
Example : Vocabulary @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix x: <http://purl.org/stuff/astro#> . x:Star rdf:type rdfs:Class . x:Constellation rdf:type  rdfs:Class . x:A3_Dwarf rdfs:subClassOf x:Star . x:magnitude rdf:type rdf:Property . x:partOf  rdf:type rdf:Property . x:hasName  rdf:type rdf:Property .
But... Use URIs as names for things Use HTTP URIs so that people can look up those names. When someone looks up a URI, provide useful information. Include links to other URIs. so that they can discover more things. Existing vocabularies and resource URIs are likely to be well-linked already –  reuse is good!
Example : Better Linkage @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix x: <http://purl.org/stuff/astro#> . @prefix astro: <http://archive.astro.umd.edu/ont/astronomy.owl#> . @prefix foaf: <http://xmlns.com/foaf/0.1/> . @prefix dolce: <http://www.loa-cnr.it/ontologies/DOLCE-Lite.owl#> . @prefix dbpedia: <http://dbpedia.org/resource/> . dbpedia:Delta_Ursae_Majoris rdf:type x:A3_Dwarf ; foaf:name &quot;Megrez&quot;; x:magnitude &quot;3.1&quot; ; dolce:part-of dbpedia:Ursa_Major ; rdfs:seeAlso <http://www.dcs.gla.ac.uk/workshops/semast09> . dbpedia:Ursa_Major rdf:type astro:Constellation .
Mass-Publication Techniques Generally either: bulk conversion live mapping from existing databases
New Vocabularies : voiD Vocabulary of Interlinked Datasets Classes:  Dataset | Linkset | TechnicalFeature | Properties:  statItem | feature | subset | target | sparqlEndpoint | linkPredicate | exampleResource | vocabulary | subjectsTarget | objectsTarget | dataDump | uriLookupEndpoint | uriRegexPattern |
New Vocabularies : Scovo Statistical Core Vocabulary
&quot;It is important to look as it as an interconnection bus, and it hasn't started working in earnest until one person's data is being used by some other unplanned use. This unexpected reuse is the measure.&quot; -  Tim Berners-Lee, re. State of the Semantic Web Finishing Quotes
&quot;Engineer for serendipity.&quot; -  Roy T. Fielding, re. REST Finishing Quotes
http://hyperdata.org/astronomy/ Related Links etc.

More Related Content

PDF
Linked Data Tutorial
PDF
WWW2014 Overview of W3C Linked Data Platform 20140410
PDF
Quick Linked Data Introduction
PPT
Linked Data Tutorial
PPT
Semantic Technologies: Representing Semantic Data
PPT
Semantic Web Good News
PPTX
Linked Data In Action
PPTX
Usage of Linked Data: Introduction and Application Scenarios
Linked Data Tutorial
WWW2014 Overview of W3C Linked Data Platform 20140410
Quick Linked Data Introduction
Linked Data Tutorial
Semantic Technologies: Representing Semantic Data
Semantic Web Good News
Linked Data In Action
Usage of Linked Data: Introduction and Application Scenarios

What's hot (20)

PPTX
Linked Data and Locah, UKSG2011
PPT
Webofdata
PDF
Linking Open Government Data at Scale
PPT
A Semantic Data Model for Web Applications
PPTX
Linked Data in Libraries
PPTX
Archives Hub - Data in :: Data out
PPTX
Epiphany: Adaptable RDFa Generation Linking the Web of Documents to the Web o...
PPTX
2011 05-02 linked data intro
PPTX
Get on the Linked Data Web!
PPTX
2011 05-01 linked data
PDF
Web of Data Usage Mining
PPTX
Brief Introduction to Linked Data
PPT
Linked Data - the Future for Open Repositories?
PPTX
Data.dcs: Converting Legacy Data into Linked Data
PPT
Lifting the Lid on Linked Data
PDF
Publishing and Using Linked Data
PPT
Introduction To Linked Data
PDF
NISO/NFAIS Joint Virtual Conference: Connecting the Library to the Wider Worl...
PDF
NISO/NFAIS Joint Virtual Conference: Connecting the Library to the Wider Wor...
PPT
Information Extraction and Linked Data Cloud
Linked Data and Locah, UKSG2011
Webofdata
Linking Open Government Data at Scale
A Semantic Data Model for Web Applications
Linked Data in Libraries
Archives Hub - Data in :: Data out
Epiphany: Adaptable RDFa Generation Linking the Web of Documents to the Web o...
2011 05-02 linked data intro
Get on the Linked Data Web!
2011 05-01 linked data
Web of Data Usage Mining
Brief Introduction to Linked Data
Linked Data - the Future for Open Repositories?
Data.dcs: Converting Legacy Data into Linked Data
Lifting the Lid on Linked Data
Publishing and Using Linked Data
Introduction To Linked Data
NISO/NFAIS Joint Virtual Conference: Connecting the Library to the Wider Worl...
NISO/NFAIS Joint Virtual Conference: Connecting the Library to the Wider Wor...
Information Extraction and Linked Data Cloud
Ad

Viewers also liked (7)

PDF
The Semantic Technology Business: Europe
PDF
Cognitive Planning and Learning for Mobile Platforms
PPT
PacificaOrtho
PDF
SemTech 2011, Saltlux, Tony Lee
PDF
Learning Emergent Knowledge from Blog Postings
PPTX
Geospatial Ontologies and GeoSPARQL Services
PDF
An Introduction to OpenCyc
The Semantic Technology Business: Europe
Cognitive Planning and Learning for Mobile Platforms
PacificaOrtho
SemTech 2011, Saltlux, Tony Lee
Learning Emergent Knowledge from Blog Postings
Geospatial Ontologies and GeoSPARQL Services
An Introduction to OpenCyc
Ad

Similar to Linked Data (20)

PDF
Introduction to linked data
PPTX
Linked open data project
PPT
RDFa From Theory to Practice
PDF
Methodological Guidelines for Publishing Linked Data
PPTX
Linked Data Tutorial (Florianópolis)
PDF
Linked Data
PPSX
Linked Data to Improve the OER Experience
ODP
Linked Data
PPTX
Consuming Linked Data SemTech2010
PDF
Linked Data Basics
PPTX
Jarrar: Introduction to Linked Data
PPTX
Introduction to Linked Data
PDF
INSPIRE Hackathon Webinar Intro to Linked Data and Semantics
PDF
Linked Data 1st Edition Tom Heath Christian Bizer
PDF
Jarrar: Linked Data
PPTX
Madrid Building blocks of Linked Data
PDF
Methodological Guidelines for Publishing Linked Data
PPT
Linked Data and the Semantic Web - Mimas Seminar
PDF
The state of the art in Linked Data
PDF
Linked Data (1st Linked Data Meetup Malmö)
Introduction to linked data
Linked open data project
RDFa From Theory to Practice
Methodological Guidelines for Publishing Linked Data
Linked Data Tutorial (Florianópolis)
Linked Data
Linked Data to Improve the OER Experience
Linked Data
Consuming Linked Data SemTech2010
Linked Data Basics
Jarrar: Introduction to Linked Data
Introduction to Linked Data
INSPIRE Hackathon Webinar Intro to Linked Data and Semantics
Linked Data 1st Edition Tom Heath Christian Bizer
Jarrar: Linked Data
Madrid Building blocks of Linked Data
Methodological Guidelines for Publishing Linked Data
Linked Data and the Semantic Web - Mimas Seminar
The state of the art in Linked Data
Linked Data (1st Linked Data Meetup Malmö)

Recently uploaded (20)

PDF
Review of recent advances in non-invasive hemoglobin estimation
DOCX
The AUB Centre for AI in Media Proposal.docx
PDF
CIFDAQ's Market Insight: SEC Turns Pro Crypto
PDF
Mobile App Security Testing_ A Comprehensive Guide.pdf
PDF
Machine learning based COVID-19 study performance prediction
PDF
Modernizing your data center with Dell and AMD
PPTX
Understanding_Digital_Forensics_Presentation.pptx
PDF
Agricultural_Statistics_at_a_Glance_2022_0.pdf
PPTX
Digital-Transformation-Roadmap-for-Companies.pptx
PDF
Encapsulation_ Review paper, used for researhc scholars
PDF
The Rise and Fall of 3GPP – Time for a Sabbatical?
PDF
Peak of Data & AI Encore- AI for Metadata and Smarter Workflows
PPT
“AI and Expert System Decision Support & Business Intelligence Systems”
PPTX
Cloud computing and distributed systems.
PPTX
20250228 LYD VKU AI Blended-Learning.pptx
PDF
Architecting across the Boundaries of two Complex Domains - Healthcare & Tech...
PPTX
Detection-First SIEM: Rule Types, Dashboards, and Threat-Informed Strategy
PDF
Unlocking AI with Model Context Protocol (MCP)
PDF
Advanced methodologies resolving dimensionality complications for autism neur...
PPTX
VMware vSphere Foundation How to Sell Presentation-Ver1.4-2-14-2024.pptx
Review of recent advances in non-invasive hemoglobin estimation
The AUB Centre for AI in Media Proposal.docx
CIFDAQ's Market Insight: SEC Turns Pro Crypto
Mobile App Security Testing_ A Comprehensive Guide.pdf
Machine learning based COVID-19 study performance prediction
Modernizing your data center with Dell and AMD
Understanding_Digital_Forensics_Presentation.pptx
Agricultural_Statistics_at_a_Glance_2022_0.pdf
Digital-Transformation-Roadmap-for-Companies.pptx
Encapsulation_ Review paper, used for researhc scholars
The Rise and Fall of 3GPP – Time for a Sabbatical?
Peak of Data & AI Encore- AI for Metadata and Smarter Workflows
“AI and Expert System Decision Support & Business Intelligence Systems”
Cloud computing and distributed systems.
20250228 LYD VKU AI Blended-Learning.pptx
Architecting across the Boundaries of two Complex Domains - Healthcare & Tech...
Detection-First SIEM: Rule Types, Dashboards, and Threat-Informed Strategy
Unlocking AI with Model Context Protocol (MCP)
Advanced methodologies resolving dimensionality complications for autism neur...
VMware vSphere Foundation How to Sell Presentation-Ver1.4-2-14-2024.pptx

Linked Data

  • 1. Linking Open Data Danny Ayers SemAst2009
  • 3. Credits: Many slides derived from those of Tom Heath, Michael Hausenblas, Chris Bizer, Richard Cyganiak, Olaf Hartig
  • 4. Quote Linked Data is the Semantic Web done right, and the Web done right.” - Tim Berners-Lee
  • 5. Introduce the concept of Linked Data Highlight why you would want to publish Linked Data on the Web Introduce the principles and best practices of publishing Linked Data on the Web Demonstrate the creation and consumption of Linked Data Answer your burning Linked Data publishing questions Objectives
  • 6. Overview From a Web of Documents to a Web of Data Web APIs, Microformats, and Linked Data Linked Data Deployment on the Web What data is out there? Applications What is being done with the data?
  • 7. Classic Data : in silos Image: Bob Jagensdorf, http://flickr.com/photos/darwinbell/, CC-BY
  • 8. The Classic Web Single global information space URLs as globally unique IDs retrieval mechanism HTML as shared content format Hyperlinks Shortcomings Content is not well structured You can not ask expressive queries You can not process content within applications B C HTML HTML HTML Web Browsers Search Engines hyper- links A
  • 9. What do we actually want? Use the Web like a single global database.
  • 10. Solution Web APIs Microformats Linked Data Publish structured data directly on the Web Different Approaches
  • 12. Mashups Positive APIs expose structured data APIs enable new applications Negative Usually proprietary interfaces Mashups are based only on fixed set of sources You can't usually set hyperlinks between data objects Mashup Up Web API A Web API B Web API C Web API D
  • 13. Web APIs slice the Web into separate data silos Image: Bob Jagensdorf, http://flickr.com/photos/darwinbell/, CC-BY
  • 14. What do we want? Use the Web as a single global database using what we know works on the Web
  • 15. Connecting Worlds One Web! Data Documents
  • 16. What works on the Web? Uniform Identifiers (URIs) Common Interface Protocol (HTTP) Standard Representation Formats (HTML, Atom/RSS etc)
  • 17. What works on the Web? The Hyperlink
  • 18. Evolving the Link <a href=” http://example.org/home.html “> Home Page </a> page.html home.html
  • 19. Evolving the Link <a href=”http://example.org/home.html” rel=”home”> Home Page </a> page.html home.html home
  • 20. Microformats Embed structured data into HTML pages. hCard, hCalender, hReview, XFN, … Compatible with the idea of the Web as single information space. Shortcomings Only a fixed set of microformats exist No direct way to connect data items <div class=&quot;vevent&quot;> <span class=&quot;summary&quot;>bdigital</span> <abbr class=&quot;dtstart&quot; title=&quot;2008-05-20&quot;>May 20</abbr> - <abbr class=&quot;dtend&quot; title=&quot;2007-05-22&quot;>22</abbr> </div>
  • 21. Evolving the Link <rdf:Description rdf:about=” http://example.org/page ”> <x:home rdf:resource=” http://example.org/home ” /> </rdf:Description> page home x:home
  • 22. Linked Data B C Thing typed links A D E typed links typed links typed links Thing Thing Thing Thing Thing Thing Thing Thing Thing Use Semantic Web technologies to publish structured data on the Web, set links between data from one data source to data within other data sources .
  • 23. RDF Relations <rdf:Description rdf:about=” http://example.org/page ”> <x:home rdf:resource=” http://example.org/home ” /> </rdf:Description> x:home subject object http://example.org /page ... http://example.org /home ...
  • 24. Identifiers Identification by Description Non-HTTP URIs HTTP URIs
  • 25. Linked Data Principles Use URIs as names for things Use HTTP URIs so that people can look up those names. When someone looks up a URI, provide useful information. Include links to other URIs. so that they can discover more things. Tim Berners-Lee 2007 http://www.w3.org/DesignIssues/LinkedData.html
  • 26. The RDF Data Model Richard Cyganiak dbpedia:Berlin foaf:name foaf:based_near foaf:Person rdf:type pd:cygri
  • 27. Data objects are identified with HTTP URIs pd:cygri Richard Cyganiak dbpedia:Berlin foaf:name foaf:based_near foaf:Person rdf:type pd:cygri = http://richard.cyganiak.de/foaf.rdf#cygri dbpedia:Berlin = http://dbpedia.org/resource/Berlin
  • 28. Follow Your Nose... Richard Cyganiak dbpedia:Berlin foaf:name foaf:based_near foaf:Person rdf:type pd:cygri dp:Cities_in_Germany 3.405.259 dp:population skos:subject
  • 29. Dereferencing URIs over the Web Richard Cyganiak dbpedia:Berlin foaf:name foaf:based_near foaf:Person rdf:type dbpedia:Hamburg dbpedia:Muenchen skos:subject skos:subject pd:cygri dp:Cities_in_Germany 3.405.259 dp:population skos:subject
  • 30. Universal Connector <resourceB> rdfs:seeAlso <resourceA>
  • 31. Universal Connector <resourceB> rdfs:seeAlso <resourceA> foaf:Person rdf:type
  • 32. Take Care! <resourceB> owl:sameAs <resourceA>
  • 33. The Disco – Hyperdata Browser
  • 34.  
  • 35. Semantic Web Specifications HTTP + URIs RDF + RDFs OWL SKOS SPARQL RDFa GRDDL Turtle/N3 Coming soon: POWDER, OWL2, RIF
  • 36. What of Web Services? “ Web APIs Are Just Web Sites” - Paul Downey Linked Data is exposed as (very simple) RESTful services
  • 37. What of RDF Stores? A triplestore is just a cache of a chunk of the Semantic Web Convenient for data merging, querying (SPARQL) and inference See also: Semantic Web Client Library
  • 38. What of the Real World? source: http://danbri.org/words/2008/04/15/300 based on timbl 1994
  • 39. W3C Linking Open Data Project Community effort to publish existing open license datasets as Linked Data on the Web interlink things between different data sources
  • 40. LOD Datasets on the Web: May 2007
  • 41. LOD Datasets on the Web: August 2007
  • 42. LOD Datasets on the Web: February 2008
  • 43. LOD Datasets on the Web: September 2008
  • 44. LOD Datasets on the Web: March 2009
  • 45. Spotlight: Geonames over 8 million geographical locations feature hierarchy
  • 46. Spotlight: DBpedia extracts structured data from Wikipedia. covers over 2.2 million concepts from various domains.
  • 47. Example RDF Links RDF links from DBpedia to other data sources RDF link from a FOAF profile to DBpedia <http://dbpedia.org/resource/Berlin> owl:sameAs <http://sws.geonames.org/2950159> . <http://richard.cyganiak.de/foaf.rdf#cygri> foaf:topic_interest <http://dbpedia.org/resource/Semantic_Web> . <http://dbpedia.org/resource/Tim_Berners-Lee> owl:sameAs <http://www4.wiwiss.fu-berlin.de/dblp/resource/person/100007> .
  • 48. Universities and Research Institutes Massachusetts Institute of Technology (USA) University of Southampton (UK) Freie Universität Berlin (DE) DERI (IRE) KMi, Open University (UK) University of London (UK) Universität Hannover (DE) University of Pennsylvania (USA) Universität Leipzig (DE) Universität Karlsruhe (DE) Joanneum (AT) University of Toronto (CA) Organizations publishing Linked Data Companies BBC (UK) OpenLink (UK) Zitgist (USA) Talis (UK) Garlik (UK) Mondeca (FR) Cyc Foundation (USA)
  • 49. Applications B C Thing typed links A D E typed links typed links typed links Thing Thing Thing Thing Thing Thing Thing Thing Thing Search Engines Linked Data Mashups Linked Data Browsers What can I do with this?
  • 50. Linked Data Browsers Tabulator Browser (MIT, USA) Marbles (FU Berlin, DE) OpenLink RDF Browser (OpenLink, UK) Zitgist RDF Browser (Zitgist, USA) Disco Hyperdata Browser (FU Berlin, DE) Fenfire (DERI, Irland)
  • 52. Linked Data Mashups Domain-specific applications - using Linked Data from the Web
  • 53. DBpedia Mobile Geospatial entry point into the Web of Data Starts with DBpedia, Revyu and Flickr data
  • 54. Web of Data Search Engines Falcons (IWS, China) Sindice (DERI, Ireland) MicroSearch (Yahoo, Spain) Watson (Open University, UK) SWSE (DERI, Ireland) Swoogle (UMBC, USA)
  • 56. Why publish Linked Data on the Web? Your data becomes part of a single global data space (the Web of Data = Semantic Web) People can use various data browsers to explore your data Your data is crawled by Semantic Web search engines and can be used by independent applications People start setting links to your data, which allows more people to find and use your data
  • 57. Why publish Linked Data on the Web? Linked Data builds on the classic architecture of the Web Linked Data is more generic then Web APIs or Microformats Builds on standards in contrast to proprietary Web APIs Enables applications that work against an unbound set of data sources and incorporate new data sources as they become available on the Web
  • 58. Linked Data Principles Use URIs as names for things Use HTTP URIs so that people can look up those names. When someone looks up a URI, provide useful information. Include links to other URIs. so that they can discover more things. Tim Berners-Lee 2007 http://www.w3.org/DesignIssues/LinkedData.html
  • 60. Example : First Pass @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix x: <http://purl.org/stuff/astro#> . x:Megrez rdf:type x:A3_dwarf ; x:magnitude &quot;3.1&quot; ; x:partOf [ rdf:type x:Constellation ; x:hasName &quot;Ursa Major&quot; ] . (RDF Turtle/N3 Syntax)
  • 61. Example : Vocabulary @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix x: <http://purl.org/stuff/astro#> . x:Star rdf:type rdfs:Class . x:Constellation rdf:type rdfs:Class . x:A3_Dwarf rdfs:subClassOf x:Star . x:magnitude rdf:type rdf:Property . x:partOf rdf:type rdf:Property . x:hasName rdf:type rdf:Property .
  • 62. But... Use URIs as names for things Use HTTP URIs so that people can look up those names. When someone looks up a URI, provide useful information. Include links to other URIs. so that they can discover more things. Existing vocabularies and resource URIs are likely to be well-linked already – reuse is good!
  • 63. Example : Better Linkage @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix x: <http://purl.org/stuff/astro#> . @prefix astro: <http://archive.astro.umd.edu/ont/astronomy.owl#> . @prefix foaf: <http://xmlns.com/foaf/0.1/> . @prefix dolce: <http://www.loa-cnr.it/ontologies/DOLCE-Lite.owl#> . @prefix dbpedia: <http://dbpedia.org/resource/> . dbpedia:Delta_Ursae_Majoris rdf:type x:A3_Dwarf ; foaf:name &quot;Megrez&quot;; x:magnitude &quot;3.1&quot; ; dolce:part-of dbpedia:Ursa_Major ; rdfs:seeAlso <http://www.dcs.gla.ac.uk/workshops/semast09> . dbpedia:Ursa_Major rdf:type astro:Constellation .
  • 64. Mass-Publication Techniques Generally either: bulk conversion live mapping from existing databases
  • 65. New Vocabularies : voiD Vocabulary of Interlinked Datasets Classes: Dataset | Linkset | TechnicalFeature | Properties: statItem | feature | subset | target | sparqlEndpoint | linkPredicate | exampleResource | vocabulary | subjectsTarget | objectsTarget | dataDump | uriLookupEndpoint | uriRegexPattern |
  • 66. New Vocabularies : Scovo Statistical Core Vocabulary
  • 67. &quot;It is important to look as it as an interconnection bus, and it hasn't started working in earnest until one person's data is being used by some other unplanned use. This unexpected reuse is the measure.&quot; - Tim Berners-Lee, re. State of the Semantic Web Finishing Quotes
  • 68. &quot;Engineer for serendipity.&quot; - Roy T. Fielding, re. REST Finishing Quotes