SPARQL Endpoint

Example queries


Fetch all: A 'fetch all triples' query
SELECT * {?s ?p ?o}

List all Editions (their URLs):
SELECT ?edition { ?s a <http://www.w3.org/ns/dcat#Dataset> . ?s <http://www.w3.org/ns/dcat#landingPage> ?edition . }