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 of metadataStandardName #128

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

Mapping of metadataStandardName #128

uvoges opened this issue May 29, 2024 · 1 comment

Comments

@uvoges
Copy link

uvoges commented May 29, 2024

The metadata standard as defined in ISO 19115 XPath:
gmd:MD_Metadata/gmd:metadataStandardName/gco:CharacterString
gmd:MD_Metadata/gmd:metadataStandardVersion/gco:CharacterString

has to be mapped to GeoDCAT-AP, e.g. in a dct:confomsTo
A vocabulary is needed to which metadata standard of metadata can be conform to…

Currently mapped to something like:
foaf:isPrimaryTopicOf/rdf:Description/dct:source/dct:conformsTo Metadata Standard

<dct:source rdf:parseType="Resource">
    <cnt:characterEncoding rdf:datatype="http://www.w3.org/2001/XMLSchema#string">UTF-8</cnt:characterEncoding>
    <dct:conformsTo rdf:parseType="Resource">
        <dct:title xml:lang="de">INSPIRE Metadata Implementing Rules: Technical Guidelines based on EN ISO 19115 and EN ISO 19119</dct:title>
        <owl:versionInfo xml:lang="de">V. 1.2</owl:versionInfo>
    </dct:conformsTo>
@jakubklimek
Copy link
Contributor

@uvoges since this is mapped in dct:conformsTo already, do you suggest to create a new controlled vocabulary for the various standards used in INSPIRE?
As far as I understand, any standard can be currently named like this in the INSPIRE metadata and there is no such controlled vocabulary / list of usable standards.

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