You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In order to transform ISO19115-2 documents into DCATUS using mdtranslator, datagov wants to add processing for identifier
Acceptance Criteria
GIVEN the DCATUS identifier field
AND how the DCATUS writer expects to find the data within the internal metadata object
WHEN the associated ISO19115-2 reader ruby modules are created
THEN identifier should be transformed from ISO19115-2 to DCATUS
We process 291017 ISO19115-2 datasets. We want all our datasets to be in DCATUS.
This reader is not intended to be feature complete according to the ISO19115-2 standard. All we're looking to read is as much as the DCATUS writer expects.
"identifier" in citation is a MD_Identifier_PropertyType and is declared in referencesystem. copy link to highlight doesn't appear to work for this kind of document.
for this ticket you'll need to create an identification module ( here's the equivalent module for the writer ). the dcatus writer looks for a namespace value associated with the identifier but only a RS_Identifier_Type has a codespace/namespace property so you don't have to process it
User Story
In order to transform ISO19115-2 documents into DCATUS using mdtranslator, datagov wants to add processing for
identifier
Acceptance Criteria
identifier
fieldAND how the DCATUS writer expects to find the data within the internal metadata object
WHEN the associated ISO19115-2 reader ruby modules are created
THEN
identifier
should be transformed from ISO19115-2 to DCATUSBackground
Security Considerations (required)
None
Sketch
The text was updated successfully, but these errors were encountered: