We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Note this will be a breaking change.
When listing all dataset series in a catalog e.g. with
curl -X 'GET' \ 'https://dluhc-pmd5-prototype.publishmydata.com/data' \ -H 'accept: application/ld+json'
The "contents" key should be renamed to "dcat:dataset" because it links a catalog at /data with the datasets inside it.
"contents"
"dcat:dataset"
/data
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Note this will be a breaking change.
When listing all dataset series in a catalog e.g. with
The
"contents"
key should be renamed to"dcat:dataset"
because it links a catalog at/data
with the datasets inside it.The text was updated successfully, but these errors were encountered: