metadata101 / iso19139.rndt

1 stars 7 forks source link

URI of INSPIRE themes thesaurus #29

Closed etj closed 2 years ago

etj commented 2 years ago

The official URI of the "GEMET - INSPIRE themes, version 1.0" thesaurus, as downloaded from the INSPIRE registry, is "http://inspire.ec.europa.eu/theme" while RNDT requires it to be set to "http://www.eionet.europa.eu/gemet/inspire_themes".

At the moment there's a batch process that converts the URI in the metadata: image but the newly edited/added metadata will still refer the INPIRE official URI.

etj commented 2 years ago

As per the resolution for #25 we may want to:

etj commented 2 years ago

Try 1

Modify the thesaurus file httpinspireeceuropaeutheme-theme.rdf so that the ConceptScheme URI is "http://www.eionet.europa.eu/gemet/inspire_themes":

<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
  <skos:ConceptScheme xmlns:skos="http://www.w3.org/2004/02/skos/core#" rdf:about="http://www.eionet.europa.eu/gemet/inspire_themes">
    <dc:title xmlns:dc="http://purl.org/dc/elements/1.1/">GEMET - INSPIRE themes, 

This will create the proper xlink in the Anchor element.

Drawbacks

SaraRatto commented 2 years ago

Hi, we have verified with RNDT and it's possibile to use both the URL and there will be non problems for the validation. Possibly they will also add a note in RNDT technical rules.

etj commented 2 years ago

Solved in this way: