Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • oai:repositoryName
  • oai:description
  • oai:version
  • oai:adminEmail

 

These properties have to populated manually for now (with the exception of oai:version, which is populated automatically to reflect the build version), using the following SPARQL/Update queries:

...

INSERT {<> oai:adminEmail "your.email@here.org"}

 

If one or more of the properties are missing, the OAI provider uses the built-in values:

PropertyDefault
oai:repositoryName "Fedora 4"
oai:description "An example repository description"
oai:version<version><build version>
oai:adminAddress "admin@example.com"

...