SlideShare ist ein Scribd-Unternehmen logo
1 von 123
Downloaden Sie, um offline zu lesen
The Linked Library Data Cloud:
it's time to stop thinking and start linking




                                             Ross Singer
                                    Talis - http://www.talis.com/
Data
http://www.oclc.org/worldcat/grow/default.aspx
In Silos
Silos of Silos
Silos of Strings
Future of
Bibliographic
   Control
cannot be accomplished by
    matching strings
cannot be accomplished alone
“Until very recently, bibliographic control has been an
artisan activity, as there was no alternative for providing
access except to transcribe, by hand, data from the
objects being described. Now, however, publishers and
vendors are working in an electronic environment, and
print material generally originates in electronic format.
   ...Despite the fact that descriptive metadata are being
created in other venues, libraries have so far taken
minimal advantage of them.
   Given the explosion of material requiring some level of
bibliographic control, the model of item-by-item full manual
transcription can no longer be sustained. Libraries must
find ways to make use of the data created by others in the
supply chain, including data that can be derived from
algorithmic analyses of digital materials.”
  On the Record: Report of the Library of Congress Working Group on the Future
                             of Bibliographic Control
RDA
RDA

• Based on FRBR, FRAD, FRSAD
• ~375 metadata elements
• 400+ relationships between FRBR
  entities
• specification is not free
Data
Wikipedia
Also Silos
Silos with data
    that could
possibly be used
       for:
Biographies
Reviews
Track listings
Cast/crew credits
Awards
Professional Relationships
Families
If we can figure
 out what we’re
  talking about
This won’t work
   with just
matching strings
Linked Data
Four Rules
1. Use URIs as names for things
2. Use HTTP URIs so that people can look
   up those names.
3. When someone looks up a URI, provide
   useful information, using the standards
   (RDF, SPARQL)
4. Include links to other URIs. so that they
   can discover more things.
      http://www.w3.org/DesignIssues/LinkedData.html
5 minute (!!!)
intro to RDF
Data model, not a
  serialization
     format
A Triple
URIs to identify
Relationships
Graph
Cloud
Vocabularies
Examples

• Dublin Core
• FOAF
• SKOS
• OWL
• BIBO
Turtle
<http://purl.org/NET/lccn/86018012#i>
   rda:placeOfPublication <http://purl.org/NET/marccodes/countries/nyu#location> ;
   rda:statementOfResponsibility "Susanna Haswell Rowson; edited with an introduction by Cathy N. Davidson" ;
   rda:titleProper "Charlotte Temple" ;
   dcterms:contributor <http://purl.org/NET/lccn/people/n79135597#i> ;
   dcterms:creator <http://purl.org/NET/lccn/people/n80032192#i> ;
   dcterms:isVersionOf <http://rdf.freebase.com/ns/en.charlotte_temple>, <http://xisbn.worldcat.org/webservices/xid/isbn/
0195042387?method=getMetadata&format=xml&fl=*> ;
   dcterms:language <http://purl.org/NET/marccodes/languages/eng#lang> ;
   dcterms:subject <http://id.loc.gov/authorities/sh2007101961#concept>, <http://id.loc.gov/authorities/
sh2008104232#concept>, <http://id.loc.gov/authorities/sh2008108377#concept>, <http://id.loc.gov/authorities/
sh2008110463#concept>, <http://id.loc.gov/authorities/sh2008111212#concept>, <http://id.loc.gov/authorities/
sh2008111377#concept>, <http://id.loc.gov/authorities/sh2008112612#concept>, <http://id.loc.gov/authorities/
sh2008112704#concept>, <http://id.loc.gov/authorities/sh2008119358#concept>, <http://id.loc.gov/authorities/
sh2009117622#concept>, <http://purl.org/NET/lccn/subjects/Didactic+fiction>, <http://purl.org/NET/lccn/subjects/Psychological
+fiction> ;
   dcterms:title "Charlotte Temple" ;
   dcterms:type "Bibliography" ;
   bibo:isbn10 "0195042387" ;
   bibo:isbn13 "9780195042382" ;
   bibo:lccn "86018012" ;
   a bibo:Book ;
   owl:sameAs <http://openlibrary.org/books/OL2724351M>, <http://purl.org/NET/book/isbn/0195042387#book> ;
   foaf:isPrimaryTopicOf <http://lccn.loc.gov/86018012> .
<rdf:RDF
                                           RDF/XML
  xmlns:bibo="http://purl.org/ontology/bibo/"
  xmlns:dcterms="http://purl.org/dc/terms/"
  xmlns:foaf="http://xmlns.com/foaf/0.1/"
  xmlns:owl="http://www.w3.org/2002/07/owl#"
  xmlns:rda="http://RDVocab.info/Elements/"
  xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
  xmlns:skos="http://www.w3.org/2004/02/skos/core#"
  xmlns:umbel="http://umbel.org/umbel#">
<bibo:Book rdf:about="http://purl.org/NET/lccn/86018012#i">
   <rda:placeOfPublication rdf:resource="http://purl.org/NET/marccodes/countries/nyu#location"/>
   <rda:statementOfResponsibility>Susanna Haswell Rowson; edited with an introduction by Cathy N. Davidson</rda:statementOfResponsibility>
   <rda:titleProper>Charlotte Temple</rda:titleProper>
   <dcterms:contributor rdf:resource="http://purl.org/NET/lccn/people/n79135597#i"/>
   <dcterms:creator rdf:resource="http://purl.org/NET/lccn/people/n80032192#i"/>
   <dcterms:isVersionOf rdf:resource="http://rdf.freebase.com/ns/en.charlotte_temple"/>
   <dcterms:isVersionOf rdf:resource="http://xisbn.worldcat.org/webservices/xid/isbn/0195042387?method=getMetadata&amp;format=xml&amp;fl=*"/>
   <dcterms:language rdf:resource="http://purl.org/NET/marccodes/languages/eng#lang"/>
   <dcterms:subject rdf:resource="http://id.loc.gov/authorities/sh2007101961#concept"/>
   <dcterms:subject rdf:resource="http://id.loc.gov/authorities/sh2008104232#concept"/>
   <dcterms:subject rdf:resource="http://id.loc.gov/authorities/sh2008108377#concept"/>
   <dcterms:subject rdf:resource="http://id.loc.gov/authorities/sh2008110463#concept"/>
   <dcterms:subject rdf:resource="http://id.loc.gov/authorities/sh2008111212#concept"/>
   <dcterms:subject rdf:resource="http://id.loc.gov/authorities/sh2008111377#concept"/>
   <dcterms:subject rdf:resource="http://id.loc.gov/authorities/sh2008112612#concept"/>
   <dcterms:subject rdf:resource="http://id.loc.gov/authorities/sh2008112704#concept"/>
   <dcterms:subject rdf:resource="http://id.loc.gov/authorities/sh2008119358#concept"/>
   <dcterms:subject rdf:resource="http://id.loc.gov/authorities/sh2009117622#concept"/>
   <dcterms:subject rdf:resource="http://purl.org/NET/lccn/subjects/Didactic+fiction"/>
   <dcterms:subject rdf:resource="http://purl.org/NET/lccn/subjects/Psychological+fiction"/>
   <dcterms:title>Charlotte Temple</dcterms:title>
   <dcterms:type>Bibliography</dcterms:type>
   <bibo:isbn10>0195042387</bibo:isbn10>
   <bibo:isbn13>9780195042382</bibo:isbn13>
   <bibo:lccn>86018012</bibo:lccn>
   <rdf:type rdf:resource="http://purl.org/ontology/bibo/Book"/>
   <owl:sameAs rdf:resource="http://openlibrary.org/books/OL2724351M"/>
   <owl:sameAs rdf:resource="http://purl.org/NET/book/isbn/0195042387#book"/>
   <foaf:isPrimaryTopicOf rdf:resource="http://lccn.loc.gov/86018012"/>
 </bibo:Book>
</rdf:RDF>
N-Triples
<http://purl.org/NET/lccn/86018012#i> <http://RDVocab.info/Elements/placeOfPublication> <http://purl.org/NET/marccodes/countries/nyu#location> .
<http://purl.org/NET/lccn/86018012#i> <http://RDVocab.info/Elements/statementOfResponsibility> "Susanna Haswell Rowson; edited with an introduction by Cathy
N. Davidson" .
<http://purl.org/NET/lccn/86018012#i> <http://RDVocab.info/Elements/titleProper> "Charlotte Temple" .
<http://purl.org/NET/lccn/86018012#i> <http://purl.org/dc/terms/contributor> <http://purl.org/NET/lccn/people/n79135597#i> .
<http://purl.org/NET/lccn/86018012#i> <http://purl.org/dc/terms/creator> <http://purl.org/NET/lccn/people/n80032192#i> .
<http://purl.org/NET/lccn/86018012#i> <http://purl.org/dc/terms/isVersionOf> <http://rdf.freebase.com/ns/en.charlotte_temple> .
<http://purl.org/NET/lccn/86018012#i> <http://purl.org/dc/terms/isVersionOf> <http://xisbn.worldcat.org/webservices/xid/isbn/0195042387?
method=getMetadata&format=xml&fl=*> .
<http://purl.org/NET/lccn/86018012#i> <http://purl.org/dc/terms/language> <http://purl.org/NET/marccodes/languages/eng#lang> .
<http://purl.org/NET/lccn/86018012#i> <http://purl.org/dc/terms/subject> <http://id.loc.gov/authorities/sh2007101961#concept> .
<http://purl.org/NET/lccn/86018012#i> <http://purl.org/dc/terms/subject> <http://id.loc.gov/authorities/sh2008104232#concept> .
<http://purl.org/NET/lccn/86018012#i> <http://purl.org/dc/terms/subject> <http://id.loc.gov/authorities/sh2008108377#concept> .
<http://purl.org/NET/lccn/86018012#i> <http://purl.org/dc/terms/subject> <http://id.loc.gov/authorities/sh2008110463#concept> .
<http://purl.org/NET/lccn/86018012#i> <http://purl.org/dc/terms/subject> <http://id.loc.gov/authorities/sh2008111212#concept> .
<http://purl.org/NET/lccn/86018012#i> <http://purl.org/dc/terms/subject> <http://id.loc.gov/authorities/sh2008111377#concept> .
<http://purl.org/NET/lccn/86018012#i> <http://purl.org/dc/terms/subject> <http://id.loc.gov/authorities/sh2008112612#concept> .
<http://purl.org/NET/lccn/86018012#i> <http://purl.org/dc/terms/subject> <http://id.loc.gov/authorities/sh2008112704#concept> .
<http://purl.org/NET/lccn/86018012#i> <http://purl.org/dc/terms/subject> <http://id.loc.gov/authorities/sh2008119358#concept> .
<http://purl.org/NET/lccn/86018012#i> <http://purl.org/dc/terms/subject> <http://id.loc.gov/authorities/sh2009117622#concept> .
<http://purl.org/NET/lccn/86018012#i> <http://purl.org/dc/terms/subject> <http://purl.org/NET/lccn/subjects/Didactic+fiction> .
<http://purl.org/NET/lccn/86018012#i> <http://purl.org/dc/terms/subject> <http://purl.org/NET/lccn/subjects/Psychological+fiction> .
<http://purl.org/NET/lccn/86018012#i> <http://purl.org/dc/terms/title> "Charlotte Temple" .
<http://purl.org/NET/lccn/86018012#i> <http://purl.org/dc/terms/type> "Bibliography" .
<http://purl.org/NET/lccn/86018012#i> <http://purl.org/ontology/bibo/isbn10> "0195042387" .
<http://purl.org/NET/lccn/86018012#i> <http://purl.org/ontology/bibo/isbn10> "0195042387" .
<http://purl.org/NET/lccn/86018012#i> <http://purl.org/ontology/bibo/isbn13> "9780195042382" .
<http://purl.org/NET/lccn/86018012#i> <http://purl.org/ontology/bibo/isbn13> "9780195042382" .
<http://purl.org/NET/lccn/86018012#i> <http://purl.org/ontology/bibo/lccn> "86018012" .
<http://purl.org/NET/lccn/86018012#i> <http://purl.org/ontology/bibo/lccn> "86018012" .
<http://purl.org/NET/lccn/86018012#i> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://purl.org/ontology/bibo/Book> .
<http://purl.org/NET/lccn/86018012#i> <http://www.w3.org/2002/07/owl#sameAs> <http://openlibrary.org/books/OL2724351M> .
<http://purl.org/NET/lccn/86018012#i> <http://www.w3.org/2002/07/owl#sameAs> <http://purl.org/NET/book/isbn/0195042387#book> .
<http://purl.org/NET/lccn/86018012#i> <http://xmlns.com/foaf/0.1/isPrimaryTopicOf> <http://lccn.loc.gov/86018012> .
Linked Library
     Data
Library Cloud Code4Lib
         2009
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .

<http://id.loc.gov/authorities/sh2002000569#concept>
   dcterms:created "2004-04-07T00:00:00-04:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
   dcterms:modified "2009-12-15T13:59:47-04:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
      dcterms:source "ASTI on FirstSearch, May 6, 2002: in titles (semantic Web)"@en, "Engr. index online, May 6, 2002
(identifier: Semantic Web)"@en, "Work cat.: 2002070545: The Semantic Web--ISWC 20002, 2002."@en ;
   a skos:Concept ;
   owl:sameAs <info:lc/authorities/sh2002000569> ;
       skos:broader <http://id.loc.gov/authorities/sh2004000479#concept>, <http://id.loc.gov/authorities/sh92004914#concept>,
<http://id.loc.gov/authorities/sh95000541#concept> ;
   skos:inScheme <http://id.loc.gov/authorities#conceptScheme>, <http://id.loc.gov/authorities#topicalTerms> ;
   skos:prefLabel "Semantic Web"@en ;
   skos:related <http://id.loc.gov/authorities/sh2009009406#concept> .

<http://id.loc.gov/authorities/sh2004000479#concept>
  skos:prefLabel "Semantic integration (Computer systems)"@en .

<http://id.loc.gov/authorities/sh2009009406#concept>
  skos:prefLabel "Microformats"@en .

<http://id.loc.gov/authorities/sh92004914#concept>
  skos:prefLabel "Semantic networks (Information theory)"@en .

<http://id.loc.gov/authorities/sh95000541#concept>
  skos:prefLabel "World Wide Web"@en .
LEADER: 00838cz a2200265n 4500

001 5644785
005 20040513235821.0
008 020506|| anannbabn |a ana
035 $a (DLC)sh2002000569
035 $a (DLC)285157
035 $a (DLC)6217959
035 $a (DLC)sp2002000569
035 $a (DLC)314409
906 $t 0417 $u te04 $v 1
010 $a sh2002000569
040 $a DLC $b eng $c DLC $d DLC
053 0 $a TK5105.88815
150 $a Semantic Web
550 $w g $a Semantic integration (Computer systems)
550 $w g $a Semantic networks (Information theory)
550 $w g $a World Wide Web
670 $a Work cat.: 2002070545: The Semantic Web--ISWC 20002, 2002.
670 $a ASTI on FirstSearch, May 6, 2002: $b in titles (semantic Web)
670 $a Engr. index online, May 6, 2002 $b (identifier: Semantic Web)
953 $a jg12 $b jg12
• German National Library
• Swedish National Library
• British Library
• The Open Library
Vocabularies

• RDA
• FRBR
• ISBD
• W3C Linked Library Data Working
  Group

• DCMI
• IFLA Semantic Web Working Group
And those other
     silos?
Putting it all
 together
Doing what we
   do best
Identifying things
5.7 million NACO
  NAF records
1.3 million
corporate names
When we know
    what we’re
 talking about, all
      sorts of
interesting things
   are possible
Let’s start
identifying.
Thanks.


          Ross Singer
     ross.singer@talis.com

Weitere ähnliche Inhalte

Was ist angesagt?

Exploring the Semantic Web
Exploring the Semantic WebExploring the Semantic Web
Exploring the Semantic WebRoberto García
 
Library Linked Data Progress
Library Linked Data ProgressLibrary Linked Data Progress
Library Linked Data ProgressRichard Wallis
 
Linked Data and Discovery with Steve Meyer
Linked Data and Discovery with Steve MeyerLinked Data and Discovery with Steve Meyer
Linked Data and Discovery with Steve MeyerWiLS
 
Creating web applications with LODSPeaKr
Creating web applications with LODSPeaKrCreating web applications with LODSPeaKr
Creating web applications with LODSPeaKrAlvaro Graves
 
The Web of Data is Our Oyster
The Web of Data is Our OysterThe Web of Data is Our Oyster
The Web of Data is Our OysterRichard Wallis
 
RDA is Here: Are You Ready?
RDA is Here: Are You Ready?RDA is Here: Are You Ready?
RDA is Here: Are You Ready?Emily Nimsakont
 
RDA: Are We There Yet? Carterette Webinar S
RDA: Are We There Yet? Carterette Webinar SRDA: Are We There Yet? Carterette Webinar S
RDA: Are We There Yet? Carterette Webinar SEmily Nimsakont
 
The Impact of Linked Data in Digital Curation and Application to the Catalogu...
The Impact of Linked Data in Digital Curation and Application to the Catalogu...The Impact of Linked Data in Digital Curation and Application to the Catalogu...
The Impact of Linked Data in Digital Curation and Application to the Catalogu...Hong (Jenny) Jing
 
Linked Open Data for Libraries
Linked Open Data for LibrariesLinked Open Data for Libraries
Linked Open Data for LibrariesLukas Koster
 
Forging New Links: Libraries in the Semantic Web
Forging New Links: Libraries in the Semantic WebForging New Links: Libraries in the Semantic Web
Forging New Links: Libraries in the Semantic WebGillian Byrne
 
Let's Get Visible! with Karla Smith, Winnefox Library System
Let's Get Visible! with Karla Smith, Winnefox Library SystemLet's Get Visible! with Karla Smith, Winnefox Library System
Let's Get Visible! with Karla Smith, Winnefox Library SystemWiLS
 
The Power of Sharing Linked Data - ELAG 2014 Workshop
The Power of Sharing Linked Data - ELAG 2014 WorkshopThe Power of Sharing Linked Data - ELAG 2014 Workshop
The Power of Sharing Linked Data - ELAG 2014 WorkshopRichard Wallis
 
Creating 3rd Generation Web APIs with Hydra
Creating 3rd Generation Web APIs with HydraCreating 3rd Generation Web APIs with Hydra
Creating 3rd Generation Web APIs with HydraMarkus Lanthaler
 
RDFa in ostala spletna semantika
RDFa in ostala spletna semantikaRDFa in ostala spletna semantika
RDFa in ostala spletna semantikaJure Cuhalev
 
Publishing and Using Linked Open Data - Day 1
Publishing and Using Linked Open Data - Day 1 Publishing and Using Linked Open Data - Day 1
Publishing and Using Linked Open Data - Day 1 Richard Urban
 
Understanding the Standards Gap
Understanding the Standards GapUnderstanding the Standards Gap
Understanding the Standards GapDan Brickley
 

Was ist angesagt? (20)

LIBRIS - Linked Library Data
LIBRIS - Linked Library DataLIBRIS - Linked Library Data
LIBRIS - Linked Library Data
 
Webofdata
WebofdataWebofdata
Webofdata
 
Exploring the Semantic Web
Exploring the Semantic WebExploring the Semantic Web
Exploring the Semantic Web
 
Library Linked Data Progress
Library Linked Data ProgressLibrary Linked Data Progress
Library Linked Data Progress
 
Linked Data and Discovery with Steve Meyer
Linked Data and Discovery with Steve MeyerLinked Data and Discovery with Steve Meyer
Linked Data and Discovery with Steve Meyer
 
Creating web applications with LODSPeaKr
Creating web applications with LODSPeaKrCreating web applications with LODSPeaKr
Creating web applications with LODSPeaKr
 
The Web of Data is Our Oyster
The Web of Data is Our OysterThe Web of Data is Our Oyster
The Web of Data is Our Oyster
 
RDA is Here: Are You Ready?
RDA is Here: Are You Ready?RDA is Here: Are You Ready?
RDA is Here: Are You Ready?
 
Library Linked Data and the Future of Bibliographic Control
Library Linked Data and the Future of Bibliographic ControlLibrary Linked Data and the Future of Bibliographic Control
Library Linked Data and the Future of Bibliographic Control
 
RDA: Are We There Yet? Carterette Webinar S
RDA: Are We There Yet? Carterette Webinar SRDA: Are We There Yet? Carterette Webinar S
RDA: Are We There Yet? Carterette Webinar S
 
The Impact of Linked Data in Digital Curation and Application to the Catalogu...
The Impact of Linked Data in Digital Curation and Application to the Catalogu...The Impact of Linked Data in Digital Curation and Application to the Catalogu...
The Impact of Linked Data in Digital Curation and Application to the Catalogu...
 
Linked Open Data for Libraries
Linked Open Data for LibrariesLinked Open Data for Libraries
Linked Open Data for Libraries
 
Forging New Links: Libraries in the Semantic Web
Forging New Links: Libraries in the Semantic WebForging New Links: Libraries in the Semantic Web
Forging New Links: Libraries in the Semantic Web
 
Let's Get Visible! with Karla Smith, Winnefox Library System
Let's Get Visible! with Karla Smith, Winnefox Library SystemLet's Get Visible! with Karla Smith, Winnefox Library System
Let's Get Visible! with Karla Smith, Winnefox Library System
 
The Power of Sharing Linked Data - ELAG 2014 Workshop
The Power of Sharing Linked Data - ELAG 2014 WorkshopThe Power of Sharing Linked Data - ELAG 2014 Workshop
The Power of Sharing Linked Data - ELAG 2014 Workshop
 
JSON-LD Update
JSON-LD UpdateJSON-LD Update
JSON-LD Update
 
Creating 3rd Generation Web APIs with Hydra
Creating 3rd Generation Web APIs with HydraCreating 3rd Generation Web APIs with Hydra
Creating 3rd Generation Web APIs with Hydra
 
RDFa in ostala spletna semantika
RDFa in ostala spletna semantikaRDFa in ostala spletna semantika
RDFa in ostala spletna semantika
 
Publishing and Using Linked Open Data - Day 1
Publishing and Using Linked Open Data - Day 1 Publishing and Using Linked Open Data - Day 1
Publishing and Using Linked Open Data - Day 1
 
Understanding the Standards Gap
Understanding the Standards GapUnderstanding the Standards Gap
Understanding the Standards Gap
 

Andere mochten auch

Thinking Beyond Our Collections
Thinking Beyond Our CollectionsThinking Beyond Our Collections
Thinking Beyond Our CollectionsRoss Singer
 
9 Visualization In E Social Science
9 Visualization In E Social Science9 Visualization In E Social Science
9 Visualization In E Social ScienceWebometrics Class
 
Wikidata, a target for Europeana's semantic strategy - GLAM-WIKI 2015
Wikidata, a target for Europeana's semantic strategy - GLAM-WIKI 2015Wikidata, a target for Europeana's semantic strategy - GLAM-WIKI 2015
Wikidata, a target for Europeana's semantic strategy - GLAM-WIKI 2015Antoine Isaac
 
Pragmatic Approaches to the Semantic Web
Pragmatic Approaches to the Semantic WebPragmatic Approaches to the Semantic Web
Pragmatic Approaches to the Semantic WebMike Bergman
 
Blogosphere in Romania: functional tendencies
Blogosphere in Romania: functional tendenciesBlogosphere in Romania: functional tendencies
Blogosphere in Romania: functional tendenciesDiana-Maria Cismaru
 
Seven Arguments for Semantic Technologies
Seven Arguments for Semantic TechnologiesSeven Arguments for Semantic Technologies
Seven Arguments for Semantic TechnologiesMike Bergman
 

Andere mochten auch (6)

Thinking Beyond Our Collections
Thinking Beyond Our CollectionsThinking Beyond Our Collections
Thinking Beyond Our Collections
 
9 Visualization In E Social Science
9 Visualization In E Social Science9 Visualization In E Social Science
9 Visualization In E Social Science
 
Wikidata, a target for Europeana's semantic strategy - GLAM-WIKI 2015
Wikidata, a target for Europeana's semantic strategy - GLAM-WIKI 2015Wikidata, a target for Europeana's semantic strategy - GLAM-WIKI 2015
Wikidata, a target for Europeana's semantic strategy - GLAM-WIKI 2015
 
Pragmatic Approaches to the Semantic Web
Pragmatic Approaches to the Semantic WebPragmatic Approaches to the Semantic Web
Pragmatic Approaches to the Semantic Web
 
Blogosphere in Romania: functional tendencies
Blogosphere in Romania: functional tendenciesBlogosphere in Romania: functional tendencies
Blogosphere in Romania: functional tendencies
 
Seven Arguments for Semantic Technologies
Seven Arguments for Semantic TechnologiesSeven Arguments for Semantic Technologies
Seven Arguments for Semantic Technologies
 

Ähnlich wie LITA 2010: The Linked Library Data Cloud: it's time to stop think and start linking

SemWeb Fundamentals - Info Linking & Layering in Practice
SemWeb Fundamentals - Info Linking & Layering in PracticeSemWeb Fundamentals - Info Linking & Layering in Practice
SemWeb Fundamentals - Info Linking & Layering in PracticeDan Brickley
 
RDFa Introductory Course Session 2/4 How RDFa
RDFa Introductory Course Session 2/4 How RDFaRDFa Introductory Course Session 2/4 How RDFa
RDFa Introductory Course Session 2/4 How RDFaPlatypus
 
From the Semantic Web to the Web of Data: ten years of linking up
From the Semantic Web to the Web of Data: ten years of linking upFrom the Semantic Web to the Web of Data: ten years of linking up
From the Semantic Web to the Web of Data: ten years of linking upDavide Palmisano
 
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?Emily Nimsakont
 
SemanticWeb Nuts 'n Bolts
SemanticWeb Nuts 'n BoltsSemanticWeb Nuts 'n Bolts
SemanticWeb Nuts 'n BoltsRinke Hoekstra
 
Linked data 101: Getting Caught in the Semantic Web
Linked data 101: Getting Caught in the Semantic Web Linked data 101: Getting Caught in the Semantic Web
Linked data 101: Getting Caught in the Semantic Web Morgan Briles
 
Linked Open Data Fundamentals for Libraries, Archives and Museums
Linked Open Data Fundamentals for Libraries, Archives and MuseumsLinked Open Data Fundamentals for Libraries, Archives and Museums
Linked Open Data Fundamentals for Libraries, Archives and Museumstrevorthornton
 
Linked Data, Library Users, and the Discovery Tools of the Future
Linked Data, Library Users, and the Discovery Tools of the FutureLinked Data, Library Users, and the Discovery Tools of the Future
Linked Data, Library Users, and the Discovery Tools of the FutureEmily Nimsakont
 
State of the Semantic Web
State of the Semantic WebState of the Semantic Web
State of the Semantic WebIvan Herman
 
The Semantic Web
The Semantic WebThe Semantic Web
The Semantic Webostephens
 
A Little SPARQL in your Analytics
A Little SPARQL in your AnalyticsA Little SPARQL in your Analytics
A Little SPARQL in your AnalyticsDr. Neil Brittliff
 
Exploring and using the Semantic Web - SSSW09 tutorial
Exploring and using the Semantic Web - SSSW09 tutorialExploring and using the Semantic Web - SSSW09 tutorial
Exploring and using the Semantic Web - SSSW09 tutorialMathieu d'Aquin
 
WorldCat, Works, and Schema.org
WorldCat, Works, and Schema.orgWorldCat, Works, and Schema.org
WorldCat, Works, and Schema.orgRichard Wallis
 
Linked data for librarians
Linked data for librariansLinked data for librarians
Linked data for librarianstrevorthornton
 
RDFa: an introduction
RDFa: an introductionRDFa: an introduction
RDFa: an introductionKai Li
 
Linked data HHS 2015
Linked data HHS 2015Linked data HHS 2015
Linked data HHS 2015Cason Snow
 

Ähnlich wie LITA 2010: The Linked Library Data Cloud: it's time to stop think and start linking (20)

SemWeb Fundamentals - Info Linking & Layering in Practice
SemWeb Fundamentals - Info Linking & Layering in PracticeSemWeb Fundamentals - Info Linking & Layering in Practice
SemWeb Fundamentals - Info Linking & Layering in Practice
 
Danbri Drupalcon Export
Danbri Drupalcon ExportDanbri Drupalcon Export
Danbri Drupalcon Export
 
RDFa Introductory Course Session 2/4 How RDFa
RDFa Introductory Course Session 2/4 How RDFaRDFa Introductory Course Session 2/4 How RDFa
RDFa Introductory Course Session 2/4 How RDFa
 
How RDFa works
How RDFa worksHow RDFa works
How RDFa works
 
From the Semantic Web to the Web of Data: ten years of linking up
From the Semantic Web to the Web of Data: ten years of linking upFrom the Semantic Web to the Web of Data: ten years of linking up
From the Semantic Web to the Web of Data: ten years of linking up
 
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?
 
SemanticWeb Nuts 'n Bolts
SemanticWeb Nuts 'n BoltsSemanticWeb Nuts 'n Bolts
SemanticWeb Nuts 'n Bolts
 
Linked data 101: Getting Caught in the Semantic Web
Linked data 101: Getting Caught in the Semantic Web Linked data 101: Getting Caught in the Semantic Web
Linked data 101: Getting Caught in the Semantic Web
 
Linked Open Data Fundamentals for Libraries, Archives and Museums
Linked Open Data Fundamentals for Libraries, Archives and MuseumsLinked Open Data Fundamentals for Libraries, Archives and Museums
Linked Open Data Fundamentals for Libraries, Archives and Museums
 
Linked Data, Library Users, and the Discovery Tools of the Future
Linked Data, Library Users, and the Discovery Tools of the FutureLinked Data, Library Users, and the Discovery Tools of the Future
Linked Data, Library Users, and the Discovery Tools of the Future
 
State of the Semantic Web
State of the Semantic WebState of the Semantic Web
State of the Semantic Web
 
The Semantic Web
The Semantic WebThe Semantic Web
The Semantic Web
 
A Little SPARQL in your Analytics
A Little SPARQL in your AnalyticsA Little SPARQL in your Analytics
A Little SPARQL in your Analytics
 
RDFa Tutorial
RDFa TutorialRDFa Tutorial
RDFa Tutorial
 
Exploring and using the Semantic Web - SSSW09 tutorial
Exploring and using the Semantic Web - SSSW09 tutorialExploring and using the Semantic Web - SSSW09 tutorial
Exploring and using the Semantic Web - SSSW09 tutorial
 
Biodiversity Informatics on the Semantic Web
Biodiversity Informatics on the Semantic WebBiodiversity Informatics on the Semantic Web
Biodiversity Informatics on the Semantic Web
 
WorldCat, Works, and Schema.org
WorldCat, Works, and Schema.orgWorldCat, Works, and Schema.org
WorldCat, Works, and Schema.org
 
Linked data for librarians
Linked data for librariansLinked data for librarians
Linked data for librarians
 
RDFa: an introduction
RDFa: an introductionRDFa: an introduction
RDFa: an introduction
 
Linked data HHS 2015
Linked data HHS 2015Linked data HHS 2015
Linked data HHS 2015
 

LITA 2010: The Linked Library Data Cloud: it's time to stop think and start linking

  • 1. The Linked Library Data Cloud: it's time to stop thinking and start linking Ross Singer Talis - http://www.talis.com/
  • 5.
  • 6.
  • 7.
  • 8.
  • 9.
  • 10.
  • 11.
  • 12.
  • 13.
  • 14.
  • 15.
  • 16.
  • 17.
  • 18.
  • 19.
  • 20.
  • 21.
  • 23.
  • 24.
  • 25.
  • 26.
  • 27.
  • 28.
  • 29.
  • 30.
  • 31.
  • 33.
  • 34.
  • 35.
  • 36.
  • 37.
  • 38.
  • 39.
  • 40.
  • 42. cannot be accomplished by matching strings
  • 44. “Until very recently, bibliographic control has been an artisan activity, as there was no alternative for providing access except to transcribe, by hand, data from the objects being described. Now, however, publishers and vendors are working in an electronic environment, and print material generally originates in electronic format. ...Despite the fact that descriptive metadata are being created in other venues, libraries have so far taken minimal advantage of them. Given the explosion of material requiring some level of bibliographic control, the model of item-by-item full manual transcription can no longer be sustained. Libraries must find ways to make use of the data created by others in the supply chain, including data that can be derived from algorithmic analyses of digital materials.” On the Record: Report of the Library of Congress Working Group on the Future of Bibliographic Control
  • 45. RDA
  • 46. RDA • Based on FRBR, FRAD, FRSAD • ~375 metadata elements • 400+ relationships between FRBR entities • specification is not free
  • 47.
  • 48. Data
  • 49.
  • 51.
  • 52.
  • 53.
  • 54.
  • 55.
  • 57. Silos with data that could possibly be used for:
  • 65. If we can figure out what we’re talking about
  • 66.
  • 67.
  • 68.
  • 69. This won’t work with just matching strings
  • 71. Four Rules 1. Use URIs as names for things 2. Use HTTP URIs so that people can look up those names. 3. When someone looks up a URI, provide useful information, using the standards (RDF, SPARQL) 4. Include links to other URIs. so that they can discover more things. http://www.w3.org/DesignIssues/LinkedData.html
  • 73. Data model, not a serialization format
  • 77. Graph
  • 78. Cloud
  • 80. Examples • Dublin Core • FOAF • SKOS • OWL • BIBO
  • 81. Turtle <http://purl.org/NET/lccn/86018012#i> rda:placeOfPublication <http://purl.org/NET/marccodes/countries/nyu#location> ; rda:statementOfResponsibility "Susanna Haswell Rowson; edited with an introduction by Cathy N. Davidson" ; rda:titleProper "Charlotte Temple" ; dcterms:contributor <http://purl.org/NET/lccn/people/n79135597#i> ; dcterms:creator <http://purl.org/NET/lccn/people/n80032192#i> ; dcterms:isVersionOf <http://rdf.freebase.com/ns/en.charlotte_temple>, <http://xisbn.worldcat.org/webservices/xid/isbn/ 0195042387?method=getMetadata&format=xml&fl=*> ; dcterms:language <http://purl.org/NET/marccodes/languages/eng#lang> ; dcterms:subject <http://id.loc.gov/authorities/sh2007101961#concept>, <http://id.loc.gov/authorities/ sh2008104232#concept>, <http://id.loc.gov/authorities/sh2008108377#concept>, <http://id.loc.gov/authorities/ sh2008110463#concept>, <http://id.loc.gov/authorities/sh2008111212#concept>, <http://id.loc.gov/authorities/ sh2008111377#concept>, <http://id.loc.gov/authorities/sh2008112612#concept>, <http://id.loc.gov/authorities/ sh2008112704#concept>, <http://id.loc.gov/authorities/sh2008119358#concept>, <http://id.loc.gov/authorities/ sh2009117622#concept>, <http://purl.org/NET/lccn/subjects/Didactic+fiction>, <http://purl.org/NET/lccn/subjects/Psychological +fiction> ; dcterms:title "Charlotte Temple" ; dcterms:type "Bibliography" ; bibo:isbn10 "0195042387" ; bibo:isbn13 "9780195042382" ; bibo:lccn "86018012" ; a bibo:Book ; owl:sameAs <http://openlibrary.org/books/OL2724351M>, <http://purl.org/NET/book/isbn/0195042387#book> ; foaf:isPrimaryTopicOf <http://lccn.loc.gov/86018012> .
  • 82. <rdf:RDF RDF/XML xmlns:bibo="http://purl.org/ontology/bibo/" xmlns:dcterms="http://purl.org/dc/terms/" xmlns:foaf="http://xmlns.com/foaf/0.1/" xmlns:owl="http://www.w3.org/2002/07/owl#" xmlns:rda="http://RDVocab.info/Elements/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:skos="http://www.w3.org/2004/02/skos/core#" xmlns:umbel="http://umbel.org/umbel#"> <bibo:Book rdf:about="http://purl.org/NET/lccn/86018012#i"> <rda:placeOfPublication rdf:resource="http://purl.org/NET/marccodes/countries/nyu#location"/> <rda:statementOfResponsibility>Susanna Haswell Rowson; edited with an introduction by Cathy N. Davidson</rda:statementOfResponsibility> <rda:titleProper>Charlotte Temple</rda:titleProper> <dcterms:contributor rdf:resource="http://purl.org/NET/lccn/people/n79135597#i"/> <dcterms:creator rdf:resource="http://purl.org/NET/lccn/people/n80032192#i"/> <dcterms:isVersionOf rdf:resource="http://rdf.freebase.com/ns/en.charlotte_temple"/> <dcterms:isVersionOf rdf:resource="http://xisbn.worldcat.org/webservices/xid/isbn/0195042387?method=getMetadata&amp;format=xml&amp;fl=*"/> <dcterms:language rdf:resource="http://purl.org/NET/marccodes/languages/eng#lang"/> <dcterms:subject rdf:resource="http://id.loc.gov/authorities/sh2007101961#concept"/> <dcterms:subject rdf:resource="http://id.loc.gov/authorities/sh2008104232#concept"/> <dcterms:subject rdf:resource="http://id.loc.gov/authorities/sh2008108377#concept"/> <dcterms:subject rdf:resource="http://id.loc.gov/authorities/sh2008110463#concept"/> <dcterms:subject rdf:resource="http://id.loc.gov/authorities/sh2008111212#concept"/> <dcterms:subject rdf:resource="http://id.loc.gov/authorities/sh2008111377#concept"/> <dcterms:subject rdf:resource="http://id.loc.gov/authorities/sh2008112612#concept"/> <dcterms:subject rdf:resource="http://id.loc.gov/authorities/sh2008112704#concept"/> <dcterms:subject rdf:resource="http://id.loc.gov/authorities/sh2008119358#concept"/> <dcterms:subject rdf:resource="http://id.loc.gov/authorities/sh2009117622#concept"/> <dcterms:subject rdf:resource="http://purl.org/NET/lccn/subjects/Didactic+fiction"/> <dcterms:subject rdf:resource="http://purl.org/NET/lccn/subjects/Psychological+fiction"/> <dcterms:title>Charlotte Temple</dcterms:title> <dcterms:type>Bibliography</dcterms:type> <bibo:isbn10>0195042387</bibo:isbn10> <bibo:isbn13>9780195042382</bibo:isbn13> <bibo:lccn>86018012</bibo:lccn> <rdf:type rdf:resource="http://purl.org/ontology/bibo/Book"/> <owl:sameAs rdf:resource="http://openlibrary.org/books/OL2724351M"/> <owl:sameAs rdf:resource="http://purl.org/NET/book/isbn/0195042387#book"/> <foaf:isPrimaryTopicOf rdf:resource="http://lccn.loc.gov/86018012"/> </bibo:Book> </rdf:RDF>
  • 83. N-Triples <http://purl.org/NET/lccn/86018012#i> <http://RDVocab.info/Elements/placeOfPublication> <http://purl.org/NET/marccodes/countries/nyu#location> . <http://purl.org/NET/lccn/86018012#i> <http://RDVocab.info/Elements/statementOfResponsibility> "Susanna Haswell Rowson; edited with an introduction by Cathy N. Davidson" . <http://purl.org/NET/lccn/86018012#i> <http://RDVocab.info/Elements/titleProper> "Charlotte Temple" . <http://purl.org/NET/lccn/86018012#i> <http://purl.org/dc/terms/contributor> <http://purl.org/NET/lccn/people/n79135597#i> . <http://purl.org/NET/lccn/86018012#i> <http://purl.org/dc/terms/creator> <http://purl.org/NET/lccn/people/n80032192#i> . <http://purl.org/NET/lccn/86018012#i> <http://purl.org/dc/terms/isVersionOf> <http://rdf.freebase.com/ns/en.charlotte_temple> . <http://purl.org/NET/lccn/86018012#i> <http://purl.org/dc/terms/isVersionOf> <http://xisbn.worldcat.org/webservices/xid/isbn/0195042387? method=getMetadata&format=xml&fl=*> . <http://purl.org/NET/lccn/86018012#i> <http://purl.org/dc/terms/language> <http://purl.org/NET/marccodes/languages/eng#lang> . <http://purl.org/NET/lccn/86018012#i> <http://purl.org/dc/terms/subject> <http://id.loc.gov/authorities/sh2007101961#concept> . <http://purl.org/NET/lccn/86018012#i> <http://purl.org/dc/terms/subject> <http://id.loc.gov/authorities/sh2008104232#concept> . <http://purl.org/NET/lccn/86018012#i> <http://purl.org/dc/terms/subject> <http://id.loc.gov/authorities/sh2008108377#concept> . <http://purl.org/NET/lccn/86018012#i> <http://purl.org/dc/terms/subject> <http://id.loc.gov/authorities/sh2008110463#concept> . <http://purl.org/NET/lccn/86018012#i> <http://purl.org/dc/terms/subject> <http://id.loc.gov/authorities/sh2008111212#concept> . <http://purl.org/NET/lccn/86018012#i> <http://purl.org/dc/terms/subject> <http://id.loc.gov/authorities/sh2008111377#concept> . <http://purl.org/NET/lccn/86018012#i> <http://purl.org/dc/terms/subject> <http://id.loc.gov/authorities/sh2008112612#concept> . <http://purl.org/NET/lccn/86018012#i> <http://purl.org/dc/terms/subject> <http://id.loc.gov/authorities/sh2008112704#concept> . <http://purl.org/NET/lccn/86018012#i> <http://purl.org/dc/terms/subject> <http://id.loc.gov/authorities/sh2008119358#concept> . <http://purl.org/NET/lccn/86018012#i> <http://purl.org/dc/terms/subject> <http://id.loc.gov/authorities/sh2009117622#concept> . <http://purl.org/NET/lccn/86018012#i> <http://purl.org/dc/terms/subject> <http://purl.org/NET/lccn/subjects/Didactic+fiction> . <http://purl.org/NET/lccn/86018012#i> <http://purl.org/dc/terms/subject> <http://purl.org/NET/lccn/subjects/Psychological+fiction> . <http://purl.org/NET/lccn/86018012#i> <http://purl.org/dc/terms/title> "Charlotte Temple" . <http://purl.org/NET/lccn/86018012#i> <http://purl.org/dc/terms/type> "Bibliography" . <http://purl.org/NET/lccn/86018012#i> <http://purl.org/ontology/bibo/isbn10> "0195042387" . <http://purl.org/NET/lccn/86018012#i> <http://purl.org/ontology/bibo/isbn10> "0195042387" . <http://purl.org/NET/lccn/86018012#i> <http://purl.org/ontology/bibo/isbn13> "9780195042382" . <http://purl.org/NET/lccn/86018012#i> <http://purl.org/ontology/bibo/isbn13> "9780195042382" . <http://purl.org/NET/lccn/86018012#i> <http://purl.org/ontology/bibo/lccn> "86018012" . <http://purl.org/NET/lccn/86018012#i> <http://purl.org/ontology/bibo/lccn> "86018012" . <http://purl.org/NET/lccn/86018012#i> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://purl.org/ontology/bibo/Book> . <http://purl.org/NET/lccn/86018012#i> <http://www.w3.org/2002/07/owl#sameAs> <http://openlibrary.org/books/OL2724351M> . <http://purl.org/NET/lccn/86018012#i> <http://www.w3.org/2002/07/owl#sameAs> <http://purl.org/NET/book/isbn/0195042387#book> . <http://purl.org/NET/lccn/86018012#i> <http://xmlns.com/foaf/0.1/isPrimaryTopicOf> <http://lccn.loc.gov/86018012> .
  • 86.
  • 87. @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix dcterms: <http://purl.org/dc/terms/> . @prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix skos: <http://www.w3.org/2004/02/skos/core#> . <http://id.loc.gov/authorities/sh2002000569#concept> dcterms:created "2004-04-07T00:00:00-04:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ; dcterms:modified "2009-12-15T13:59:47-04:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ; dcterms:source "ASTI on FirstSearch, May 6, 2002: in titles (semantic Web)"@en, "Engr. index online, May 6, 2002 (identifier: Semantic Web)"@en, "Work cat.: 2002070545: The Semantic Web--ISWC 20002, 2002."@en ; a skos:Concept ; owl:sameAs <info:lc/authorities/sh2002000569> ; skos:broader <http://id.loc.gov/authorities/sh2004000479#concept>, <http://id.loc.gov/authorities/sh92004914#concept>, <http://id.loc.gov/authorities/sh95000541#concept> ; skos:inScheme <http://id.loc.gov/authorities#conceptScheme>, <http://id.loc.gov/authorities#topicalTerms> ; skos:prefLabel "Semantic Web"@en ; skos:related <http://id.loc.gov/authorities/sh2009009406#concept> . <http://id.loc.gov/authorities/sh2004000479#concept> skos:prefLabel "Semantic integration (Computer systems)"@en . <http://id.loc.gov/authorities/sh2009009406#concept> skos:prefLabel "Microformats"@en . <http://id.loc.gov/authorities/sh92004914#concept> skos:prefLabel "Semantic networks (Information theory)"@en . <http://id.loc.gov/authorities/sh95000541#concept> skos:prefLabel "World Wide Web"@en .
  • 88. LEADER: 00838cz a2200265n 4500 001 5644785 005 20040513235821.0 008 020506|| anannbabn |a ana 035 $a (DLC)sh2002000569 035 $a (DLC)285157 035 $a (DLC)6217959 035 $a (DLC)sp2002000569 035 $a (DLC)314409 906 $t 0417 $u te04 $v 1 010 $a sh2002000569 040 $a DLC $b eng $c DLC $d DLC 053 0 $a TK5105.88815 150 $a Semantic Web 550 $w g $a Semantic integration (Computer systems) 550 $w g $a Semantic networks (Information theory) 550 $w g $a World Wide Web 670 $a Work cat.: 2002070545: The Semantic Web--ISWC 20002, 2002. 670 $a ASTI on FirstSearch, May 6, 2002: $b in titles (semantic Web) 670 $a Engr. index online, May 6, 2002 $b (identifier: Semantic Web) 953 $a jg12 $b jg12
  • 89.
  • 90.
  • 91.
  • 92.
  • 93.
  • 94.
  • 95.
  • 96. • German National Library • Swedish National Library • British Library • The Open Library
  • 98. • W3C Linked Library Data Working Group • DCMI • IFLA Semantic Web Working Group
  • 99.
  • 100.
  • 101. And those other silos?
  • 102.
  • 103.
  • 104.
  • 105.
  • 106. Putting it all together
  • 107.
  • 108.
  • 109.
  • 110.
  • 111.
  • 112.
  • 113.
  • 114.
  • 115.
  • 116. Doing what we do best
  • 118. 5.7 million NACO NAF records
  • 120.
  • 121. When we know what we’re talking about, all sorts of interesting things are possible
  • 123. Thanks. Ross Singer ross.singer@talis.com