The description container of the Identify response may be used to deliver additional information on the repository. Service providers may look for this and improve their data processing and the services based on the metadata and their quality.

Best practice: Use this container to describe as many common information about the repository as possible in detail with added examples. This includes used classification schemas(in which format in which element), used vocabularies (type, language), policies and background information.

While the Identify response deals with the repository level, the record level can hold additional information in the about element. To allow the service providers to assign harvested material the provenance sub-element can be used.

Best practice: Use the provenance element in the about tag of the metadata to relate to the original document deliverer.

Example:

<about> 
<provenance xmlns="http://www.openarchives.org/OAI/2.0/provenance" 
   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
   xsi:schemaLocation="http://www.openarchives.org/OAI/2.0/provenance 

[http://www.openarchives.org/OAI/2.0/provenance.xsd]"> 
<originDescription harvestDate="2002-02-02T14:10:02Z" altered="true"> 
   <baseURL>[http://the.oa.org]</baseURL> 
   <identifier>oai:r2.org:klik001</identifier> 
   <datestamp>2002-01-01</datestamp> 

<metadataNamespace>[http://www.openarchives.org/OAI/2.0/oai_dc/]</metadataNamespace> 
   <originDescription harvestDate="2002-01-01T11:10:01Z" altered="false">
     <baseURL>[http://some.oa.org]</baseURL> 
     <identifier>oai:r2.org:klik001</identifier> 
     <datestamp>2001-01-01</datestamp> 

<metadataNamespace>[http://www.openarchives.org/OAI/2.0/oai_dc/]</metadataNamespace> 
   </originDescription> 
</originDescription> 
</provenance> 
</about> 
  • No labels