ckan / ckanext-dcat

CKAN ♥ DCAT
https://docs.ckan.org/projects/ckanext-dcat
167 stars 146 forks source link

examples don't comply with DCAT ontology #89

Open VladimirAlexiev opened 7 years ago

VladimirAlexiev commented 7 years ago

http://extensions.ckan.org/extension/dcat/#rdf-dcat-to-ckan-dataset-mapping column "Stored as" does not always comply with the DCAT ontology.

For example, dcat:accessURL a rdf:Property, owl:ObjectProperty so it must be a resource (URL) not literal (text). Checking some of your examples (including dynamic ones at demo.ckan.org), there are many problems, eg:

amercader commented 7 years ago

hi @VladimirAlexiev thanks for the feedback!

You are correct regarding literals vs resources. We fix this in the code (#66) but not on the examples. Would you mind submitting a PR that fixed them?

Cheers