SlideShare una empresa de Scribd logo
1 de 69
Linking Open Data ,[object Object],[object Object]
Obligatory Children Slide
Credits: ,[object Object],[object Object]
Quote ,[object Object],[object Object]
[object Object],[object Object],[object Object],[object Object],[object Object],Objectives
Overview ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Classic Data : in silos Image: Bob Jagensdorf, http://flickr.com/photos/darwinbell/, CC-BY
The Classic Web ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],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 ,[object Object],[object Object],[object Object],Publish structured data directly on the Web Different Approaches
Web APIs
Mashups ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],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? ,[object Object],[object Object],[object Object]
What works on the Web? ,[object Object]
Evolving the Link ,[object Object],[object Object],[object Object],page.html home.html
Evolving the Link ,[object Object],[object Object],[object Object],[object Object],page.html home.html home
Microformats ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],<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 ,[object Object],[object Object],[object Object],[object Object],[object Object],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 ,[object Object],[object Object],[object Object]
RDF Relations ,[object Object],[object Object],[object Object],[object Object],[object Object],x:home subject object http://example.org /page ... http://example.org /home ...
Identifiers ,[object Object],[object Object],[object Object]
Linked Data Principles ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
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 ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],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 ,[object Object],[object Object],[object Object]
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 ,[object Object],[object Object]
Spotlight: DBpedia ,[object Object],[object Object]
Example RDF Links ,[object Object],[object Object],<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> .
[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],Organizations publishing Linked Data ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
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 ,[object Object]
Linked Data Browsers ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Tabulator
Linked Data Mashups ,[object Object],[object Object]
DBpedia Mobile ,[object Object],[object Object]
Web of Data Search Engines ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Falcons
Why publish Linked Data on the Web? ,[object Object],[object Object],[object Object],[object Object]
Why publish Linked Data on the Web? ,[object Object],[object Object],[object Object],[object Object]
Linked Data Principles ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
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... ,[object Object],[object Object],[object Object],[object Object],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 ,[object Object],[object Object],[object Object]
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.

Más contenido relacionado

La actualidad más candente

2011 05-02 linked data intro
2011 05-02 linked data intro2011 05-02 linked data intro
2011 05-02 linked data intro
vafopoulos
 
Get on the Linked Data Web!
Get on the Linked Data Web!Get on the Linked Data Web!
Get on the Linked Data Web!
Armin Haller
 
2011 05-01 linked data
2011 05-01 linked data2011 05-01 linked data
2011 05-01 linked data
vafopoulos
 
Web of Data Usage Mining
Web of Data Usage MiningWeb of Data Usage Mining
Web of Data Usage Mining
Markus Luczak-Rösch
 
Data.dcs: Converting Legacy Data into Linked Data
Data.dcs: Converting Legacy Data into Linked DataData.dcs: Converting Legacy Data into Linked Data
Data.dcs: Converting Legacy Data into Linked Data
Matthew Rowe
 
Introduction To Linked Data
Introduction To Linked DataIntroduction To Linked Data
Introduction To Linked Data
Leigh Dodds
 

La actualidad más candente (20)

Linked Data and Locah, UKSG2011
Linked Data and Locah, UKSG2011 Linked Data and Locah, UKSG2011
Linked Data and Locah, UKSG2011
 
Webofdata
WebofdataWebofdata
Webofdata
 
Linking Open Government Data at Scale
Linking Open Government Data at Scale Linking Open Government Data at Scale
Linking Open Government Data at Scale
 
A Semantic Data Model for Web Applications
A Semantic Data Model for Web ApplicationsA Semantic Data Model for Web Applications
A Semantic Data Model for Web Applications
 
Linked Data in Libraries
Linked Data in LibrariesLinked Data in Libraries
Linked Data in Libraries
 
Archives Hub - Data in :: Data out
Archives Hub - Data in :: Data outArchives Hub - Data in :: Data out
Archives Hub - Data in :: Data out
 
Epiphany: Adaptable RDFa Generation Linking the Web of Documents to the Web o...
Epiphany: Adaptable RDFa Generation Linking the Web of Documents to the Web o...Epiphany: Adaptable RDFa Generation Linking the Web of Documents to the Web o...
Epiphany: Adaptable RDFa Generation Linking the Web of Documents to the Web o...
 
2011 05-02 linked data intro
2011 05-02 linked data intro2011 05-02 linked data intro
2011 05-02 linked data intro
 
Get on the Linked Data Web!
Get on the Linked Data Web!Get on the Linked Data Web!
Get on the Linked Data Web!
 
2011 05-01 linked data
2011 05-01 linked data2011 05-01 linked data
2011 05-01 linked data
 
Web of Data Usage Mining
Web of Data Usage MiningWeb of Data Usage Mining
Web of Data Usage Mining
 
Brief Introduction to Linked Data
Brief Introduction to Linked DataBrief Introduction to Linked Data
Brief Introduction to Linked Data
 
