SlideShare uma empresa Scribd logo
1 de 64
Linked Data
and Libraries:
What? Why?
How?
Emily Dust Nimsakont
Head of Cataloging & Resource Management
Schmid Law Library, University of Nebraska
College of Law
RAILS Webinar
October 7, 2015Photo credit: http://www.flickr.com/photos/mytudut/5197551003/
What is
Linked
Data?
“It builds upon standard Web technologies
such as HTTP and URIs, but rather than
using them to serve web pages for human
readers, it extends them to share
information in a way that can be read
automatically by computers.”
“This enables data from different sources
to be connected and queried.”
“…linked data describes a method of
publishing structured data so that it can be
interlinked and become more useful.”
http://en.wikipedia.org/wiki/Linked_data
web of documents
vs.
web of data
resource
resource
resource
resource
resource links to
links to
links to
links to
links to
data links to
links to
links to
links to
data data
data
data
data
data
data
data
data
data
datalinks to
Relationships are key
Photo credit: http://www.flickr.com/photos/brenda-starr/3509344100/
Encoded meaning
<h1>This is a heading.</h1>
<p>This is a paragraph.</p>
<h1>My Favorite Trees</h1>
<p>I like oak trees.</p>
<p>I also like maple trees.</p>
Encoded meaning
<rdf:Description
rdf:about="http://www.recshop.fake/cd/Empire
Burlesque">
<cd:artist>Bob Dylan</cd:artist>
<cd:country>USA</cd:country>
<cd:company>Columbia</cd:company>
<cd:price>10.90</cd:price>
<cd:year>1985</cd:year>
</rdf:Description>
http://www.w3schools.com/rdf/rdf_example.asp
Links between entities
<rdf:Description rdf:about=“http://www4.wiwiss.fu-
berlin.de/bookmashup/books/0375507256”>
<rev:hasReview rdf:resource=“http://www4.wiwiss.fu-
berlin.de/bookmashup/reviews/0375507256_EditorialReview1
”/>
<dc:creator rdf:resource=“http://www4.wiwiss.fu-
berlin.de/bookmashup/persons/David+Mitchell”/>
<dc:format>Paperback</dc:format>
<dc:identifier rdf:resource=“urn:ISBN:0375507256”/>
<dc:publisher>Random House Trade Paperbacks</dc:publisher>
<dc:title>Cloud Atlas: A Novel</dc:title>
</rdf:Description>
http://commonplace.net/2009/06/linked-data-for-libraries/
1. Data instead of documents
2. Relationships are key
3. Encoded meaning
4. Links between entities
So what?
Linked
Data
makes the
Web into a
database.
“Just as the traditional document Web can be
crawled by following hypertext links, the Web of
Data can be crawled by following RDF links.
Working on the crawled data, search engines can
provide sophisticated query capabilities...
Because the query results themselves are
structured data, not just links to HTML pages, they
can be immediately processed, thus enabling a
new class of applications based on the Web of
Data.”
Chris Bizer, Richard Cyganiak, and Tom Heath
How to Publish Linked Data on the Web
http://linkeddata.org/docs/how-to-publish
Why should librarians care
about Linked Data?
Photo credit: https://www.flickr.com/photos/stovak/2378145902/
“…the Library community’s data carrier,
MARC, is ‘based on forty-year-old
techniques for data management and is out
of step with programming styles of today.’”
“…something new is now
needed…”
“The new bibliographic framework project
will be focused on…Linked Data
principles and mechanisms…”
“A Bibliographic Framework for the Digital Age” http://www.loc.gov/marc/transition/news/framework-103111.html
BIBFRAME
Bibliographic Framework
Transition Initiative
http://bibframe.org
http://loc.gov/bibframe
OpenCat
http://files.dnb.de/svensson/UILLD2013/UILLD-submission-3-formatted-final.pdf
OpenCat
http://files.dnb.de/svensson/UILLD2013/UILLD-submission-3-formatted-final.pdf
Web Visibility
“When my community searches the web for
something we have, we better show up as an
option.”
Chuck Gibson, Director & CEO
Worthington Public Library
“The Visible Library,” Library Journal Webcast, February 26, 2015
http://goo.gl/8NErmA
How does
Linked Data
happen?
Linked Data Principles
Tim Berners-Lee, “Linked Data-Design Issues.”
http://www.w3.org/DesignIssues/LinkedData.html
Use URIs as names
for things
Use HTTP URIs so
people can look up
these names
When someone looks
up a URI, provide
useful information,
using the standards
Include links to other
URIs, so that they can
discover more things
URIs
Uniform Resource Identifiers = unique
identifiers
http://www.example.com/thing1
RDF
Resource Description Framework
Describes relationships based on triples (statements):
subject-predicate-object
http://www.w3.org/RDF
RDF
subject object
A Christmas
Carol
Charles
Dickens
has
author
predicate
RDF Graph
Charles
Dickens
A Christmas
Carol
has
author has
publisher
Penguin
RDF Graph with URIs
http://id.loc.gov/authorities/
names/n78087607/
http://example.org/books/2002275771
http://example.org
/hasAuthor
http://example.org/hasPublisher
http://example.org/publishers
/12345
RDF
<rdf:Description
rdf:about=“http://example.org/books/2002275771”>
<dc:creator
rdf:resource=“http://id.loc.gov/authorities/names/n78
087607”/>
<dc:publisher
ref:resource=“http://example.org/publishers/12345”
/>
</rdf:Description>
Ontologies
An ontology is a vocabulary of specific
terms to be used to describe resources.
Sound familiar?
5 Stars of Linked Open Data
★ Available on the web
★★ Available as structured data
★★★ Available in a non-proprietary format
★★★★ Use open standards to identify things,
so people can point at your stuff
★★★★★ Link your data to other people’s data
to provide context
http://www.w3.org/DesignIssues/LinkedData.html
Linked OPEN
Data
Photo credit: http://www.flickr.com/photos/eirikref/727551264/
Why should
libraries care
about Linked
Data?
Changes to
bibliographic
data
In traditional
cataloging, a
record is one
package.
Author
Title
Bibliographic Record
Bibliographic
Record
Records can be exchanged,
but there is no way to
exchange the individual
pieces of information
within a record.
Bibliographic
Record
Bibliographic
Record
Person
Is author of
Title
Bibliographic Record
With Linked Data, a bibliographic record
is made up of many pieces of data.
And the
relationships
between
these pieces
of data are
defined.
Person
Is author of
Title
Bibliographic Record
The
boundaries
of the
record can
be
dissolved…
Person
Is author of
Title
Bibliographic Record
…and the
data can
interact with
other
information
on the
Web…
Person
Is author of
Title
Bibliographic Record
…and make
use of other
data on the
web.
New
federated
search
possibilities
New ways
of
searching
our catalogs
New homes
for
librarians’
skills
Are there
sources of
linked library
data?
http://id.loc.gov
http://viaf.org
http://dewey.info/
http://rdvocab.info/
http://richard.cyganiak.de/2007/10/lod/
What does
Linked Data
look like?
http://www.nines.org
http://www.civilwardata150.net/
http://www.openlibrary.org
Resources
How to Publish Linked Data on the Web
by Chris Bizer, Richard Cyganiak, and
Tom Heath
http://linkeddata.org/docs/how-to-publish
Linked Open Data in Libraries,
Archives, and Museums
http://lod-lam.net/
ALA Linked Data Interest Group
http://connect.ala.org/node/142470
Bibliographic Framework
Transition Initiative
http://www.loc.gov/bibframe
http://bibframe.org
Thank you!
Emily Dust Nimsakont
Head of Cataloging & Resource Management
Schmid Law Library, University of Nebraska
College of Law
enimsakont@gmail.com
http://slideshare.net/enimsakont
http://delicious.com/enimsakont/linkeddata

