Warning |
---|
Support for the oai-provider module has fallen out of support since the release of Fedora 4.4.0. |
Excerpt |
---|
This guide will help you setup the OAI-PMH provider for Fedora 4 on Tomcat 7. For further details, please refer to the project's documentation on GitHub. |
...
The OAI Provider relies on four properties being present in the main repository for the IDENTIFY verb. The properties and the corresponding default values are:
Property | Default |
---|---|
oai:repositoryName | "Fedora 4" |
oai:description | "An example repository description" |
oai:version | <build version> |
oai:adminAddress | "admin@example.com" |
These properties have to populated manually for now (with the exception of oai:version, which is populated automatically to reflect the build version), using SPARQL/Update queries of the pattern:
...