GEMET HTTP URI is invalid for Geology theme
Closed this issue · 1 comments
nmtoken commented
Looking at the EGDI metadata harvester reports (for example https://egdi.geology.cz/harvest/report/show/?id=BGS_2024-03-26) I am seeing lots of reports like:
10.1) INSPIRE Keywords
identificationInfo/*/descriptiveKeywords/MD_Keywords[contains(thesaurusName/*/title,'GEMET - INSPIRE themes')]/keyword
(3.1) Keyword
http://www.eionet.europa.eu/gemet/concept?cp=13&langcode=en&ns=5 (Geology) - Not valid
There are lots of issues with EGDI harvester but this issue seems valid with respect the URI (so much for persistent identifiers)
Currently we are outputting:
<gmd:descriptiveKeywords>
<gmd:MD_Keywords>
<gmd:keyword>
<gmx:Anchor xlink:href="http://www.eionet.europa.eu/gemet/concept?cp=13&langcode=en&ns=5" xlink:title="Geology">Geology</gmx:Anchor>
</gmd:keyword>
<gmd:thesaurusName>
<gmd:CI_Citation>
<gmd:title>
<gco:CharacterString>GEMET - INSPIRE themes, version 1.0</gco:CharacterString>
</gmd:title>
However http://www.eionet.europa.eu/gemet/concept?cp=13&langcode=en&ns=5
redirects to https://www.eionet.europa.eu/gemet/concept?cp=13&langcode=en&ns=5
and results in HTTP 404.
Should change to https://www.eionet.europa.eu/gemet/en/inspire-theme/ge
nmtoken commented
Posted on wrong repo...