Mais conteúdo relacionado

Mais procurados

Introduction to RDF
Introduction to RDFIntroduction to RDF
Introduction to RDFNarni Rajesh
 
Linked Data: principles and examples
Linked Data: principles and examples Linked Data: principles and examples
Linked Data: principles and examples Victor de Boer
 
Introduction to Dublin Core Metadata
Introduction to Dublin Core MetadataIntroduction to Dublin Core Metadata
Introduction to Dublin Core MetadataHannes Ebner
 
ESWC 2017 Tutorial Knowledge Graphs
ESWC 2017 Tutorial Knowledge GraphsESWC 2017 Tutorial Knowledge Graphs
ESWC 2017 Tutorial Knowledge GraphsPeter Haase
 
Functional requirements for bibliographic records & functional requirements f...
Functional requirements for bibliographic records & functional requirements f...Functional requirements for bibliographic records & functional requirements f...
Functional requirements for bibliographic records & functional requirements f...UDAYA VARADARAJAN
 
Metadata harvesting
Metadata harvestingMetadata harvesting
Metadata harvestingAndrewLIS688
 
BIBFRAME and Moving Away From MARC
BIBFRAME and Moving Away From MARCBIBFRAME and Moving Away From MARC
BIBFRAME and Moving Away From MARCThomas Meehan
 
Chapter 1 semantic web
Chapter 1 semantic webChapter 1 semantic web
Chapter 1 semantic webR A Akerkar
 
An Introduction to Semantic Web Technology
An Introduction to Semantic Web TechnologyAn Introduction to Semantic Web Technology
An Introduction to Semantic Web TechnologyAnkur Biswas
 
Open Archives Initiatives For Metadata Harvesting
Open Archives Initiatives For Metadata   HarvestingOpen Archives Initiatives For Metadata   Harvesting
Open Archives Initiatives For Metadata HarvestingNikesh Narayanan
 
RDA (Resource Description & Access)
RDA (Resource Description & Access)RDA (Resource Description & Access)
RDA (Resource Description & Access)Jennifer Joyner
 
Resource description and Access
Resource description and AccessResource description and Access
Resource description and AccessUDAYA VARADARAJAN
 
LinkML Intro July 2022.pptx PLEASE VIEW THIS ON ZENODO
LinkML Intro July 2022.pptx PLEASE VIEW THIS ON ZENODOLinkML Intro July 2022.pptx PLEASE VIEW THIS ON ZENODO
LinkML Intro July 2022.pptx PLEASE VIEW THIS ON ZENODOChris Mungall
 
Resource description framework
Resource description frameworkResource description framework
Resource description frameworkhozifa1010
 
Introduction to Metadata
Introduction to MetadataIntroduction to Metadata
Introduction to MetadataJenn Riley
 

Mais procurados (20)

RDF Data Model
RDF Data ModelRDF Data Model
RDF Data Model
 
