SlideShare a Scribd company logo
Linked data :
cataloguing and a world wide web of data
UCL Library Services Staff Conference 2014
11 July 2014
Thomas Meehan
t.meehan@ucl.ac.uk
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.
Tim Berners-Lee (2006)
Linked Open Data
Brideshead Revisited was written by Evelyn Waugh.
Brideshead Revisited created by Evelyn Waugh
Linked Data : Cataloguing and a World Wide Web of Data
Linked Data : Cataloguing and a World Wide Web of Data
Linked Data : Cataloguing and a World Wide Web of Data
Linked Data : Cataloguing and a World Wide Web of Data
RDF
<http://id.loc.gov/authorities/names/no97080492>
<http://purl.org/dc/terms/creator>
<http://id.loc.gov/authorities/names/n79049248> .
RDF (Turtle)
@prefix lc_names: <http://id.loc.gov/authorities/names/> .
@prefix lc_languages: <http://id.loc.gov/vocabulary/languages> .
@prefix dc: <http://purl.org/dc/terms/> .
lc_names:no97080492 dc:creator lc_names:n79049248 ;
dc:created "1945" ;
dc:extent "1 volume" ;
dc:language lc_languages:eng ;
dc:title "Brideshead revisited" ;
dc:type <http://purl.org/dc/dcmitype/Text> .
http://id.loc.gov/authorities/names/n79049248
vs
http://id.loc.gov/authorities/names/n79049248.html
Linked Data in the Wild
BBC major events (e.g. World Cup)
Dbpedia
GeoNames
Ordnance Survey
Europeana
Common Linked Data Vocabularies
RDFS (RDF Schema) – basic data modelling
OWL (Web Ontology Language) – ontologies
SKOS (Simple Knowledge Organization System) - thesauri
Dublin Core – cultural things
FOAF (Friend of a Friend) – people
GeoNames - places
GoodRelations – commercial things
Schema.org – anything, often embedded in web pages
Linked Data : Cataloguing and a World Wide Web of Data
Linked Data : Cataloguing and a World Wide Web of Data
Schema.org model
<http://www.worldcat.org/oclc/809168685> schema:creator <http://viaf.org/viaf/68937142> .
Schema.org model
<http://viaf.org/viaf/68937142> schema:name "Waugh, Evelyn, 1903-1966" .
British Library model (used for the BNB)
<http://bnb.data.bl.uk/doc/resource/015771460> dct:creator <http://bnb.data.bl.uk/id/person/WaughEvelyn1903-1966> .
British Library model (used for the BNB)
<http://bnb.data.bl.uk/id/person/WaughEvelyn1903-1966> rdfs:label "Waugh, Evelyn, 1903-1966" ;
owl:sameAs <http://viaf.org/viaf/68937142> .
Library Linked Data in the Wild
Bibliothèque national de France
British National Bibliography
Cambridge University
European Library (includes RLUK data!)
Oslo Public Library
Swedish National Library
Library Linked Data Vocabularies
Dublin Core (again)
BIBO
RDA
BNB Data Model
Europeana Data Model
Schema.org (including Bib Extend)
BIBFRAME
Changes in Cataloguing
ISBD
|
AACR2
|
MARC
FRBR
|
RDA
|
MARC?
Changes in Cataloguing
ISBD
|
AACR2
|
MARC
FRBR
|
RDA
|
BIBFRAME?
BIBFRAME model
BIBFRAME model
<http://www.ucl.ac.uk/example/cat17450240> bf:creator <http://www.ucl.ac.uk/example/v68937412> .
BIBFRAME model
<http://www.ucl.ac.uk/example/v68937412> bf:authorizedAccessPoint "Waugh, Evelyn, 1903-1966" ;
bf:hasAuthority <http://id.loc.gov/authorities/names/n79049248> .
Editing Catalogue Records Data
http://bibframe.org/tools/editor/
Going from Wikipedia to a Catalogue Search
1. “Francis Bacon” (Wikipedia)
2. http://viaf.org/viaf/31992319 (VIAF)
3. “Bacon, Francis, 1561-1626” (LC Authorities)
4. UCL Explore search
1. “Francis Bacon (artist)” (Wikipedia)
2. http://viaf.org/viaf/14789843 (VIAF)
3. “Bacon, Francis, 1909-1992” (LC Authorities)
4. UCL Explore search
University of Southampton Linked Open Data
Map
http://opendatamap.ecs.soton.ac.uk/#
References
Bartlett, Oliver. Linked Data: Connecting together the BBC's Online Content. 2013.
http://www.bbc.co.uk/blogs/internet/posts/Linked-Data-Connecting-together-the-BBCs-Online-Content
Berners-Lee, Tim., Linked Data: Design Issues. W3C, 2006.
http://www.w3.org/DesignIssues/LinkedData.html
Bibliothèque national de France. Semantic Web and Data Model.
http://data.bnf.fr/semanticweb
British Library. Free Data Services. Linked Open BNB.
http://www.bl.uk/bibliographic/datafree.html#lod
Dbpedia.
http://dbpedia.org/About
DCMI. DCMI Terms. 2014.
http://dublincore.org/documents/dcmi-terms/
The European Library. About The European Library datasets.
http://www.theeuropeanlibrary.org/tel4/access
Europeana. Linked Data.
http://pro.europeana.eu/linked-open-data
FOAF Project. FOAF Documentations.
http://www.foaf-project.org/docs
GeoNames.
http://www.geonames.org/about.html
GeoNames Ontology.
http://www.geonames.org/ontology/documentation.html
Hepp, Martin. GoodRelations: the Professional Web Vocabulary for E-Commerce.
http://www.heppnetz.de/projects/goodrelations/
Joint Steering Committee for Development of RDA (JSC). RDA Registry.
http://www.rdaregistry.info/
Kungliga biblioteket. LIBRIS-enheten. LIBRIS Available as Linked Data. 2008.
http://librisbloggen.kb.se/2008/12/03/libris-available-as-linked-data/
Library of Congress. BIBFRAME: Bibliographic Framework Initiative.
http://www.loc.gov/bibframe/
Library of Congress. LC Linked Data Service: Authorities and Vocabularies.
http://id.loc.gov/
Meehan, Thomas. Bookmarklet for searching catalogues from Wikipedia.
http://www.aurochs.org/aurlog/2013/03/25/bookmarklet-for-searching-catalogues-from-wikipedia/
OCLC. VIAF (Virtual Online Authority File).
http://viaf.org/
OCLC. Worldcat.
https://www.worldcat.org/
Ordnance Survey. Ordnance Survey Linked Data Platform.
http://data.ordnancesurvey.co.uk/
Rekkavik, Asgeir. RDF Linked data cataloguing at Oslo Public Library. 2014.
http://digital.deichman.no/blog/2014/07/06/rdf-linked-data-cataloguing-at-oslo-public-
library/
Schema.org. Schema.org.
https://schema.org/
Structured Dynamics. Bibliographic Ontology Specification. 2009.
http://bibliontology.com/
University of Cambridge. data.lib.cam.ac.uk.
http://data.lib.cam.ac.uk
University of Southampton. University of Southampton Linked Open Data Map.
http://opendatamap.ecs.soton.ac.uk/#
W3C. OWL 2 Web Ontology Language
Document Overview . 2nd Edition. 2012.
http://www.w3.org/TR/owl2-overview/
W3C. RDF Schema 1.1.
http://www.w3.org/TR/rdf-schema/
W3C. RDF Working Group. RDF: Semantic Web Standards..
http://www.w3.org/RDF/
W3C. SKOS Simple Knowledge Organization System.
http://www.w3.org/2004/02/skos/
Linked data :
cataloguing and a world wide web of data
UCL Library Services Staff Conference 2014
11 July 2014
Thomas Meehan
t.meehan@ucl.ac.uk

More Related Content

PPT
Linked open data for science, culture and society
PPTX
Linking Data with sameAs: Challenges and Solutions - Workshop
PPTX
Tools for Data Manipulation - UKAD Open Refine Workshop
PPTX
Educon2.3 History, history
PPTX
Educon: History, History
PDF
Citations needed for the sum of all human knowledge: Wikidata as the missing ...
KEY
Transmission6 - Publishing Linked Data
PDF
Quick sheet searching the invisible web
Linked open data for science, culture and society
Linking Data with sameAs: Challenges and Solutions - Workshop
Tools for Data Manipulation - UKAD Open Refine Workshop
Educon2.3 History, history
Educon: History, History
Citations needed for the sum of all human knowledge: Wikidata as the missing ...
Transmission6 - Publishing Linked Data
Quick sheet searching the invisible web

What's hot (20)

PPTX
Science in the open, what does it take?
PPT
Semantic Web - Linked Data - RDF
PPTX
Copyright basics and update 5 9 2013
PPTX
Harp 101 9 12 2013
PPT
Science On The Web
PPTX
How open is open? An evaluation rubric for public knowledgebases
PPTX
Open Data
PPTX
Reusable data for biomedicine: A data licensing odyssey
PDF
Data Journalism - Social Data
PPTX
Harp 101 9 16 2013
PPTX
Open Access Resources (What they are and how to find them) FIL Interlend 2014
PPTX
Wikidata and the Semantic Web of Food
PPTX
(Open) Data on the Web, future directions at W3C.
PDF
International Adventures in Linked Open Data
PPTX
Open taxonomy
PPT
Terrorism 15 May 2009
PPTX
Automating Controlled Vocabulary Reconciliation
PPTX
Presentation
PPT
Running wild
DOCX
Chem 496 student survey 1 11 11
Science in the open, what does it take?
Semantic Web - Linked Data - RDF
Copyright basics and update 5 9 2013
Harp 101 9 12 2013
Science On The Web
How open is open? An evaluation rubric for public knowledgebases
Open Data
Reusable data for biomedicine: A data licensing odyssey
Data Journalism - Social Data
Harp 101 9 16 2013
Open Access Resources (What they are and how to find them) FIL Interlend 2014
Wikidata and the Semantic Web of Food
(Open) Data on the Web, future directions at W3C.
International Adventures in Linked Open Data
Open taxonomy
Terrorism 15 May 2009
Automating Controlled Vocabulary Reconciliation
Presentation
Running wild
Chem 496 student survey 1 11 11
Ad