Linked Data - the Future for Open Repositories?
Linked Data - the Future for Open Repositories?Linked Data - the Future for Open Repositories?
Linked Data - the Future for Open Repositories?
 
Data.dcs: Converting Legacy Data into Linked Data
Data.dcs: Converting Legacy Data into Linked DataData.dcs: Converting Legacy Data into Linked Data
Data.dcs: Converting Legacy Data into Linked Data
 
Lifting the Lid on Linked Data
Lifting the Lid on Linked DataLifting the Lid on Linked Data
Lifting the Lid on Linked Data
 
Publishing and Using Linked Data
Publishing and Using Linked DataPublishing and Using Linked Data
Publishing and Using Linked Data
 
Introduction To Linked Data
Introduction To Linked DataIntroduction To 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 Worl...NISO/NFAIS Joint Virtual Conference: Connecting the Library to the Wider Worl...
NISO/NFAIS Joint Virtual Conference: Connecting the Library to the Wider Worl...
 
NISO/NFAIS Joint Virtual Conference: Connecting the Library to the Wider Wor...
NISO/NFAIS Joint Virtual Conference:  Connecting the Library to the Wider Wor...NISO/NFAIS Joint Virtual Conference:  Connecting the Library to the Wider Wor...
NISO/NFAIS Joint Virtual Conference: Connecting the Library to the Wider Wor...
 
Information Extraction and Linked Data Cloud
Information Extraction and Linked Data CloudInformation Extraction and Linked Data Cloud
Information Extraction and Linked Data Cloud
 

Destacado (7)

The Semantic Technology Business: Europe
The Semantic Technology Business: EuropeThe Semantic Technology Business: Europe
The Semantic Technology Business: Europe
 
Cognitive Planning and Learning for Mobile Platforms
Cognitive Planning and Learning for Mobile PlatformsCognitive Planning and Learning for Mobile Platforms
Cognitive Planning and Learning for Mobile Platforms
 
PacificaOrtho
PacificaOrthoPacificaOrtho
PacificaOrtho
 
SemTech 2011, Saltlux, Tony Lee
SemTech 2011, Saltlux, Tony LeeSemTech 2011, Saltlux, Tony Lee
SemTech 2011, Saltlux, Tony Lee
 
Learning Emergent Knowledge from Blog Postings
Learning Emergent Knowledge from Blog PostingsLearning Emergent Knowledge from Blog Postings
Learning Emergent Knowledge from Blog Postings
 
Geospatial Ontologies and GeoSPARQL Services
Geospatial Ontologies and GeoSPARQL ServicesGeospatial Ontologies and GeoSPARQL Services
Geospatial Ontologies and GeoSPARQL Services
 
An Introduction to OpenCyc
An Introduction to OpenCycAn Introduction to OpenCyc
An Introduction to OpenCyc
 

Similar a Linked Data

Linked Data (1st Linked Data Meetup Malmö)
Linked Data (1st Linked Data Meetup Malmö)Linked Data (1st Linked Data Meetup Malmö)
Linked Data (1st Linked Data Meetup Malmö)
Anja Jentzsch
 
Linked Data Planet Key Note
Linked Data Planet Key NoteLinked Data Planet Key Note
Linked Data Planet Key Note
rumito
 

Similar a Linked Data (20)

Linked Data
Linked DataLinked Data
Linked Data
 
Quick Introduction to the Semantic Web, RDFa & Microformats
Quick Introduction to the Semantic Web, RDFa & MicroformatsQuick Introduction to the Semantic Web, RDFa & Microformats
Quick Introduction to the Semantic Web, RDFa & Microformats
 
Linked dataresearch
Linked dataresearchLinked dataresearch
Linked dataresearch
 
Linked Data (1st Linked Data Meetup Malmö)
Linked Data (1st Linked Data Meetup Malmö)Linked Data (1st Linked Data Meetup Malmö)
Linked Data (1st Linked Data Meetup Malmö)
 
The Web of data and web data commons
The Web of data and web data commonsThe Web of data and web data commons
The Web of data and web data commons
 
Linked data HHS 2015
Linked data HHS 2015Linked data HHS 2015
Linked data HHS 2015
 
PoolParty SKOS and Linked Data
PoolParty SKOS and Linked DataPoolParty SKOS and Linked Data
PoolParty SKOS and Linked Data
 
Publishing data on the Semantic Web
Publishing data on the Semantic WebPublishing data on the Semantic Web
Publishing data on the Semantic Web
 
Data Portability with SIOC and FOAF
Data Portability with SIOC and FOAFData Portability with SIOC and FOAF
Data Portability with SIOC and FOAF
 
Linked Data to Improve the OER Experience
Linked Data to Improve the OER ExperienceLinked Data to Improve the OER Experience
Linked Data to Improve the OER Experience
 
RDFa From Theory to Practice
RDFa From Theory to PracticeRDFa From Theory to Practice
RDFa From Theory to Practice
 
NISO/DCMI Webinar: Schema.org and Linked Data: Complementary Approaches to Pu...
NISO/DCMI Webinar: Schema.org and Linked Data: Complementary Approaches to Pu...NISO/DCMI Webinar: Schema.org and Linked Data: Complementary Approaches to Pu...
NISO/DCMI Webinar: Schema.org and Linked Data: Complementary Approaches to Pu...
 
Linked Data Planet Key Note
Linked Data Planet Key NoteLinked Data Planet Key Note
Linked Data Planet Key Note
 
Jarrar: Introduction to Linked Data
Jarrar: Introduction to Linked DataJarrar: Introduction to Linked Data
Jarrar: Introduction to Linked Data
 
Linked Data and Libraries: What? Why? How?
Linked Data and Libraries: What? Why? How?Linked Data and Libraries: What? Why? How?
Linked Data and Libraries: What? Why? How?
 
Linked Data
Linked DataLinked Data
Linked Data
 
Linked Data MLA 2015
Linked Data MLA 2015Linked Data MLA 2015
Linked Data MLA 2015
 
Linked data MLA 2015
Linked data MLA 2015Linked data MLA 2015
Linked data MLA 2015
 
Introduction to linked data
Introduction to linked dataIntroduction to linked data
Introduction to linked data
 
鏈結資料在圖書館的應用20131107
鏈結資料在圖書館的應用20131107鏈結資料在圖書館的應用20131107
鏈結資料在圖書館的應用20131107
 

Último

Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Safe Software
 
Why Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire businessWhy Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire business
panagenda
 

Último (20)

Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...
Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...
Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...
 
DEV meet-up UiPath Document Understanding May 7 2024 Amsterdam
DEV meet-up UiPath Document Understanding May 7 2024 AmsterdamDEV meet-up UiPath Document Understanding May 7 2024 Amsterdam
DEV meet-up UiPath Document Understanding May 7 2024 Amsterdam
 
[BuildWithAI] Introduction to Gemini.pdf
[BuildWithAI] Introduction to Gemini.pdf[BuildWithAI] Introduction to Gemini.pdf
[BuildWithAI] Introduction to Gemini.pdf
 
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, AdobeApidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
 
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
 
Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...
 
Exploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone ProcessorsExploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone Processors
 
Strategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a FresherStrategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a Fresher
 
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...
 
Artificial Intelligence Chap.5 : Uncertainty
Artificial Intelligence Chap.5 : UncertaintyArtificial Intelligence Chap.5 : Uncertainty
Artificial Intelligence Chap.5 : Uncertainty
 
TrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data DiscoveryTrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
 
Spring Boot vs Quarkus the ultimate battle - DevoxxUK
Spring Boot vs Quarkus the ultimate battle - DevoxxUKSpring Boot vs Quarkus the ultimate battle - DevoxxUK
Spring Boot vs Quarkus the ultimate battle - DevoxxUK
 
ICT role in 21st century education and its challenges
ICT role in 21st century education and its challengesICT role in 21st century education and its challenges
ICT role in 21st century education and its challenges
 
Apidays New York 2024 - Passkeys: Developing APIs to enable passwordless auth...
Apidays New York 2024 - Passkeys: Developing APIs to enable passwordless auth...Apidays New York 2024 - Passkeys: Developing APIs to enable passwordless auth...
Apidays New York 2024 - Passkeys: Developing APIs to enable passwordless auth...
 
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWER
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWEREMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWER
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWER
 
Polkadot JAM Slides - Token2049 - By Dr. Gavin Wood
Polkadot JAM Slides - Token2049 - By Dr. Gavin WoodPolkadot JAM Slides - Token2049 - By Dr. Gavin Wood
Polkadot JAM Slides - Token2049 - By Dr. Gavin Wood
 
Apidays New York 2024 - APIs in 2030: The Risk of Technological Sleepwalk by ...
Apidays New York 2024 - APIs in 2030: The Risk of Technological Sleepwalk by ...Apidays New York 2024 - APIs in 2030: The Risk of Technological Sleepwalk by ...
Apidays New York 2024 - APIs in 2030: The Risk of Technological Sleepwalk by ...
 
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot TakeoffStrategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
 
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
 
Why Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire businessWhy Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire business
 

Linked Data

  • 1.
  • 3.
  • 4.
  • 5.
  • 6.
  • 7. Classic Data : in silos Image: Bob Jagensdorf, http://flickr.com/photos/darwinbell/, CC-BY
  • 8.
  • 9. What do we actually want? Use the Web like a single global database.
  • 10.
  • 12.
  • 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.
  • 17.
  • 18.
  • 19.
  • 20.
  • 21.
  • 22.
  • 23.
  • 24.
  • 25.
  • 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.
  • 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.
  • 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.
  • 46.
  • 47.
  • 48.
  • 49.
  • 50.
  • 52.
  • 53.
  • 54.
  • 56.
  • 57.
  • 58.
  • 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.
  • 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.
  • 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