Versions Compared

Key

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

...

Common errors are either the OAI-PMH provider generating 4xx HTTP error codes or producing the default values (see below). The 4xx HTTP Error codes are a manifestation that the namespace having not been defined (Step 4b 5 above), so make sure the OAI compact node definition has been added correctly to the fedora-node-types.cnd file or however you have found to add the definition is correct.The . If default values appearing appear instead of the properties you have defined would mean , this means the properties are not available or defined incorrectly.

...

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 should use uses the built-in values:

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

...