-
Type:
Bug
-
Status: Closed (View Workflow)
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 1.6.0
-
Component/s: OAI-PMH
-
Labels:None
-
Environment:All
-
Attachments:
-
Comments:1
crosswalks/mods.properties features a misspelling for "use and reproduction" for the dc.rights element.
File: config/crosswalks/mods.properties:
dc.rights = <mods:accessCondition type="useAndReproducation">%s</mods:accessCondition> | text()
File: config/dc2mods.cfg:
rights = <mods:accessCondition type="useAndReproducation">%s</mods:accessCondition>
"useAndReproducation" should most likely be "useAndReproduction".
The MODS spec (at http://www.loc.gov/standards/mods/mods-outline.html#accessCondition) specifies "Use and Reproduction."