SlideShare a Scribd company logo
Jennifer Bowen, University of Rochester
DC-2010 Conference
October 20, 2010, Pittsburgh, PA
Moving Library Metadata
toward Linked Data: Opportunities
Provided by the eXtensible Catalog
About me…
Currently:
- Librarian
- Technical services administrator
- Software development team co-leader
Formerly:
- Cataloger (MARC)
- Standards developer (RDA)
Maybe someday…Linked Data Expert?
2
My Topics Today
3
Is it feasible to turn legacy library
MARC metadata into Linked Data
in an automated environment,
and,
How can eXtensible Catalog (XC)
software play a role in that
process?
Image source: www.blog.kdl.org
Semantic Web and Linked Data
Semantic Web: a set of technologies that
allow computers to understand the meaning
of information on the web
Linked Data: a mechanism for exposing,
sharing and connecting data on the web,
using identifiers and relationships
4
Linked Data “Expectations of Behavior”
– Use URIs as names for things
– Use HTTP URIs so that people can look up
those names.
– When someone looks up a URI, provide useful
information, using the standards (RDF*,
SPARQL)
– Include links to other URIs so that they can
discover more things.
Tim Berners-Lee,“Design issues”, 2006
http://www.w3.org/DesignIssues/LinkedData.html
5
Linked Data: RDF triple
6
This presentation Jennifer Bowen
has creator
ObjectPredicateSubject
“Linking Open Data cloud diagram, by Richard Cyganiak and Anja Jentzsch. http://lod-cloud.net/”
A Reality Check
7
Teaching MARC metadata new tricks?
8
Image source: http://www.englishcafe.com/node/2337
Turning legacy data into Linked Data…
How do we even get started?
9
Getting Started
To create Linked Data, we need:
–Software to transform legacy data
–Analysis: mapping of legacy metadata to
Linked Data properties
10
The software…
11
eXtensible Catalog (XC) is open source,
user-centered, next generation software
for libraries.
XC provides a discovery system and a set
of tools for libraries to manage metadata
and build applications.
XC Software Components
User Interface Website on Drupal CMS
Integrated Library System Repository
XC User Interface
Metadata Processing Metadata
Services Toolkit
Connectivity tools NCIP
Toolkit
12
OAI
Toolkit
XC’s original metadata goals
- Aggregate MARC and other metadata for
use in new applications
- Define a FRBR-based metadata schema to
support XC’s user-interface functionality
- Create a software application to process
batches of metadata through a set of
services
13
Software development:
a moving target!
14
XC and Linked Data
How can XC help move legacy library
metadata closer to Linked Data?
NOT among XC’s original goals
However, XC software creates an opportunity
to contribute to this effort and provides
important “lessons learned”
15
Converting MARC to Linked Data
What XC software can do:
– Convert MARC codes to vocabulary values
– Remove extraneous data
– Normalize inconsistencies
– Map most MARC fields/subfields and parse to
appropriate FRBR Group 1 entity records
16
Converting MARC to Linked Data
Problematic areas:
– Some MARC fields/subfields are difficult to
map to appropriate FRBR entities
– Tracking relationships between FRBR entity
records: How many relationships can we
support with XC software?
17
MARC to XC Schema Transformation
Parses MARCXML
records into linked
FRBR-based records Maps MARCXML data
elements to Linked-Data-
Compatible elements in the
XC Schema.
Managing Relationships
Managing Relationships
20
Issue: Managing Multiple Relationships
21
MARC bibliographic records can refer to
multiple FRBR entities of the same type
(analytics that represent multiple
works/expressions, e.g. tracks on a CD)
Issue: Beyond FRBR Group 1 Entities
22
MARC “Alternate Graphic Representation”
(880 fields) can contain data that belong in
records for Group 2 and Group 3 entities
Contributor:
700 1    ‡6 880‐08 ‡a Vasil’ev, Maksim.
880 1    ‡6 700‐08 ‡a Васильев, Максим.
Subject:
600 10 ‡6 880‐06 ‡a Putin, Vladimir Vladimirovich, ‡d 1952‐
880 10 ‡6 600‐06 ‡a Путин, Владимир Владимирович, ‡d 
1952‐
If we were to parse this 880 data correctly:
23
Alternative
script of
name from
880
Alternative
script of
subject
from 880
Issue: Related Group 1 Entities
Language attribute for a related expression
041  1    ‡a eng ‡h ita
100  0    ‡a Dante Alighieri, ‡d 1265‐1321.
240  10 ‡a Divina commedia. ‡l English
245  14 ‡a The divine comedy / ‡c Dante ; a     
new verse translation by C.H. Sisson.
500        ‡a Translation of: Divina commedia.
24
If we were to parse 041 ‡h data…
25
Alternative
script of
name from
880
Original
language from
041 ‡h
Alternative
script of
subject
from 880
Managing Relationships Between Entities
26
Original
language from
041 $h
Alternative
script of
subject
from 880
Alternative
script of
name from
880
•new records
•changed records
•deleted records
•changed
relationships
Maintaining links between separate FRBR
entity records in a production
environment monopolizes system
resources and may not be scalable.
What we are learning from XC
27
28
But wait…
If we can map a
MARC data element
to a FRBR entity, we
can probably convert
it to Linked Data.
What does this emphasis on FRBR have to do
with Linked Data?
FRBR Group 1 Entities
29
But do we have to?
- Do we have to be able to map MARC
elements to a FRBR entity in order to create
Linked Data?
- Would managing RDF triples be more
scalable than managing FRBR-based records
and the relationships between those
records?
Best Practices for Linked Data
- Unique identifiers for XC metadata
records
- Data elements from registered schemas
- Registered vocabularies
30
By attempting to follow best practices in
XC for Linked Data, we hope to facilitate
eventual output of XC metadata in RDF.
RDF Triple
31
This resource Poets, American
has subject
ObjectPredicateSubject
URIs for each?
RDF Triple – Record identifiers
32
ObjectPredicateSubject
oai:mst.rochester.edu: MST/
MARCToXCTransformation/
10081
This resource has subject Poets, American
Identifiers for XC Schema records
33
<?xml version="1.0" encoding="UTF-8"?>
<xc:frbr xmlns:xc="http://www.extensiblecatalog.info/Elements"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:rdvocab="http://rdvocab.info/Elements" xmlns:dcterms="http://purl.org/dc/terms/"
xmlns:rdarole="http://rdvocab.info/roles">
<xc:entity type="work" id="oai:mst.rochester.edu:MST/MARCToXCTransformation/10081">
<dcterms:subject xsi:type="dcterms:LCC">PS3505.U334</dcterms:subject>
<dcterms:subject xsi:type="dcterms:DDC">811/.52</dcterms:subject>
<dcterms:subject xsi:type="dcterms:DDC">B</dcterms:subject>
<rdarole:author>Sawyer-Lauc<U+0327>anno, Christopher, 1951-</rdarole:author>
<rdvocab:titleOfTheWork>E.E. Cummings :</rdvocab:titleOfTheWork>
<xc:subject xsi:type="dcterms:LCSH">Cummings, E. E. (Edward Estlin), 1894-
1962.</xc:subject>
<xc:subject xsi:type="dcterms:LCSH">Poets,American-20th century-Biography.</xc:subject>
</xc:entity>
</xc:frbr> A persistent, globally unique identifier
for each XC Schema record
RDF Triple - Registered Data Elements
34
http://www.
extensiblecatalog.info
/Elements/subject
ObjectPredicateSubject
oai:mst.rochester.edu: MST/
MARCToXCTransformation/
10081
This resource has subject Poets, American
35
DCMI
36
RDA
37
XC
XC Schema “work” record: data elements
38
<?xml version="1.0" encoding="UTF-8"?>
<xc:frbr xmlns:xc="http://www.extensiblecatalog.info/Elements"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:rdvocab="http://rdvocab.info/Elements" xmlns:dcterms="http://purl.org/dc/terms/"
xmlns:rdarole="http://rdvocab.info/roles">
<xc:entity type="work" id="oai:mst.rochester.edu:MST/MARCToXCTransformation/10081">
<dcterms:subject xsi:type="dcterms:LCC">PS3505.U334</dcterms:subject>
<dcterms:subject xsi:type="dcterms:DDC">811/.52</dcterms:subject>
<dcterms:subject xsi:type="dcterms:DDC">B</dcterms:subject>
<rdarole:author>Sawyer-Lauc<U+0327>anno, Christopher, 1951-</rdarole:author>
<rdvocab:titleOfTheWork>E.E. Cummings :</rdvocab:titleOfTheWork>
<xc:subject xsi:type="dcterms:LCSH">Cummings, E. E. (Edward Estlin), 1894-
1962.</xc:subject>
<xc:subject xsi:type="dcterms:LCSH">Poets,American-20th century-Biography.</xc:subject>
</xc:entity>
</xc:frbr> Data elements from registered
namespaces for DC terms, RDA roles
and vocab, and XC
RDF Triple - RegisteredVocabularies
39
http://id.loc.gov/authorities
/sh85103735#concept
http://www.
extensiblecatalog.info
/Elements/subject
ObjectPredicateSubject
oai:mst.rochester.edu: MST/
MARCToXCTransformation/
10081
This resource has subject Poets, American
40
<?xml version="1.0" encoding="UTF-8"?>
<xc:frbr xmlns:xc="http://www.extensiblecatalog.info/Elements" …
xmlns:subjid=“id.loc.gov/authorities”>
<xc:entity type="work" id="oai:mst.rochester.edu:MST/MARCToXCTransformation/10081">
…
<xc:subject xsi:type="dcterms:LCSH">Poets,American-20th century-Biography.</xc:subject>
<xc:subject xsi:type="dcterms:LCSH” subjid=“sh85103735#concept”>Poets,
American</xc:subject>
<xc:temporal>20th century</xc:temporal>
<xc:type>Biography</xc:type>
</xc:entity>
XCWork record with embedded URI
for LCSH “Poets,American”
RDF Triple
41
http://id.loc.gov/authorities
/sh85103735#concept
http://www.
extensiblecatalog.info
/Elements/subject
ObjectPredicateSubject
oai:mst.rochester.edu: MST/
MARCToXCTransformation/
10081
This resource has subject Poets, American
Experimenting with Linked Data
- Within a MARC or MARCXML
environment?
- Possible to give each record a
URI
- MARC elements themselves
don’t have URIs
- How to embed multiple URIs for
registered vocabularies in MARC?
42
- XC enables experimentation outside of a MARC
environment with data that originated as MARC
Making Linked Data a Priority for XC
– Balancing goals
– Time/funding constraints
– What’s our use case?
– Output of Linked Data from XC vs.
– Using Linked Data within XC?
43
XC Linked Data Accomplishments
XC has set the stage for Linked Data by:
- Providing a platform for creating Linked Data
using XC software
- Ensuring that XC Schema records can be
converted to RDF triples as easily as possible
- Enabling others to build upon what we have
accomplished done so far.
44
Next Steps
- Monitor RDA implementations
- Develop XC authority control service
- Enable RDF output of XC Schema metadata
- Encourage libraries to use XC software and
contribute to the XC user community
- Seek funding for additional software
development
45
www.eXtensiblecatalog.org
Jennifer Bowen
jbowen@library.rochester.edu
Thank you! Questions?