Introduction to RDF
Introduction to RDFIntroduction to RDF
Introduction to RDF
 
Linked Data: principles and examples
Linked Data: principles and examples Linked Data: principles and examples
Linked Data: principles and examples
 
Introduction to Dublin Core Metadata
Introduction to Dublin Core MetadataIntroduction to Dublin Core Metadata
Introduction to Dublin Core Metadata
 
ESWC 2017 Tutorial Knowledge Graphs
ESWC 2017 Tutorial Knowledge GraphsESWC 2017 Tutorial Knowledge Graphs
ESWC 2017 Tutorial Knowledge Graphs
 
Functional requirements for bibliographic records & functional requirements f...
Functional requirements for bibliographic records & functional requirements f...Functional requirements for bibliographic records & functional requirements f...
Functional requirements for bibliographic records & functional requirements f...
 
OAI-PMH
OAI-PMHOAI-PMH
OAI-PMH
 
Metadata harvesting
Metadata harvestingMetadata harvesting
Metadata harvesting
 
BIBFRAME and Moving Away From MARC
BIBFRAME and Moving Away From MARCBIBFRAME and Moving Away From MARC
BIBFRAME and Moving Away From MARC
 
Chapter 1 semantic web
Chapter 1 semantic webChapter 1 semantic web
Chapter 1 semantic web
 
An Introduction to Semantic Web Technology
An Introduction to Semantic Web TechnologyAn Introduction to Semantic Web Technology
An Introduction to Semantic Web Technology
 
Open Archives Initiatives For Metadata Harvesting
Open Archives Initiatives For Metadata   HarvestingOpen Archives Initiatives For Metadata   Harvesting
Open Archives Initiatives For Metadata Harvesting
 
RDF data model
RDF data modelRDF data model
RDF data model
 
RDF 해설서
RDF 해설서RDF 해설서
RDF 해설서
 
RDA (Resource Description & Access)
RDA (Resource Description & Access)RDA (Resource Description & Access)
RDA (Resource Description & Access)
 
INSPEC
INSPECINSPEC
INSPEC
 
Resource description and Access
Resource description and AccessResource description and Access
Resource description and Access
 
LinkML Intro July 2022.pptx PLEASE VIEW THIS ON ZENODO
LinkML Intro July 2022.pptx PLEASE VIEW THIS ON ZENODOLinkML Intro July 2022.pptx PLEASE VIEW THIS ON ZENODO
LinkML Intro July 2022.pptx PLEASE VIEW THIS ON ZENODO
 
Resource description framework
Resource description frameworkResource description framework
Resource description framework
 
Introduction to Metadata
Introduction to MetadataIntroduction to Metadata
Introduction to Metadata
 

Destaque

What is Linked Data, and What Does It Mean for Libraries?
What is Linked Data, and What Does It Mean for Libraries?What is Linked Data, and What Does It Mean for Libraries?
What is Linked Data, and What Does It Mean for Libraries?Emily Nimsakont
 
Linked data for Libraries, Archives, Museums
Linked data for Libraries, Archives, MuseumsLinked data for Libraries, Archives, Museums
Linked data for Libraries, Archives, Museumsljsmart
 
Web of Data - Introduction (english)
Web of Data - Introduction (english)Web of Data - Introduction (english)
Web of Data - Introduction (english)Thomas Francart
 
Linked data and Semantic Web Applications for Libraries
Linked data and Semantic Web Applications for LibrariesLinked data and Semantic Web Applications for Libraries
Linked data and Semantic Web Applications for LibrariesVikas Bhushan
 
Guest Lecture: Linked Open Data for the Humanities and Social Sciences
Guest Lecture: Linked Open Data for the Humanities and Social SciencesGuest Lecture: Linked Open Data for the Humanities and Social Sciences
Guest Lecture: Linked Open Data for the Humanities and Social SciencesLaura Hollink
 
WTF is the Semantic Web and Linked Data
WTF is the Semantic Web and Linked DataWTF is the Semantic Web and Linked Data
WTF is the Semantic Web and Linked DataJuan Sequeda
 
The Semantic Web Exists. What Next?
The Semantic Web Exists. What Next?The Semantic Web Exists. What Next?
The Semantic Web Exists. What Next?Anna Fensel
 
OOP 2006: Einsatz von Portaltechnologie in Bankanwendungen für Internet-Endku...
OOP 2006: Einsatz von Portaltechnologie in Bankanwendungen für Internet-Endku...OOP 2006: Einsatz von Portaltechnologie in Bankanwendungen für Internet-Endku...
OOP 2006: Einsatz von Portaltechnologie in Bankanwendungen für Internet-Endku...JoeyNbg
 
How to develop Open Educational Resources policies at national and institutio...
How to develop Open Educational Resources policies at national and institutio...How to develop Open Educational Resources policies at national and institutio...
How to develop Open Educational Resources policies at national and institutio...Alek Tarkowski
 
What Is Linked Data, and What Does it Mean for Libraries? ALAO TEDSIG Spring ...
What Is Linked Data, and What Does it Mean for Libraries? ALAO TEDSIG Spring ...What Is Linked Data, and What Does it Mean for Libraries? ALAO TEDSIG Spring ...
What Is Linked Data, and What Does it Mean for Libraries? ALAO TEDSIG Spring ...Emily Nimsakont
 
The Year of Living Dangerously: Extraordinary Results for an Enterprise Agile...
The Year of Living Dangerously: Extraordinary Results for an Enterprise Agile...The Year of Living Dangerously: Extraordinary Results for an Enterprise Agile...
The Year of Living Dangerously: Extraordinary Results for an Enterprise Agile...guest6a0f70
 
Metadata Manipulation: Using MarcEdit and OpenRefine to Enhance Technical Ser...
Metadata Manipulation: Using MarcEdit and OpenRefine to Enhance Technical Ser...Metadata Manipulation: Using MarcEdit and OpenRefine to Enhance Technical Ser...
Metadata Manipulation: Using MarcEdit and OpenRefine to Enhance Technical Ser...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
 
Aspekty prawne otwartej nauki
Aspekty prawne otwartej naukiAspekty prawne otwartej nauki
Aspekty prawne otwartej naukiAlek Tarkowski
 
Liferay 6.2 Roadmap 28 Jan 2013
Liferay 6.2 Roadmap 28 Jan 2013Liferay 6.2 Roadmap 28 Jan 2013
Liferay 6.2 Roadmap 28 Jan 2013Ruud Kluivers
 

Destaque (20)

What is Linked Data, and What Does It Mean for Libraries?
What is Linked Data, and What Does It Mean for Libraries?What is Linked Data, and What Does It Mean for Libraries?
What is Linked Data, and What Does It Mean for Libraries?
 
Linked data for Libraries, Archives, Museums
Linked data for Libraries, Archives, MuseumsLinked data for Libraries, Archives, Museums
Linked data for Libraries, Archives, Museums
 
Web of Data - Introduction (english)
Web of Data - Introduction (english)Web of Data - Introduction (english)
Web of Data - Introduction (english)
 
Linked data and Semantic Web Applications for Libraries
Linked data and Semantic Web Applications for LibrariesLinked data and Semantic Web Applications for Libraries
Linked data and Semantic Web Applications for Libraries
 
Guest Lecture: Linked Open Data for the Humanities and Social Sciences
Guest Lecture: Linked Open Data for the Humanities and Social SciencesGuest Lecture: Linked Open Data for the Humanities and Social Sciences
Guest Lecture: Linked Open Data for the Humanities and Social Sciences
 
WTF is the Semantic Web and Linked Data
WTF is the Semantic Web and Linked DataWTF is the Semantic Web and Linked Data
WTF is the Semantic Web and Linked Data
 
The Semantic Web Exists. What Next?
The Semantic Web Exists. What Next?The Semantic Web Exists. What Next?
The Semantic Web Exists. What Next?
 
Introduction to linked data
Introduction to linked dataIntroduction to linked data
Introduction to linked data
 
Ekwa slides
Ekwa slidesEkwa slides
Ekwa slides
 
OOP 2006: Einsatz von Portaltechnologie in Bankanwendungen für Internet-Endku...
OOP 2006: Einsatz von Portaltechnologie in Bankanwendungen für Internet-Endku...OOP 2006: Einsatz von Portaltechnologie in Bankanwendungen für Internet-Endku...
OOP 2006: Einsatz von Portaltechnologie in Bankanwendungen für Internet-Endku...
 
How to develop Open Educational Resources policies at national and institutio...
How to develop Open Educational Resources policies at national and institutio...How to develop Open Educational Resources policies at national and institutio...
How to develop Open Educational Resources policies at national and institutio...
 
presenter's design
presenter's designpresenter's design
presenter's design
 
What Is Linked Data, and What Does it Mean for Libraries? ALAO TEDSIG Spring ...
What Is Linked Data, and What Does it Mean for Libraries? ALAO TEDSIG Spring ...What Is Linked Data, and What Does it Mean for Libraries? ALAO TEDSIG Spring ...
What Is Linked Data, and What Does it Mean for Libraries? ALAO TEDSIG Spring ...
 
The Year of Living Dangerously: Extraordinary Results for an Enterprise Agile...
The Year of Living Dangerously: Extraordinary Results for an Enterprise Agile...The Year of Living Dangerously: Extraordinary Results for an Enterprise Agile...
The Year of Living Dangerously: Extraordinary Results for an Enterprise Agile...
 
Metadata Manipulation: Using MarcEdit and OpenRefine to Enhance Technical Ser...
Metadata Manipulation: Using MarcEdit and OpenRefine to Enhance Technical Ser...Metadata Manipulation: Using MarcEdit and OpenRefine to Enhance Technical Ser...
Metadata Manipulation: Using MarcEdit and OpenRefine to Enhance Technical Ser...
 
Future Brand 2008
Future Brand 2008Future Brand 2008
Future Brand 2008
 
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
 
Web 2.0 Favorites of Brenda Nix
Web 2.0 Favorites of Brenda NixWeb 2.0 Favorites of Brenda Nix
Web 2.0 Favorites of Brenda Nix
 
Aspekty prawne otwartej nauki
Aspekty prawne otwartej naukiAspekty prawne otwartej nauki
Aspekty prawne otwartej nauki
 
Liferay 6.2 Roadmap 28 Jan 2013
Liferay 6.2 Roadmap 28 Jan 2013Liferay 6.2 Roadmap 28 Jan 2013
Liferay 6.2 Roadmap 28 Jan 2013
 

Semelhante a Linked Data and Libraries: What? Why? How?

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
 
NCompass Live: Life After MARC: Cataloging Tools of the Future
NCompass Live: Life After MARC: Cataloging Tools of the FutureNCompass Live: Life After MARC: Cataloging Tools of the Future
NCompass Live: Life After MARC: Cataloging Tools of the FutureNebraska Library Commission
 
Life after MARC: Cataloging Tools of the Future
Life after MARC: Cataloging Tools of the FutureLife after MARC: Cataloging Tools of the Future
Life after MARC: Cataloging Tools of the FutureEmily Nimsakont
 
Linked Data for Law Libraries: An Introduction
Linked Data for Law Libraries: An IntroductionLinked Data for Law Libraries: An Introduction
Linked Data for Law Libraries: An IntroductionEmily Nimsakont
 
NCompass Live: Linked Data and Libraries: What? Why? How?
NCompass Live: Linked Data and Libraries: What? Why? How?NCompass Live: Linked Data and Libraries: What? Why? How?
NCompass Live: Linked Data and Libraries: What? Why? How?Nebraska Library Commission
 
Introduction to linked data
Introduction to linked dataIntroduction to linked data
Introduction to linked dataLaura Po
 
Linked data demystified:Practical efforts to transform CONTENTDM metadata int...
Linked data demystified:Practical efforts to transform CONTENTDM metadata int...Linked data demystified:Practical efforts to transform CONTENTDM metadata int...
Linked data demystified:Practical efforts to transform CONTENTDM metadata int...Cory Lampert
 
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
 
Linked data HHS 2015
Linked data HHS 2015Linked data HHS 2015
Linked data HHS 2015Cason Snow
 
Linked Data MLA 2015
Linked Data MLA 2015Linked Data MLA 2015
Linked Data MLA 2015Cason Snow
 
Linked data MLA 2015
Linked data MLA 2015Linked data MLA 2015
Linked data MLA 2015Cason Snow
 
LD4L OCLC Data Strategy
LD4L OCLC Data StrategyLD4L OCLC Data Strategy
LD4L OCLC Data StrategyRichard Wallis
 
NCompass Live: Beyond MARC: BIBFRAME and the Future of Bibliographic Data
NCompass Live: Beyond MARC: BIBFRAME and the Future of Bibliographic DataNCompass Live: Beyond MARC: BIBFRAME and the Future of Bibliographic Data
NCompass Live: Beyond MARC: BIBFRAME and the Future of Bibliographic DataNebraska Library Commission
 
Beyond MARC: BIBFRAME and the Future of Bibliographic Data
Beyond MARC: BIBFRAME and the Future of Bibliographic DataBeyond MARC: BIBFRAME and the Future of Bibliographic Data
Beyond MARC: BIBFRAME and the Future of Bibliographic DataEmily Nimsakont
 

Semelhante a Linked Data and Libraries: What? Why? How? (20)

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
 
NCompass Live: Life After MARC: Cataloging Tools of the Future
NCompass Live: Life After MARC: Cataloging Tools of the FutureNCompass Live: Life After MARC: Cataloging Tools of the Future
NCompass Live: Life After MARC: Cataloging Tools of the Future
 
Life after MARC: Cataloging Tools of the Future
Life after MARC: Cataloging Tools of the FutureLife after MARC: Cataloging Tools of the Future
Life after MARC: Cataloging Tools of the Future
 
Linked Data for Law Libraries: An Introduction
Linked Data for Law Libraries: An IntroductionLinked Data for Law Libraries: An Introduction
Linked Data for Law Libraries: An Introduction
 
Linked Data to Improve the OER Experience
Linked Data to Improve the OER ExperienceLinked Data to Improve the OER Experience
Linked Data to Improve the OER Experience
 
NCompass Live: Linked Data and Libraries: What? Why? How?
NCompass Live: Linked Data and Libraries: What? Why? How?NCompass Live: Linked Data and Libraries: What? Why? How?
NCompass Live: Linked Data and Libraries: What? Why? How?
 
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
 
Linked Data
Linked DataLinked Data
Linked Data
 
Introduction to linked data
Introduction to linked dataIntroduction to linked data
Introduction to linked data
 
Linked data demystified:Practical efforts to transform CONTENTDM metadata int...
Linked data demystified:Practical efforts to transform CONTENTDM metadata int...Linked data demystified:Practical efforts to transform CONTENTDM metadata int...
Linked data demystified:Practical efforts to transform CONTENTDM metadata int...
 
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
 
Introduction to the Semantic Web
Introduction to the Semantic WebIntroduction to the Semantic Web
Introduction to the Semantic Web
 
Linked data HHS 2015
Linked data HHS 2015Linked data HHS 2015
Linked data HHS 2015
 
Linked data 20171106
Linked data 20171106Linked data 20171106
Linked data 20171106
 
Linked Data MLA 2015
Linked Data MLA 2015Linked Data MLA 2015
Linked Data MLA 2015
 
Linked data MLA 2015
Linked data MLA 2015Linked data MLA 2015
Linked data MLA 2015
 
LD4L OCLC Data Strategy
LD4L OCLC Data StrategyLD4L OCLC Data Strategy
LD4L OCLC Data Strategy
 
ITWS Capstone: Engineering a Semantic Web (Fall 2022)
ITWS Capstone: Engineering a Semantic Web (Fall 2022)ITWS Capstone: Engineering a Semantic Web (Fall 2022)
ITWS Capstone: Engineering a Semantic Web (Fall 2022)
 
NCompass Live: Beyond MARC: BIBFRAME and the Future of Bibliographic Data
NCompass Live: Beyond MARC: BIBFRAME and the Future of Bibliographic DataNCompass Live: Beyond MARC: BIBFRAME and the Future of Bibliographic Data
NCompass Live: Beyond MARC: BIBFRAME and the Future of Bibliographic Data
 
Beyond MARC: BIBFRAME and the Future of Bibliographic Data
Beyond MARC: BIBFRAME and the Future of Bibliographic DataBeyond MARC: BIBFRAME and the Future of Bibliographic Data
Beyond MARC: BIBFRAME and the Future of Bibliographic Data
 

Mais de Emily Nimsakont

Making Your Catalog Work for Your Community: How to Develop Local Cataloging ...
Making Your Catalog Work for Your Community: How to Develop Local Cataloging ...Making Your Catalog Work for Your Community: How to Develop Local Cataloging ...
Making Your Catalog Work for Your Community: How to Develop Local Cataloging ...Emily Nimsakont
 
The Accidental Cataloger: Tips and Tools to Help You Use the Rules
The Accidental Cataloger: Tips and Tools to Help You Use the RulesThe Accidental Cataloger: Tips and Tools to Help You Use the Rules
The Accidental Cataloger: Tips and Tools to Help You Use the RulesEmily Nimsakont
 
Life after MARC: Experimenting with Cataloging Tools of the Future
Life after MARC: Experimenting with Cataloging Tools of the FutureLife after MARC: Experimenting with Cataloging Tools of the Future
Life after MARC: Experimenting with Cataloging Tools of the FutureEmily Nimsakont
 
Introduction to MarcEdit
Introduction to MarcEditIntroduction to MarcEdit
Introduction to MarcEditEmily Nimsakont
 
The Accidental Cataloger: Tips and Tools to Help You Use the Rules
The Accidental Cataloger: Tips and Tools to Help You Use the RulesThe Accidental Cataloger: Tips and Tools to Help You Use the Rules
The Accidental Cataloger: Tips and Tools to Help You Use the RulesEmily Nimsakont
 
Promises and Pitfalls: Linked Data, Privacy, and Library Catalogs
Promises and Pitfalls: Linked Data, Privacy, and Library CatalogsPromises and Pitfalls: Linked Data, Privacy, and Library Catalogs
Promises and Pitfalls: Linked Data, Privacy, and Library CatalogsEmily Nimsakont
 
Promises and Pitfalls: Linked Data, Privacy, and Library Catalogs
Promises and Pitfalls: Linked Data, Privacy, and Library CatalogsPromises and Pitfalls: Linked Data, Privacy, and Library Catalogs
Promises and Pitfalls: Linked Data, Privacy, and Library CatalogsEmily Nimsakont
 
The Accidental Cataloger: Tips and Tools to Help You Use the Rules
The Accidental Cataloger: Tips and Tools to Help You Use the RulesThe Accidental Cataloger: Tips and Tools to Help You Use the Rules
The Accidental Cataloger: Tips and Tools to Help You Use the RulesEmily Nimsakont
 
Cataloging Lite: RDA Changes
Cataloging Lite: RDA ChangesCataloging Lite: RDA Changes
Cataloging Lite: RDA ChangesEmily Nimsakont
 
Technology Tools for Technical Services
Technology Tools for Technical ServicesTechnology Tools for Technical Services
Technology Tools for Technical ServicesEmily Nimsakont
 
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
 
Intellectual Freedom Through Subject Headings: Can FAST Help?
Intellectual Freedom Through Subject Headings: Can FAST Help?Intellectual Freedom Through Subject Headings: Can FAST Help?
Intellectual Freedom Through Subject Headings: Can FAST Help?Emily Nimsakont
 
The Reality of RDA: How Public Libraries Have Adapted to the Change
The Reality of RDA: How Public Libraries Have Adapted to the ChangeThe Reality of RDA: How Public Libraries Have Adapted to the Change
The Reality of RDA: How Public Libraries Have Adapted to the ChangeEmily Nimsakont
 
Let's Talk About RDA: RDA Resources - NLA/NEMA 2011
Let's Talk About RDA: RDA Resources - NLA/NEMA 2011Let's Talk About RDA: RDA Resources - NLA/NEMA 2011
Let's Talk About RDA: RDA Resources - NLA/NEMA 2011Emily Nimsakont
 
Let's Talk about RDA: Preparing for RDA - NLA/NEMA 2011
Let's Talk about RDA: Preparing for RDA - NLA/NEMA 2011Let's Talk about RDA: Preparing for RDA - NLA/NEMA 2011
Let's Talk about RDA: Preparing for RDA - NLA/NEMA 2011Emily Nimsakont
 
RDA and Small Libraries: What Will the Challenges Be?
RDA and Small Libraries: What Will the Challenges Be?RDA and Small Libraries: What Will the Challenges Be?
RDA and Small Libraries: What Will the Challenges Be?Emily Nimsakont
 
Cataloging with RDA - Western New York Library Resources Council
Cataloging with RDA - Western New York Library Resources CouncilCataloging with RDA - Western New York Library Resources Council
Cataloging with RDA - Western New York Library Resources CouncilEmily Nimsakont
 
Cataloging in 3-D: Three-Dimensional Artifacts and Realia
Cataloging in 3-D: Three-Dimensional Artifacts and RealiaCataloging in 3-D: Three-Dimensional Artifacts and Realia
Cataloging in 3-D: Three-Dimensional Artifacts and RealiaEmily Nimsakont
 

Mais de Emily Nimsakont (20)

Making Your Catalog Work for Your Community: How to Develop Local Cataloging ...
Making Your Catalog Work for Your Community: How to Develop Local Cataloging ...Making Your Catalog Work for Your Community: How to Develop Local Cataloging ...
Making Your Catalog Work for Your Community: How to Develop Local Cataloging ...
 
The Accidental Cataloger: Tips and Tools to Help You Use the Rules
The Accidental Cataloger: Tips and Tools to Help You Use the RulesThe Accidental Cataloger: Tips and Tools to Help You Use the Rules
The Accidental Cataloger: Tips and Tools to Help You Use the Rules
 
Life after MARC: Experimenting with Cataloging Tools of the Future
Life after MARC: Experimenting with Cataloging Tools of the FutureLife after MARC: Experimenting with Cataloging Tools of the Future
Life after MARC: Experimenting with Cataloging Tools of the Future
 
Introduction to MarcEdit
Introduction to MarcEditIntroduction to MarcEdit
Introduction to MarcEdit
 
The Accidental Cataloger: Tips and Tools to Help You Use the Rules
The Accidental Cataloger: Tips and Tools to Help You Use the RulesThe Accidental Cataloger: Tips and Tools to Help You Use the Rules
The Accidental Cataloger: Tips and Tools to Help You Use the Rules
 
Promises and Pitfalls: Linked Data, Privacy, and Library Catalogs
Promises and Pitfalls: Linked Data, Privacy, and Library CatalogsPromises and Pitfalls: Linked Data, Privacy, and Library Catalogs
Promises and Pitfalls: Linked Data, Privacy, and Library Catalogs
 
Promises and Pitfalls: Linked Data, Privacy, and Library Catalogs
Promises and Pitfalls: Linked Data, Privacy, and Library CatalogsPromises and Pitfalls: Linked Data, Privacy, and Library Catalogs
Promises and Pitfalls: Linked Data, Privacy, and Library Catalogs
 
The Accidental Cataloger: Tips and Tools to Help You Use the Rules
The Accidental Cataloger: Tips and Tools to Help You Use the RulesThe Accidental Cataloger: Tips and Tools to Help You Use the Rules
The Accidental Cataloger: Tips and Tools to Help You Use the Rules
 
RDA Revisited
RDA RevisitedRDA Revisited
RDA Revisited
 
Cataloging Lite: RDA Changes
Cataloging Lite: RDA ChangesCataloging Lite: RDA Changes
Cataloging Lite: RDA Changes
 
Technology Tools for Technical Services
Technology Tools for Technical ServicesTechnology Tools for Technical Services
Technology Tools for Technical Services
 
RDA is Here: Are You Ready?
RDA is Here: Are You Ready?RDA is Here: Are You Ready?
RDA is Here: Are You Ready?
 
Intellectual Freedom Through Subject Headings: Can FAST Help?
Intellectual Freedom Through Subject Headings: Can FAST Help?Intellectual Freedom Through Subject Headings: Can FAST Help?
Intellectual Freedom Through Subject Headings: Can FAST Help?
 
The Reality of RDA: How Public Libraries Have Adapted to the Change
The Reality of RDA: How Public Libraries Have Adapted to the ChangeThe Reality of RDA: How Public Libraries Have Adapted to the Change
The Reality of RDA: How Public Libraries Have Adapted to the Change
 
Learning 4 Life
Learning 4 LifeLearning 4 Life
Learning 4 Life
 
Let's Talk About RDA: RDA Resources - NLA/NEMA 2011
Let's Talk About RDA: RDA Resources - NLA/NEMA 2011Let's Talk About RDA: RDA Resources - NLA/NEMA 2011
Let's Talk About RDA: RDA Resources - NLA/NEMA 2011
 
Let's Talk about RDA: Preparing for RDA - NLA/NEMA 2011
Let's Talk about RDA: Preparing for RDA - NLA/NEMA 2011Let's Talk about RDA: Preparing for RDA - NLA/NEMA 2011
Let's Talk about RDA: Preparing for RDA - NLA/NEMA 2011
 
RDA and Small Libraries: What Will the Challenges Be?
RDA and Small Libraries: What Will the Challenges Be?RDA and Small Libraries: What Will the Challenges Be?
RDA and Small Libraries: What Will the Challenges Be?
 
Cataloging with RDA - Western New York Library Resources Council
Cataloging with RDA - Western New York Library Resources CouncilCataloging with RDA - Western New York Library Resources Council
Cataloging with RDA - Western New York Library Resources Council
 
Cataloging in 3-D: Three-Dimensional Artifacts and Realia
Cataloging in 3-D: Three-Dimensional Artifacts and RealiaCataloging in 3-D: Three-Dimensional Artifacts and Realia
Cataloging in 3-D: Three-Dimensional Artifacts and Realia
 

Último

Sanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdfSanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdfsanyamsingh5019
 