Viewers also liked (10)

PPT
WorldCat Presentation
PPT
Absent laboral ind cat
PPTX
Irish Studies - making library data work harder
PDF
E india-award-2011-logos-screenshots-statistics
PPT
Singapore Orchids
PPT
Shodhganga: a National Repository of Indian Electronic Theses and Dissertations
PPTX
Inflibnet
PPT
Presentation on Shodhganga - National Repository of Indian ETDs
PPT
Shodhganga mk ppt-e-india-2011
PDF
Wikipedia and Libraries: what’s in it for you?
WorldCat Presentation
Absent laboral ind cat
Irish Studies - making library data work harder
E india-award-2011-logos-screenshots-statistics
Singapore Orchids
Shodhganga: a National Repository of Indian Electronic Theses and Dissertations
Inflibnet
Presentation on Shodhganga - National Repository of Indian ETDs
Shodhganga mk ppt-e-india-2011
Wikipedia and Libraries: what’s in it for you?
Ad

Similar to Linked Data : Cataloguing and a World Wide Web of Data (20)

ZIP
SemWeb Fundamentals - Info Linking & Layering in Practice
PPTX
The Impact of Bibframe
PPTX
What is #LODLAM?! (revised January 2015)
PPTX
It19 20140721 linked data personal perspective
PPTX
What is #LODLAM?! Understanding linked open data in libraries, archives [and ...
PDF
OpenGLAM in museums: Linked Open Data and Wikipedia
PPTX
Connected heritage: How should Cultural Institutions Open and Connect Data?
PPTX
Beyond MARC: MARC, linked data, and Bibframe
PDF
Archives & the Semantic Web
PDF
que hisciste el verano pasado
PDF
¿ARCHIVO?
PPTX
Introduction to Linked Data
PPTX
Introduction to Linked Data
PPTX
Linked Open Data Utrecht University Library
PPTX
Introduction to Linked Data
PDF
Maintaining scholarly standards in the digital age: Publishing historical gaz...
PPTX
Linked Open Data in Romania
PPTX
"In the Early Days of a Better Nation": Enhancing the power of metadata today...
PDF
Metadata / Linked Data
PPT
Unlocking Doors: recent initiatives in open and linked data at the National L...
SemWeb Fundamentals - Info Linking & Layering in Practice
The Impact of Bibframe
What is #LODLAM?! (revised January 2015)
It19 20140721 linked data personal perspective
What is #LODLAM?! Understanding linked open data in libraries, archives [and ...
OpenGLAM in museums: Linked Open Data and Wikipedia
Connected heritage: How should Cultural Institutions Open and Connect Data?
Beyond MARC: MARC, linked data, and Bibframe
Archives & the Semantic Web
que hisciste el verano pasado
¿ARCHIVO?
Introduction to Linked Data
Introduction to Linked Data
Linked Open Data Utrecht University Library
Introduction to Linked Data
Maintaining scholarly standards in the digital age: Publishing historical gaz...
Linked Open Data in Romania
"In the Early Days of a Better Nation": Enhancing the power of metadata today...
Metadata / Linked Data
Unlocking Doors: recent initiatives in open and linked data at the National L...

