query-8c7fccdf8b1910d5f7e36978af8b1c73

rq turtle/ttl

All items without a description) without a description in Dutch. How to do that? This one doesn't work: (Q4167836)Wikimedia category (P31)instance of posted on nlwiki, but I think the chance of getting a correct answer is higher here. He wants all items (that match EdoderooThis is a question

Use at

PREFIX wikibase: <http://wikiba.se/ontology#>
PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX wd: <http://www.wikidata.org/entity/>
PREFIX bd: <http://www.bigdata.com/rdf#>
select ?item where {
  select ?item ?itemDescription where {{ SELECT ?item ?itemDescription  WHERE  { ?item wdt:P31 wd:Q4167836 . {service wikibase:label{bd:serviceParam wikibase:language "nl" . }}} LIMIT 9999 } filter (!bound(?itemDescription)) }
 }

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v2("?item"):::projected v1("?itemDescription") c4(["bd:serviceParam"]):::iri c2(["wd:Q4167836"]):::iri c6(["nl"]):::literal f0[["not bound(?itemDescription)"]] f0 --> v1 v2 --"wdt:P31"--> c2 subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c4 --"wikibase:language"--> c6 end