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

keyword-picker directive introduces identifier element with thesaurus link pointing to local #3860

Closed
pvgenuchten opened this issue Jun 13, 2019 · 0 comments
Labels
stale stale issue flagged for closure.

Comments

@pvgenuchten
Copy link

pvgenuchten commented Jun 13, 2019

geonetwork uses an internal link to reference a local copy of inspire thesaurus, can we also use gmx:anchor element on thesaurus title to identify relevant thesaurus?

                    <gmd:identifier>
                        <gmd:MD_Identifier>
                           <gmd:code>
                              <gmx:Anchor xlink:href="https://ngr.geocat.live/geonetwork/srv/eng/thesaurus.download?ref=external.theme.httpinspireeceuropaeumetadatacodelistSpatialScope-SpatialScope">geonetwork.thesaurus.external.theme.httpinspireeceuropaeumetadatacodelistSpatialScope-SpatialScope</gmx:Anchor>
                           </gmd:code>
                        </gmd:MD_Identifier>
                     </gmd:identifier>

inspire suggests this convention:

                      <gmd:title>
                        <gmx:Anchor xlink:href="http://inspire.ec.europa.eu/metadata-codelist/SpatialScope#">Ruimtelijke dekking</gmx:Anchor>
                     </gmd:title>

this url is stored on rdf:about of thesaurus title (used as 'namespace')

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
stale stale issue flagged for closure.
Projects
None yet
Development

No branches or pull requests

2 participants