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

DCAT theme != literal string #47

Closed
letmaik opened this issue Oct 27, 2015 · 1 comment
Closed

DCAT theme != literal string #47

letmaik opened this issue Oct 27, 2015 · 1 comment

Comments

@letmaik
Copy link
Contributor

letmaik commented Oct 27, 2015

The themes of a DCAT dataset are represented in this extension as a list of URLs only.. On export, you get something like:

    "http://www.w3.org/ns/dcat#theme": [
      {
        "@value": "http://inspire.ec.europa.eu/theme/of"
      }
    ]

This is wrong. Theme is not a literal value but a skos:Concept which means that it has to be:

    "http://www.w3.org/ns/dcat#theme": [
      {
        "@id": "http://inspire.ec.europa.eu/theme/of"
      }
    ]
@amercader
Copy link
Member

amercader commented Sep 14, 2016

Fixed by #66, please confirm if you have the chance @letmaik

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

2 participants