More from Thomas Meehan (9)

PPTX
BIBFRAME : the future of cataloguing?
PPTX
BIBFRAME as a Library Linked Data Standard
PPTX
BIBFRAME and Moving Away From MARC
PPTX
What's Wrong With MARC?
PPTX
MARC and BIBFRAME
PPTX
Cig tm future
PPTX
BIBFRAME
PPTX
What's Wrong With MARC?
PPT
BIBFRAME : the future of cataloguing?
BIBFRAME as a Library Linked Data Standard
BIBFRAME and Moving Away From MARC
What's Wrong With MARC?
MARC and BIBFRAME
Cig tm future
BIBFRAME
What's Wrong With MARC?

Recently uploaded (20)

PPTX
Introduction to Child Health Nursing – Unit I | Child Health Nursing I | B.Sc...
PPTX
Odoo 18 Sales_ Managing Quotation Validity
PPTX
family health care settings home visit - unit 6 - chn 1 - gnm 1st year.pptx
PDF
Cell Biology Basics: Cell Theory, Structure, Types, and Organelles | BS Level...
PDF
Landforms and landscapes data surprise preview
PPTX
How to Manage Global Discount in Odoo 18 POS
PDF
The Final Stretch: How to Release a Game and Not Die in the Process.
PPTX
Software Engineering BSC DS UNIT 1 .pptx
PPTX
How to Manage Loyalty Points in Odoo 18 Sales
PPTX
Congenital Hypothyroidism pptx
PDF
LDMMIA Reiki Yoga Workshop 15 MidTerm Review
PPTX
UNDER FIVE CLINICS OR WELL BABY CLINICS.pptx
PDF
5.Universal-Franchise-and-Indias-Electoral-System.pdfppt/pdf/8th class social...
PDF
Mga Unang Hakbang Tungo Sa Tao by Joe Vibar Nero.pdf
PPTX
ACUTE NASOPHARYNGITIS. pptx
PPTX
Information Texts_Infographic on Forgetting Curve.pptx
PPTX
Open Quiz Monsoon Mind Game Prelims.pptx
PPTX
Presentation on Janskhiya sthirata kosh.
PDF
Electrolyte Disturbances and Fluid Management A clinical and physiological ap...
PPTX
An introduction to Prepositions for beginners.pptx
Introduction to Child Health Nursing – Unit I | Child Health Nursing I | B.Sc...
Odoo 18 Sales_ Managing Quotation Validity
family health care settings home visit - unit 6 - chn 1 - gnm 1st year.pptx
Cell Biology Basics: Cell Theory, Structure, Types, and Organelles | BS Level...
Landforms and landscapes data surprise preview
How to Manage Global Discount in Odoo 18 POS
The Final Stretch: How to Release a Game and Not Die in the Process.
Software Engineering BSC DS UNIT 1 .pptx
How to Manage Loyalty Points in Odoo 18 Sales
Congenital Hypothyroidism pptx
LDMMIA Reiki Yoga Workshop 15 MidTerm Review
UNDER FIVE CLINICS OR WELL BABY CLINICS.pptx
5.Universal-Franchise-and-Indias-Electoral-System.pdfppt/pdf/8th class social...
Mga Unang Hakbang Tungo Sa Tao by Joe Vibar Nero.pdf
ACUTE NASOPHARYNGITIS. pptx
Information Texts_Infographic on Forgetting Curve.pptx
Open Quiz Monsoon Mind Game Prelims.pptx
Presentation on Janskhiya sthirata kosh.
Electrolyte Disturbances and Fluid Management A clinical and physiological ap...
An introduction to Prepositions for beginners.pptx

