SlideShare ist ein Scribd-Unternehmen logo
1 von 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/

Weitere ähnliche Inhalte

Was ist angesagt?

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
 

Was ist angesagt? (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
 

Andere mochten auch

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
 

Andere mochten auch (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
 

Ähnlich wie WorldCat Search API Guide Functions Examples

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
 

Ähnlich wie WorldCat Search API Guide Functions Examples (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
 

Mehr von 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
 

Mehr von 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
 

Kürzlich hochgeladen

SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024Scott Keck-Warren
 
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024BookNet Canada
 
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
 
Histor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slideHistor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slidevu2urc
 
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
 
Swan(sea) Song – personal research during my six years at Swansea ... and bey...
Swan(sea) Song – personal research during my six years at Swansea ... and bey...Swan(sea) Song – personal research during my six years at Swansea ... and bey...
Swan(sea) Song – personal research during my six years at Swansea ... and bey...Alan Dix
 
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Miguel Araújo
 
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 3652toLead Limited
 
08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking MenDelhi Call girls
 
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfThe Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfEnterprise Knowledge
 
Understanding the Laravel MVC Architecture
Understanding the Laravel MVC ArchitectureUnderstanding the Laravel MVC Architecture
Understanding the Laravel MVC ArchitecturePixlogix Infotech
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonAnna Loughnan Colquhoun
 
Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...
Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...
Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...HostedbyConfluent
 
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...gurkirankumar98700
 
Enhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for PartnersEnhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for PartnersThousandEyes
 
[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdfhans926745
 
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...Neo4j
 
My Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationMy Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationRidwan Fadjar
 
Presentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreterPresentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreternaman860154
 
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure serviceWhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure servicePooja Nehwal
 

Kürzlich hochgeladen (20)

SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024
 
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 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
 
Histor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slideHistor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slide
 
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
 
Swan(sea) Song – personal research during my six years at Swansea ... and bey...
Swan(sea) Song – personal research during my six years at Swansea ... and bey...Swan(sea) Song – personal research during my six years at Swansea ... and bey...
Swan(sea) Song – personal research during my six years at Swansea ... and bey...
 
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
 
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
 
08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men
 
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfThe Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
 
Understanding the Laravel MVC Architecture
Understanding the Laravel MVC ArchitectureUnderstanding the Laravel MVC Architecture
Understanding the Laravel MVC Architecture
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt Robison
 
Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...
Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...
Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...
 
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...
 
Enhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for PartnersEnhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for Partners
 
[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf
 
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
 
My Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationMy Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 Presentation
 
Presentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreterPresentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreter
 
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure serviceWhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
 

WorldCat Search API Guide Functions Examples

  • 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.