Dataset Register API specification

The Datasetregister API is intended to register and validate online pages with dataset description. The API description is available based on an Open API specification via Swagger UI.

Sample login URL of dataset description page via API with Curl

curl 'https://datasetregister.netwerkdigitaalerfgoed.nl/api/datasets' \ -H 'link: <http://www.w3.org/ns/ldp#RDFSource>; rel="type",<http://www.w3.org/ns/ldp#Resource>; rel="type"' \ -H 'content-type: application/ld+json' \ --data-binary '{"@id":"https://demo.netwerkdigitaalerfgoed.nl/datasets/kb/2.html"}'


Example validation dataset description via API with Curl

curl -i -X PUT 'https://datasetregister.netwerkdigitaalerfgoed.nl/api/datasets/validate' \ -H 'link: <http://www.w3.org/ns/ldp#RDFSource>; rel="type",<http://www.w3.org/ns/ldp#Resource>; rel="type"' \ -H 'content-type: application/ld+json' \ --data-binary '{"@id":"https://demo.netwerkdigitaalerfgoed.nl/datasets/kb/2.html"}'