SlideShare una empresa de Scribd logo
1 de 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/

Más contenido relacionado

La actualidad más candente

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
 

La actualidad más candente (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
 

Destacado

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
 

Destacado (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
 

Similar a 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
 

Similar a 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
 

Más 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
 

Más 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
 

Último

TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc
 
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking MenDelhi Call girls
 
A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024Results
 
The Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxThe Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxMalak Abu Hammad
 
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptxHampshireHUG
 
Automating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps ScriptAutomating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps Scriptwesley chun
 
2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...Martijn de Jong
 
Boost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfBoost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfsudhanshuwaghmare1
 
Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationRadu Cotescu
 
Handwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsHandwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsMaria Levchenko
 
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...apidays
 
How to convert PDF to text with Nanonets
How to convert PDF to text with NanonetsHow to convert PDF to text with Nanonets
How to convert PDF to text with Nanonetsnaman860154
 
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...Neo4j
 
Exploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone ProcessorsExploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone Processorsdebabhi2
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024Rafal Los
 
🐬 The future of MySQL is Postgres 🐘
🐬  The future of MySQL is Postgres   🐘🐬  The future of MySQL is Postgres   🐘
🐬 The future of MySQL is Postgres 🐘RTylerCroy
 
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024The Digital Insurer
 
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking MenDelhi Call girls
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerThousandEyes
 
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationSafe Software
 

Último (20)

TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
 
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
 
A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024
 
The Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxThe Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptx
 
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
 
Automating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps ScriptAutomating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps Script
 
2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...
 
Boost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfBoost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdf
 
Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organization
 
Handwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsHandwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed texts
 
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
 
How to convert PDF to text with Nanonets
How to convert PDF to text with NanonetsHow to convert PDF to text with Nanonets
How to convert PDF to text with Nanonets
 
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
 
Exploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone ProcessorsExploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone Processors
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024
 
🐬 The future of MySQL is Postgres 🐘
🐬  The future of MySQL is Postgres   🐘🐬  The future of MySQL is Postgres   🐘
🐬 The future of MySQL is Postgres 🐘
 
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
 
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected Worker
 
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
 

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.