SlideShare une entreprise Scribd logo
1  sur  20
WorldCat Search API Bruce Washburn RLG Programs
The WorldCat Search API ,[object Object],[object Object],[object Object],[object Object]
The WorldCat Search API ,[object Object],[object Object]
The WorldCat Search API ,[object Object],[object Object],[object Object],[object Object]
The WorldCat Search API ,[object Object],[object Object],[object Object],[object Object]
Implementers’ Overview The Search API overview  describes all of its features with working examples, links to other resources, and more. Find the overview on the OCLC Developer’s Network site at  http://www.worldcat.org/devnet/ .
Test Requests and Responses The URI Evaluator  offers an easy way to test API requests and evaluate their responses.
WorldCat API  ≠  WorldCat Local ,[object Object],[object Object],[object Object]
Anatomy of a Search API Request ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],http:// worldcat.org/ webservices/catalog/search/ worldcat/ opensearch? q=civil%20war &format=rss Defaults allow for simpler URLs: http://worldcat.org/webservices/catalog/search/?query=civil%20war
An OpenSearch Response <?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?> <rss xmlns:content=&quot;http://purl.org/rss/1.0/modules/content/&quot;  xmlns:atom=&quot;http://www.w3.org/2005/Atom&quot; xmlns:opensearch=&quot;http://a9.com/-/spec/opensearch/1.1/&quot;  xmlns:srw=&quot;http://www.loc.gov/zing/srw/&quot; version=&quot;2.0&quot;> <channel> <title>OCLC Worldcat Search: civil war</title> <link>http://worldcat.org/webservices/catalog/search/worldcat/ opensearch?q=civil+war&amp;start=1&amp;count=10&amp;format=rss</link> <description>Search results for &quot;civil war&quot; at http://worldcat.org/ webservices/catalog</description> <opensearch:totalResults>253694</opensearch:totalResults> <opensearch:startIndex>1</opensearch:startIndex> <opensearch:itemsPerPage>10</opensearch:itemsPerPage> <atom:link rel=&quot;search&quot; type=&quot;application/opensearchdescription+xml&quot; href=&quot;http://worldcat.org/ webservices/catalog/opensearch.description.xml&quot;/> <opensearch:Query role=&quot;request&quot; searchTerms=&quot;civil war&quot; startPage=&quot;1&quot;/> <item> <title>The red badge of courage : an episode of the American Civil War</title> <author> <name>Crane, Stephen, 1871-1900.</name> </author>  <link>http://worldcat.org/oclc/8114241</link> <guid isPermaLink=&quot;false&quot;>http://worldcat.org/oclc/8114241</guid> <content:encoded>Crane, Stephen ; newly edited from Crane's original manuscript by Henry Binder.  &lt;u&gt;The red badge of courage: an episode of the American Civil War&lt;/u&gt;.  New York: Norton, 1982.</content:encoded> </item> Here’s the result size: <opensearch:totalResults>253694</opensearch:totalResults> Here’s a link to the record in WorldCat.org: <link>http://worldcat.org/oclc/8114241</link> Here’s an MLA-formatted citation: <content:encoded> Crane, Stephen ; newly edited from Crane's original manuscript by Henry Binder. &lt;u&gt;The red badge of courage: an episode of the American Civil War&lt;/u&gt;.  New York: Norton, 1982. </content:encoded> Here’s a title of one record in the result: <title> The red badge of courage : an episode of the American Civil War </title>
An SRU Response <?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?> <?xml-stylesheet type=&quot;text/xsl&quot; href=&quot;/webservices/catalog/xsl/searchRetrieveResponse.xsl&quot;?> <searchRetrieveResponse xmlns=&quot;http://www.loc.gov/zing/srw/&quot;  xmlns:xsi=&quot;http://www.w3.org/2001/XMLSchema-instance&quot;> <version>1.1</version> <numberOfRecords>267468</numberOfRecords> <records> <record> <recordSchema>info:srw/schema/1/marcxml-v1.1</recordSchema> <recordPacking>xml</recordPacking> <recordData> <record xmlns=&quot;http://www.loc.gov/MARC21/slim&quot; <controlfield tag=&quot;001&quot;>8114241</controlfield> <controlfield tag=&quot;008&quot;>811217s1982 nyu b 000 1 eng </controlfield> <datafield tag=&quot;020&quot; ind1=&quot; &quot; ind2=&quot; &quot;><subfield code=&quot;a&quot;>0393013456</subfield></datafield> <datafield tag=&quot;020&quot; ind1=&quot; &quot; ind2=&quot; &quot;><subfield code=&quot;a&quot;>9780393013450</subfield></datafield> <datafield tag=&quot;020&quot; ind1=&quot; &quot; ind2=&quot; &quot;><subfield code=&quot;a&quot;>0380641135 (pbk.)</subfield></datafield> <datafield tag=&quot;020&quot; ind1=&quot; &quot; ind2=&quot; &quot;><subfield code=&quot;a&quot;>9780380641130 (pbk.)</subfield></datafield> <datafield tag=&quot;100&quot; ind1=&quot;1&quot; ind2=&quot; &quot;> <subfield code=&quot;a&quot;>Crane, Stephen,</subfield> <subfield code=&quot;d&quot;>1871-1900.</subfield> </datafield> <datafield tag=&quot;245&quot; ind1=&quot;1&quot; ind2=&quot;4&quot;> <subfield code=&quot;a&quot;>The red badge of courage :</subfield> <subfield code=&quot;b&quot;>an episode of the American Civil War /</subfield> <subfield code=&quot;c&quot;>Stephen Crane ; newly edited from Crane's original manuscript by  Henry Binder.</subfield> </datafield> <datafield tag=&quot;260&quot; ind1=&quot; &quot; ind2=&quot; &quot;> <subfield code=&quot;a&quot;>New York :</subfield> <subfield code=&quot;b&quot;>Norton,</subfield> <subfield code=&quot;c&quot;>c1982.</subfield> </datafield>   Here’s the result size: <numberOfRecords>267468</numberOfRecords> Here are  ISBNs: <datafield tag=&quot;020&quot; ind1=&quot; &quot; ind2=&quot; &quot;><subfield code=&quot;a&quot;> 0393013456 </subfield></datafield> <datafield tag=&quot;020&quot; ind1=&quot; &quot; ind2=&quot; &quot;><subfield code=&quot;a&quot;> 9780393013450 </subfield></datafield> <datafield tag=&quot;020&quot; ind1=&quot; &quot; ind2=&quot; &quot;><subfield code=&quot;a&quot;> 0380641135 (pbk.) </subfield></datafield> <datafield tag=&quot;020&quot; ind1=&quot; &quot; ind2=&quot; &quot;><subfield code=&quot;a&quot;> 9780380641130 (pbk.) </subfield></datafield>
Library Locations <?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?> <holdings xmlns:xsi=&quot;http://www.w3.org/2001/XMLSchema-instance&quot;  xsi:noNamespaceSchemaLocation=&quot;http://www.loc.gov/standards/iso20775/N121_ISOholdings_v4.xsd&quot;> <holding> <institutionIdentifier> <value>ORO</value> <typeOrSource> <pointer>http://worldcat.org/registry/institutions/</pointer> </typeOrSource> </institutionIdentifier> <physicalLocation>Orange Public Library</physicalLocation> <physicalAddress> <text>Orange, CA 92866 United States</text> </physicalAddress> <electronicAddress> <text>http://www.worldcat.org/wcpa/oclc/15550774?page=frame&amp;url= http%3A%2F%2Flibrary.cityoforange.org%2Fuhtbin%2Fcgisirsi.exe%2Fx%2F0%2F0%2F5%2F%3Fsearchdata1%3D0195038630 &amp;title=Orange+Public+Library&amp;linktype=opac&amp;detail=ORO%3AOrange+Public+Library%3APublic &amp;app=wcapi&amp;id=132.174.183.38</text> </electronicAddress> <holdingSimple> <copiesSummary> <copiesCount>1</copiesCount> </copiesSummary> </holdingSimple> </holding>  Here’s the OCLC Symbol: <institutionIdentifier><value> ORO </value> Here’s the library catalog URL: <electronicAddress> <text> http://www.worldcat.org/wcpa/oclc/15550774?page=frame&amp;url=http%3A%2F%2Flibrary.cityoforange.org%2Fuhtbin%2Fcgisirsi.exe%2Fx%2F0%2F0%2F5%2F%3Fsearchdata1%3D0195038630&amp;title=Orange+Public+Library&amp;linktype=opac&amp;detail=ORO%3AOrange+Public+Library%3APublic&amp;app=wcapi&amp;id=132.174.183.38 </text></electronicAddress>
Demo: include WorldCat.org book links in a web site sidebar AJAX is used to send an SRU search and parse the MARC XML response into an array.  For each record, metadata fields are parsed to produce the brief citation, image link, and WorldCat.org link.  JavaScript is used to step through the array, replacing the image, text, and links in the sidebar.
Demo: highlight citations, summaries, and local libraries AJAX is used to send an OpenSearch request, and to parse the result for formatted citations.  Record identifiers are used to get full records with bibliographic notes, and to locate nearby libraries.
WorldCat API and Facebook The WorldCat Widget  works with   SRU Dublin Core results. From there, links lead to library locations in WorldCat.org.  The CiteMe Widget  uses OpenSearch results, with each citation automatically formatted based on the user’s preference: APA, Chicago, Harvard, MLA, or Turabian.
David Walker’s code4lib demo
Karen Coombs’ WordPress Widget
The Programmable WorldCat ,[object Object],[object Object],[object Object]
What’s Next for the API? ,[object Object],[object Object],[object Object]
www.worldcat.org/devnet/

Contenu connexe

Tendances

Ks2008 Semanticweb In Action
Ks2008 Semanticweb In ActionKs2008 Semanticweb In Action
Ks2008 Semanticweb In ActionRinke Hoekstra
 
Semantic Web
Semantic WebSemantic Web
Semantic Webhardchiu
 
RDFa Introductory Course Session 2/4 How RDFa
RDFa Introductory Course Session 2/4 How RDFaRDFa Introductory Course Session 2/4 How RDFa
RDFa Introductory Course Session 2/4 How RDFaPlatypus
 
The Semantic Web #10 - SPARQL
The Semantic Web #10 - SPARQLThe Semantic Web #10 - SPARQL
The Semantic Web #10 - SPARQLMyungjin Lee
 
Federated SPARQL Query Processing ISWC2015 Tutorial
Federated SPARQL Query Processing ISWC2015 TutorialFederated SPARQL Query Processing ISWC2015 Tutorial
Federated SPARQL Query Processing ISWC2015 TutorialMuhammad Saleem
 
쉽게 이해하는 LOD
쉽게 이해하는 LOD쉽게 이해하는 LOD
쉽게 이해하는 LODMyungjin Lee
 
20080917 Rev
20080917 Rev20080917 Rev
20080917 Revcharper
 
601 l3-database
601 l3-database601 l3-database
601 l3-databasebellhawaii
 
Efficient source selection for sparql endpoint federation
Efficient source selection for sparql endpoint federationEfficient source selection for sparql endpoint federation
Efficient source selection for sparql endpoint federationMuhammad Saleem
 
Annotations as Linked Data with Fedora4 and Triannon
Annotations as Linked Data with Fedora4 and TriannonAnnotations as Linked Data with Fedora4 and Triannon
Annotations as Linked Data with Fedora4 and TriannonRobert Sanderson
 
Federated Query Formulation and Processing Through BioFed
Federated Query Formulation and Processing Through BioFedFederated Query Formulation and Processing Through BioFed
Federated Query Formulation and Processing Through BioFedMuhammad Saleem
 
GDG Meets U event - Big data & Wikidata - no lies codelab
GDG Meets U event - Big data & Wikidata -  no lies codelabGDG Meets U event - Big data & Wikidata -  no lies codelab
GDG Meets U event - Big data & Wikidata - no lies codelabCAMELIA BOBAN
 
HiBISCuS: Hypergraph-Based Source Selection for SPARQL Endpoint Federation
HiBISCuS: Hypergraph-Based Source Selection for SPARQL Endpoint FederationHiBISCuS: Hypergraph-Based Source Selection for SPARQL Endpoint Federation
HiBISCuS: Hypergraph-Based Source Selection for SPARQL Endpoint FederationMuhammad Saleem
 
SPARQL in the Semantic Web
SPARQL in the Semantic WebSPARQL in the Semantic Web
SPARQL in the Semantic WebJan Beeck
 
ELUNA2013:Providing Voyager catalog data in a custom, open source web applica...
ELUNA2013:Providing Voyager catalog data in a custom, open source web applica...ELUNA2013:Providing Voyager catalog data in a custom, open source web applica...
ELUNA2013:Providing Voyager catalog data in a custom, open source web applica...Michael Cummings
 
Semantic web application architecture
Semantic web   application architectureSemantic web   application architecture
Semantic web application architectureDon Willems
 
Integrating Government Data New
Integrating Government Data NewIntegrating Government Data New
Integrating Government Data Newguest4543bb
 

