SlideShare una empresa de Scribd logo
1 de 89
Descargar para leer sin conexión
What is Linked Data, and What Does It Mean for Libraries?,[object Object],Emily Dust Nimsakont,[object Object],ALAO TEDSIG Spring Meeting,[object Object],May 27, 2011,[object Object],Photo credit: http://www.flickr.com/photos/mklingo/245562110/,[object Object]
This is an overview…,[object Object],Photo credit: http://www.flickr.com/photos/magnusvk/4090803400/,[object Object]
What is Linked Data?,[object Object],How do we create Linked Data?,[object Object],Examples of Linked Data,[object Object],What does Linked Data mean for libraries?,[object Object],Are there drawbacks to Linked Data?,[object Object],What’s next?,[object Object],What can I do?,[object Object]
What is Linked Data?,[object Object]
Wikipedia says…,[object Object],“Linked Data describes a method of publishing structured data, so that it can be interlinked and become more useful.  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.”,[object Object],http://en.wikipedia.org/wiki/Linked_Data,[object Object]
The inventor of the Web said…,[object Object],“I have a dream for the Web [in which computers] become capable of analyzing all the data on the Web – the content, links, and transactions between people and computers.”,[object Object],Tim Berners-Lee, 1999,[object Object]
Linked Datavs.Semantic Webvs.Web 3.0,[object Object]
web of documentsvs.web of data,[object Object]
resource,[object Object],links to,[object Object],resource,[object Object],resource,[object Object],links to,[object Object],links to,[object Object],resource,[object Object],links to,[object Object],resource,[object Object]
data,[object Object],links to,[object Object],data,[object Object],data,[object Object],data,[object Object],links to,[object Object],data,[object Object],data,[object Object],links to,[object Object],data,[object Object],data,[object Object],data,[object Object],links to,[object Object],data,[object Object],data,[object Object],data,[object Object]
hypertextvs.hyperdata,[object Object]
HTML,[object Object],<h1>This is a heading.</h1>,[object Object],<p>This is a paragraph.</p>,[object Object]
RDF/XML,[object Object],<rdf:Descriptionrdf: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>,[object Object],http://www.w3schools.com/rdf/rdf_example.asp,[object Object]
Relationships are key,[object Object],Photo credit: http://www.flickr.com/photos/brenda-starr/3509344100/,[object Object]
People can understand relationships between things.,[object Object],But machines should be able to understand these relationships too.,[object Object],Photo credit: http://www.flickr.com/photos/ksawyer/2075159262/,[object Object]
We are used to connecting pieces of information based on their context.,[object Object],Title: A Christmas Carol,[object Object],Author: Charles Dickens,[object Object],Linked Data makes the relationships explicit.,[object Object]
Data instead of documents,[object Object],Encoded meaning,[object Object],Relationships are key,[object Object],So what?,[object Object]
Linked Data makes the Web into a database.,[object Object]
“Linked Open Data turns the Web into an API.”,[object Object],Corey A. Harper,[object Object],as quoted in,[object Object],http://www.slideshare.net/eby/why-libraries-should-embrace-linked-data,[object Object]
Linked Data allows you to customize the Web.,[object Object]
“Link your data to other people’s data to provide context.”,[object Object],Michael Hausenblas,[object Object],http://webofdata.wordpress.com/2011/05/22/why-we-link/,[object Object]
Questions?,[object Object],Photo credit: http://www.flickr.com/photos/lwr/12364944/,[object Object]
How do we create Linked Data?,[object Object]
Linked Data principles,[object Object],Tim Berners-Lee, “Linked Data-Design Issues.”http://www.w3.org/DesignIssues/LinkedData.html,[object Object]
URIs,[object Object],For Linked Data, we need to be able to identify things uniquely,[object Object],Uniform Resource Identifiers do this already,[object Object]
URIs,[object Object],Using HTTP URIs is one of the principles of Linked Data,[object Object],http://www.example.com/thing1,[object Object]
URIs,[object Object],URIs are like control numbers (LCCN, ISBN, etc.).,[object Object]
RDF,[object Object],Resource Description Framework,[object Object],Describes relationships based on triples (statements):,[object Object],subject-predicate-object,[object Object],http://www.w3.org/RDF,[object Object]
RDF,[object Object],predicate,[object Object],object,[object Object],subject,[object Object],has author ,[object Object],A Christmas Carol,[object Object],Charles Dickens,[object Object]
RDF statements,[object Object],The subject and predicate must be URIs.,[object Object],The object can be a URI or a value.,[object Object]
RDF graphs,[object Object],A Christmas ,[object Object],Carol,[object Object],has author,[object Object],has publisher,[object Object],Charles Dickens,[object Object],Penguin,[object Object]
RDF,[object Object],<rdf:Descriptionrdf: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>,[object Object],http://www.w3schools.com/rdf/rdf_example.asp,[object Object]
Vocabularies,[object Object],Specific terms to be used  to describe resources,[object Object],Sound familiar?,[object Object]
Vocabularies,[object Object],Dublin Core,[object Object],Simple Knowledge Organization System (SKOS),[object Object],RDF Schema (RDFS),[object Object],Friend of a Friend (FOAF),[object Object],Web Ontology Language (OWL),[object Object]
	<rdf:RDFxmlns:dcterms="http://purl.org/dc/terms/" xmlns:owl="http://www.w3.org/2002/07/owl#" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:skos="http://www.w3.org/2004/02/skos/core#">,[object Object],	<skos:prefLabel> Knitting</skos:prefLabel> ,[object Object]
