Skip to content
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

Loading multiple datasets and distribution for those datasets in one jsonld #226

Open
sparsons808 opened this issue Jul 8, 2022 · 4 comments

Comments

@sparsons808
Copy link

does dcat have support for this?

@metaodi
Copy link
Member

metaodi commented Jul 9, 2022

Yes this is possible using the catalog endpoint. Just specify .jsonld as format.

e.g. https://opendata.swiss/catalog.jsonld

if you only want some datasets, you can use the q and fq to query/filter the datasets.

@sparsons808
Copy link
Author

thank you @metaodi , so i know to do this you have to change the ini file, but the documentation doesn't specify where you would place https://{ckan-instance-host}/catalog.{format}?[page={page}]&[modified_since={date}]&[profiles={profile1},{profile2}]&[q={query}]&[fq={filter query}] within your code. Also do you know if this end point auto loads into ckan without calling the ckan load api?

@abhisheksridh
Copy link

abhisheksridh commented Jul 11, 2022

What does this mean Catalog endpoint? Please advise on how it can load multiple datasets?

@jze
Copy link
Contributor

jze commented Jul 31, 2023

You can read about the catalog endpoint here: https://github.com/ckan/ckanext-dcat#catalog-endpoint

The catalog endpoint is the standard way to harvest data from a data portal that supports DCAT. Unfortunately demo.ckan.org has disabled its CKAN support. However, the catalog endpoint Germany's national open data portal can be found here: https://ckan.govdata.de/catalog.xml

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants