Closed uvoges closed 1 month ago
@uvoges What you describe is also described in B.6.11 Temporal reference and metadata date –Additional extent information for the dataset (vertical and temporal) and Metadata date stamp and handled here in the XSLT.
What is your suggestion here?
There are three dates from the ISO metadata (metadata related to the data/Ressouce) that are mapped to DCAT-AP when present, the creation date, the publication date and the date of the last modification. I guess the corresponding XPath in ISO19115/19139 is:
gmd:identificationInfo/(srv:SV_ServiceIdentification|gmd:MD_DataIdentification)/gmd:citation/gmd:CI_Citation/gmd:date
. The dates are mapped according to theirCI_DateTypeCode
. Different codeListValues are mapped to different elements in DCAT-AP. Example: DCAT-AP:dct:issued
- This is the Date of publicationmapping from ISO19115-Xpath:
dct:created
dct:issued
dct:modified