SPARQL,[object Object],SPARQL is a query language (like SQL) used to search the semantic web,[object Object],SPARQL endpoints are provided for Linked Data resources,[object Object]
Link to other resources,[object Object],Relationship Links,[object Object],Identity Links,[object Object],Vocabulary Links,[object Object]
Questions?,[object Object],Photo credit: http://www.flickr.com/photos/lwr/12364944/,[object Object]
Are there examples of Linked Data/Semantic Web?,[object Object]
DBpedia,[object Object],http://dbpedia.org,[object Object]
Faviki,[object Object],http://www.faviki.com,[object Object]
Zemanta,[object Object],http://www.zemanta.com,[object Object]
FreeBase,[object Object],http://www.freebase.com,[object Object]
Questions?,[object Object],Photo credit: http://www.flickr.com/photos/lwr/12364944/,[object Object]
What could Linked Data mean for Libraries?,[object Object]
Part I:What could Linked Data mean for Library Data?,[object Object]
Getting rid of silos,[object Object],Photo credit: http://www.flickr.com/photos/eirikref/727551264/,[object Object]
“Our services must not only be on the Web, but need to be of the Web.”,[object Object],[object Object],RDA Vocabularies for a Twenty-First-Century Data Environment,[object Object],Library Technology Reports,[object Object],February 2010,[object Object]
World Wide Web,[object Object],Library Catalogs,[object Object]
More open standards,[object Object]
bibliographic recordsvs. bibliographic data,[object Object]
Bibliographic Record,[object Object],In traditional cataloging, a record is one package.,[object Object],Author,[object Object],Title,[object Object]
Bibliographic Record,[object Object],Bibliographic Record,[object Object],Bibliographic Record,[object Object],Records can be exchanged, but there is no way to exchange the individual pieces of information within a record.,[object Object]
With Linked Data, a bibliographic record is made up of many pieces of data.,[object Object],Bibliographic Record,[object Object],And the relationships between these pieces of data are defined. ,[object Object],Person,[object Object],Is author of,[object Object],Title,[object Object]
The boundaries of the record can be dissolved…,[object Object],Bibliographic Record,[object Object],Person,[object Object],Is author of,[object Object],Title,[object Object]
…and the data can interact with other information on the Web.,[object Object],Bibliographic Record,[object Object],Person,[object Object],Is author of,[object Object],Title,[object Object]
Are there examples of Linked Data in libraries?,[object Object]
Library of Congress Authorities and Vocabularies,[object Object],http://id.loc.gov/,[object Object]
Library of Congress Authorities and Vocabularies,[object Object],http://id.loc.gov/,[object Object]
What Is Linked Data, and What Does it Mean for Libraries? ALAO TEDSIG Spring Meeting
RDA Metadata Registry,[object Object],http://metadataregistry.org/rdabrowse.htm,[object Object]
Virtual International Authority File,[object Object],http://viaf.org,[object Object]
Dewey Summaries,[object Object],http://dewey.info,[object Object]
So there’s a bunch of data out there.Now what?,[object Object]
http://richard.cyganiak.de/2007/10/lod/,[object Object]
Extensible Catalog,[object Object],http://www.extensiblecatalog.org,[object Object]
What does Linked Data look like?,[object Object],“That is kind of like asking what electricity looks like: it doesn’t so much look like anything, as it makes certain things possible.”,[object Object],Karen Coyle,[object Object],Visualizing Linked Data,[object Object],http://kcoyle.blogspot.com/2011/04/visualizing-linked-data.html,[object Object]
What does Linked Data look like?,[object Object],http://openlibrary.org,[object Object]
Civil War Data 150,[object Object],http://www.civilwardata150.net,[object Object]
Part II:What Could Linked Data Mean for Librarians?,[object Object]
Different workflows,[object Object],Catalogers could use URIs for things like authors’ names or subject headings.,[object Object],If information changed, the URI could be changed and automatically update the information in our catalogs.,[object Object]
Evaluating metadata,[object Object],Metadata could come from various sources.,[object Object],“Professional cataloging might be more of a job of aggregating and improving harvested or contributed metadata, rather than developing new metadata, like MARC records, for resources.”,[object Object],-Virginia Schilling,[object Object],“The Catalogers’ Revenge: Unleashing the Semantic Web”,[object Object],PNLA Quarterly 74:3, 2010,[object Object],http://unllib.unl.edu/LPP/PNLA%20Quarterly/schilling74-3.pdf,[object Object]
Federated searching,[object Object],Photo credit: http://www.flickr.com/photos/zsrlibrary/4575294736/,[object Object]
New homes for librarians’ skills?,[object Object],“Someday there will be a Dewey Decimal number for everything – not just for books.” ,[object Object],http://www.pcworld.com/businesscenter/article/206230/the_internet_needs_a_dewey_decimal_system.html,[object Object]
Are There Drawbacks to Linked Data?,[object Object]
Training and Software Development,[object Object],“Nobody but the geekily inclined is going to be willing to invest the time and effort necessary to code semantically tagged web pages from scratch.”,[object Object],Virginia Schilling,[object Object],“The Catalogers’ Revenge: Unleashing the Semantic Web.” ,[object Object],PNLA Quarterly 74:3 (Spring 2010).,[object Object]
Access to the Data,[object Object],Photo credit: http://www.flickr.com/photos/webwizzard/3931165612/,[object Object]
Different Standards and Vocabularies,[object Object],http://www.dlib.indiana.edu/~jenlrile/metadatamap/,[object Object]
Reliability of Data,[object Object],Photo credit: http://www.flickr.com/photos/katiew/320161805,[object Object]
What’s next?,[object Object]
Library Linked Data Incubator Group,[object Object],http://www.w3.org/2005/Incubator/lld/,[object Object]
International Linked Open Data in Libraries, Archives, and Museums Summit - June 2-3, 2011,[object Object],http://lod-lam.net,[object Object]
Linked Data at ALA Annual 2011,[object Object]
What can I do?,[object Object]
5 Stars of Open Linked Data,[object Object],★Available on the web (whatever format), but with an open license,[object Object],★★Available as machine-readable structured data (e.g. Excel instead of image scan of a table) ,[object Object],★★★Availableas (2) plus non-proprietary format (e.g. CSV instead of Excel) ,[object Object],★★★★All the above plus, Use open standards from W3C (RDF and SPARQL) to identify things, so that people can point at your stuff ,[object Object],★★★★★All the above, plus: Link your data to other people’s data to provide context,[object Object],http://www.w3.org/DesignIssues/LinkedData.html,[object Object]
Laura Smart, California Institute of Technology,[object Object],Managing Metadata,[object Object],http://library.caltech.edu/laura/,[object Object]
Resources,[object Object],Jeffrey T. Pollock. Semantic Web for Dummies.,[object Object],Toby Segaran, Colin Evans, and Jamie Taylor. Programming the Semantic Web.,[object Object],Tom Heath and Christian Bizer. Linked Data: Evolving the Web into a Global Data Space.,[object Object],Karen Coyle. “Understanding the Semantic Web: Bibliographic Data and Metadata” and “RDA Vocabularies for a Twenty-First-Century Data Environment.” Library Technology Reports, ALA TechSource.,[object Object]
Linked Data is on the horizon.,[object Object],And it has the potential to greatly change how libraries work.,[object Object],Photo credit: http://www.flickr.com/photos/quinet/52740846/sizes/z/,[object Object]
Thank you!,[object Object],Emily Dust Nimsakont,[object Object],emily.dust.nimsakont@nebraska.gov,[object Object],http://www.delicious.com/enimsakont/linkeddata+tedsig,[object Object],http://www.slideshare.net/enimsakont,[object Object]

Más contenido relacionado

La actualidad más candente

Web Integrated Data
Web Integrated DataWeb Integrated Data
Web Integrated DataLeigh Dodds
 
Very Gentle Linked Data Workshop
Very Gentle Linked Data WorkshopVery Gentle Linked Data Workshop
Very Gentle Linked Data WorkshopAdrian Stevenson
 
Linked Data: turning the web into a context graph
Linked Data: turning the web into a context graphLinked Data: turning the web into a context graph
Linked Data: turning the web into a context graphLeigh Dodds
 
Challenges & Opportunities for Linked Data
Challenges & Opportunities for Linked DataChallenges & Opportunities for Linked Data
Challenges & Opportunities for Linked DataLeigh Dodds
 
Linked Data Best Practices and BibFrame
Linked Data Best Practices and BibFrameLinked Data Best Practices and BibFrame
Linked Data Best Practices and BibFrameRobert Sanderson
 
Breaking Up with MARC: Are We There Yet? 2017 MCLS Linked Data Summit (03.16....
Breaking Up with MARC: Are We There Yet? 2017 MCLS Linked Data Summit (03.16....Breaking Up with MARC: Are We There Yet? 2017 MCLS Linked Data Summit (03.16....
Breaking Up with MARC: Are We There Yet? 2017 MCLS Linked Data Summit (03.16....Evansville Vanderburgh Public Library
 
Trends in Cataloging & Metadata
Trends in Cataloging & MetadataTrends in Cataloging & Metadata
Trends in Cataloging & MetadataDebra Shapiro
 
Introduction To Linked Data
Introduction To Linked DataIntroduction To Linked Data
Introduction To Linked DataLeigh Dodds
 
The Power of Sharing Linked Data - ELAG 2014 Workshop
The Power of Sharing Linked Data - ELAG 2014 WorkshopThe Power of Sharing Linked Data - ELAG 2014 Workshop
The Power of Sharing Linked Data - ELAG 2014 WorkshopRichard Wallis
 
Linked Data and Libraries: What? Why? How?
Linked Data and Libraries: What? Why? How?Linked Data and Libraries: What? Why? How?
Linked Data and Libraries: What? Why? How?Emily Nimsakont
 
Linked data radical change
Linked data   radical changeLinked data   radical change
Linked data radical changeRichard Wallis
 

La actualidad más candente (20)

Web Integrated Data
Web Integrated DataWeb Integrated Data
Web Integrated Data
 
Breaking Up with MARC 2016 LITD Conference (03.11.2016)
Breaking Up with MARC   2016 LITD Conference (03.11.2016)Breaking Up with MARC   2016 LITD Conference (03.11.2016)
Breaking Up with MARC 2016 LITD Conference (03.11.2016)
 
Very Gentle Linked Data Workshop
Very Gentle Linked Data WorkshopVery Gentle Linked Data Workshop
Very Gentle Linked Data Workshop
 
Linked Data: turning the web into a context graph
Linked Data: turning the web into a context graphLinked Data: turning the web into a context graph
Linked Data: turning the web into a context graph
 
Challenges & Opportunities for Linked Data
Challenges & Opportunities for Linked DataChallenges & Opportunities for Linked Data
Challenges & Opportunities for Linked Data
 
Linked Data Best Practices and BibFrame
Linked Data Best Practices and BibFrameLinked Data Best Practices and BibFrame
Linked Data Best Practices and BibFrame
 
Sparling and Cohen "BIBFRAME Implementation at the University of Alberta Libr...
Sparling and Cohen "BIBFRAME Implementation at the University of Alberta Libr...Sparling and Cohen "BIBFRAME Implementation at the University of Alberta Libr...
Sparling and Cohen "BIBFRAME Implementation at the University of Alberta Libr...
 
Breaking Up with MARC: Are We There Yet? 2017 MCLS Linked Data Summit (03.16....
Breaking Up with MARC: Are We There Yet? 2017 MCLS Linked Data Summit (03.16....Breaking Up with MARC: Are We There Yet? 2017 MCLS Linked Data Summit (03.16....
Breaking Up with MARC: Are We There Yet? 2017 MCLS Linked Data Summit (03.16....
 
Breaking Up with MARC 2016 ILF District 5-7 Conference (05.13.2016)
Breaking Up with MARC   2016 ILF District 5-7 Conference (05.13.2016)Breaking Up with MARC   2016 ILF District 5-7 Conference (05.13.2016)
Breaking Up with MARC 2016 ILF District 5-7 Conference (05.13.2016)
 
Godby "'What are the 'entities that matter?' And how much should we say about...
Godby "'What are the 'entities that matter?' And how much should we say about...Godby "'What are the 'entities that matter?' And how much should we say about...
Godby "'What are the 'entities that matter?' And how much should we say about...
 
Dataincubator
DataincubatorDataincubator
Dataincubator
 
Trends in Cataloging & Metadata
Trends in Cataloging & MetadataTrends in Cataloging & Metadata
Trends in Cataloging & Metadata
 
Introduction To Linked Data
Introduction To Linked DataIntroduction To Linked Data
Introduction To Linked Data
 
Shieh "Enabling Descriptive Data to be Linked at the Smithsonian Libraries"
Shieh "Enabling Descriptive Data to be Linked at the Smithsonian Libraries"Shieh "Enabling Descriptive Data to be Linked at the Smithsonian Libraries"
Shieh "Enabling Descriptive Data to be Linked at the Smithsonian Libraries"
 
The Power of Sharing Linked Data - ELAG 2014 Workshop
The Power of Sharing Linked Data - ELAG 2014 WorkshopThe Power of Sharing Linked Data - ELAG 2014 Workshop
The Power of Sharing Linked Data - ELAG 2014 Workshop
 
Xiaoli Li: MARC to BIBFRAME (Linked Data)
Xiaoli Li: MARC to BIBFRAME (Linked Data)Xiaoli Li: MARC to BIBFRAME (Linked Data)
Xiaoli Li: MARC to BIBFRAME (Linked Data)
 
Linked Data and Libraries: What? Why? How?
Linked Data and Libraries: What? Why? How?Linked Data and Libraries: What? Why? How?
Linked Data and Libraries: What? Why? How?
 
Linked data radical change
Linked data   radical changeLinked data   radical change
Linked data radical change
 
Reminiscing about interoperability
Reminiscing about interoperabilityReminiscing about interoperability
Reminiscing about interoperability
 
Thompson 6-jun15-final
Thompson 6-jun15-finalThompson 6-jun15-final
Thompson 6-jun15-final
 

Destacado

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
 
Power of news feed - Facebook
Power of news feed - FacebookPower of news feed - Facebook
Power of news feed - FacebookVasco Marques
 
Marketing pessoal e neworking
Marketing pessoal e neworkingMarketing pessoal e neworking
Marketing pessoal e neworkingVasco Marques
 
Watch youtube vídeo subtitles on your language
Watch youtube vídeo subtitles on your languageWatch youtube vídeo subtitles on your language
Watch youtube vídeo subtitles on your languageVasco Marques
 
From Open Access to Open All
From Open Access to Open AllFrom Open Access to Open All
From Open Access to Open AllAlek Tarkowski
 
C:\Documents And Settings\Hannah Powell\Desktop\New Government Policy
C:\Documents And Settings\Hannah Powell\Desktop\New Government PolicyC:\Documents And Settings\Hannah Powell\Desktop\New Government Policy
C:\Documents And Settings\Hannah Powell\Desktop\New Government Policytonyosailing
 
Using Play as a Platform for every child to succeed
Using Play as a Platform for every child to succeedUsing Play as a Platform for every child to succeed
Using Play as a Platform for every child to succeedtonyosailing
 
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
 
California Housing, Real Estate Market Update Shared by Howard E. Perry
California Housing, Real Estate Market Update Shared by Howard E. PerryCalifornia Housing, Real Estate Market Update Shared by Howard E. Perry
California Housing, Real Estate Market Update Shared by Howard E. PerryHoward Perry
 
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
 
MRI对椎管内肿瘤的诊断价值
MRI对椎管内肿瘤的诊断价值MRI对椎管内肿瘤的诊断价值
MRI对椎管内肿瘤的诊断价值ebonenow
 
2008 母親節
2008 母親節2008 母親節
2008 母親節david yin
 
上肢神经-组合诊断
上肢神经-组合诊断上肢神经-组合诊断
上肢神经-组合诊断ebonenow
 
My Brothers Keeper Long Beach and National Action Plan
My Brothers Keeper Long Beach and National Action PlanMy Brothers Keeper Long Beach and National Action Plan
My Brothers Keeper Long Beach and National Action PlanHoward Perry
 
WheelShare Project Overview
WheelShare Project OverviewWheelShare Project Overview
WheelShare Project OverviewReza Sadr
 
Polski internet w liczbach
Polski internet w liczbachPolski internet w liczbach
Polski internet w liczbachAlek Tarkowski
 
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
 

Destacado (20)

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
 
Power of news feed - Facebook
Power of news feed - FacebookPower of news feed - Facebook
Power of news feed - Facebook
 
Marketing pessoal e neworking
Marketing pessoal e neworkingMarketing pessoal e neworking
Marketing pessoal e neworking
 
Watch youtube vídeo subtitles on your language
Watch youtube vídeo subtitles on your languageWatch youtube vídeo subtitles on your language
Watch youtube vídeo subtitles on your language
 
Otwarty rząd
Otwarty rządOtwarty rząd
Otwarty rząd
 
From Open Access to Open All
From Open Access to Open AllFrom Open Access to Open All
From Open Access to Open All
 
C:\Documents And Settings\Hannah Powell\Desktop\New Government Policy
C:\Documents And Settings\Hannah Powell\Desktop\New Government PolicyC:\Documents And Settings\Hannah Powell\Desktop\New Government Policy
C:\Documents And Settings\Hannah Powell\Desktop\New Government Policy
 
Using Play as a Platform for every child to succeed
Using Play as a Platform for every child to succeedUsing Play as a Platform for every child to succeed
Using Play as a Platform for every child to succeed
 
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
 
California Housing, Real Estate Market Update Shared by Howard E. Perry
California Housing, Real Estate Market Update Shared by Howard E. PerryCalifornia Housing, Real Estate Market Update Shared by Howard E. Perry
California Housing, Real Estate Market Update Shared by Howard E. Perry
 
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
 
MRI对椎管内肿瘤的诊断价值
MRI对椎管内肿瘤的诊断价值MRI对椎管内肿瘤的诊断价值
MRI对椎管内肿瘤的诊断价值
 
2008 母親節
2008 母親節2008 母親節
2008 母親節
 
上肢神经-组合诊断
上肢神经-组合诊断上肢神经-组合诊断
上肢神经-组合诊断
 
My Brothers Keeper Long Beach and National Action Plan
My Brothers Keeper Long Beach and National Action PlanMy Brothers Keeper Long Beach and National Action Plan
My Brothers Keeper Long Beach and National Action Plan
 
WheelShare Project Overview
WheelShare Project OverviewWheelShare Project Overview
WheelShare Project Overview
 
Polski internet w liczbach
Polski internet w liczbachPolski internet w liczbach
Polski internet w liczbach
 
Fcb
FcbFcb
Fcb
 
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...
 
about presenter's
about presenter'sabout presenter's
about presenter's
 

Similar a What Is Linked Data, and What Does it Mean for Libraries? ALAO TEDSIG Spring Meeting

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
 
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
 
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
 
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: 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
 
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: 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
 
Semantic Web 2.0: Creating Social Semantic Information Spaces
Semantic Web 2.0: Creating Social Semantic Information SpacesSemantic Web 2.0: Creating Social Semantic Information Spaces
Semantic Web 2.0: Creating Social Semantic Information SpacesJohn Breslin
 
The Power of Sharing Linked Data: Bibliothekartag 2014
The Power of Sharing Linked Data: Bibliothekartag 2014The Power of Sharing Linked Data: Bibliothekartag 2014
The Power of Sharing Linked Data: Bibliothekartag 2014Richard Wallis
 
Linked data for Libraries, Archives, Museums
Linked data for Libraries, Archives, MuseumsLinked data for Libraries, Archives, Museums
Linked data for Libraries, Archives, Museumsljsmart
 
Linked Data and Locah, UKSG2011
Linked Data and Locah, UKSG2011 Linked Data and Locah, UKSG2011
Linked Data and Locah, UKSG2011 Jane Stevenson
 
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
 

Similar a What Is Linked Data, and What Does it Mean for Libraries? ALAO TEDSIG Spring Meeting (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?
 
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
 
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
 
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: 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?
 
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
 
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
 
Linked library data
Linked library dataLinked library data
Linked library data
 
Semantic Web 2.0: Creating Social Semantic Information Spaces
Semantic Web 2.0: Creating Social Semantic Information SpacesSemantic Web 2.0: Creating Social Semantic Information Spaces
Semantic Web 2.0: Creating Social Semantic Information Spaces
 
Introduction to the Semantic Web
Introduction to the Semantic WebIntroduction to the Semantic Web
Introduction to the Semantic Web
 
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
 
The Power of Sharing Linked Data: Bibliothekartag 2014
The Power of Sharing Linked Data: Bibliothekartag 2014The Power of Sharing Linked Data: Bibliothekartag 2014
The Power of Sharing Linked Data: Bibliothekartag 2014
 
Introducing linked data
Introducing linked dataIntroducing linked data
Introducing linked data
 
Linked data for Libraries, Archives, Museums
Linked data for Libraries, Archives, MuseumsLinked data for Libraries, Archives, Museums
Linked data for Libraries, Archives, Museums
 
Linked Data and Locah, UKSG2011
Linked Data and Locah, UKSG2011 Linked Data and Locah, UKSG2011
Linked Data and Locah, UKSG2011
 
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 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
 

Más 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
 
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
 
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
 
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
 
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
 
Cataloging with RDA: An Overview
Cataloging with RDA: An OverviewCataloging with RDA: An Overview
Cataloging with RDA: An OverviewEmily Nimsakont
 

Más de Emily Nimsakont (19)

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
 
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...
 
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?
 
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
 
Learning 4 Life
Learning 4 LifeLearning 4 Life
Learning 4 Life
 
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
 
Cataloging with RDA: An Overview
Cataloging with RDA: An OverviewCataloging with RDA: An Overview
Cataloging with RDA: An Overview
 

Último

Slides CapTechTalks Webinar March 2024 Joshua Sinai.pptx
Slides CapTechTalks Webinar March 2024 Joshua Sinai.pptxSlides CapTechTalks Webinar March 2024 Joshua Sinai.pptx
Slides CapTechTalks Webinar March 2024 Joshua Sinai.pptxCapitolTechU
 
How to Add Existing Field in One2Many Tree View in Odoo 17
How to Add Existing Field in One2Many Tree View in Odoo 17How to Add Existing Field in One2Many Tree View in Odoo 17
How to Add Existing Field in One2Many Tree View in Odoo 17Celine George
 
How to Show Error_Warning Messages in Odoo 17
How to Show Error_Warning Messages in Odoo 17How to Show Error_Warning Messages in Odoo 17
How to Show Error_Warning Messages in Odoo 17Celine George
 
DUST OF SNOW_BY ROBERT FROST_EDITED BY_ TANMOY MISHRA
DUST OF SNOW_BY ROBERT FROST_EDITED BY_ TANMOY MISHRADUST OF SNOW_BY ROBERT FROST_EDITED BY_ TANMOY MISHRA
DUST OF SNOW_BY ROBERT FROST_EDITED BY_ TANMOY MISHRATanmoy Mishra
 
How to Create a Toggle Button in Odoo 17
How to Create a Toggle Button in Odoo 17How to Create a Toggle Button in Odoo 17
How to Create a Toggle Button in Odoo 17Celine George
 
P4C x ELT = P4ELT: Its Theoretical Background (Kanazawa, 2024 March).pdf
P4C x ELT = P4ELT: Its Theoretical Background (Kanazawa, 2024 March).pdfP4C x ELT = P4ELT: Its Theoretical Background (Kanazawa, 2024 March).pdf
P4C x ELT = P4ELT: Its Theoretical Background (Kanazawa, 2024 March).pdfYu Kanazawa / Osaka University
 
2024.03.23 What do successful readers do - Sandy Millin for PARK.pptx
2024.03.23 What do successful readers do - Sandy Millin for PARK.pptx2024.03.23 What do successful readers do - Sandy Millin for PARK.pptx
2024.03.23 What do successful readers do - Sandy Millin for PARK.pptxSandy Millin
 
CapTechU Doctoral Presentation -March 2024 slides.pptx
CapTechU Doctoral Presentation -March 2024 slides.pptxCapTechU Doctoral Presentation -March 2024 slides.pptx
CapTechU Doctoral Presentation -March 2024 slides.pptxCapitolTechU
 
The basics of sentences session 10pptx.pptx
The basics of sentences session 10pptx.pptxThe basics of sentences session 10pptx.pptx
The basics of sentences session 10pptx.pptxheathfieldcps1
 
A gentle introduction to Artificial Intelligence
A gentle introduction to Artificial IntelligenceA gentle introduction to Artificial Intelligence
A gentle introduction to Artificial IntelligenceApostolos Syropoulos
 
How to Send Emails From Odoo 17 Using Code
How to Send Emails From Odoo 17 Using CodeHow to Send Emails From Odoo 17 Using Code
How to Send Emails From Odoo 17 Using CodeCeline George
 
Over the counter (OTC)- Sale, rational use.pptx
Over the counter (OTC)- Sale, rational use.pptxOver the counter (OTC)- Sale, rational use.pptx
Over the counter (OTC)- Sale, rational use.pptxraviapr7
 
EBUS5423 Data Analytics and Reporting Bl
EBUS5423 Data Analytics and Reporting BlEBUS5423 Data Analytics and Reporting Bl
EBUS5423 Data Analytics and Reporting BlDr. Bruce A. Johnson
 
Riddhi Kevadiya. WILLIAM SHAKESPEARE....
Riddhi Kevadiya. WILLIAM SHAKESPEARE....Riddhi Kevadiya. WILLIAM SHAKESPEARE....
Riddhi Kevadiya. WILLIAM SHAKESPEARE....Riddhi Kevadiya
 
In - Vivo and In - Vitro Correlation.pptx
In - Vivo and In - Vitro Correlation.pptxIn - Vivo and In - Vitro Correlation.pptx
In - Vivo and In - Vitro Correlation.pptxAditiChauhan701637
 
What is the Future of QuickBooks DeskTop?
What is the Future of QuickBooks DeskTop?What is the Future of QuickBooks DeskTop?
What is the Future of QuickBooks DeskTop?TechSoup
 
SOLIDE WASTE in Cameroon,,,,,,,,,,,,,,,,,,,,,,,,,,,.pptx
SOLIDE WASTE in Cameroon,,,,,,,,,,,,,,,,,,,,,,,,,,,.pptxSOLIDE WASTE in Cameroon,,,,,,,,,,,,,,,,,,,,,,,,,,,.pptx
SOLIDE WASTE in Cameroon,,,,,,,,,,,,,,,,,,,,,,,,,,,.pptxSyedNadeemGillANi
 
CHUYÊN ĐỀ DẠY THÊM TIẾNG ANH LỚP 11 - GLOBAL SUCCESS - NĂM HỌC 2023-2024 - HK...
CHUYÊN ĐỀ DẠY THÊM TIẾNG ANH LỚP 11 - GLOBAL SUCCESS - NĂM HỌC 2023-2024 - HK...CHUYÊN ĐỀ DẠY THÊM TIẾNG ANH LỚP 11 - GLOBAL SUCCESS - NĂM HỌC 2023-2024 - HK...
CHUYÊN ĐỀ DẠY THÊM TIẾNG ANH LỚP 11 - GLOBAL SUCCESS - NĂM HỌC 2023-2024 - HK...Nguyen Thanh Tu Collection
 

Último (20)

Slides CapTechTalks Webinar March 2024 Joshua Sinai.pptx
Slides CapTechTalks Webinar March 2024 Joshua Sinai.pptxSlides CapTechTalks Webinar March 2024 Joshua Sinai.pptx
Slides CapTechTalks Webinar March 2024 Joshua Sinai.pptx
 
How to Add Existing Field in One2Many Tree View in Odoo 17
How to Add Existing Field in One2Many Tree View in Odoo 17How to Add Existing Field in One2Many Tree View in Odoo 17
How to Add Existing Field in One2Many Tree View in Odoo 17
 
How to Show Error_Warning Messages in Odoo 17
How to Show Error_Warning Messages in Odoo 17How to Show Error_Warning Messages in Odoo 17
How to Show Error_Warning Messages in Odoo 17
 
DUST OF SNOW_BY ROBERT FROST_EDITED BY_ TANMOY MISHRA
DUST OF SNOW_BY ROBERT FROST_EDITED BY_ TANMOY MISHRADUST OF SNOW_BY ROBERT FROST_EDITED BY_ TANMOY MISHRA
DUST OF SNOW_BY ROBERT FROST_EDITED BY_ TANMOY MISHRA
 
How to Create a Toggle Button in Odoo 17
How to Create a Toggle Button in Odoo 17How to Create a Toggle Button in Odoo 17
How to Create a Toggle Button in Odoo 17
 
P4C x ELT = P4ELT: Its Theoretical Background (Kanazawa, 2024 March).pdf
P4C x ELT = P4ELT: Its Theoretical Background (Kanazawa, 2024 March).pdfP4C x ELT = P4ELT: Its Theoretical Background (Kanazawa, 2024 March).pdf
P4C x ELT = P4ELT: Its Theoretical Background (Kanazawa, 2024 March).pdf
 
2024.03.23 What do successful readers do - Sandy Millin for PARK.pptx
2024.03.23 What do successful readers do - Sandy Millin for PARK.pptx2024.03.23 What do successful readers do - Sandy Millin for PARK.pptx
2024.03.23 What do successful readers do - Sandy Millin for PARK.pptx
 
CapTechU Doctoral Presentation -March 2024 slides.pptx
CapTechU Doctoral Presentation -March 2024 slides.pptxCapTechU Doctoral Presentation -March 2024 slides.pptx
CapTechU Doctoral Presentation -March 2024 slides.pptx
 
The basics of sentences session 10pptx.pptx
The basics of sentences session 10pptx.pptxThe basics of sentences session 10pptx.pptx
The basics of sentences session 10pptx.pptx
 
A gentle introduction to Artificial Intelligence
A gentle introduction to Artificial IntelligenceA gentle introduction to Artificial Intelligence
A gentle introduction to Artificial Intelligence
 
How to Send Emails From Odoo 17 Using Code
How to Send Emails From Odoo 17 Using CodeHow to Send Emails From Odoo 17 Using Code
How to Send Emails From Odoo 17 Using Code
 
Over the counter (OTC)- Sale, rational use.pptx
Over the counter (OTC)- Sale, rational use.pptxOver the counter (OTC)- Sale, rational use.pptx
Over the counter (OTC)- Sale, rational use.pptx
 
March 2024 Directors Meeting, Division of Student Affairs and Academic Support
March 2024 Directors Meeting, Division of Student Affairs and Academic SupportMarch 2024 Directors Meeting, Division of Student Affairs and Academic Support
March 2024 Directors Meeting, Division of Student Affairs and Academic Support
 
EBUS5423 Data Analytics and Reporting Bl
EBUS5423 Data Analytics and Reporting BlEBUS5423 Data Analytics and Reporting Bl
EBUS5423 Data Analytics and Reporting Bl
 
Riddhi Kevadiya. WILLIAM SHAKESPEARE....
Riddhi Kevadiya. WILLIAM SHAKESPEARE....Riddhi Kevadiya. WILLIAM SHAKESPEARE....
Riddhi Kevadiya. WILLIAM SHAKESPEARE....
 
In - Vivo and In - Vitro Correlation.pptx
In - Vivo and In - Vitro Correlation.pptxIn - Vivo and In - Vitro Correlation.pptx
In - Vivo and In - Vitro Correlation.pptx
 
What is the Future of QuickBooks DeskTop?
What is the Future of QuickBooks DeskTop?What is the Future of QuickBooks DeskTop?
What is the Future of QuickBooks DeskTop?
 
SOLIDE WASTE in Cameroon,,,,,,,,,,,,,,,,,,,,,,,,,,,.pptx
SOLIDE WASTE in Cameroon,,,,,,,,,,,,,,,,,,,,,,,,,,,.pptxSOLIDE WASTE in Cameroon,,,,,,,,,,,,,,,,,,,,,,,,,,,.pptx
SOLIDE WASTE in Cameroon,,,,,,,,,,,,,,,,,,,,,,,,,,,.pptx
 
Prelims of Kant get Marx 2.0: a general politics quiz
Prelims of Kant get Marx 2.0: a general politics quizPrelims of Kant get Marx 2.0: a general politics quiz
Prelims of Kant get Marx 2.0: a general politics quiz
 
CHUYÊN ĐỀ DẠY THÊM TIẾNG ANH LỚP 11 - GLOBAL SUCCESS - NĂM HỌC 2023-2024 - HK...
CHUYÊN ĐỀ DẠY THÊM TIẾNG ANH LỚP 11 - GLOBAL SUCCESS - NĂM HỌC 2023-2024 - HK...CHUYÊN ĐỀ DẠY THÊM TIẾNG ANH LỚP 11 - GLOBAL SUCCESS - NĂM HỌC 2023-2024 - HK...
CHUYÊN ĐỀ DẠY THÊM TIẾNG ANH LỚP 11 - GLOBAL SUCCESS - NĂM HỌC 2023-2024 - HK...
 

What Is Linked Data, and What Does it Mean for Libraries? ALAO TEDSIG Spring Meeting

  • 1.
  • 2.
  • 3.
  • 4.
  • 5.
  • 6.
  • 7.
  • 8.
  • 9.
  • 10.
  • 11.
  • 12.
  • 13.
  • 14.
  • 15.
  • 16.
  • 17.
  • 18.
  • 19.
  • 20.
  • 21.
  • 22.
  • 23.
  • 24.
  • 25.
  • 26.
  • 27.
  • 28.
  • 29.
  • 30.
  • 31.
  • 32.
  • 33.
  • 34.
  • 35.
  • 36.
  • 37.
  • 38.
  • 39.
  • 40.
  • 41.
  • 42.
  • 43.
  • 44.
  • 45.
  • 46.
  • 47.
  • 48.
  • 49.
  • 50.
  • 51.
  • 52.
  • 53.
  • 54.
  • 55.
  • 56.
  • 57.
  • 58.
  • 59.
  • 61.
  • 62.
  • 63.
  • 64.
  • 65.
  • 66.
  • 67.
  • 68.
  • 69.
  • 70.
  • 71.
  • 72.
  • 73.
  • 74.
  • 75.
  • 76.
  • 77.
  • 78.
  • 79.
  • 80.
  • 81.
  • 82.
  • 83.
  • 84.
  • 85.
  • 86.
  • 87.
  • 88.
  • 89.

Notas del editor

  1. First, I’d like to start by telling you a little bit about my motivation for presenting about Linked Data and libraries. First, I just think it’s a really interesting idea to think about and in a time where it seems like everyone is debating the future of libraries, I get really fascinated thinking about Linked Data and what it could mean for our library data.
  2. I’ll be taking breaks for questions, but definitely feel free to stop me if you have a question as we’re going along.
  3. Query languages are “computer languages used to make queries into databases and information systems.” --Wikipedia.
  4. Allows you to link your blog content to other semantically-related content.
  5. There are a number of different ways in which our data is in a silo, compared to other data on the Web. It exists in our catalogs, which are not always accessible. It exists in MARC format, which is used by no one else.
  6. But I think that one of the major ways in which our information is in a silo of its own is because we insist on thinking about bibliographic records instead of bibliographic data.
  7. The elements of author, title, etc., only really have meaning in the context of the record.
  8. MARC format, our encoding standard, is set up to exchange records, not data.
  9. Partnership between the Archives of Michigan, the Internet Archive, Freebase, Digital Scholarship Lab at the University of Richmond, and LookBackMaps.Does anyone know of any other examples, either of data that is out there, or particular projects?
  10. Ask for input from audience