SPARQL Endpoint
Query the UNESCO Thesaurus using the SPARQL query language.
POST /sparql or GET /sparql?query=...<http://vocabularies.unesco.org/thesaurus/>application/sparql-queryGET 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