Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mapping ISO dates to GeoDCAT-AP #125

Open
uvoges opened this issue May 28, 2024 · 1 comment
Open

Mapping ISO dates to GeoDCAT-AP #125

uvoges opened this issue May 28, 2024 · 1 comment

Comments

@uvoges
Copy link

uvoges commented May 28, 2024

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 their CI_DateTypeCode. Different codeListValues are mapped to different elements in DCAT-AP.
Example: DCAT-AP: dct:issued - This is the Date of publication

 <dct:issued rdf:datatype="http://www.w3.org/2001/XMLSchema#date">2010-10-05</dct:issued>	

mapping from ISO19115-Xpath:

/MD_Metadata/identificationInfo/MD_DataIdentification/citation/CI_Citation/date/CI_Date/date/gco:Date[/MD_Metadata/identificationInfo/MD_DataIdentification/citation/CI_Citation/date/CI_Date/dateType/CI_DateTypeCode==‘publication‘]

The list below shows the different mappings to DCAT-AP:

codelListValue DCAT-AP
creation dct:created
publication dct:issued
revision dct:modified
@jakubklimek
Copy link
Contributor

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants