UNESCO SPARQL Endpoint

SPARQL Endpoint

Query the UNESCO Thesaurus using the SPARQL query language.

Endpoint

POST /sparql  or  GET /sparql?query=...

Named graph: <http://vocabularies.unesco.org/thesaurus/>
Content type: application/sparql-query

Long queries: a query sent with GET travels in the URL, and intermediate proxies may cap the URL length. For queries larger than a few kilobytes (bulk exports, multi-subquery reports), send them with POST instead:
curl -X POST --data-urlencode "query=<your query>" \ -H "Accept: application/sparql-results+xml" https://vocabularies.unesco.org/sparql

Query

Prefixes

PREFIX skos: <http://www.w3.org/2004/02/skos/core#> PREFIX isothes: <http://purl.org/iso25964/skos-thes#> PREFIX dct: <http://purl.org/dc/terms/> PREFIX text: <http://jena.apache.org/text#> PREFIX unesco: <http://vocabularies.unesco.org/thesaurus/>