|
Implement mapper for converting MARC json records (as received from mod-inventory/mod-marc-storage) to Dublin Core.
Mappings are well known and can be found at:
https://www.loc.gov/marc/marc2dc.html
This mapper utility will be called from one or more of the mod-oai-pmh request handlers (e.g. GetRecords...)
Example data can be found at: https://github.com/folio-org/mod-inventory-storage/tree/master/sample-data/instance-source-records
An overview of the marc4j java library also exists: https://folio-org.atlassian.net/wiki/pages/viewpage.action?spaceKey=FOLIJET&title=marc4j+overview
|