Closed etj closed 2 years ago
As per the resolution for #25 we may want to:
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.
config-summary.xml
and replace
<item facet="inspireThemeURI" sortBy="value" sortOrder="asc" max="35"
translator="term:http://inspire.ec.europa.eu/theme"/>
with
<item facet="inspireThemeURI" sortBy="value" sortOrder="asc" max="35"
translator="term:http://www.eionet.europa.eu/gemet/inspire_themes"/>
"inspireThemesURI": [
{
"@count": "1",
"@name": "http://inspire.ec.europa.eu/theme/ac",
"@label": "http://inspire.ec.europa.eu/theme/ac"
},
{
"@count": "1",
"@name": "http://inspire.ec.europa.eu/theme/lc",
"@label": "http://inspire.ec.europa.eu/theme/lc"
},
instead of
"inspireThemesURI": [
{
"@count": "1",
"@name": "http://inspire.ec.europa.eu/theme/ac",
"@label": "Condizioni atmosferiche"
},
{
"@count": "1",
"@name": "http://inspire.ec.europa.eu/theme/lc",
"@label": "Copertura del suolo"
},
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.
Solved in this way:
config-summary.xml
configured so to properly localize the facetsrndt-fix-thesaurus-eionet.xsl
in the process/
dirgmx:Anchor
format
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: but the newly edited/added metadata will still refer the INPIRE official URI.