More Related Content

PDF
Introducing FRSAD and Mapping it with Other Models
PPT
FRSAD Functional Requirements for Subject Authority Data model
PDF
Verifying Integrity Constraints of a RDF-based WordNet
PPTX
SWT Lecture Session 8 - Rules
PPTX
The state of KOS in the Linked Data movement
PDF
E05412327
PDF
Introducing FRSAD and Mapping it with Other Models
FRSAD Functional Requirements for Subject Authority Data model
Verifying Integrity Constraints of a RDF-based WordNet
SWT Lecture Session 8 - Rules
The state of KOS in the Linked Data movement
E05412327

What's hot (19)

PDF
Modèles de données et langages de description ouverts 6 - 2021-2022
PDF
Deploying PHP applications using Virtuoso as Application Server
PDF
Another RDF Encoding Form
PPT
XML.ppt
PDF
Translation of Relational and Non-Relational Databases into RDF with xR2RML
PPT
Dublin Core In Practice
PDF
call for paper 2012, hard copy of journal, research paper publishing, where t...
PDF
Applications of Word Vectors in Text Retrieval and Classification
PPTX
The Dublin Core 1:1 Principle in the Age of Linked Data
PDF
Scaling the (evolving) web data –at low cost-
PPTX
RDF data model
PPT
Web ontology language (owl)
PPT
Beyond Seamless Access: Meta-data In The Age of Content Integration
PPTX
Jarrar: RDF Stores -Challenges and Solutions
PPTX
Efficient RDF Interchange (ERI) Format for RDF Data Streams
PPT
Genre discovery in corpus management systems (2004)
PPT
Metadata Workshop-Maastricht - November 6, 2008
PDF
PDF
when the link makes sense
Modèles de données et langages de description ouverts 6 - 2021-2022
Deploying PHP applications using Virtuoso as Application Server
Another RDF Encoding Form
XML.ppt
Translation of Relational and Non-Relational Databases into RDF with xR2RML
Dublin Core In Practice
call for paper 2012, hard copy of journal, research paper publishing, where t...
Applications of Word Vectors in Text Retrieval and Classification
The Dublin Core 1:1 Principle in the Age of Linked Data
Scaling the (evolving) web data –at low cost-
RDF data model
Web ontology language (owl)
Beyond Seamless Access: Meta-data In The Age of Content Integration
Jarrar: RDF Stores -Challenges and Solutions
Efficient RDF Interchange (ERI) Format for RDF Data Streams
Genre discovery in corpus management systems (2004)
Metadata Workshop-Maastricht - November 6, 2008
when the link makes sense
Ad

Similar to Moving Library Metadata Toward Linked Data: Opportunities Provided by the eXtensible Catalog (20)

PPT
eXtensible Catalog - afternoon session - Tilburg
PPSX
Beyond the Record : OCLC & the Future of MARC
PPT
What is Linked Data, and What Does It Mean for Libraries?
PPT
eXtensible Catalog - morning session - Tilburg
PPT
20080917 Rev
PPT
Linked data and voyager
PDF
35st adlug oli suite_new_ils
PPT
RDA and the Semantic Web
PDF
Linked data and the future of libraries
PPTX
April 8 NISO Webinar: Experimenting with BIBFRAME: Reports from Early Adopters
PPTX
NISO Webinar: The Future of Integrated Library Systems PART 2: User Interaction
PPTX
UNC visit
PPTX
NISO Webinar: MARC and FRBR: Friends or Foes?
PPTX
What Is Linked Data, and What Does it Mean for Libraries? ALAO TEDSIG Spring ...
PPTX
Linked Data: Why Bother?
PPTX
VRA_2015_CatalogingRoundup_Seneff
PPTX
DCMI/RDA Task Group Report, DC-2010 Pittsburgh
PDF
BIBFRAME, Linked data, RDA
PPTX
Beyond the catalogue : BibFrame, Linked Data and Ending the Invisible Library
PPTX
The Impact of Linked Data in Digital Curation and Application to the Catalogu...
eXtensible Catalog - afternoon session - Tilburg
Beyond the Record : OCLC & the Future of MARC
What is Linked Data, and What Does It Mean for Libraries?
eXtensible Catalog - morning session - Tilburg
20080917 Rev
Linked data and voyager
35st adlug oli suite_new_ils
RDA and the Semantic Web
Linked data and the future of libraries
April 8 NISO Webinar: Experimenting with BIBFRAME: Reports from Early Adopters
NISO Webinar: The Future of Integrated Library Systems PART 2: User Interaction
UNC visit
NISO Webinar: MARC and FRBR: Friends or Foes?
What Is Linked Data, and What Does it Mean for Libraries? ALAO TEDSIG Spring ...
Linked Data: Why Bother?
VRA_2015_CatalogingRoundup_Seneff
DCMI/RDA Task Group Report, DC-2010 Pittsburgh
BIBFRAME, Linked data, RDA
Beyond the catalogue : BibFrame, Linked Data and Ending the Invisible Library
The Impact of Linked Data in Digital Curation and Application to the Catalogu...
Ad

Recently uploaded (20)

PDF
A comparative analysis of optical character recognition models for extracting...
PDF
cuic standard and advanced reporting.pdf
PDF
gpt5_lecture_notes_comprehensive_20250812015547.pdf
PDF
Per capita expenditure prediction using model stacking based on satellite ima...
PPTX
Programs and apps: productivity, graphics, security and other tools
PDF
Review of recent advances in non-invasive hemoglobin estimation
PDF
Encapsulation theory and applications.pdf
PDF
Building Integrated photovoltaic BIPV_UPV.pdf
PDF
MIND Revenue Release Quarter 2 2025 Press Release
PDF
Reach Out and Touch Someone: Haptics and Empathic Computing
PPTX
Spectroscopy.pptx food analysis technology
PPTX
Big Data Technologies - Introduction.pptx
DOCX
The AUB Centre for AI in Media Proposal.docx
PDF
Dropbox Q2 2025 Financial Results & Investor Presentation
PDF
Approach and Philosophy of On baking technology
PPTX
MYSQL Presentation for SQL database connectivity
PDF
Spectral efficient network and resource selection model in 5G networks
PDF
The Rise and Fall of 3GPP – Time for a Sabbatical?
PDF
Empathic Computing: Creating Shared Understanding
PDF
Encapsulation_ Review paper, used for researhc scholars
A comparative analysis of optical character recognition models for extracting...
cuic standard and advanced reporting.pdf
gpt5_lecture_notes_comprehensive_20250812015547.pdf
Per capita expenditure prediction using model stacking based on satellite ima...
Programs and apps: productivity, graphics, security and other tools
Review of recent advances in non-invasive hemoglobin estimation
Encapsulation theory and applications.pdf
Building Integrated photovoltaic BIPV_UPV.pdf
MIND Revenue Release Quarter 2 2025 Press Release
Reach Out and Touch Someone: Haptics and Empathic Computing
Spectroscopy.pptx food analysis technology
Big Data Technologies - Introduction.pptx
The AUB Centre for AI in Media Proposal.docx
Dropbox Q2 2025 Financial Results & Investor Presentation
Approach and Philosophy of On baking technology
MYSQL Presentation for SQL database connectivity
Spectral efficient network and resource selection model in 5G networks
The Rise and Fall of 3GPP – Time for a Sabbatical?
Empathic Computing: Creating Shared Understanding
Encapsulation_ Review paper, used for researhc scholars

Moving Library Metadata Toward Linked Data: Opportunities Provided by the eXtensible Catalog

  • 1. Jennifer Bowen, University of Rochester DC-2010 Conference October 20, 2010, Pittsburgh, PA Moving Library Metadata toward Linked Data: Opportunities Provided by the eXtensible Catalog
  • 2. About me… Currently: - Librarian - Technical services administrator - Software development team co-leader Formerly: - Cataloger (MARC) - Standards developer (RDA) Maybe someday…Linked Data Expert? 2
  • 3. My Topics Today 3 Is it feasible to turn legacy library MARC metadata into Linked Data in an automated environment, and, How can eXtensible Catalog (XC) software play a role in that process? Image source: www.blog.kdl.org
  • 4. Semantic Web and Linked Data Semantic Web: a set of technologies that allow computers to understand the meaning of information on the web Linked Data: a mechanism for exposing, sharing and connecting data on the web, using identifiers and relationships 4
  • 5. Linked Data “Expectations of Behavior” – Use URIs as names for things – Use HTTP URIs so that people can look up those names. – When someone looks up a URI, provide useful information, using the standards (RDF*, SPARQL) – Include links to other URIs so that they can discover more things. Tim Berners-Lee,“Design issues”, 2006 http://www.w3.org/DesignIssues/LinkedData.html 5
  • 6. Linked Data: RDF triple 6 This presentation Jennifer Bowen has creator ObjectPredicateSubject
  • 7. “Linking Open Data cloud diagram, by Richard Cyganiak and Anja Jentzsch. http://lod-cloud.net/” A Reality Check 7
  • 8. Teaching MARC metadata new tricks? 8 Image source: http://www.englishcafe.com/node/2337
  • 9. Turning legacy data into Linked Data… How do we even get started? 9
  • 10. Getting Started To create Linked Data, we need: –Software to transform legacy data –Analysis: mapping of legacy metadata to Linked Data properties 10
  • 11. The software… 11 eXtensible Catalog (XC) is open source, user-centered, next generation software for libraries. XC provides a discovery system and a set of tools for libraries to manage metadata and build applications.
  • 12. XC Software Components User Interface Website on Drupal CMS Integrated Library System Repository XC User Interface Metadata Processing Metadata Services Toolkit Connectivity tools NCIP Toolkit 12 OAI Toolkit
  • 13. XC’s original metadata goals - Aggregate MARC and other metadata for use in new applications - Define a FRBR-based metadata schema to support XC’s user-interface functionality - Create a software application to process batches of metadata through a set of services 13
  • 15. XC and Linked Data How can XC help move legacy library metadata closer to Linked Data? NOT among XC’s original goals However, XC software creates an opportunity to contribute to this effort and provides important “lessons learned” 15
  • 16. Converting MARC to Linked Data What XC software can do: – Convert MARC codes to vocabulary values – Remove extraneous data – Normalize inconsistencies – Map most MARC fields/subfields and parse to appropriate FRBR Group 1 entity records 16
  • 17. Converting MARC to Linked Data Problematic areas: – Some MARC fields/subfields are difficult to map to appropriate FRBR entities – Tracking relationships between FRBR entity records: How many relationships can we support with XC software? 17
  • 18. MARC to XC Schema Transformation Parses MARCXML records into linked FRBR-based records Maps MARCXML data elements to Linked-Data- Compatible elements in the XC Schema.
  • 21. Issue: Managing Multiple Relationships 21 MARC bibliographic records can refer to multiple FRBR entities of the same type (analytics that represent multiple works/expressions, e.g. tracks on a CD)
  • 22. Issue: Beyond FRBR Group 1 Entities 22 MARC “Alternate Graphic Representation” (880 fields) can contain data that belong in records for Group 2 and Group 3 entities Contributor: 700 1    ‡6 880‐08 ‡a Vasil’ev, Maksim. 880 1    ‡6 700‐08 ‡a Васильев, Максим. Subject: 600 10 ‡6 880‐06 ‡a Putin, Vladimir Vladimirovich, ‡d 1952‐ 880 10 ‡6 600‐06 ‡a Путин, Владимир Владимирович, ‡d  1952‐
  • 23. If we were to parse this 880 data correctly: 23 Alternative script of name from 880 Alternative script of subject from 880
  • 24. Issue: Related Group 1 Entities Language attribute for a related expression 041  1    ‡a eng ‡h ita 100  0    ‡a Dante Alighieri, ‡d 1265‐1321. 240  10 ‡a Divina commedia. ‡l English 245  14 ‡a The divine comedy / ‡c Dante ; a      new verse translation by C.H. Sisson. 500        ‡a Translation of: Divina commedia. 24
  • 25. If we were to parse 041 ‡h data… 25 Alternative script of name from 880 Original language from 041 ‡h Alternative script of subject from 880
  • 26. Managing Relationships Between Entities 26 Original language from 041 $h Alternative script of subject from 880 Alternative script of name from 880
  • 27. •new records •changed records •deleted records •changed relationships Maintaining links between separate FRBR entity records in a production environment monopolizes system resources and may not be scalable. What we are learning from XC 27
  • 28. 28 But wait… If we can map a MARC data element to a FRBR entity, we can probably convert it to Linked Data. What does this emphasis on FRBR have to do with Linked Data? FRBR Group 1 Entities
  • 29. 29 But do we have to? - Do we have to be able to map MARC elements to a FRBR entity in order to create Linked Data? - Would managing RDF triples be more scalable than managing FRBR-based records and the relationships between those records?
  • 30. Best Practices for Linked Data - Unique identifiers for XC metadata records - Data elements from registered schemas - Registered vocabularies 30 By attempting to follow best practices in XC for Linked Data, we hope to facilitate eventual output of XC metadata in RDF.
  • 31. RDF Triple 31 This resource Poets, American has subject ObjectPredicateSubject URIs for each?
  • 32. RDF Triple – Record identifiers 32 ObjectPredicateSubject oai:mst.rochester.edu: MST/ MARCToXCTransformation/ 10081 This resource has subject Poets, American
  • 33. Identifiers for XC Schema records 33 <?xml version="1.0" encoding="UTF-8"?> <xc:frbr xmlns:xc="http://www.extensiblecatalog.info/Elements" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:rdvocab="http://rdvocab.info/Elements" xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdarole="http://rdvocab.info/roles"> <xc:entity type="work" id="oai:mst.rochester.edu:MST/MARCToXCTransformation/10081"> <dcterms:subject xsi:type="dcterms:LCC">PS3505.U334</dcterms:subject> <dcterms:subject xsi:type="dcterms:DDC">811/.52</dcterms:subject> <dcterms:subject xsi:type="dcterms:DDC">B</dcterms:subject> <rdarole:author>Sawyer-Lauc<U+0327>anno, Christopher, 1951-</rdarole:author> <rdvocab:titleOfTheWork>E.E. Cummings :</rdvocab:titleOfTheWork> <xc:subject xsi:type="dcterms:LCSH">Cummings, E. E. (Edward Estlin), 1894- 1962.</xc:subject> <xc:subject xsi:type="dcterms:LCSH">Poets,American-20th century-Biography.</xc:subject> </xc:entity> </xc:frbr> A persistent, globally unique identifier for each XC Schema record
  • 34. RDF Triple - Registered Data Elements 34 http://www. extensiblecatalog.info /Elements/subject ObjectPredicateSubject oai:mst.rochester.edu: MST/ MARCToXCTransformation/ 10081 This resource has subject Poets, American
  • 37. 37 XC
  • 38. XC Schema “work” record: data elements 38 <?xml version="1.0" encoding="UTF-8"?> <xc:frbr xmlns:xc="http://www.extensiblecatalog.info/Elements" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:rdvocab="http://rdvocab.info/Elements" xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdarole="http://rdvocab.info/roles"> <xc:entity type="work" id="oai:mst.rochester.edu:MST/MARCToXCTransformation/10081"> <dcterms:subject xsi:type="dcterms:LCC">PS3505.U334</dcterms:subject> <dcterms:subject xsi:type="dcterms:DDC">811/.52</dcterms:subject> <dcterms:subject xsi:type="dcterms:DDC">B</dcterms:subject> <rdarole:author>Sawyer-Lauc<U+0327>anno, Christopher, 1951-</rdarole:author> <rdvocab:titleOfTheWork>E.E. Cummings :</rdvocab:titleOfTheWork> <xc:subject xsi:type="dcterms:LCSH">Cummings, E. E. (Edward Estlin), 1894- 1962.</xc:subject> <xc:subject xsi:type="dcterms:LCSH">Poets,American-20th century-Biography.</xc:subject> </xc:entity> </xc:frbr> Data elements from registered namespaces for DC terms, RDA roles and vocab, and XC
  • 39. RDF Triple - RegisteredVocabularies 39 http://id.loc.gov/authorities /sh85103735#concept http://www. extensiblecatalog.info /Elements/subject ObjectPredicateSubject oai:mst.rochester.edu: MST/ MARCToXCTransformation/ 10081 This resource has subject Poets, American
  • 40. 40 <?xml version="1.0" encoding="UTF-8"?> <xc:frbr xmlns:xc="http://www.extensiblecatalog.info/Elements" … xmlns:subjid=“id.loc.gov/authorities”> <xc:entity type="work" id="oai:mst.rochester.edu:MST/MARCToXCTransformation/10081"> … <xc:subject xsi:type="dcterms:LCSH">Poets,American-20th century-Biography.</xc:subject> <xc:subject xsi:type="dcterms:LCSH” subjid=“sh85103735#concept”>Poets, American</xc:subject> <xc:temporal>20th century</xc:temporal> <xc:type>Biography</xc:type> </xc:entity> XCWork record with embedded URI for LCSH “Poets,American”
  • 42. Experimenting with Linked Data - Within a MARC or MARCXML environment? - Possible to give each record a URI - MARC elements themselves don’t have URIs - How to embed multiple URIs for registered vocabularies in MARC? 42 - XC enables experimentation outside of a MARC environment with data that originated as MARC
  • 43. Making Linked Data a Priority for XC – Balancing goals – Time/funding constraints – What’s our use case? – Output of Linked Data from XC vs. – Using Linked Data within XC? 43
  • 44. XC Linked Data Accomplishments XC has set the stage for Linked Data by: - Providing a platform for creating Linked Data using XC software - Ensuring that XC Schema records can be converted to RDF triples as easily as possible - Enabling others to build upon what we have accomplished done so far. 44
  • 45. Next Steps - Monitor RDA implementations - Develop XC authority control service - Enable RDF output of XC Schema metadata - Encourage libraries to use XC software and contribute to the XC user community - Seek funding for additional software development 45