OAI-PMH: Unterschied zwischen den Versionen

Aus Geoinformation HSR
Wechseln zu: Navigation, Suche
K (Description)
K (Description)
Zeile 2: Zeile 2:
  
 
== Description ==
 
== Description ==
* A low barrier interoperability specification  
+
* Leightweight:
* Based around metadata harvesting model
+
** A low barrier interoperability specification  
* Metadata about resources
+
** RESTful: HTTP based, GET / POST requests, XML responses
* HTTP based  
+
* Clear concepts:
* GET / POST requests
+
** Based around metadata harvesting model
* XML responses
+
** Metadata about resources, mandates unqualified Dublin Core as default
* Uses unqualified Dublin Core
+
** Not a search protocol! That could be for example enhanced or merged versions of [http://opensearch.a9.com/ OpenSearch/GeoRSS] and [http://www.loc.gov/standards/sru/ SRU/SRW] besides WFS.
* Stable (OAI has committed to making subsequent revisions of the protocol backwards compatible)
+
* Extendable: Has extension mechanism for more domain specific metadata models
* Not a search protocol - that could be for example enhanced or merged versions of [http://opensearch.a9.com/ OpenSearch/GeoRSS] and [http://www.loc.gov/standards/sru/ SRU/SRW] besides WFS.
+
* Stable: OAI has committed to making subsequent revisions of the protocol backwards compatible.
* Implemented - among others - by Google, CiteSeer and MSN as well as by dozens of open source tools, like OAICat (Java) or mod_oai (C, installed at 500 sites); see more tools in the Weblinks section below.
+
* Established: Implemented - among others - by Google, CiteSeer and MSN as well as by dozens of open source tools, like OAICat (Java) or mod_oai (C, installed at 500 sites); see more tools in the Weblinks section below.
  
 
There are following alternatives (Remarks: all considered either inappropriate or not established or at least 'painfull' compared to OAI-PMH):
 
There are following alternatives (Remarks: all considered either inappropriate or not established or at least 'painfull' compared to OAI-PMH):

Version vom 9. August 2006, 17:06 Uhr

'Open Archives Initiative Protocol for Metadata Harvesting'

Description

  • Leightweight:
    • A low barrier interoperability specification
    • RESTful: HTTP based, GET / POST requests, XML responses
  • Clear concepts:
    • Based around metadata harvesting model
    • Metadata about resources, mandates unqualified Dublin Core as default
    • Not a search protocol! That could be for example enhanced or merged versions of OpenSearch/GeoRSS and SRU/SRW besides WFS.
  • Extendable: Has extension mechanism for more domain specific metadata models
  • Stable: OAI has committed to making subsequent revisions of the protocol backwards compatible.
  • Established: Implemented - among others - by Google, CiteSeer and MSN as well as by dozens of open source tools, like OAICat (Java) or mod_oai (C, installed at 500 sites); see more tools in the Weblinks section below.

There are following alternatives (Remarks: all considered either inappropriate or not established or at least 'painfull' compared to OAI-PMH):

  • Z39.50 and SRW - the more leightweight and 'modern' successor of Z39.50
  • UDDI - the SOAP thing
  • WFS - the OGC thing

Architecture

OAI-PMH Architecture.png

Specifications

For Tools and Demos see Weblinks section below.

Weblinks