Tendances (20)

Ks2008 Semanticweb In Action
Ks2008 Semanticweb In ActionKs2008 Semanticweb In Action
Ks2008 Semanticweb In Action
 
Sparql
SparqlSparql
Sparql
 
Semantic Web
Semantic WebSemantic Web
Semantic Web
 
RDFa Introductory Course Session 2/4 How RDFa
RDFa Introductory Course Session 2/4 How RDFaRDFa Introductory Course Session 2/4 How RDFa
RDFa Introductory Course Session 2/4 How RDFa
 
The Semantic Web #10 - SPARQL
The Semantic Web #10 - SPARQLThe Semantic Web #10 - SPARQL
The Semantic Web #10 - SPARQL
 
Federated SPARQL Query Processing ISWC2015 Tutorial
Federated SPARQL Query Processing ISWC2015 TutorialFederated SPARQL Query Processing ISWC2015 Tutorial
Federated SPARQL Query Processing ISWC2015 Tutorial
 
쉽게 이해하는 LOD
쉽게 이해하는 LOD쉽게 이해하는 LOD
쉽게 이해하는 LOD
 
20080917 Rev
20080917 Rev20080917 Rev
20080917 Rev
 
601 l3-database
601 l3-database601 l3-database
601 l3-database
 
Efficient source selection for sparql endpoint federation
Efficient source selection for sparql endpoint federationEfficient source selection for sparql endpoint federation
Efficient source selection for sparql endpoint federation
 
Annotations as Linked Data with Fedora4 and Triannon
Annotations as Linked Data with Fedora4 and TriannonAnnotations as Linked Data with Fedora4 and Triannon
Annotations as Linked Data with Fedora4 and Triannon
 
Federated Query Formulation and Processing Through BioFed
Federated Query Formulation and Processing Through BioFedFederated Query Formulation and Processing Through BioFed
Federated Query Formulation and Processing Through BioFed
 
GDG Meets U event - Big data & Wikidata - no lies codelab
GDG Meets U event - Big data & Wikidata -  no lies codelabGDG Meets U event - Big data & Wikidata -  no lies codelab
GDG Meets U event - Big data & Wikidata - no lies codelab
 
HiBISCuS: Hypergraph-Based Source Selection for SPARQL Endpoint Federation
HiBISCuS: Hypergraph-Based Source Selection for SPARQL Endpoint FederationHiBISCuS: Hypergraph-Based Source Selection for SPARQL Endpoint Federation
HiBISCuS: Hypergraph-Based Source Selection for SPARQL Endpoint Federation
 
Xbrl ch4
Xbrl ch4Xbrl ch4
Xbrl ch4
 
SPARQL in the Semantic Web
SPARQL in the Semantic WebSPARQL in the Semantic Web
SPARQL in the Semantic Web
 
How web searching engines work
How web searching engines workHow web searching engines work
How web searching engines work
 
ELUNA2013:Providing Voyager catalog data in a custom, open source web applica...
ELUNA2013:Providing Voyager catalog data in a custom, open source web applica...ELUNA2013:Providing Voyager catalog data in a custom, open source web applica...
ELUNA2013:Providing Voyager catalog data in a custom, open source web applica...
 
Semantic web application architecture
Semantic web   application architectureSemantic web   application architecture
Semantic web application architecture
 
Integrating Government Data New
Integrating Government Data NewIntegrating Government Data New
Integrating Government Data New
 

En vedette

GESTAR II - Aaa4 mat aluno
GESTAR II - Aaa4 mat alunoGESTAR II - Aaa4 mat aluno
GESTAR II - Aaa4 mat alunoAna Almeida
 
ORASI Consulting Group Servicios
  ORASI Consulting Group Servicios  ORASI Consulting Group Servicios
ORASI Consulting Group ServiciosUniversidad de Lima
 
Automatically Repairing Test Cases for Evolving Method Declarations
Automatically Repairing Test Cases for Evolving Method DeclarationsAutomatically Repairing Test Cases for Evolving Method Declarations
Automatically Repairing Test Cases for Evolving Method DeclarationsICSM 2010
 
Gothic art
Gothic artGothic art
Gothic artnowadeba
 
Stemi2009
Stemi2009Stemi2009
Stemi2009Raj k
 
2011 Redin e Silveira - a condição camponesa revisitada - revista isegoria
2011   Redin e Silveira - a condição camponesa revisitada - revista isegoria2011   Redin e Silveira - a condição camponesa revisitada - revista isegoria
2011 Redin e Silveira - a condição camponesa revisitada - revista isegoriaEzequiel Redin
 
[R Mortimer] Uma Linda Ideia A Ser Imitada Som
[R Mortimer] Uma Linda Ideia A Ser Imitada Som[R Mortimer] Uma Linda Ideia A Ser Imitada Som
[R Mortimer] Uma Linda Ideia A Ser Imitada SomDennia
 

En vedette (7)

GESTAR II - Aaa4 mat aluno
GESTAR II - Aaa4 mat alunoGESTAR II - Aaa4 mat aluno
GESTAR II - Aaa4 mat aluno
 
ORASI Consulting Group Servicios
  ORASI Consulting Group Servicios  ORASI Consulting Group Servicios
ORASI Consulting Group Servicios
 
Automatically Repairing Test Cases for Evolving Method Declarations
Automatically Repairing Test Cases for Evolving Method DeclarationsAutomatically Repairing Test Cases for Evolving Method Declarations
Automatically Repairing Test Cases for Evolving Method Declarations
 
Gothic art
Gothic artGothic art
Gothic art
 
Stemi2009
Stemi2009Stemi2009
Stemi2009
 
2011 Redin e Silveira - a condição camponesa revisitada - revista isegoria
2011   Redin e Silveira - a condição camponesa revisitada - revista isegoria2011   Redin e Silveira - a condição camponesa revisitada - revista isegoria
2011 Redin e Silveira - a condição camponesa revisitada - revista isegoria
 
[R Mortimer] Uma Linda Ideia A Ser Imitada Som
[R Mortimer] Uma Linda Ideia A Ser Imitada Som[R Mortimer] Uma Linda Ideia A Ser Imitada Som
[R Mortimer] Uma Linda Ideia A Ser Imitada Som
 

Similaire à WorldCat Search API

SPARQLing Services
SPARQLing ServicesSPARQLing Services
SPARQLing ServicesLeigh Dodds
 
Slug: A Semantic Web Crawler
Slug: A Semantic Web CrawlerSlug: A Semantic Web Crawler
Slug: A Semantic Web CrawlerLeigh Dodds
 
Getting Started With The Talis Platform
Getting Started With The Talis PlatformGetting Started With The Talis Platform
Getting Started With The Talis PlatformLeigh Dodds
 
Creating APIs over RDF
Creating APIs over RDFCreating APIs over RDF
Creating APIs over RDFLeigh Dodds
 
Creating APIs over RDF
Creating APIs over RDFCreating APIs over RDF
Creating APIs over RDFLeigh Dodds
 
Architecting Web Services
Architecting Web ServicesArchitecting Web Services
Architecting Web ServicesLorna Mitchell
 
An Overview on PROV-AQ: Provenance Access and Query
An Overview on PROV-AQ: Provenance Access and QueryAn Overview on PROV-AQ: Provenance Access and Query
An Overview on PROV-AQ: Provenance Access and QueryOlaf Hartig
 
[DSBW Spring 2010] Unit 10: XML and Web And beyond
[DSBW Spring 2010] Unit 10: XML and Web And beyond[DSBW Spring 2010] Unit 10: XML and Web And beyond
[DSBW Spring 2010] Unit 10: XML and Web And beyondCarles Farré
 
Letting In the Light: Using Solr as an External Search Component
Letting In the Light: Using Solr as an External Search ComponentLetting In the Light: Using Solr as an External Search Component
Letting In the Light: Using Solr as an External Search ComponentJay Luker
 
A simple ReSTful webservice for the Goblins (v. 0.5)
A simple ReSTful webservice for the Goblins (v. 0.5)A simple ReSTful webservice for the Goblins (v. 0.5)
A simple ReSTful webservice for the Goblins (v. 0.5)Danilo Sanchi
 
Twinkle: A SPARQL Query Tool
Twinkle: A SPARQL Query ToolTwinkle: A SPARQL Query Tool
Twinkle: A SPARQL Query ToolLeigh Dodds
 
NoSQL and Triple Stores
NoSQL and Triple StoresNoSQL and Triple Stores
NoSQL and Triple Storesandyseaborne
 

Similaire à WorldCat Search API (20)

SPARQLing Services
SPARQLing ServicesSPARQLing Services
SPARQLing Services
 
Slug: A Semantic Web Crawler
Slug: A Semantic Web CrawlerSlug: A Semantic Web Crawler
Slug: A Semantic Web Crawler
 
Solr Presentation
Solr PresentationSolr Presentation
Solr Presentation
 
Getting Started With The Talis Platform
Getting Started With The Talis PlatformGetting Started With The Talis Platform
Getting Started With The Talis Platform
 
Creating APIs over RDF
Creating APIs over RDFCreating APIs over RDF
Creating APIs over RDF
 
Creating APIs over RDF
Creating APIs over RDFCreating APIs over RDF
Creating APIs over RDF
 
RDA: What to Expect
RDA: What to ExpectRDA: What to Expect
RDA: What to Expect
 
REST dojo Comet
REST dojo CometREST dojo Comet
REST dojo Comet
 
W3 C Specification For Interoperability And Accessibility For Ajax, Dhtml, Xm...
W3 C Specification For Interoperability And Accessibility For Ajax, Dhtml, Xm...W3 C Specification For Interoperability And Accessibility For Ajax, Dhtml, Xm...
W3 C Specification For Interoperability And Accessibility For Ajax, Dhtml, Xm...
 
Architecting Web Services
Architecting Web ServicesArchitecting Web Services
Architecting Web Services
 
An Overview on PROV-AQ: Provenance Access and Query
An Overview on PROV-AQ: Provenance Access and QueryAn Overview on PROV-AQ: Provenance Access and Query
An Overview on PROV-AQ: Provenance Access and Query
 
[DSBW Spring 2010] Unit 10: XML and Web And beyond
[DSBW Spring 2010] Unit 10: XML and Web And beyond[DSBW Spring 2010] Unit 10: XML and Web And beyond
[DSBW Spring 2010] Unit 10: XML and Web And beyond
 
Letting In the Light: Using Solr as an External Search Component
Letting In the Light: Using Solr as an External Search ComponentLetting In the Light: Using Solr as an External Search Component
Letting In the Light: Using Solr as an External Search Component
 
Web 3 0
Web 3 0Web 3 0
Web 3 0
 
Hacia la Internet del Futuro: Web Semántica y Open Linked Data, Parte 2
Hacia la Internet del Futuro: Web Semántica y Open Linked Data, Parte 2Hacia la Internet del Futuro: Web Semántica y Open Linked Data, Parte 2
Hacia la Internet del Futuro: Web Semántica y Open Linked Data, Parte 2
 
How RDFa works
How RDFa worksHow RDFa works
How RDFa works
 
A simple ReSTful webservice for the Goblins (v. 0.5)
A simple ReSTful webservice for the Goblins (v. 0.5)A simple ReSTful webservice for the Goblins (v. 0.5)
A simple ReSTful webservice for the Goblins (v. 0.5)
 
Twinkle: A SPARQL Query Tool
Twinkle: A SPARQL Query ToolTwinkle: A SPARQL Query Tool
Twinkle: A SPARQL Query Tool
 
NoSQL and Triple Stores
NoSQL and Triple StoresNoSQL and Triple Stores
NoSQL and Triple Stores
 
Xml Overview
Xml OverviewXml Overview
Xml Overview
 

Plus de OCLC Research

ARLIS 2010 RLG Partnership Round Table
ARLIS 2010 RLG Partnership Round TableARLIS 2010 RLG Partnership Round Table
ARLIS 2010 RLG Partnership Round TableOCLC Research
 
Undue Diligence: Seeking Low-risk Strategies for Making Collections of Unpubl...
Undue Diligence: Seeking Low-risk Strategies for Making Collections of Unpubl...Undue Diligence: Seeking Low-risk Strategies for Making Collections of Unpubl...
Undue Diligence: Seeking Low-risk Strategies for Making Collections of Unpubl...OCLC Research
 
OCLC Research @ U of Calgary: New directions for metadata workflows across li...
OCLC Research @ U of Calgary: New directions for metadata workflows across li...OCLC Research @ U of Calgary: New directions for metadata workflows across li...
OCLC Research @ U of Calgary: New directions for metadata workflows across li...OCLC Research
 
Beyond the Silos of the LAMs - Library, Archive, Museum Collaboration
Beyond the Silos of the LAMs - Library, Archive, Museum CollaborationBeyond the Silos of the LAMs - Library, Archive, Museum Collaboration
Beyond the Silos of the LAMs - Library, Archive, Museum CollaborationOCLC Research
 
