seitenbau-govdata

Results 34 comments of seitenbau-govdata

> Additionally, there are three properties(accrualPeriodicity, license, accessRights) in the DCAT-AP v1.1 that we are unable to harvest/parse from datasets, but I see them in profile.py... is this a known...

We plan to update the current `euro_dcat_ap` profile and adding some properties from the DCAT-AP version 2.1. Our approach is to update the current profile and not to create a...

@amercader Yes. New properties we can just add to parsing and serializing. But it will be a challenge for changed properties, as `dct:temporal` for example. Here we have thought about...

@amercader I think https://www.w3.org/TR/vocab-dcat-2/#changes-since-20140116 should describe the changes between DCAT-AP 1.x and DCAT-AP 2.x. We plan to add support for some of the changes, not all. We will list the...

@amercader All right, let's create a new profile for DCAT-AP 2. 😃 We propose `euro_dcat_ap_2` following the existing profile `euro_dcat_ap`. Should we use the class `EuropeanDCATAPProfile` as super class and...

@amercader Yes. I agree. We have just updated the pull request.

Hi @stefina, we from the German open data portal are also interested in the multilingual support. Is this the final implementation or is something missing? It seems that the actual...

@stefina It looks good to me. Maybe a hint would be helpful that the plugin ckanext-scheming is needed to store the values in several languages in the database properly. As...

@amercader Isn't the issue still resolved in the meantime? The solution is ckanext-dcat now uses the rdflib, right?

@frafra In my opinion the information about the command line CKAN commands in the [README.rst](https://github.com/ckan/ckanext-harvest/blob/master/README.rst) in this repository is equal to the commands usage documentation in [harvester.py](https://github.com/ckan/ckanext-harvest/blob/master/ckanext/harvest/commands/harvester.py) and corresponds to...