1029 - Danh muc Sach Giao Khoa 10 . pdf
1029 -  Danh muc Sach Giao Khoa 10 . pdf1029 -  Danh muc Sach Giao Khoa 10 . pdf
1029 - Danh muc Sach Giao Khoa 10 . pdfQucHHunhnh
 
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxSOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxiammrhaywood
 
Z Score,T Score, Percential Rank and Box Plot Graph
Z Score,T Score, Percential Rank and Box Plot GraphZ Score,T Score, Percential Rank and Box Plot Graph
Z Score,T Score, Percential Rank and Box Plot GraphThiyagu K
 
mini mental status format.docx
mini    mental       status     format.docxmini    mental       status     format.docx
mini mental status format.docxPoojaSen20
 
Measures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and ModeMeasures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and ModeThiyagu K
 
Contemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptx
Contemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptxContemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptx
Contemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptxRoyAbrique
 
Paris 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityParis 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityGeoBlogs
 
Mastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory InspectionMastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory InspectionSafetyChain Software
 
Privatization and Disinvestment - Meaning, Objectives, Advantages and Disadva...
Privatization and Disinvestment - Meaning, Objectives, Advantages and Disadva...Privatization and Disinvestment - Meaning, Objectives, Advantages and Disadva...
Privatization and Disinvestment - Meaning, Objectives, Advantages and Disadva...RKavithamani
 
CARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptxCARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptxGaneshChakor2
 
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdfssuser54595a
 
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...EduSkills OECD
 
Hybridoma Technology ( Production , Purification , and Application )
Hybridoma Technology  ( Production , Purification , and Application  ) Hybridoma Technology  ( Production , Purification , and Application  )
Hybridoma Technology ( Production , Purification , and Application ) Sakshi Ghasle
 
Nutritional Needs Presentation - HLTH 104
Nutritional Needs Presentation - HLTH 104Nutritional Needs Presentation - HLTH 104
Nutritional Needs Presentation - HLTH 104misteraugie
 
Arihant handbook biology for class 11 .pdf
Arihant handbook biology for class 11 .pdfArihant handbook biology for class 11 .pdf
Arihant handbook biology for class 11 .pdfchloefrazer622
 
Grant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy ConsultingGrant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy ConsultingTechSoup
 

Último (20)

Sanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdfSanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdf
 
1029 - Danh muc Sach Giao Khoa 10 . pdf
1029 -  Danh muc Sach Giao Khoa 10 . pdf1029 -  Danh muc Sach Giao Khoa 10 . pdf
1029 - Danh muc Sach Giao Khoa 10 . pdf
 
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxSOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
 
Z Score,T Score, Percential Rank and Box Plot Graph
Z Score,T Score, Percential Rank and Box Plot GraphZ Score,T Score, Percential Rank and Box Plot Graph
Z Score,T Score, Percential Rank and Box Plot Graph
 
mini mental status format.docx
mini    mental       status     format.docxmini    mental       status     format.docx
mini mental status format.docx
 
Staff of Color (SOC) Retention Efforts DDSD
Staff of Color (SOC) Retention Efforts DDSDStaff of Color (SOC) Retention Efforts DDSD
Staff of Color (SOC) Retention Efforts DDSD
 
Measures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and ModeMeasures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and Mode
 
Contemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptx
Contemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptxContemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptx
Contemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptx
 
Código Creativo y Arte de Software | Unidad 1
Código Creativo y Arte de Software | Unidad 1Código Creativo y Arte de Software | Unidad 1
Código Creativo y Arte de Software | Unidad 1
 
Paris 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityParis 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activity
 
Mastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory InspectionMastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory Inspection
 
Privatization and Disinvestment - Meaning, Objectives, Advantages and Disadva...
Privatization and Disinvestment - Meaning, Objectives, Advantages and Disadva...Privatization and Disinvestment - Meaning, Objectives, Advantages and Disadva...
Privatization and Disinvestment - Meaning, Objectives, Advantages and Disadva...
 
CARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptxCARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptx
 
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
 
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
 
Hybridoma Technology ( Production , Purification , and Application )
Hybridoma Technology  ( Production , Purification , and Application  ) Hybridoma Technology  ( Production , Purification , and Application  )
Hybridoma Technology ( Production , Purification , and Application )
 
TataKelola dan KamSiber Kecerdasan Buatan v022.pdf
TataKelola dan KamSiber Kecerdasan Buatan v022.pdfTataKelola dan KamSiber Kecerdasan Buatan v022.pdf
TataKelola dan KamSiber Kecerdasan Buatan v022.pdf
 
Nutritional Needs Presentation - HLTH 104
Nutritional Needs Presentation - HLTH 104Nutritional Needs Presentation - HLTH 104
Nutritional Needs Presentation - HLTH 104
 
Arihant handbook biology for class 11 .pdf
Arihant handbook biology for class 11 .pdfArihant handbook biology for class 11 .pdf
Arihant handbook biology for class 11 .pdf
 
Grant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy ConsultingGrant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy Consulting
 

Linked Data and Libraries: What? Why? How?

Notas do Editor

  1. Linked Data makes the Web into an API.
  2. Uniform Resource Identifier (URI) is a string of characters used to identify a name or a resource on the Internet.
  3. RDF is a data model
  4. The subject and predicate must be URIs. The object can be a URI or a value.
  5. The elements of author, title, etc., only really have meaning in the context of the record.
  6. MARC format, our encoding standard, is set up to exchange records, not data.