SlideShare ist ein Scribd-Unternehmen logo
1 von 23
Getting triples from records: the role of ISBD Gordon Dunsire Presented at the seminar Libraries and the Semantic Web: the role of International Standard Bibliographic Description (ISBD), National Library of Scotland, Edinburgh, 25 Feb 2011
Linking Open Data cloud (LOD) Diagram by Richard Cyganiak and AnjaJentzsch. http://lod-cloud.net/
LOD: “Library” corner
Why get involved? To share our data We work for “society” To share our expertise and experience 150 + years To promote the power of libraries (and archives and museums) To survive
From record to triples (in 9 stages) Very large numbers of records Catalogue records, finding aids, etc. 300 million; 1 billion? High quality metadata In comparison with other communities Each record may generate many triples 200 “raw” triples (no inferences) per MARC record? Very, very large numbers of triples Billions? Trillions?
1. Take a record
2. Disaggregate to single statements
3. Create URI for record Must be unique, so 54321 no good on its own http URIs are a good thing (W3C) So add record ID to a unique http domain E.g. http://MyLibraryX.com (unique to the library) + 54321  http://MyLibraryX.com/54321 (or http://MyLibraryX.com#54321) This is not a URL!
4. Replace record ID with URI “mlx” = qname (xmlns) = shorthand for “http://MyLibraryX.com/”
5. Find URIs for attributes Attributes are modelled as RDF properties (predicates) in “element set” namespaces E.g. Dublin Core terms (dct); ISBD (isbd); FRBR (frbrer); RDA (rdaxxx); Bibliographic Ontology (bibo); etc. Choose a namespace, find property with same (or closest) “meaning” (e.g. definition) as attribute Nearest property minimises loss of information Get URI for property If no suitable property, choose another namespace Properties do not have to come from single namespace Match and mix!
5 (cont). Find URI for title http://purl.org/dc/terms/title (dct:title) http://iflastandards.info/ns/isbd/elements/P1014 (isbd:P1014) hasTitleProper http://RDVocab.info/Elements/titleProper  (rdaGR1:titleProper)
5 (cont). Find URI for author dct:creator rdarole:author (isbd does not cover “headings”)
5 (cont). Find URI for date dct:date isbd:P1018 hasDateOfPublicationProductionDistribution rdaGr1:dateOfPublication
5 (cont). Find URI for LCSH LCSH is a subject vocabulary Controlled terms So attribute is really “subject” And the term itself is the value dct:subject
5 (cont). Find URI for media type Assuming record uses new ISBD Area 0 ... isbd:P1003 hasMediaType
5 (cont). Find URI for content form Assuming record uses new ISBD Area 0 ... isbd: P1001 hasContentForm
6. Replace attributes with URIs
7. Find URIs for values If object of a triple is a URI, it can link to the subject of another triple with the same URI Linked data! Values from controlled vocabularies may have URIs Possible vocabularies: author, subject, ISBD Area 0 NOT: title, date For author: Virtual International Authority File (VIAF) For LCSH: Library of Congress Authorities & Vocabularies For ISBD Area 0: Open Metadata Registry
7 (cont). Find URI for author Author: Wythe, Deborah VIAF: http://www.viaf.org/ viaf:31899419/#Wythe,+Deborah
7 (cont). Find URI for subject (LCSH) LCSH: Museum archives LoC: http://id.loc.gov/authorities/ lcsh:/sh85088707#concept
7 (cont). Find URIs for ISBD Area 0 Media type: Electronic ISBD media type isbdmt:T1002 Content form: Text ISBD Content form isbdcf:T1009
8. Replace values with URIs
9. Publish triples (linked data) mlx:54321 | isbd:P1014 | “Museum archives: an introduction”  mlx:54321 | rdarole:author | viaf:31899419/#Wythe,+Deborah mlx:54321 | isbd:P1018 | “2004” mlx:54321 | dct:subject | lcsh:/sh85088707#concept mlx:54321 | isbd:P1003 | isbdmt:T1002 mlx:54321 | isbd:P1001 | isbdcf:T1009

Weitere ähnliche Inhalte

Was ist angesagt?

Graph databases & data integration v2
Graph databases & data integration v2Graph databases & data integration v2
Graph databases & data integration v2Dimitris Kontokostas
 
Semantic Web And Coldfusion
Semantic Web And ColdfusionSemantic Web And Coldfusion
Semantic Web And Coldfusionwilliam_greenly
 
Introduction to RDF
Introduction to RDFIntroduction to RDF
Introduction to RDFNarni Rajesh
 
Another RDF Encoding Form
Another RDF Encoding FormAnother RDF Encoding Form
Another RDF Encoding FormJakob .
 
Efficient Query Answering against Dynamic RDF Databases
Efficient Query Answering against Dynamic RDF DatabasesEfficient Query Answering against Dynamic RDF Databases
Efficient Query Answering against Dynamic RDF DatabasesAlexandra Roatiș
 
Semantic HTML
Semantic HTMLSemantic HTML
Semantic HTMLhchen1
 
2013 CrossRef Workshops System Update: CrossMark, Fundref and LicenseRef Car...
2013 CrossRef Workshops System Update: CrossMark, Fundref and LicenseRef Car...2013 CrossRef Workshops System Update: CrossMark, Fundref and LicenseRef Car...
2013 CrossRef Workshops System Update: CrossMark, Fundref and LicenseRef Car...Crossref
 
Theory behind Image Compression and Semantic Search
Theory behind Image Compression and Semantic SearchTheory behind Image Compression and Semantic Search
Theory behind Image Compression and Semantic SearchSanti Adavani
 
Best practices for generating Bio2RDF linked data
Best practices for generating Bio2RDF linked dataBest practices for generating Bio2RDF linked data
Best practices for generating Bio2RDF linked dataalison.callahan
 
Indexing, searching, and aggregation with redi search and .net
Indexing, searching, and aggregation with redi search and .netIndexing, searching, and aggregation with redi search and .net
Indexing, searching, and aggregation with redi search and .netStephen Lorello
 
First steps towards publishing library data on the semantic web
First steps towards publishing library data on the semantic webFirst steps towards publishing library data on the semantic web
First steps towards publishing library data on the semantic webhorvadam
 
Two graph data models : RDF and Property Graphs
Two graph data models : RDF and Property GraphsTwo graph data models : RDF and Property Graphs
Two graph data models : RDF and Property Graphsandyseaborne
 

Was ist angesagt? (19)

Graph databases & data integration v2
Graph databases & data integration v2Graph databases & data integration v2
Graph databases & data integration v2
 
Semantic Web And Coldfusion
Semantic Web And ColdfusionSemantic Web And Coldfusion
Semantic Web And Coldfusion
 
Introduction to RDF
Introduction to RDFIntroduction to RDF
Introduction to RDF
 
SWT Lecture Session 2 - RDF
SWT Lecture Session 2 - RDFSWT Lecture Session 2 - RDF
SWT Lecture Session 2 - RDF
 
Another RDF Encoding Form
Another RDF Encoding FormAnother RDF Encoding Form
Another RDF Encoding Form
 
Efficient Query Answering against Dynamic RDF Databases
Efficient Query Answering against Dynamic RDF DatabasesEfficient Query Answering against Dynamic RDF Databases
Efficient Query Answering against Dynamic RDF Databases
 
Semantic HTML
Semantic HTMLSemantic HTML
Semantic HTML
 
File-Data structure
File-Data structure File-Data structure
File-Data structure
 
Rdf
RdfRdf
Rdf
 
7 advanced uses of rdfs
7 advanced uses of rdfs7 advanced uses of rdfs
7 advanced uses of rdfs
 
2013 CrossRef Workshops System Update: CrossMark, Fundref and LicenseRef Car...
2013 CrossRef Workshops System Update: CrossMark, Fundref and LicenseRef Car...2013 CrossRef Workshops System Update: CrossMark, Fundref and LicenseRef Car...
2013 CrossRef Workshops System Update: CrossMark, Fundref and LicenseRef Car...
 
Theory behind Image Compression and Semantic Search
Theory behind Image Compression and Semantic SearchTheory behind Image Compression and Semantic Search
Theory behind Image Compression and Semantic Search
 
Best practices for generating Bio2RDF linked data
Best practices for generating Bio2RDF linked dataBest practices for generating Bio2RDF linked data
Best practices for generating Bio2RDF linked data
 
5 rdfs
5 rdfs5 rdfs
5 rdfs
 
Indexing, searching, and aggregation with redi search and .net
Indexing, searching, and aggregation with redi search and .netIndexing, searching, and aggregation with redi search and .net
Indexing, searching, and aggregation with redi search and .net
 
Data quality in Real Estate
Data quality in Real EstateData quality in Real Estate
Data quality in Real Estate
 
Scaling the (evolving) web data –at low cost-
Scaling the (evolving) web data –at low cost-Scaling the (evolving) web data –at low cost-
Scaling the (evolving) web data –at low cost-
 
First steps towards publishing library data on the semantic web
First steps towards publishing library data on the semantic webFirst steps towards publishing library data on the semantic web
First steps towards publishing library data on the semantic web
 
Two graph data models : RDF and Property Graphs
Two graph data models : RDF and Property GraphsTwo graph data models : RDF and Property Graphs
Two graph data models : RDF and Property Graphs
 

Andere mochten auch

Library Linked Data Progress
Library Linked Data ProgressLibrary Linked Data Progress
Library Linked Data ProgressRichard Wallis
 
Resource Discovery Infrastructure - what if we were starting from scratch?
Resource Discovery Infrastructure - what if we were starting from scratch?Resource Discovery Infrastructure - what if we were starting from scratch?
Resource Discovery Infrastructure - what if we were starting from scratch?ostephens
 
Finding Pheonix Athens
Finding Pheonix AthensFinding Pheonix Athens
Finding Pheonix Athenshblowers
 
Cataloging basics
Cataloging basicsCataloging basics
Cataloging basicsrobin fay
 
Catalogue Entry Format
Catalogue Entry FormatCatalogue Entry Format
Catalogue Entry FormatSarika Sawant
 
Connecting With the Disconnected
Connecting With the DisconnectedConnecting With the Disconnected
Connecting With the DisconnectedChris Wejr
 
Can We Assess Creativity?
Can We Assess Creativity?Can We Assess Creativity?
Can We Assess Creativity?John Spencer
 
Hype vs. Reality: The AI Explainer
Hype vs. Reality: The AI ExplainerHype vs. Reality: The AI Explainer
Hype vs. Reality: The AI ExplainerLuminary Labs
 

Andere mochten auch (11)

RDA Background
RDA BackgroundRDA Background
RDA Background
 
Library Linked Data Progress
Library Linked Data ProgressLibrary Linked Data Progress
Library Linked Data Progress
 
Resource Discovery Infrastructure - what if we were starting from scratch?
Resource Discovery Infrastructure - what if we were starting from scratch?Resource Discovery Infrastructure - what if we were starting from scratch?
Resource Discovery Infrastructure - what if we were starting from scratch?
 
Finding Pheonix Athens
Finding Pheonix AthensFinding Pheonix Athens
Finding Pheonix Athens
 
Aacr 2
Aacr 2Aacr 2
Aacr 2
 
Cataloging basics
Cataloging basicsCataloging basics
Cataloging basics
 
Aacr2 pdf book
Aacr2 pdf bookAacr2 pdf book
Aacr2 pdf book
 
Catalogue Entry Format
Catalogue Entry FormatCatalogue Entry Format
Catalogue Entry Format
 
Connecting With the Disconnected
Connecting With the DisconnectedConnecting With the Disconnected
Connecting With the Disconnected
 
Can We Assess Creativity?
Can We Assess Creativity?Can We Assess Creativity?
Can We Assess Creativity?
 
Hype vs. Reality: The AI Explainer
Hype vs. Reality: The AI ExplainerHype vs. Reality: The AI Explainer
Hype vs. Reality: The AI Explainer
 

Ähnlich wie Getting triples from records: the role of ISBD

Lifting the Lid on Linked Data
Lifting the Lid on Linked DataLifting the Lid on Linked Data
Lifting the Lid on Linked DataJane Stevenson
 
CSHALS 2010 W3C Semanic Web Tutorial
CSHALS 2010 W3C Semanic Web TutorialCSHALS 2010 W3C Semanic Web Tutorial
CSHALS 2010 W3C Semanic Web TutorialLeeFeigenbaum
 
Lotus: Linked Open Text UnleaShed - ISWC COLD '15
Lotus: Linked Open Text UnleaShed - ISWC COLD '15Lotus: Linked Open Text UnleaShed - ISWC COLD '15
Lotus: Linked Open Text UnleaShed - ISWC COLD '15Filip Ilievski
 
RDA (Resource Description & Access)
RDA (Resource Description & Access)RDA (Resource Description & Access)
RDA (Resource Description & Access)Jennifer Joyner
 
DLF 2015 Presentation, "RDF in the Real World."
DLF 2015 Presentation, "RDF in the Real World." DLF 2015 Presentation, "RDF in the Real World."
DLF 2015 Presentation, "RDF in the Real World." Avalon Media System
 
SPARQL1.1 Tutorial, given in UChile by Axel Polleres (DERI)
SPARQL1.1 Tutorial, given in UChile by Axel Polleres (DERI)SPARQL1.1 Tutorial, given in UChile by Axel Polleres (DERI)
SPARQL1.1 Tutorial, given in UChile by Axel Polleres (DERI)net2-project
 
RDF for Librarians
RDF for LibrariansRDF for Librarians
RDF for LibrariansJenn Riley
 
Enriching the semantic web tutorial session 1
Enriching the semantic web tutorial session 1Enriching the semantic web tutorial session 1
Enriching the semantic web tutorial session 1Tobias Wunner
 
Querying the Web of Data
Querying the Web of DataQuerying the Web of Data
Querying the Web of DataRinke Hoekstra
 
Getty Vocabulary Program LOD: Ontologies and Semantic Representation
Getty Vocabulary Program LOD: Ontologies and Semantic RepresentationGetty Vocabulary Program LOD: Ontologies and Semantic Representation
Getty Vocabulary Program LOD: Ontologies and Semantic RepresentationVladimir Alexiev, PhD, PMP
 
Semantic Web and Linked Data for cultural heritage materials - Approaches in ...
Semantic Web and Linked Data for cultural heritage materials - Approaches in ...Semantic Web and Linked Data for cultural heritage materials - Approaches in ...
Semantic Web and Linked Data for cultural heritage materials - Approaches in ...Antoine Isaac
 

Ähnlich wie Getting triples from records: the role of ISBD (20)

NISO/DCMI Webinar: International Bibliographic Standards, Linked Data, and th...
NISO/DCMI Webinar: International Bibliographic Standards, Linked Data, and th...NISO/DCMI Webinar: International Bibliographic Standards, Linked Data, and th...
NISO/DCMI Webinar: International Bibliographic Standards, Linked Data, and th...
 
Lifting the Lid on Linked Data
Lifting the Lid on Linked DataLifting the Lid on Linked Data
Lifting the Lid on Linked Data
 
CSHALS 2010 W3C Semanic Web Tutorial
CSHALS 2010 W3C Semanic Web TutorialCSHALS 2010 W3C Semanic Web Tutorial
CSHALS 2010 W3C Semanic Web Tutorial
 
Isbd namespaces
Isbd namespacesIsbd namespaces
Isbd namespaces
 
Lotus: Linked Open Text UnleaShed - ISWC COLD '15
Lotus: Linked Open Text UnleaShed - ISWC COLD '15Lotus: Linked Open Text UnleaShed - ISWC COLD '15
Lotus: Linked Open Text UnleaShed - ISWC COLD '15
 
RDA (Resource Description & Access)
RDA (Resource Description & Access)RDA (Resource Description & Access)
RDA (Resource Description & Access)
 
DLF 2015 Presentation, "RDF in the Real World."
DLF 2015 Presentation, "RDF in the Real World." DLF 2015 Presentation, "RDF in the Real World."
DLF 2015 Presentation, "RDF in the Real World."
 
SPARQL1.1 Tutorial, given in UChile by Axel Polleres (DERI)
SPARQL1.1 Tutorial, given in UChile by Axel Polleres (DERI)SPARQL1.1 Tutorial, given in UChile by Axel Polleres (DERI)
SPARQL1.1 Tutorial, given in UChile by Axel Polleres (DERI)
 
RDF for Librarians
RDF for LibrariansRDF for Librarians
RDF for Librarians
 
Linked data and voyager
Linked data and voyagerLinked data and voyager
Linked data and voyager
 
Expanding the content categories at JaLC
Expanding the content categories at JaLCExpanding the content categories at JaLC
Expanding the content categories at JaLC
 
Democratizing Big Semantic Data management
Democratizing Big Semantic Data managementDemocratizing Big Semantic Data management
Democratizing Big Semantic Data management
 
Enriching the semantic web tutorial session 1
Enriching the semantic web tutorial session 1Enriching the semantic web tutorial session 1
Enriching the semantic web tutorial session 1
 
Querying the Web of Data
Querying the Web of DataQuerying the Web of Data
Querying the Web of Data
 
Getty Vocabulary Program LOD: Ontologies and Semantic Representation
Getty Vocabulary Program LOD: Ontologies and Semantic RepresentationGetty Vocabulary Program LOD: Ontologies and Semantic Representation
Getty Vocabulary Program LOD: Ontologies and Semantic Representation
 
Jpl presentation
Jpl presentationJpl presentation
Jpl presentation
 
Jpl presentation
Jpl presentationJpl presentation
Jpl presentation
 
Jpl presentation
Jpl presentationJpl presentation
Jpl presentation
 
Linked Open Data
Linked Open DataLinked Open Data
Linked Open Data
 
Semantic Web and Linked Data for cultural heritage materials - Approaches in ...
Semantic Web and Linked Data for cultural heritage materials - Approaches in ...Semantic Web and Linked Data for cultural heritage materials - Approaches in ...
Semantic Web and Linked Data for cultural heritage materials - Approaches in ...
 

Mehr von Scottish Library & Information Council (SLIC), CILIP in Scotland (CILIPS)

Mehr von Scottish Library & Information Council (SLIC), CILIP in Scotland (CILIPS) (20)

Unlocking Doors: recent initiatives in open and linked data at the National L...
Unlocking Doors: recent initiatives in open and linked data at the National L...Unlocking Doors: recent initiatives in open and linked data at the National L...
Unlocking Doors: recent initiatives in open and linked data at the National L...
 
Why link?
Why link?Why link?
Why link?
 
Linked Open Data
Linked Open DataLinked Open Data
Linked Open Data
 
Will's World: Walking Through Shakespeare
Will's World: Walking Through ShakespeareWill's World: Walking Through Shakespeare
Will's World: Walking Through Shakespeare
 
The Danish National Bibliography as LOD
The Danish National Bibliography as LODThe Danish National Bibliography as LOD
The Danish National Bibliography as LOD
 
Linked Open Data stuff
Linked Open Data stuffLinked Open Data stuff
Linked Open Data stuff
 
datos.bne.es: Publishing and consuming
datos.bne.es: Publishing and consumingdatos.bne.es: Publishing and consuming
datos.bne.es: Publishing and consuming
 
The University of Edinburgh's Mobile App
The University of Edinburgh's Mobile App The University of Edinburgh's Mobile App
The University of Edinburgh's Mobile App
 
Social Media and National Libraries
Social Media and National LibrariesSocial Media and National Libraries
Social Media and National Libraries
 
Growing Knowledge : Supporting the Digital Researcher
Growing Knowledge : Supporting the Digital Researcher Growing Knowledge : Supporting the Digital Researcher
Growing Knowledge : Supporting the Digital Researcher
 
Libguides in Academic Libraries
Libguides in Academic Libraries Libguides in Academic Libraries
Libguides in Academic Libraries
 
SLIC FE 2011 Karen Stevenson
SLIC FE 2011 Karen StevensonSLIC FE 2011 Karen Stevenson
SLIC FE 2011 Karen Stevenson
 
SLIC FE 2011Tom MacMaster
SLIC FE 2011Tom MacMasterSLIC FE 2011Tom MacMaster
SLIC FE 2011Tom MacMaster
 
SLICFE2011 Elaine Fulton
SLICFE2011 Elaine FultonSLICFE2011 Elaine Fulton
SLICFE2011 Elaine Fulton
 
Introducing Reader Development
Introducing Reader DevelopmentIntroducing Reader Development
Introducing Reader Development
 
SCURL Walk in Access Project
SCURL Walk in Access ProjectSCURL Walk in Access Project
SCURL Walk in Access Project
 
Innovation with reducing budgets British Library
Innovation with reducing budgets British LibraryInnovation with reducing budgets British Library
Innovation with reducing budgets British Library
 
mlibrary project Napier University
mlibrary project Napier Universitymlibrary project Napier University
mlibrary project Napier University
 
Wendy Walker - Ebooks Unbound at University of Glasgow – Power to the Users?
Wendy Walker - Ebooks Unbound at University of Glasgow – Power to the Users?Wendy Walker - Ebooks Unbound at University of Glasgow – Power to the Users?
Wendy Walker - Ebooks Unbound at University of Glasgow – Power to the Users?
 
Nora Dale - Growing Knowledge: The evolution of research
Nora Dale - Growing Knowledge: The evolution of researchNora Dale - Growing Knowledge: The evolution of research
Nora Dale - Growing Knowledge: The evolution of research
 

