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

concept from thesaurus as uri+label #195

Open
pvgenuchten opened this issue Nov 30, 2022 · 0 comments
Open

concept from thesaurus as uri+label #195

pvgenuchten opened this issue Nov 30, 2022 · 0 comments

Comments

@pvgenuchten
Copy link
Contributor

pvgenuchten commented Nov 30, 2022

these days catalogues move to capturing concepts (keywords) from thesauri using uri and label. how can I encode uri and label in a single pygeometa keyword property (the label is potentially multilingual)..

current:

keywords:
      wmo:
            keywords:
                en: [FOO,BAR]

suggested:

keywords:
   wmo:
     - uri: example.com/foo 
       name: foo
     - uri:  example.com/bar
       name: 
          en: bar
          fr: bistro

For backwards compatibility, would be good to support both cases

An example is the INSPIRE guideline on metadata to encode concept-from-thesaurus as

<gmd:keyword>
  <gmx:Anchor xlink:href="http://inspire.ec.europa.eu/theme/mf">Meteorological geographical features</gmx:Anchor>
</gmd:keyword>

for backwards compatibility, would be good to support both cases

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

No branches or pull requests

1 participant