GovDataOfficial / ckanext-dcatde

DE: Dieses Repository beinhaltet die Erweiterung von ckanext-dcat auf die Spezifikation DCAT-AP.de. EN: This is a DCAT-AP.de specific CKAN extension for providing and importing DCAT-AP.de-Profile data.
http://www.dcat-ap.de/
GNU Affero General Public License v3.0
11 stars 11 forks source link

Example data set. #5

Closed bor8 closed 6 years ago

bor8 commented 6 years ago

I got dcatde running with ckan 2.5.3 and docker-compose, see https://github.com/bor8/ckande-docker. How do I get a test data set loaded there? Does anyone have a sample CKAN from which I can harvest a few sample datasets? I tried to harvest GovData with https://www.govdata.de/ckan/api. Unfortunately without success. He's not loading anything.

seitenbau-govdata commented 6 years ago

Hello @bor8, no, we don't have a public ample CKAN where you could harvest some sample data. If you have created a harvester of type Generic DCAT RDF Harvester you have to define a source url which returns a DCAT-AP catalog (format RDF by default), e.g. https://www.govdata.de/ckan/catalog/catalog.rdf. But keep in mind that with the mentioned url from the live system you will harvest up to 20.400 datasets in your CKAN installation. Please note that right now there is no harvester implemented which can harvest DCAT-AP.de fields. You will only get the DCAT-AP standard fields supported by ckanext-dcat.

seitenbau-govdata commented 6 years ago

We have now added an example of the output from the RDF endpoint at https://github.com/GovDataOfficial/ckanext-dcatde/blob/master/examples/catalog-endpoint.rdf which can be used for testing purposes.