ckan / ckanext-dcat

CKAN ♥ DCAT
164 stars 142 forks source link

Support for DCAT-AP 1.1 #53

Open amercader opened 8 years ago

amercader commented 8 years ago

Options:

Update: I had a look more in depth and the changes are fully backwards compatible, essentially just adding new properties (and updating the controlled vocabularies, but the extension does not handle these for now), so we can just update the default profile.

amercader commented 8 years ago

Summary of changes:

dcat:Dataset

† These link to other classes, we need to see if there is an easy way to store that

dcat:Distribution

jakubklimek commented 8 years ago

There are many issues with DCAT-AP v1.1 compatibility, mainly:

etc.

There is the European Data Portal (EDP) DCAT-AP mapping which is slightly incompatible with this extension and then there is the DCAT-AP validator.

I ask so that it is clearer what features are planned or being developed by the CKAN team, which by the EDP team and which are not planned at all an can therefore be contributed by someone else.

amercader commented 8 years ago

The issues you mention are known:

  • literals instead of RDF resources

See #50 (This should be easy to fix if you are up for a PR)

  • missing multilingual support

See #55

  • missing controlled vocabulary support
  • no support in the CKAN Dataset and Resource forms

See #56

There is the European Data Portal (EDP) DCAT-AP mapping which is slightly incompatible with this extension and then there is the DCAT-AP validator.

Thanks for pointing to these. Can you summarize some examples of why it's incompatible?

Are you going to merge with the EDP extension?

I'd love for that to happen (at least for the DCAT specific versions), but AFAIK they haven't yet released their extensions publicly so it's hard to assess how likely is that to happen

Do you plan to support multilingual labels?

Yes, see #55

Do you plan to support the European controlled vocabularies? Do you plan to extend the CKAN Dataset and Resource forms accordingly?

Yes, see #56 (I'm still not sure to which extent we would support the vocabularies). Note that this can be currently done by any instance by customizing their schemas to fit the CKAN/DCAT mapping. The scheming work will only make this easier out of the box.

I ask so that it is clearer what features are planned or being developed by the CKAN team, which by the EDP team and which are not planned at all an can therefore be contributed by someone else.

As of now there is no funding to undertake major changes like #55 and #56. These two would be my priorities if there's time available in the next few months. If you know of some source of resources I'd be very happy to help with specs, etc. As for the EDP team we are currently not in contact, if you have a contact there feel free to point them here.

akuckartz commented 8 years ago

Mentioned this issue in https://joinup.ec.europa.eu/asset/ogd2_0/issue/dcat-ap#comment-18468

amercader commented 8 years ago

Thanks @akuckartz

CaptSolo commented 7 years ago

Re this question by @jakubklimek :

Do you plan to support the European controlled vocabularies? Do you plan to extend the CKAN Dataset and Resource forms accordingly?

CKAN-AP 1.1 requires to use European controlled vocabs (e.g. http://publications.europa.eu/mdr/authority/frequency ) for some properties.

It would be great to have them supported in ckanext-dcat. If I understood @amercader correctly, implementers currently have to achieve this by customizing their CKAN instances locally.