1 / 9

Discussion Class 11

Discussion Class 11. The Search/Retrieve Webservice (SRW). Discussion Classes. Format: Question Ask a member of the class to answer. Provide opportunity for others to comment. When answering: Stand up. Give your name. Make sure that the TA hears it.

red
Download Presentation

Discussion Class 11

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Discussion Class 11 The Search/Retrieve Webservice (SRW)

  2. Discussion Classes Format: Question Ask a member of the class to answer. Provide opportunity for others to comment. When answering: Stand up. Give your name. Make sure that the TA hears it. Speak clearly so that all the class can hear. Suggestions: Do not be shy at presenting partial answers. Differing viewpoints are welcome.

  3. Question 1: The SRW Family Explain the purpose of the following: (a) Search/Retrieve Webservice (SRW) SearchRetrieve by URL (SRU) Z 39.50 Common Query Language (CQL)

  4. Question 2: Z 39.50 Information Retrieval (Z39.50), Application Service Definition and Protocol Specification, ANSI/NISO Z39.50-1995 is a protocol which specifies data structures and interchange rules that allow a client machine to search databases on a server machine and retrieve records that are identified as a result of such a search. How do the following fit into this framework? TCP/IP Anglo American Cataloguing Rules (c) BIB-1 attribute set

  5. Question 3: Z39.50 In Z 39.50, what are the role of the following? SEARCH request PRESENT service EXPLAIN service

  6. Question 4: Common Command Language What is the purpose of the Common Command Language? Explain the concept of an index set? What is the intention of an index set mapping?

  7. Question 5: SRW Discuss the following: SRW, the Search/Retrieve Webservice, is an XML oriented protocol designed to be a low barrier to entry solution to performing searches and other information retrieval operations across the internet. It uses existing, well tested and easily available technologies such as SOAP and XPath in order to perform what has been done in the past using proprietary solutions.

  8. Question 6: SRW What is the function of each line in the following? <searchRetrieveRequest> <version>1.1</version> <query>dc.title all "Squirrel Hungry"</query> <maximumRecords>1</maximumRecords> <startRecord>1</startrecord> <recordSchema>dc</recordSchema> </searchRetrieveRequest>

  9. Question 7: SRW What is the function of each line in the following? <searchRetrieveResponse> <version>1.1</version> <numberOfRecords>10</numberOfRecords> <records> <record> <recordSchema>info:srw/schema/1/dc-v1.1</recordSchema> <recordData> <dc:record> <dc:title>Squirrel is Hungry</dc:title> </dc:record> </recordData> </record> </records> </searchRetrieveResponse>

More Related