RLG Partnership Update Webinar Slides
RLG Partnership Update Webinar SlidesRLG Partnership Update Webinar Slides
RLG Partnership Update Webinar SlidesOCLC Research
 
Museum Data Exchange
Museum Data ExchangeMuseum Data Exchange
Museum Data ExchangeOCLC Research
 
Integrating Unique Materials into the Global Discovery Network
Integrating Unique Materials into the Global Discovery NetworkIntegrating Unique Materials into the Global Discovery Network
Integrating Unique Materials into the Global Discovery NetworkOCLC Research
 
Günter Waibel CILIP LAM presentation
Günter Waibel CILIP LAM presentationGünter Waibel CILIP LAM presentation
Günter Waibel CILIP LAM presentationOCLC Research
 
LAM collaboration @ LMLAG
LAM collaboration @ LMLAGLAM collaboration @ LMLAG
LAM collaboration @ LMLAGOCLC Research
 
Collections Assessment Surveys
Collections Assessment SurveysCollections Assessment Surveys
Collections Assessment SurveysOCLC Research
 
Shared Print Update ALA 2009
Shared Print Update ALA 2009Shared Print Update ALA 2009
Shared Print Update ALA 2009OCLC Research
 
RLG Prospective Journals Preservation Project Factsheet
RLG Prospective Journals Preservation Project FactsheetRLG Prospective Journals Preservation Project Factsheet
RLG Prospective Journals Preservation Project FactsheetOCLC Research
 
'Seeding' the Cloud Library--Precipitating Change in Library Infrastructure
'Seeding' the Cloud Library--Precipitating Change in Library Infrastructure'Seeding' the Cloud Library--Precipitating Change in Library Infrastructure
'Seeding' the Cloud Library--Precipitating Change in Library InfrastructureOCLC Research
 
Names and Identities
Names and IdentitiesNames and Identities
Names and IdentitiesOCLC Research
 
Archives' User Studies & Archival WorldCat Records
Archives' User Studies & Archival WorldCat RecordsArchives' User Studies & Archival WorldCat Records
Archives' User Studies & Archival WorldCat RecordsOCLC Research
 
The Virtual International Authority File
The Virtual International Authority FileThe Virtual International Authority File
The Virtual International Authority FileOCLC Research
 
Beyond Copyright: Risk, Benefit and Charting a Course for Action
Beyond Copyright: Risk, Benefit and Charting a Course for ActionBeyond Copyright: Risk, Benefit and Charting a Course for Action
Beyond Copyright: Risk, Benefit and Charting a Course for ActionOCLC Research
 
Work Pages in WorldCat
Work Pages in WorldCatWork Pages in WorldCat
Work Pages in WorldCatOCLC Research
 

Plus de OCLC Research (20)

ARLIS 2010 RLG Partnership Round Table
ARLIS 2010 RLG Partnership Round TableARLIS 2010 RLG Partnership Round Table
ARLIS 2010 RLG Partnership Round Table
 
Undue Diligence: Seeking Low-risk Strategies for Making Collections of Unpubl...
Undue Diligence: Seeking Low-risk Strategies for Making Collections of Unpubl...Undue Diligence: Seeking Low-risk Strategies for Making Collections of Unpubl...
Undue Diligence: Seeking Low-risk Strategies for Making Collections of Unpubl...
 
OCLC Research @ U of Calgary: New directions for metadata workflows across li...
OCLC Research @ U of Calgary: New directions for metadata workflows across li...OCLC Research @ U of Calgary: New directions for metadata workflows across li...
OCLC Research @ U of Calgary: New directions for metadata workflows across li...
 
Beyond the Silos of the LAMs - Library, Archive, Museum Collaboration
Beyond the Silos of the LAMs - Library, Archive, Museum CollaborationBeyond the Silos of the LAMs - Library, Archive, Museum Collaboration
Beyond the Silos of the LAMs - Library, Archive, Museum Collaboration
 
RLG Partnership Update Webinar Slides
RLG Partnership Update Webinar SlidesRLG Partnership Update Webinar Slides
RLG Partnership Update Webinar Slides
 
Kuopio3 Malpas
Kuopio3   MalpasKuopio3   Malpas
Kuopio3 Malpas
 
Museum Data Exchange
Museum Data ExchangeMuseum Data Exchange
Museum Data Exchange
 
Integrating Unique Materials into the Global Discovery Network
Integrating Unique Materials into the Global Discovery NetworkIntegrating Unique Materials into the Global Discovery Network
Integrating Unique Materials into the Global Discovery Network
 
Günter Waibel CILIP LAM presentation
Günter Waibel CILIP LAM presentationGünter Waibel CILIP LAM presentation
Günter Waibel CILIP LAM presentation
 
LAM collaboration @ LMLAG
LAM collaboration @ LMLAGLAM collaboration @ LMLAG
LAM collaboration @ LMLAG
 
Collections Assessment Surveys
Collections Assessment SurveysCollections Assessment Surveys
Collections Assessment Surveys
 
Shared Print Update ALA 2009
Shared Print Update ALA 2009Shared Print Update ALA 2009
Shared Print Update ALA 2009
 
RLG Prospective Journals Preservation Project Factsheet
RLG Prospective Journals Preservation Project FactsheetRLG Prospective Journals Preservation Project Factsheet
RLG Prospective Journals Preservation Project Factsheet
 
'Seeding' the Cloud Library--Precipitating Change in Library Infrastructure
'Seeding' the Cloud Library--Precipitating Change in Library Infrastructure'Seeding' the Cloud Library--Precipitating Change in Library Infrastructure
'Seeding' the Cloud Library--Precipitating Change in Library Infrastructure
 
SHARES Update
SHARES UpdateSHARES Update
SHARES Update
 
Names and Identities
Names and IdentitiesNames and Identities
Names and Identities
 
Archives' User Studies & Archival WorldCat Records
Archives' User Studies & Archival WorldCat RecordsArchives' User Studies & Archival WorldCat Records
Archives' User Studies & Archival WorldCat Records
 
The Virtual International Authority File
The Virtual International Authority FileThe Virtual International Authority File
The Virtual International Authority File
 
Beyond Copyright: Risk, Benefit and Charting a Course for Action
Beyond Copyright: Risk, Benefit and Charting a Course for ActionBeyond Copyright: Risk, Benefit and Charting a Course for Action
Beyond Copyright: Risk, Benefit and Charting a Course for Action
 
Work Pages in WorldCat
Work Pages in WorldCatWork Pages in WorldCat
Work Pages in WorldCat
 

Dernier

Integrating Telephony Systems with Salesforce: Insights and Considerations, B...
Integrating Telephony Systems with Salesforce: Insights and Considerations, B...Integrating Telephony Systems with Salesforce: Insights and Considerations, B...
Integrating Telephony Systems with Salesforce: Insights and Considerations, B...CzechDreamin
 
Powerful Start- the Key to Project Success, Barbara Laskowska
Powerful Start- the Key to Project Success, Barbara LaskowskaPowerful Start- the Key to Project Success, Barbara Laskowska
Powerful Start- the Key to Project Success, Barbara LaskowskaCzechDreamin
 
AI presentation and introduction - Retrieval Augmented Generation RAG 101
AI presentation and introduction - Retrieval Augmented Generation RAG 101AI presentation and introduction - Retrieval Augmented Generation RAG 101
AI presentation and introduction - Retrieval Augmented Generation RAG 101vincent683379
 
Easier, Faster, and More Powerful – Alles Neu macht der Mai -Wir durchleuchte...
Easier, Faster, and More Powerful – Alles Neu macht der Mai -Wir durchleuchte...Easier, Faster, and More Powerful – Alles Neu macht der Mai -Wir durchleuchte...
Easier, Faster, and More Powerful – Alles Neu macht der Mai -Wir durchleuchte...panagenda
 
How Red Hat Uses FDO in Device Lifecycle _ Costin and Vitaliy at Red Hat.pdf
How Red Hat Uses FDO in Device Lifecycle _ Costin and Vitaliy at Red Hat.pdfHow Red Hat Uses FDO in Device Lifecycle _ Costin and Vitaliy at Red Hat.pdf
How Red Hat Uses FDO in Device Lifecycle _ Costin and Vitaliy at Red Hat.pdfFIDO Alliance
 
Designing for Hardware Accessibility at Comcast
Designing for Hardware Accessibility at ComcastDesigning for Hardware Accessibility at Comcast
Designing for Hardware Accessibility at ComcastUXDXConf
 
How we scaled to 80K users by doing nothing!.pdf
How we scaled to 80K users by doing nothing!.pdfHow we scaled to 80K users by doing nothing!.pdf
How we scaled to 80K users by doing nothing!.pdfSrushith Repakula
 
A Business-Centric Approach to Design System Strategy
A Business-Centric Approach to Design System StrategyA Business-Centric Approach to Design System Strategy
A Business-Centric Approach to Design System StrategyUXDXConf
 
Future Visions: Predictions to Guide and Time Tech Innovation, Peter Udo Diehl
Future Visions: Predictions to Guide and Time Tech Innovation, Peter Udo DiehlFuture Visions: Predictions to Guide and Time Tech Innovation, Peter Udo Diehl
Future Visions: Predictions to Guide and Time Tech Innovation, Peter Udo DiehlPeter Udo Diehl
 
Enterprise Knowledge Graphs - Data Summit 2024
Enterprise Knowledge Graphs - Data Summit 2024Enterprise Knowledge Graphs - Data Summit 2024
Enterprise Knowledge Graphs - Data Summit 2024Enterprise Knowledge
 
ASRock Industrial FDO Solutions in Action for Industrial Edge AI _ Kenny at A...
ASRock Industrial FDO Solutions in Action for Industrial Edge AI _ Kenny at A...ASRock Industrial FDO Solutions in Action for Industrial Edge AI _ Kenny at A...
ASRock Industrial FDO Solutions in Action for Industrial Edge AI _ Kenny at A...FIDO Alliance
 
FDO for Camera, Sensor and Networking Device – Commercial Solutions from VinC...
FDO for Camera, Sensor and Networking Device – Commercial Solutions from VinC...FDO for Camera, Sensor and Networking Device – Commercial Solutions from VinC...
FDO for Camera, Sensor and Networking Device – Commercial Solutions from VinC...FIDO Alliance
 
WebAssembly is Key to Better LLM Performance
WebAssembly is Key to Better LLM PerformanceWebAssembly is Key to Better LLM Performance
WebAssembly is Key to Better LLM PerformanceSamy Fodil
 
Breaking Down the Flutterwave Scandal What You Need to Know.pdf
Breaking Down the Flutterwave Scandal What You Need to Know.pdfBreaking Down the Flutterwave Scandal What You Need to Know.pdf
Breaking Down the Flutterwave Scandal What You Need to Know.pdfUK Journal
 
Microsoft CSP Briefing Pre-Engagement - Questionnaire
Microsoft CSP Briefing Pre-Engagement - QuestionnaireMicrosoft CSP Briefing Pre-Engagement - Questionnaire
Microsoft CSP Briefing Pre-Engagement - QuestionnaireExakis Nelite
 
Demystifying gRPC in .Net by John Staveley
Demystifying gRPC in .Net by John StaveleyDemystifying gRPC in .Net by John Staveley
Demystifying gRPC in .Net by John StaveleyJohn Staveley
 
ECS 2024 Teams Premium - Pretty Secure
ECS 2024   Teams Premium - Pretty SecureECS 2024   Teams Premium - Pretty Secure
ECS 2024 Teams Premium - Pretty SecureFemke de Vroome
 
IESVE for Early Stage Design and Planning
IESVE for Early Stage Design and PlanningIESVE for Early Stage Design and Planning
IESVE for Early Stage Design and PlanningIES VE
 
Speed Wins: From Kafka to APIs in Minutes
Speed Wins: From Kafka to APIs in MinutesSpeed Wins: From Kafka to APIs in Minutes
Speed Wins: From Kafka to APIs in Minutesconfluent
 

Dernier (20)

Integrating Telephony Systems with Salesforce: Insights and Considerations, B...
Integrating Telephony Systems with Salesforce: Insights and Considerations, B...Integrating Telephony Systems with Salesforce: Insights and Considerations, B...
Integrating Telephony Systems with Salesforce: Insights and Considerations, B...
 
Powerful Start- the Key to Project Success, Barbara Laskowska
Powerful Start- the Key to Project Success, Barbara LaskowskaPowerful Start- the Key to Project Success, Barbara Laskowska
Powerful Start- the Key to Project Success, Barbara Laskowska
 
AI presentation and introduction - Retrieval Augmented Generation RAG 101
AI presentation and introduction - Retrieval Augmented Generation RAG 101AI presentation and introduction - Retrieval Augmented Generation RAG 101
AI presentation and introduction - Retrieval Augmented Generation RAG 101
 
Easier, Faster, and More Powerful – Alles Neu macht der Mai -Wir durchleuchte...
Easier, Faster, and More Powerful – Alles Neu macht der Mai -Wir durchleuchte...Easier, Faster, and More Powerful – Alles Neu macht der Mai -Wir durchleuchte...
Easier, Faster, and More Powerful – Alles Neu macht der Mai -Wir durchleuchte...
 
How Red Hat Uses FDO in Device Lifecycle _ Costin and Vitaliy at Red Hat.pdf
How Red Hat Uses FDO in Device Lifecycle _ Costin and Vitaliy at Red Hat.pdfHow Red Hat Uses FDO in Device Lifecycle _ Costin and Vitaliy at Red Hat.pdf
How Red Hat Uses FDO in Device Lifecycle _ Costin and Vitaliy at Red Hat.pdf
 
Designing for Hardware Accessibility at Comcast
Designing for Hardware Accessibility at ComcastDesigning for Hardware Accessibility at Comcast
Designing for Hardware Accessibility at Comcast
 
How we scaled to 80K users by doing nothing!.pdf
How we scaled to 80K users by doing nothing!.pdfHow we scaled to 80K users by doing nothing!.pdf
How we scaled to 80K users by doing nothing!.pdf
 
A Business-Centric Approach to Design System Strategy
A Business-Centric Approach to Design System StrategyA Business-Centric Approach to Design System Strategy
A Business-Centric Approach to Design System Strategy
 
Future Visions: Predictions to Guide and Time Tech Innovation, Peter Udo Diehl
Future Visions: Predictions to Guide and Time Tech Innovation, Peter Udo DiehlFuture Visions: Predictions to Guide and Time Tech Innovation, Peter Udo Diehl
Future Visions: Predictions to Guide and Time Tech Innovation, Peter Udo Diehl
 
Enterprise Knowledge Graphs - Data Summit 2024
Enterprise Knowledge Graphs - Data Summit 2024Enterprise Knowledge Graphs - Data Summit 2024
Enterprise Knowledge Graphs - Data Summit 2024
 
ASRock Industrial FDO Solutions in Action for Industrial Edge AI _ Kenny at A...
ASRock Industrial FDO Solutions in Action for Industrial Edge AI _ Kenny at A...ASRock Industrial FDO Solutions in Action for Industrial Edge AI _ Kenny at A...
ASRock Industrial FDO Solutions in Action for Industrial Edge AI _ Kenny at A...
 
FDO for Camera, Sensor and Networking Device – Commercial Solutions from VinC...
FDO for Camera, Sensor and Networking Device – Commercial Solutions from VinC...FDO for Camera, Sensor and Networking Device – Commercial Solutions from VinC...
FDO for Camera, Sensor and Networking Device – Commercial Solutions from VinC...
 
WebAssembly is Key to Better LLM Performance
WebAssembly is Key to Better LLM PerformanceWebAssembly is Key to Better LLM Performance
WebAssembly is Key to Better LLM Performance
 
Overview of Hyperledger Foundation
Overview of Hyperledger FoundationOverview of Hyperledger Foundation
Overview of Hyperledger Foundation
 
Breaking Down the Flutterwave Scandal What You Need to Know.pdf
Breaking Down the Flutterwave Scandal What You Need to Know.pdfBreaking Down the Flutterwave Scandal What You Need to Know.pdf
Breaking Down the Flutterwave Scandal What You Need to Know.pdf
 
Microsoft CSP Briefing Pre-Engagement - Questionnaire
Microsoft CSP Briefing Pre-Engagement - QuestionnaireMicrosoft CSP Briefing Pre-Engagement - Questionnaire
Microsoft CSP Briefing Pre-Engagement - Questionnaire
 
Demystifying gRPC in .Net by John Staveley
Demystifying gRPC in .Net by John StaveleyDemystifying gRPC in .Net by John Staveley
Demystifying gRPC in .Net by John Staveley
 
ECS 2024 Teams Premium - Pretty Secure
ECS 2024   Teams Premium - Pretty SecureECS 2024   Teams Premium - Pretty Secure
ECS 2024 Teams Premium - Pretty Secure
 
IESVE for Early Stage Design and Planning
IESVE for Early Stage Design and PlanningIESVE for Early Stage Design and Planning
IESVE for Early Stage Design and Planning
 
Speed Wins: From Kafka to APIs in Minutes
Speed Wins: From Kafka to APIs in MinutesSpeed Wins: From Kafka to APIs in Minutes
Speed Wins: From Kafka to APIs in Minutes
 

WorldCat Search API

  • 1. WorldCat Search API Bruce Washburn RLG Programs
  • 2.
  • 3.
  • 4.
  • 5.
  • 6. Implementers’ Overview The Search API overview describes all of its features with working examples, links to other resources, and more. Find the overview on the OCLC Developer’s Network site at http://www.worldcat.org/devnet/ .
  • 7. Test Requests and Responses The URI Evaluator offers an easy way to test API requests and evaluate their responses.
  • 8.
  • 9.
  • 10. An OpenSearch Response <?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?> <rss xmlns:content=&quot;http://purl.org/rss/1.0/modules/content/&quot; xmlns:atom=&quot;http://www.w3.org/2005/Atom&quot; xmlns:opensearch=&quot;http://a9.com/-/spec/opensearch/1.1/&quot; xmlns:srw=&quot;http://www.loc.gov/zing/srw/&quot; version=&quot;2.0&quot;> <channel> <title>OCLC Worldcat Search: civil war</title> <link>http://worldcat.org/webservices/catalog/search/worldcat/ opensearch?q=civil+war&amp;start=1&amp;count=10&amp;format=rss</link> <description>Search results for &quot;civil war&quot; at http://worldcat.org/ webservices/catalog</description> <opensearch:totalResults>253694</opensearch:totalResults> <opensearch:startIndex>1</opensearch:startIndex> <opensearch:itemsPerPage>10</opensearch:itemsPerPage> <atom:link rel=&quot;search&quot; type=&quot;application/opensearchdescription+xml&quot; href=&quot;http://worldcat.org/ webservices/catalog/opensearch.description.xml&quot;/> <opensearch:Query role=&quot;request&quot; searchTerms=&quot;civil war&quot; startPage=&quot;1&quot;/> <item> <title>The red badge of courage : an episode of the American Civil War</title> <author> <name>Crane, Stephen, 1871-1900.</name> </author> <link>http://worldcat.org/oclc/8114241</link> <guid isPermaLink=&quot;false&quot;>http://worldcat.org/oclc/8114241</guid> <content:encoded>Crane, Stephen ; newly edited from Crane's original manuscript by Henry Binder. &lt;u&gt;The red badge of courage: an episode of the American Civil War&lt;/u&gt;. New York: Norton, 1982.</content:encoded> </item> Here’s the result size: <opensearch:totalResults>253694</opensearch:totalResults> Here’s a link to the record in WorldCat.org: <link>http://worldcat.org/oclc/8114241</link> Here’s an MLA-formatted citation: <content:encoded> Crane, Stephen ; newly edited from Crane's original manuscript by Henry Binder. &lt;u&gt;The red badge of courage: an episode of the American Civil War&lt;/u&gt;. New York: Norton, 1982. </content:encoded> Here’s a title of one record in the result: <title> The red badge of courage : an episode of the American Civil War </title>
  • 11. An SRU Response <?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?> <?xml-stylesheet type=&quot;text/xsl&quot; href=&quot;/webservices/catalog/xsl/searchRetrieveResponse.xsl&quot;?> <searchRetrieveResponse xmlns=&quot;http://www.loc.gov/zing/srw/&quot; xmlns:xsi=&quot;http://www.w3.org/2001/XMLSchema-instance&quot;> <version>1.1</version> <numberOfRecords>267468</numberOfRecords> <records> <record> <recordSchema>info:srw/schema/1/marcxml-v1.1</recordSchema> <recordPacking>xml</recordPacking> <recordData> <record xmlns=&quot;http://www.loc.gov/MARC21/slim&quot; <controlfield tag=&quot;001&quot;>8114241</controlfield> <controlfield tag=&quot;008&quot;>811217s1982 nyu b 000 1 eng </controlfield> <datafield tag=&quot;020&quot; ind1=&quot; &quot; ind2=&quot; &quot;><subfield code=&quot;a&quot;>0393013456</subfield></datafield> <datafield tag=&quot;020&quot; ind1=&quot; &quot; ind2=&quot; &quot;><subfield code=&quot;a&quot;>9780393013450</subfield></datafield> <datafield tag=&quot;020&quot; ind1=&quot; &quot; ind2=&quot; &quot;><subfield code=&quot;a&quot;>0380641135 (pbk.)</subfield></datafield> <datafield tag=&quot;020&quot; ind1=&quot; &quot; ind2=&quot; &quot;><subfield code=&quot;a&quot;>9780380641130 (pbk.)</subfield></datafield> <datafield tag=&quot;100&quot; ind1=&quot;1&quot; ind2=&quot; &quot;> <subfield code=&quot;a&quot;>Crane, Stephen,</subfield> <subfield code=&quot;d&quot;>1871-1900.</subfield> </datafield> <datafield tag=&quot;245&quot; ind1=&quot;1&quot; ind2=&quot;4&quot;> <subfield code=&quot;a&quot;>The red badge of courage :</subfield> <subfield code=&quot;b&quot;>an episode of the American Civil War /</subfield> <subfield code=&quot;c&quot;>Stephen Crane ; newly edited from Crane's original manuscript by Henry Binder.</subfield> </datafield> <datafield tag=&quot;260&quot; ind1=&quot; &quot; ind2=&quot; &quot;> <subfield code=&quot;a&quot;>New York :</subfield> <subfield code=&quot;b&quot;>Norton,</subfield> <subfield code=&quot;c&quot;>c1982.</subfield> </datafield> Here’s the result size: <numberOfRecords>267468</numberOfRecords> Here are ISBNs: <datafield tag=&quot;020&quot; ind1=&quot; &quot; ind2=&quot; &quot;><subfield code=&quot;a&quot;> 0393013456 </subfield></datafield> <datafield tag=&quot;020&quot; ind1=&quot; &quot; ind2=&quot; &quot;><subfield code=&quot;a&quot;> 9780393013450 </subfield></datafield> <datafield tag=&quot;020&quot; ind1=&quot; &quot; ind2=&quot; &quot;><subfield code=&quot;a&quot;> 0380641135 (pbk.) </subfield></datafield> <datafield tag=&quot;020&quot; ind1=&quot; &quot; ind2=&quot; &quot;><subfield code=&quot;a&quot;> 9780380641130 (pbk.) </subfield></datafield>
  • 12. Library Locations <?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?> <holdings xmlns:xsi=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xsi:noNamespaceSchemaLocation=&quot;http://www.loc.gov/standards/iso20775/N121_ISOholdings_v4.xsd&quot;> <holding> <institutionIdentifier> <value>ORO</value> <typeOrSource> <pointer>http://worldcat.org/registry/institutions/</pointer> </typeOrSource> </institutionIdentifier> <physicalLocation>Orange Public Library</physicalLocation> <physicalAddress> <text>Orange, CA 92866 United States</text> </physicalAddress> <electronicAddress> <text>http://www.worldcat.org/wcpa/oclc/15550774?page=frame&amp;url= http%3A%2F%2Flibrary.cityoforange.org%2Fuhtbin%2Fcgisirsi.exe%2Fx%2F0%2F0%2F5%2F%3Fsearchdata1%3D0195038630 &amp;title=Orange+Public+Library&amp;linktype=opac&amp;detail=ORO%3AOrange+Public+Library%3APublic &amp;app=wcapi&amp;id=132.174.183.38</text> </electronicAddress> <holdingSimple> <copiesSummary> <copiesCount>1</copiesCount> </copiesSummary> </holdingSimple> </holding> Here’s the OCLC Symbol: <institutionIdentifier><value> ORO </value> Here’s the library catalog URL: <electronicAddress> <text> http://www.worldcat.org/wcpa/oclc/15550774?page=frame&amp;url=http%3A%2F%2Flibrary.cityoforange.org%2Fuhtbin%2Fcgisirsi.exe%2Fx%2F0%2F0%2F5%2F%3Fsearchdata1%3D0195038630&amp;title=Orange+Public+Library&amp;linktype=opac&amp;detail=ORO%3AOrange+Public+Library%3APublic&amp;app=wcapi&amp;id=132.174.183.38 </text></electronicAddress>
  • 13. Demo: include WorldCat.org book links in a web site sidebar AJAX is used to send an SRU search and parse the MARC XML response into an array. For each record, metadata fields are parsed to produce the brief citation, image link, and WorldCat.org link. JavaScript is used to step through the array, replacing the image, text, and links in the sidebar.
  • 14. Demo: highlight citations, summaries, and local libraries AJAX is used to send an OpenSearch request, and to parse the result for formatted citations. Record identifiers are used to get full records with bibliographic notes, and to locate nearby libraries.
  • 15. WorldCat API and Facebook The WorldCat Widget works with SRU Dublin Core results. From there, links lead to library locations in WorldCat.org. The CiteMe Widget uses OpenSearch results, with each citation automatically formatted based on the user’s preference: APA, Chicago, Harvard, MLA, or Turabian.
  • 18.
  • 19.