crkn-rcdr / cihm-metadatabus

Documentation and Docker build environment for key portions of the metadata bus.
BSD 2-Clause "Simplified" License
0 stars 1 forks source link

Script to generate DC CSV files from IssueInfo (Preservation metadata) #62

Closed RussellMcOrmond closed 1 year ago

RussellMcOrmond commented 2 years ago

Scan directories from https://github.com/crkn-rcdr/cihm-metadatabus/issues/58 and generate CSV files.

RussellMcOrmond commented 1 year ago

Mapping between IssueInfo and simpledc (which is the 15 DC elements from the http://purl.org/dc/elements/1.1/ namespace )

Issueinfo -> simpledc

"label" column

The "label" column in the Canadiana/CRKN CSV encoding is not part of the descriptive metadata XML, but used to allow labels used by CAP to be different than the title. See https://github.com/crkn-rcdr/cap/issues/138 for details.

Now that we have split Preservation and Access, the "label" column should never be used in Preservation. The METS label will be extracted from the first dc:title , and is no longer relevant for the Access platform which should be using separate description.

RussellMcOrmond commented 1 year ago

Script and resulting .csv files are available for review.