Getting triples from records: the role of ISBD

  • 1. Getting triples from records: the role of ISBD Gordon Dunsire Presented at the seminar Libraries and the Semantic Web: the role of International Standard Bibliographic Description (ISBD), National Library of Scotland, Edinburgh, 25 Feb 2011
  • 2. Linking Open Data cloud (LOD) Diagram by Richard Cyganiak and AnjaJentzsch. http://lod-cloud.net/
  • 4. Why get involved? To share our data We work for “society” To share our expertise and experience 150 + years To promote the power of libraries (and archives and museums) To survive
  • 5. From record to triples (in 9 stages) Very large numbers of records Catalogue records, finding aids, etc. 300 million; 1 billion? High quality metadata In comparison with other communities Each record may generate many triples 200 “raw” triples (no inferences) per MARC record? Very, very large numbers of triples Billions? Trillions?
  • 6. 1. Take a record
  • 7. 2. Disaggregate to single statements
  • 8. 3. Create URI for record Must be unique, so 54321 no good on its own http URIs are a good thing (W3C) So add record ID to a unique http domain E.g. http://MyLibraryX.com (unique to the library) + 54321 http://MyLibraryX.com/54321 (or http://MyLibraryX.com#54321) This is not a URL!
  • 9. 4. Replace record ID with URI “mlx” = qname (xmlns) = shorthand for “http://MyLibraryX.com/”
  • 10. 5. Find URIs for attributes Attributes are modelled as RDF properties (predicates) in “element set” namespaces E.g. Dublin Core terms (dct); ISBD (isbd); FRBR (frbrer); RDA (rdaxxx); Bibliographic Ontology (bibo); etc. Choose a namespace, find property with same (or closest) “meaning” (e.g. definition) as attribute Nearest property minimises loss of information Get URI for property If no suitable property, choose another namespace Properties do not have to come from single namespace Match and mix!
  • 11. 5 (cont). Find URI for title http://purl.org/dc/terms/title (dct:title) http://iflastandards.info/ns/isbd/elements/P1014 (isbd:P1014) hasTitleProper http://RDVocab.info/Elements/titleProper  (rdaGR1:titleProper)
  • 12. 5 (cont). Find URI for author dct:creator rdarole:author (isbd does not cover “headings”)
  • 13. 5 (cont). Find URI for date dct:date isbd:P1018 hasDateOfPublicationProductionDistribution rdaGr1:dateOfPublication
  • 14. 5 (cont). Find URI for LCSH LCSH is a subject vocabulary Controlled terms So attribute is really “subject” And the term itself is the value dct:subject
  • 15. 5 (cont). Find URI for media type Assuming record uses new ISBD Area 0 ... isbd:P1003 hasMediaType
  • 16. 5 (cont). Find URI for content form Assuming record uses new ISBD Area 0 ... isbd: P1001 hasContentForm
  • 18. 7. Find URIs for values If object of a triple is a URI, it can link to the subject of another triple with the same URI Linked data! Values from controlled vocabularies may have URIs Possible vocabularies: author, subject, ISBD Area 0 NOT: title, date For author: Virtual International Authority File (VIAF) For LCSH: Library of Congress Authorities & Vocabularies For ISBD Area 0: Open Metadata Registry
  • 19. 7 (cont). Find URI for author Author: Wythe, Deborah VIAF: http://www.viaf.org/ viaf:31899419/#Wythe,+Deborah
  • 20. 7 (cont). Find URI for subject (LCSH) LCSH: Museum archives LoC: http://id.loc.gov/authorities/ lcsh:/sh85088707#concept
  • 21. 7 (cont). Find URIs for ISBD Area 0 Media type: Electronic ISBD media type isbdmt:T1002 Content form: Text ISBD Content form isbdcf:T1009
  • 22. 8. Replace values with URIs
  • 23. 9. Publish triples (linked data) mlx:54321 | isbd:P1014 | “Museum archives: an introduction” mlx:54321 | rdarole:author | viaf:31899419/#Wythe,+Deborah mlx:54321 | isbd:P1018 | “2004” mlx:54321 | dct:subject | lcsh:/sh85088707#concept mlx:54321 | isbd:P1003 | isbdmt:T1002 mlx:54321 | isbd:P1001 | isbdcf:T1009