Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
DARIAH-DE OAI-PMH Services
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
DARIAH-DE
DARIAH-DE OAI-PMH Services
Commits
b419ce20
Commit
b419ce20
authored
8 years ago
by
Stefan E. Funk
Browse files
Options
Downloads
Patches
Plain Diff
more dh docs added.
parent
fa27d909
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
docs_dhrep/api/IdentifyResponse.xml
+1
-14
1 addition, 14 deletions
docs_dhrep/api/IdentifyResponse.xml
docs_dhrep/api/oai.rst
+4
-4
4 additions, 4 deletions
docs_dhrep/api/oai.rst
docs_dhrep/index.rst
+1
-7
1 addition, 7 deletions
docs_dhrep/index.rst
with
6 additions
and
25 deletions
docs_dhrep/api/IdentifyResponse.xml
+
1
−
14
View file @
b419ce20
<?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>
This diff is collapsed.
Click to expand it.
docs_dhrep/api/oai.rst
+
4
−
4
View file @
b419ce20
...
@@ -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 metadat
a
formats 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/tg
oaipmh/oai?verb=Identify
http
s
://
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/tg
oaipmh/oai?verb=GetRecord&identifier=
textgrid:vqmw.0
&metadataPrefix=oai_dc
http
s
://
repository.de.dariah.eu/
oaipmh/oai?verb=GetRecord&identifier=
11022/0000-0001-B739-1
&metadataPrefix=oai_dc
**Example Response**
**Example Response**
...
...
This diff is collapsed.
Click to expand it.
docs_dhrep/index.rst
+
1
−
7
View file @
b419ce20
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment