Differences between revisions 1 and 2
Revision 1 as of 2008-06-26 12:26:07
Size: 1303
Editor: kfc
Comment: Created by the PackagePages action.
Revision 2 as of 2010-03-17 13:09:09
Size: 1307
Editor: localhost
Comment: converted to 1.6 markup
Deletions are marked like this. Additions are marked like this.
Line 3: Line 3:
The DOMS is a network accessible repository that can process [http://www.openarchives.org/OAI/openarchivesprotocol.html OAI-PMH] requests. The DOMS is a network accessible repository that can process [[http://www.openarchives.org/OAI/openarchivesprotocol.html|OAI-PMH]] requests.
Line 9: Line 9:
The Identify datastream used for the Identify OAI-PMH request is located in the [http://merkur/viewvc/trunk/data/doms_base_collection/domsBaseCollection.xml?root=doms&view=markup doms:DOMS_Base_Collection] digital object and currently looks like this: The Identify datastream used for the Identify OAI-PMH request is located in the [[http://merkur/viewvc/trunk/data/doms_base_collection/domsBaseCollection.xml?root=doms&view=markup|doms:DOMS_Base_Collection]] digital object and currently looks like this:

DOMS as an OAI-PMH Repository

The DOMS is a network accessible repository that can process OAI-PMH requests.

There is a single base URL for all requests. The base URL specifies the Internet host and port, and optionally a path, of an HTTP server acting as a repository. The base URL is exposed as the value of the baseURL element in the Identify response.

The DOMS base URL is currently http://alhena:7900/oaiprovider.

The Identify datastream used for the Identify OAI-PMH request is located in the doms:DOMS_Base_Collection digital object and currently looks like this:

<Identify>
    <repositoryName>DOMS</repositoryName>
    <baseURL>http://alhena:7900/oaiprovider</baseURL>
    <protocolVersion>2.0</protocolVersion>
    <adminEmail>doms@statsbiblioteket.dk</adminEmail>
    <earliestDatestamp>2008-01-31T12:00:00Z</earliestDatestamp>
    <deletedRecord>persistent</deletedRecord>
    <granularity>YYYY-MM-DDThh:mm:ssZ</granularity>
</Identify>

TODO: Write:

  • Identify datastream
  • DOMS OAI-PMH repository documentation
  • DOMS OAI-PMH data provider internal documentation

DOMS OAI-PMH repository (last edited 2010-03-17 13:09:09 by localhost)