Linked Data : Cataloguing and a World Wide Web of Data

  • 1. Linked data : cataloguing and a world wide web of data UCL Library Services Staff Conference 2014 11 July 2014 Thomas Meehan [email protected]
  • 2. 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. Tim Berners-Lee (2006) Linked Open Data
  • 3. Brideshead Revisited was written by Evelyn Waugh.
  • 10. RDF (Turtle) @prefix lc_names: <http://id.loc.gov/authorities/names/> . @prefix lc_languages: <http://id.loc.gov/vocabulary/languages> . @prefix dc: <http://purl.org/dc/terms/> . lc_names:no97080492 dc:creator lc_names:n79049248 ; dc:created "1945" ; dc:extent "1 volume" ; dc:language lc_languages:eng ; dc:title "Brideshead revisited" ; dc:type <http://purl.org/dc/dcmitype/Text> .
  • 12. Linked Data in the Wild BBC major events (e.g. World Cup) Dbpedia GeoNames Ordnance Survey Europeana
  • 13. Common Linked Data Vocabularies RDFS (RDF Schema) – basic data modelling OWL (Web Ontology Language) – ontologies SKOS (Simple Knowledge Organization System) - thesauri Dublin Core – cultural things FOAF (Friend of a Friend) – people GeoNames - places GoodRelations – commercial things Schema.org – anything, often embedded in web pages
  • 18. British Library model (used for the BNB) <http://bnb.data.bl.uk/doc/resource/015771460> dct:creator <http://bnb.data.bl.uk/id/person/WaughEvelyn1903-1966> .
  • 19. British Library model (used for the BNB) <http://bnb.data.bl.uk/id/person/WaughEvelyn1903-1966> rdfs:label "Waugh, Evelyn, 1903-1966" ; owl:sameAs <http://viaf.org/viaf/68937142> .
  • 20. Library Linked Data in the Wild Bibliothèque national de France British National Bibliography Cambridge University European Library (includes RLUK data!) Oslo Public Library Swedish National Library
  • 21. Library Linked Data Vocabularies Dublin Core (again) BIBO RDA BNB Data Model Europeana Data Model Schema.org (including Bib Extend) BIBFRAME
  • 25. BIBFRAME model <http://www.ucl.ac.uk/example/cat17450240> bf:creator <http://www.ucl.ac.uk/example/v68937412> .
  • 26. BIBFRAME model <http://www.ucl.ac.uk/example/v68937412> bf:authorizedAccessPoint "Waugh, Evelyn, 1903-1966" ; bf:hasAuthority <http://id.loc.gov/authorities/names/n79049248> .
  • 27. Editing Catalogue Records Data http://bibframe.org/tools/editor/
  • 28. Going from Wikipedia to a Catalogue Search 1. “Francis Bacon” (Wikipedia) 2. http://viaf.org/viaf/31992319 (VIAF) 3. “Bacon, Francis, 1561-1626” (LC Authorities) 4. UCL Explore search 1. “Francis Bacon (artist)” (Wikipedia) 2. http://viaf.org/viaf/14789843 (VIAF) 3. “Bacon, Francis, 1909-1992” (LC Authorities) 4. UCL Explore search
  • 29. University of Southampton Linked Open Data Map http://opendatamap.ecs.soton.ac.uk/#
  • 30. References Bartlett, Oliver. Linked Data: Connecting together the BBC's Online Content. 2013. http://www.bbc.co.uk/blogs/internet/posts/Linked-Data-Connecting-together-the-BBCs-Online-Content Berners-Lee, Tim., Linked Data: Design Issues. W3C, 2006. http://www.w3.org/DesignIssues/LinkedData.html Bibliothèque national de France. Semantic Web and Data Model. http://data.bnf.fr/semanticweb British Library. Free Data Services. Linked Open BNB. http://www.bl.uk/bibliographic/datafree.html#lod Dbpedia. http://dbpedia.org/About DCMI. DCMI Terms. 2014. http://dublincore.org/documents/dcmi-terms/ The European Library. About The European Library datasets. http://www.theeuropeanlibrary.org/tel4/access Europeana. Linked Data. http://pro.europeana.eu/linked-open-data FOAF Project. FOAF Documentations. http://www.foaf-project.org/docs GeoNames. http://www.geonames.org/about.html GeoNames Ontology. http://www.geonames.org/ontology/documentation.html Hepp, Martin. GoodRelations: the Professional Web Vocabulary for E-Commerce. http://www.heppnetz.de/projects/goodrelations/ Joint Steering Committee for Development of RDA (JSC). RDA Registry. http://www.rdaregistry.info/ Kungliga biblioteket. LIBRIS-enheten. LIBRIS Available as Linked Data. 2008. http://librisbloggen.kb.se/2008/12/03/libris-available-as-linked-data/ Library of Congress. BIBFRAME: Bibliographic Framework Initiative. http://www.loc.gov/bibframe/ Library of Congress. LC Linked Data Service: Authorities and Vocabularies. http://id.loc.gov/ Meehan, Thomas. Bookmarklet for searching catalogues from Wikipedia. http://www.aurochs.org/aurlog/2013/03/25/bookmarklet-for-searching-catalogues-from-wikipedia/
  • 31. OCLC. VIAF (Virtual Online Authority File). http://viaf.org/ OCLC. Worldcat. https://www.worldcat.org/ Ordnance Survey. Ordnance Survey Linked Data Platform. http://data.ordnancesurvey.co.uk/ Rekkavik, Asgeir. RDF Linked data cataloguing at Oslo Public Library. 2014. http://digital.deichman.no/blog/2014/07/06/rdf-linked-data-cataloguing-at-oslo-public- library/ Schema.org. Schema.org. https://schema.org/ Structured Dynamics. Bibliographic Ontology Specification. 2009. http://bibliontology.com/ University of Cambridge. data.lib.cam.ac.uk. http://data.lib.cam.ac.uk University of Southampton. University of Southampton Linked Open Data Map. http://opendatamap.ecs.soton.ac.uk/# W3C. OWL 2 Web Ontology Language Document Overview . 2nd Edition. 2012. http://www.w3.org/TR/owl2-overview/ W3C. RDF Schema 1.1. http://www.w3.org/TR/rdf-schema/ W3C. RDF Working Group. RDF: Semantic Web Standards.. http://www.w3.org/RDF/ W3C. SKOS Simple Knowledge Organization System. http://www.w3.org/2004/02/skos/
  • 32. Linked data : cataloguing and a world wide web of data UCL Library Services Staff Conference 2014 11 July 2014 Thomas Meehan [email protected]

Editor's Notes

  • #2: I intend to look at what linked data is What it looks like In particular, how it might affect cataloguing NB. It is not a cataloguing standard. It is not even a library standard.
  • #3: A URL is basically an address. A URI is an identifier. There are lots of different sorts (URNs, ftp, etc.). A http URI is one kind, and the basis of the web. WEB OF DATA (not to be confused with the Web of Things, e.g. fridges) Whereas people can benefit from HTML and well writtten content, computers need structure, and this structure is provided by RDF. Links made the web of documents more powerful and do the same for the web of data. Concentrate on RDF
  • #4: An English sentence
  • #5: Two entities and a relationship
  • #10: This is a basic triple (spread over three lines), the basis of all RDF, no matter how complex it gets. Note that this triple stands on its own. There is no need for it to be part of MARC as the equivalent MARC does!
  • #11: There are many ways to write triples out depending on who or what needs to write or read them. Most computers can read them all. Turtle is one of the easier ones for humans to read.
  • #14: Almost always these are mixed together. Schema.org is a simple but powerful one designed for adding to web pages. Moves away from search engines having to index text and document formatting towards them understanding what a web page is all about.
  • #15: A Worldcat page
  • #16: The bottom of a web page shows the schema.org tags embedded within it.
  • #17: This is what a small sample of the the underlying RDF looks like. Note the formal statements made at the top. Links to external resources. Means we can follow these links and find more information.
  • #18: More assertions are made using the VIAF URI, in this case giving the actual name as a string.
  • #19: For comparison this is the British Library data model. Reused existing vocabularies!
  • #20: Again, re-used existing vocabularies, except where there was nothing to fit. Again, links to external resources as well as giving the text of the person&amp;apos;s name.
  • #21: A selection of prominent libraries that have published catalogue data as linked data. All different ways of doing things. Of note in particular is that the Oslo Public Library is using linked data, not merely converting. The European Library data includes all the RLUK data found on COPAC! Their model includes a number of elements from the RDA registry. The Oslo and Swedish examples are notable in that linked data are used in their processes, i.e. not just as a big conversion.
  • #23: Where does cataloguing fit into all this? When US national and major university libraries starting testing RDA, they found that MARC21 really couldn&amp;apos;t handle it so made progress towards a replacement one of their less humiliating conditions to implementing RDA.
  • #24: The Library of Congress implemented the Bibliographic Framework Initiative (BIBFRAME). Aided by consultants Zepheira and some early experimenters (including the BL although no longer).
  • #25: BIBFRAME has its own model Bears some similarity to the FRBR model.
  • #26: This is a theoretical example, imagining that we have a linked data server set up.
  • #27: Notice how all the properties are BIBFRAME-specific. BIBFRAME is very like this, unusually so, arguably for reasons of security and control. Schema.org also is but is much less ambitious or complicated. None of this is supported by library systems, and that is part of the point! MARC locks us into library-specific specialised software. Using linked data frees us, at least in theory. There is the danger with BIBFRAME being such an &amp;apos;official&amp;apos; standard that this is what everyone will follow. Not necessarily a good thing.
  • #28: TOY 1: An editor. Bibframe have produced this as a means of getting Bibframe into systems to be played with without having to convert from MARC records. A good toy!
  • #29: TOY 2. A simple use of linked data to navigate between different, utterly separate sources of data, via a third.
  • #33: Ta da Thank you Any questions?