Skip to content
Snippets Groups Projects
Commit b419ce20 authored by Stefan E. Funk's avatar Stefan E. Funk
Browse files

more dh docs added.

parent fa27d909
No related branches found
No related tags found
No related merge requests found
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8" standalone="yes"?><OAI-PMH xmlns="http://www.openarchives.org/OAI/2.0/" xmlns:ns2="http://purl.org/dc/elements/1.1/" xmlns:ns3="http://www.openarchives.org/OAI/2.0/oai_dc/"><responseDate>2017-02-15T15:47:16Z</responseDate><request verb="Identify">repository.de.dariah.eu</request><Identify><repositoryName>DARIAH-DE Repository</repositoryName><baseURL>http://repository.de.dariah.eu</baseURL><protocolVersion>2.0</protocolVersion><adminEmail>funk@sub.uni-goettingen.de</adminEmail><earliestDatestamp>2011-06-11T02:32:40Z</earliestDatestamp><deletedRecord>no</deletedRecord><granularity>YYYY-MM-DDThh:mm:ssZ</granularity></Identify></OAI-PMH>
<OAI-PMH> \ No newline at end of file
<responseDate>2015-05-21T14:34:29Z</responseDate>
<request verb="Identify">www.textgridrep.de</request>
<Identify>
<repositoryName>TextGrid-Repository</repositoryName>
<baseURL>www.textgridrep.de</baseURL>
<protocolVersion>2.0</protocolVersion>
<adminEmail>textgrid-support.gwdg.de</adminEmail>
<earliestDatestamp>2011-06-11T02:32:40Z</earliestDatestamp>
<deletedRecord>no</deletedRecord>
<granularity>YYYY-MM-DDThh:mm:ssZ</granularity>
</Identify>
</OAI-PMH>
...@@ -9,7 +9,7 @@ Identify Some information about the repository that will be harveste ...@@ -9,7 +9,7 @@ Identify Some information about the repository that will be harveste
GetRecord Get the metadata of a specific item of the repository GetRecord Get the metadata of a specific item of the repository
ListRecords Get all records of the repository. The amount of records can be limited by other parameter. See the regarding section ListRecords Get all records of the repository. The amount of records can be limited by other parameter. See the regarding section
ListIdentifiers Same as the listRecords request but only the header of thes listRecords request is given ListIdentifiers Same as the listRecords request but only the header of thes listRecords request is given
ListMetadataFormats Shows the metadatformats supported by the repository or all metadataformats provided for a specific item ListMetadataFormats Shows the metadataformats supported by the repository or all metadataformats provided for a specific item
ListSets Shows the structure of the repository ListSets Shows the structure of the repository
==================== ==================================================================== ==================== ====================================================================
...@@ -19,7 +19,7 @@ Identify Request ...@@ -19,7 +19,7 @@ Identify Request
==================== ====== =============================== ===================== ==================== ====== =============================== =====================
Parameter Type Description Required Parameter Type Description Required
==================== ====== =============================== ===================== ==================== ====== =============================== =====================
verb=Identify String Verb for the identify request yes verb=Identify String Verb for the identify request yes
==================== ====== =============================== ===================== ==================== ====== =============================== =====================
**Response** **Response**
...@@ -28,7 +28,7 @@ verb=Identify String Verb for the identify request yes ...@@ -28,7 +28,7 @@ verb=Identify String Verb for the identify request yes
**Example Request**:: **Example Request**::
http://textgridlab.org/1.0/tgoaipmh/oai?verb=Identify https://repository.de.dariah.eu/oaipmh/oai?verb=Identify
**Example Response** **Example Response**
...@@ -58,7 +58,7 @@ metadataPrefix String Prefix to get the items in a specific metadata format ...@@ -58,7 +58,7 @@ metadataPrefix String Prefix to get the items in a specific metadata format
**Example Request**:: **Example Request**::
http://textgridlab.org/1.0/tgoaipmh/oai?verb=GetRecord&identifier=textgrid:vqmw.0&metadataPrefix=oai_dc https://repository.de.dariah.eu/oaipmh/oai?verb=GetRecord&identifier=11022/0000-0001-B739-1&metadataPrefix=oai_dc
**Example Response** **Example Response**
......
...@@ -6,13 +6,7 @@ ...@@ -6,13 +6,7 @@
DH-oaipmh DH-oaipmh
========= =========
OAI-PMH is the service to harvest all metadata from the editions stored in the DARIAH-DE Repository. OAI-PMH is the service to harvest all metadata from the collections stored in the DARIAH-DE Repository.
Dependencies
------------
* ElasticSearch
API Documentation API Documentation
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment