sul-dlss / dor-services-app

A Rails application exposing Digital Object Registry functions as a RESTful HTTP API
https://sul-dlss.github.io/dor-services-app/
Other
3 stars 2 forks source link

Public Cocina is not getting copyright or use and reproduction statement in the descriptive metadata #4889

Open jcoyne opened 4 months ago

jcoyne commented 4 months ago

The Public Mods does have:

<accessCondition type="useAndReproduction">
The materials are open for research use and may be used freely for non-commercial purposes with an attribution. For commercial permission requests, please contact the Stanford University Archives (universityarchives@stanford.edu).
</accessCondition>
<accessCondition type="copyright">
Copyright (c) The Board of Trustees of the Leland Stanford Junior University. All rights reserved.
</accessCondition>

For cocina these values are in access.copyright and access.useAndReproductionStatement

These are added here: https://github.com/sul-dlss/dor-services-app/blob/6b3bd5322a1e2062a6cf3eb5e52e93d9af19b5e7/app/services/publish/public_desc_metadata_service.rb#L35

jcoyne commented 4 months ago

It's unclear to me whether we have a need to copy these values from the Cocina access to the Cocina descriptive though. It does seem like the duplication would be unnecessary and introduces questions about which field is canonical.