SPARQL Endpoint

You can configure a SPARQL query about metadata and open data in this publication using the form below.

See SPARQL 1.1 Query Language for more information.

 
1
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
2
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
3
SELECT * WHERE {
4
  ?sub ?pred ?obj .
5
} 
6
LIMIT 10