Project

General

Profile

« Previous | Next » 

Revision e5219c70

Added by Andreas Kohlbecker almost 13 years ago

documentation on oai-pmh

View differences:

.gitattributes
1846 1846
src/site/apt/download.apt -text
1847 1847
src/site/apt/getting-started.apt -text
1848 1848
src/site/apt/index.apt -text
1849
src/site/apt/oai-pmh.apt -text
1849 1850
src/site/apt/overview.apt -text
1850 1851
src/site/apt/reference.apt -text
1851 1852
src/site/apt/rest-api.apt -text
1852 1853
src/site/fml/faq.fml -text
1853 1854
src/site/fml/troubleshooting.fml -text
1855
src/site/resources/images/cdm-server-oai-pmh.png -text
1854 1856
src/site/resources/images/cdmlib-arch4.png -text
1855 1857
src/site/resources/images/cdmlib_overview.png -text
1856 1858
src/site/site.xml -text
src/site/apt/oai-pmh.apt
1
OAI-PMH
2

  
3
* General
4

  
5
  In order to allow central aggregators harvesting the CDM Community Stores the {{{http://www.openarchives.org/OAI/openarchivesprotocol.html}OAI-PMH protocol}} with selective date based harvesting has been implemented in to the CDM Community Stores. {{{http://www.biodiversitylibrary.org/}BHL}}, {{{http://www.gbif.net}GBIF}}, {{{http://www.eol.org/}EOL}} or any other data aggregator therefore are able to easily pool CDM data selectively and keep their copy up to date by accessing incremental changes only.
6

  
7
  The CDM Community Store an an OAI-PMH disseminates different types {{{http://www.openarchives.org/OAI/openarchivesprotocol.html#Item }items}} like taxa, references, and so on. Therefore the CDM OAI-PMH interface is split in to sub repositories which exist at different base URL. For each type another URL. The implementation of the OAI-PMH is equipped with a XSLT which renders a humane user interface when accessed with a browser. 
8

  
9
  Currently the following sub repositories exist (All URL are relative to the specific root of the CDM Community Server):
10

  
11
** Reference sub repository
12

  
13
  base URL: <<<reference/oai>>>
14

  
15
  Metadata Formats:
16
  
17
  * <<oai_dc>> = {{http://www.openarchives.org/OAI/2.0/oai_dc.xsd}}
18
  
19
  * <<dwc>> = {{http://rs.tdwg.org/dwc/xsd/simpledarwincore/}} Requesting for an item in the '''dwc (Simple Darwin Core)''' metadata format will not return metadata on the reference item itself, but on all taxa (acceptend taxa and synonyms) covered by the specific reference and by all subordinary references.
20

  
21
  Sets:
22
    * Any kind of reference 
23
 
24

  
25
** Taxon sub repository
26

  
27
  base URL: <<<taxon/oai>>>
28

  
29
  Metadata Formats:
30
  
31
   * <<oai_dc>> = {{http://www.openarchives.org/OAI/2.0/oai_dc.xsd}}
32
   
33
   * <<rdf>> = {{http://rs.tdwg.org/ontology/voc/TaxonConcept}}
34

  
35
  Sets:
36
  
37
   * Synonyms
38
   
39
   * Accepted Taxon Concepts
40

  
41

  
42

  
43
* OAI-PMH Registry
44

  
45
  Those CDM DataStores willing to expose their data via the OAI-PMH interface can register at an {{{http://wp5.e-taxonomy.eu/registry/oai/providers.php }OAI-PMH provider registry}}. The registry process can be triggered from the administrative overview page of the CDM Servers, which is usually available at http://my.server.name:8080/ .
46

  
47
  
48
[images/cdm-server-oai-pmh.png] CDM Server Screenshot
49

  
50

  
51
  This overview page shows a table listing all CDM Community Stores which are exposed by this specific CDM Community Server. CDM Community Stores which are not yet registered offer a <Request for registration> link. Clicking this link allows sending an email to the EDIT OAI-PMH provider registration service. Once a server has been registered this link is being replaced by a text indicating the registration state and the CDM Community Store is listed by the {{{http://wp5.e-taxonomy.eu/registry/oai/providers.php OAI-PMH }provider registry}} with according metadata. This list is returned in XML if not specified differently, whereas the data structure is defined by the {{{http://wp5.e-taxonomy.eu/registry/oai/1.0/providers.xsd}}} XML schema. The OAI-PMH provider registry is a simple RESTful web service, all parameters are provided as URL parameters added to the base URL:
52

  
53
   * <<find=<baseURL> >> : Search for an entry in the list of providers which matches the specified <baseURL>. Example: {{http://wp5.e-taxonomy.eu/registry/oai/providers.php?find=http%3a%2f%2fsome.cdmserver.com%3a8080%2fcdmStoreName providers.php?find=http://some.cdmserver.com:8080/cdmStoreName}}
54
   
55
   * <<format=<fomat name> >> : Send the response data in a specific format. Valid format names are: <<json>> (application/json), <<xml>> (application/xml). Xml is being used as default format. Example: {{http://wp5.e-taxonomy.eu/registry/oai/providers.php?format=json providers.php?format=json}}
56
   
57
   * <<callback=<jsonp callback> >> : This parameter allows specifying a JSONP callback, for an explanation of this feature please refer to {{http://www.ibm.com/developerworks/library/wa-aj-jsonp1/}}
src/site/site.xml
18 18
			<item name="UML" href="http://wp5.e-taxonomy.eu/cdm-uml"/>
19 19
			<item name="API" href="apidocs/index.html"/>
20 20
			<item name="REST API" href="rest-api.html"/>
21
			<item name="OAI-PMH" href="oai-pmh.html"/>
21 22
			<item name="Troubleshooting" href="troubleshooting.html"/>
22 23
			<item name="Wiki" href="http://dev.e-taxonomy.eu/trac/wiki/CdmLibraryDev"/>
23 24
		</menu>

Also available in: Unified diff