query-56dbfe23bedb051190ef31ccdb209994
Qualifier complete
Use at
- https://query.wikidata.org/sparql
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