[ckan-dev] CKAN DCAT-AP 1.1 Integration

Marco Combetto marcomb at hotmail.com
Wed Jan 27 15:19:28 UTC 2016


Great! It could really useful to have this extension in place, instead to do our custom implementation (we are Dati.Trentino.it)Do you have an idea when it could be available? I imagine you have a lot of other stuffs to do, just an idea..
I was hoping that this piece of cake could come directly from the EuropeanDataPortal project, that are leading the implementation of this standard in reality (and using CKAN!). For who don't know, tomorrow there will be a webinar about implementation guidelines of DCAT AP 1.1 (more info here https://joinup.ec.europa.eu/node/148697)
I didn't see any reply to your email, but for sure, for us it is a super-very interesting for anybody that is building a opendata portal on CKAN. There will be for sure some adaptations from country to country (for example in italy we have some additional fields, some are mandatory instead than recommended) but a basic core will be very similar.
I just comparing the RDF available under "/examples", and I noticed that just one is changed recently (dataset.rdf), not sure if it is reflecting the changes you mentioned before.
Looking at it, I see that there are differences in the vocabularies .  Eurovoc is gone and many fields need to refers to MDR EU (http://publications.europa.eu/mdr/authority/)
I list these: data-themes: http://publications.europa.eu/mdr/authority/data-theme/index.html
languages: http://publications.europa.eu/mdr/authority/language/index.htmlfile types: http://publications.europa.eu/mdr/authority/file-type/index.htmlfrequency: http://publications.europa.eu/mdr/authority/frequency/index.html
Then, in some cases, it could be better to add some metadata to the organizations (CKAN allow to do that, adding extra fields to the organizations), like contact point, and Unique ID (if there is one) and having them inside  foaf:Organization 
I was also looking at some other interesting metadata that seems not present also in DCAT 1.1, for example the "charset" of a distribution (resource in CKAN). I think it should be mapped with the distribution (as for the license), but in the worst case needs to me mapped (1 to many) from CKAN Dataset -> DCAT-AP1.1 Distribution
Thanks  a lot for your effort, surely we are gonna test it and use it when available.
 
Marco Combetto
marcomb at hotmail.com
Mobile: +39 3316329971
www.linkedin.com/in/marcomb 




> Date: Mon, 18 Jan 2016 16:50:48 +0000
> From: adria.mercader at okfn.org
> To: ckan-dev at lists.okfn.org
> Subject: Re: [ckan-dev] CKAN DCAT-AP 1.1 Integration
> 
> Hi all,
> 
> In case someone is interested in CKAN - DCAT-AP 1.1 support, I've
> pushed some changes to make it possible.
> 
> This essentially meant adding support for a bunch of new fields and
> polishing some minor errors on the previous implementation.
> This issue has a list of all the added fields:
> 
> https://github.com/ckan/ckanext-dcat/issues/53
> 
> The documentation has also been updated:
> 
> https://github.com/ckan/ckanext-dcat#rdf-dcat-to-ckan-dataset-mapping
> 
> 
> Let me know if you have any feedback,
> 
> Adrià
> 
> On 4 December 2015 at 10:44, Adrià Mercader <adria.mercader at okfn.org> wrote:
> > Hi Marco and Timothy,
> >
> >> So the harvesting standard is becoming every day more important, and the standard proposed by EU is DCAT-AP 1.1 (the latest)
> >
> >
> > The default mapping between DCAT and CKAN fields, parser and
> > serializer on ckanext-dcat was indeed based on DCAT-AP 1.0. It would
> > be great to have support for the latest version, I've created an issue
> > to keep track of this:
> >
> > https://github.com/ckan/ckanext-dcat/issues/53
> >
> >
> >> I am part of a group working at SLU (swedens agricultural university) who will be working on this early part of 2016. Certainly we will look to publish an updated extension with DCAT AP 1.1 support once the work is completed. Preliminary work on mapping the latest standard is underway already.
> > @Timothy, if you mean a CKAN extension it would be great if you could
> > work on top of the current clanext-dcat support and send a PR, which
> > I'll be more than happy to review and provide feedback on
> >
> > Thanks!
> >
> >
> > Adrià
> >
> >
> >
> > On 4 December 2015 at 09:06, Timothy Giles <timothy.giles at slu.se> wrote:
> >> Hi Marco.
> >>
> >>
> >>
> >> I am part of a group working at SLU (swedens agricultural university) who
> >> will be working on this early part of 2016. Certainly we will look to
> >> publish an updated extension with DCAT AP 1.1 support once the work is
> >> completed. Preliminary work on mapping the latest standard is underway
> >> already.
> >>
> >>
> >>
> >> Regards Timothy
> >>
> >>
> >>
> >> From: ckan-dev [mailto:ckan-dev-bounces at lists.okfn.org] On Behalf Of Marco
> >> Combetto
> >> Sent: den 3 december 2015 17:53
> >> To: CKAN Development Discussions <ckan-dev at lists.okfn.org>
> >> Subject: [ckan-dev] CKAN DCAT-AP 1.1 Integration
> >>
> >>
> >>
> >> Hi
> >>
> >>
> >>
> >> I have seen the new www.europeandataportal.eu portal that seems to be
> >> powered by CKAN too (even if is not written in the footer correctly). They
> >> are harvesting the national open data catalogues, consequently are
> >> harvesting the regional/city portals.
> >>
> >>
> >>
> >> So the harvesting standard is becoming every day more important, and the
> >> standard proposed by EU is DCAT-AP 1.1 (the latest)
> >>
> >>
> >>
> >> In the EU website about DCAT-AP they are mentioning CKAN
> >>
> >> https://joinup.ec.europa.eu/asset/dcat_application_profile/description
> >>
> >>
> >>
> >> The Swedish innovation agency VINNOVA, which runs the Swedish Open Data
> >> Portal, in collaboration with Open Knowledge UK and MetaSolutions have
> >> undertaken many activities to support DCAT-AP in the Swedish Open Data
> >> Portal, including:
> >>
> >> Preliminary support for DCAT-AP in CKAN;
> >> The development of a validator: http://validator.dcat-editor.com/
> >> The development of a simple DCAT-AP editor: http://dcat-editor.com/simple/
> >> The development of a more capable and user-friendly editor:
> >> https://dcat-editor.com/ (beta)
> >>
> >>
> >> The friends from sweden probably knows more about it, sorry if they wrote
> >> about already, I didn't see it in the archive
> >>
> >>
> >>
> >> Is it going to be implemented by anyone (and released) an updated versione
> >> of the DCAT Extension in compliance with DCAT-AP 1.1?  I am looking here
> >> https://github.com/ckan/ckanext-dcat
> >>
> >>
> >>
> >> I would like to help the development too, but as it is now, we don't have a
> >> lack of resources on our regional opendata project, and of course I'm
> >> looking around in code-reuse. We could, at least, help testing it, if
> >> someone implement it.
> >>
> >>
> >> Thanks a lot!
> >>
> >>
> >> Marco Combetto
> >>
> >> http://dati.trentino.it
> >> marcomb at hotmail.com
> >> www.linkedin.com/in/marcomb
> >>
> >>
> >> _______________________________________________
> >> ckan-dev mailing list
> >> ckan-dev at lists.okfn.org
> >> https://lists.okfn.org/mailman/listinfo/ckan-dev
> >> Unsubscribe: https://lists.okfn.org/mailman/options/ckan-dev
> >>
> _______________________________________________
> ckan-dev mailing list
> ckan-dev at lists.okfn.org
> https://lists.okfn.org/mailman/listinfo/ckan-dev
> Unsubscribe: https://lists.okfn.org/mailman/options/ckan-dev
 		 	   		  
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.okfn.org/pipermail/ckan-dev/attachments/20160127/bdc14241/attachment-0003.html>


More information about the ckan-dev mailing list