Difference between revisions of "ESciDoc OAI PMH Provider And DC Transformation"

From MPDLMediaWiki
Jump to navigation Jump to search
Line 7: Line 7:
*OAI-DC transformation can not include the PID of the resource/resource version in dc:identifier as it only works for metadata record
*OAI-DC transformation can not include the PID of the resource/resource version in dc:identifier as it only works for metadata record
*in general related not only to the OAI-DC transformation, but as well to the metadata offered with the record (in any metadata profile)
*in general related not only to the OAI-DC transformation, but as well to the metadata offered with the record (in any metadata profile)
*check about element in OAI-DC record, maybe that would be the right place, see ex. below
*according OAI-PMH specification:
</br>
''Note that the identifier described here is not that of a resource. The nature of a resource identifier is outside the scope of the OAI-PMH. To facilitate access to the resource associated with harvested metadata, repositories should use an element in metadata records to establish a linkage between the record (and the identifier of its item) and the identifier (URL, URN, DOI, etc.) of the associated resource. The mandatory Dublin Core format provides the identifier element that should be used for this purpose.''


 
*These would mean that the OAI-PMH recommends to have URI/URL or other PID of the resource as part of the metadata
<provenance xmlns="http://www.openarchives.org/OAI/2.0/provenance"
*that is against escidoc concept as escidoc resources may have various metadata records
      xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
*the PID of the resource (being URI or URL or Handle or any  string) is stored within the resource properties
      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:klik001</identifier>
      <datestamp>2002-01-01</datestamp>
      <metadataNamespace>http://www.openarchives.org/OAI/2.0/oai_dc/</metadataNamespace>
    </originDescription>
  </provenance>

Revision as of 16:05, 2 March 2010

Implementation[edit]

Issues[edit]

  • OAI-DC transformation can not include the PID of the resource/resource version in dc:identifier as it only works for metadata record
  • in general related not only to the OAI-DC transformation, but as well to the metadata offered with the record (in any metadata profile)
  • according OAI-PMH specification:


Note that the identifier described here is not that of a resource. The nature of a resource identifier is outside the scope of the OAI-PMH. To facilitate access to the resource associated with harvested metadata, repositories should use an element in metadata records to establish a linkage between the record (and the identifier of its item) and the identifier (URL, URN, DOI, etc.) of the associated resource. The mandatory Dublin Core format provides the identifier element that should be used for this purpose.

  • These would mean that the OAI-PMH recommends to have URI/URL or other PID of the resource as part of the metadata
  • that is against escidoc concept as escidoc resources may have various metadata records
  • the PID of the resource (being URI or URL or Handle or any string) is stored within the resource properties