-
Notifications
You must be signed in to change notification settings - Fork 171
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-AP compatibility #868
Comments
👍 |
Thanks for flagging, EmidioStani, we will look at this. We have put more effort recently into supporting Project Open Data and data.json, which is derived from DCAT and used more directly, at least in the US context. But DCAT is important and we'll look into what gaps exist in our implementation. |
This tool will be useful https://validator.dcat-editor.com/ |
I could be biased but I developed this validator on behalf of the European Commission: The code is here: https://github.com/EmidioStani/dcat-ap_validator |
@EmidioStani we'll use yours, thanks! |
We're working on adding DCAT-AP 1.1 support to the Open Data Schema Map module. Expect to have it out in a few weeks! |
@EmidioStani we could use some of your expertise to help guide this effort - in particular we're struggling a bit with the lack of canonical examples or machine-readable schemas. For instance, we based our output for project open data on the following: |
Hi, thank you |
@marciuz we are working on a DCAT-AP endpoint (for harvesting by other catalogs) that will be included in the next point release of DKAN (1.13), due out in October. To be clear, functionality for DKAN to harvest from other DCAT-Ap endpoints is still farther off; the same 1.13 release will ship with a Harvester but will initially only harvest from Project Open Data (data.json) out of the box. Contirbutions always welcome though! |
Dear @dafeder thank you! |
I like to leave these conversations out in the open @marciuz - if you'd prefer we can discuss in our gitter room |
For those interested in the future of DCAT (and therefore DCAT-AP): The W3C is organising a workshop in Amsterdam 30 November - 1 December 2016 (https://www.w3.org/2016/11/sdsvoc/). Workshop aims:
I intend to participate. |
@dafeder, fine with me! What is in your opinion the best way to organize the work in order to re-use your work and to product code useful also for the DKAN community? |
Fixed in the 7.x-1.13 release http://dkan.readthedocs.io/en/latest/apis/open-data.html?highlight=dcat#dcat-ap |
@marciuz did you get anywhere with the harvest source type for DCAT-AP? |
Closing this ticket as it has not been updated recently and is not on our near-term roadmap. Please re-open if you would like to discuss further or are actively working on it. |
I would like to mention that dcat-ap.de likely will become a standard to be used by all government levels in Germany. |
I suggest to reopen this issue because it needs to be resolved for #2595. |
@akuckartz thanks for noting this. We will try and put some resources into this as you've noted there is some activity you linked to above. |
@acouch @akuckartz I'm not clear on what the action item is here; the scope of this issue has kind of gotten lost. Can we articulate what's missing in a new issue and close this one? |
As far as I am concerned the action item is to find out If anything is missing from support for DCAT-AP (and DCAT-AP.de). In addition to that I suggest to follow the discussions in the W3C WG. |
Hi. As european DKAN users, we are also very interested on this. What is the situation? We're checking DKAN support of DCAT-AP, maybe we can help in identifying potential incompatibilities? Or is this already solved? Best, |
Hi, by comparing between what is available in the /catalog.xml DKAN URL and the DCAT 1.2.1 standard, we found the following:
Here are our detailed findings: CATALOG
The values of these properties do not conform to the Range specified in the DCAT standard:
Also, why "issued" and "modified" always share the same date? DATASET
DISTRIBUTION
AGENT
The values of these properties do not conform to the Range specified in the DCAT standard:
Are these discrepancies true or am I missing something? Best, |
Closing due to inactivity - feel free to open again! |
This is not resolved. Please reopen. |
I think the current approach for this would be, if we implement #3761, to provide modules for both DCAT-AP and DCAT-US. I'll keep this open as a reminder for that. |
Description
By supporting DCAT, DKAN can improve its interoperability.
DKAN already supports DCAT looking at: https://github.com/NuCivic/dkan/blob/935d0c7266f411f641feadda3f4b88188c076784/import/rdf.php
but it seems not updated to the recent standard.
By updating to the recent standard DKAN would be more interoperable with CKAN:
https://github.com/ckan/ckanext-dcat#rdf-dcat-to-ckan-dataset-mapping
User Stories
As CKAN/DKAN site supporting DCAT-AP 1.1 I would like to harvest/be harvested from other portal supporting the latest standard
Tests
Test should be conducted between 2 portals (harvested and harvester)
Documentation
https://joinup.ec.europa.eu/asset/dcat_application_profile/description
Pull Requests
Acceptance Criteria
The text was updated successfully, but these errors were encountered: