agiorguk / gemini

Resources relating to the UK Gemini metadata profile
5 stars 3 forks source link

GEMET HTTP URI is invalid for Geology theme #147

Open nmtoken opened 3 months ago

nmtoken commented 3 months ago

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&amp;langcode=en&amp;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