query-ab6f38201e1044bc5579f6c816e6d0b5
TODO
Use at
- https://query.wikidata.org/sparql
PREFIX wikibase: <http://wikiba.se/ontology#>
PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX wd: <http://www.wikidata.org/entity/>
PREFIX schema: <http://schema.org/>
PREFIX bd: <http://www.bigdata.com/rdf#>
SELECT ?item ?itemLabel WHERE {
{
SELECT ?item WHERE {
hint:Query hint:optimizer "None" .
{
SELECT ?item WHERE {
?item wdt:P31 wd:Q4167836 .
} LIMIT 300000
}
OPTIONAL { ?item schema:description ?itemDescription }
filter (!bound(?itemDescription))
}
}
SERVICE wikibase:label {
bd:serviceParam wikibase:language "nl" .
}