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:

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