query-56dbfe23bedb051190ef31ccdb209994

rq turtle/ttl

Qualifier complete

Use at

PREFIX wdt: <http://www.wikidata.org/prop/direct/>
SELECT ?Liste WHERE {
  VALUES ?Liste {}
  MINUS { [] wdt:P2424 ?Liste }
}

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v1("?Liste"):::projected a1((" ")) bind0[/VALUES ?Liste/] bind0-->v1 subgraph minus1["MINUS"] style minus1 stroke-width:6px,fill:pink,stroke:red; a1 --"wdt:P2424"--> v1 end