Open dorevabelfiore-temple opened 8 years ago
Maybe I'm misreading it, but I don't see a crosswalk for dcterms:accessRights in the xslt. Does there need to be in order for the pdcp_noharvest to work?
Well, we have https://github.com/tulibraries/dplah/blob/develop/lib/tasks/oaiqdc_to_foxml.xsl#L391-L394 which maps dcterms:accessRights to 'Access Rights' in the fedora record, but not in the outbound OAI.
But that shouldn't matter as the do not harvest check is performed on the metadata before we run the mapping.
thanks for clarifying!
Linda Ballinger of Penn State reports that a record that is flagged with pdcp_noharvest is not being ignored for harvest in Production. The data is entered into a field Access Rights which maps in QDC to dcterms:accessRights. That QDC field should also be searched for the flag. Perhaps there is a mismatch of code from test to production remaining from last year?
Example (Production): http://libcollab.temple.edu/aggregator/catalog/dplapa:PSU_benson_210
Original record: https://collection1.libraries.psu.edu/cdm/ref/collection/benson/id/210
OAI Feed:
The same data flag is working successfully in the test aggregator.
Please advise. Thanks!