Dataset Register API specification

De Datasetregister API is bedoeld om online pagina's met datasetbeschrijving aan te melden en te valideren. De API beschrijving is op basis van een Open API specification beschikbaar 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"}'