query-3afd685c939086b722e2ea711b8fecb0
TODO
Use at
- https://query.wikidata.org/sparql
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
select * where {
?page rdf:type ?category .
?category rdfs:label ?label .
} limit 10