query-0969eb27cfa2354d9b3cb0e234ab5122
NSZL VIAF senza NSZL vero
Use at
- https://query.wikidata.org/sparql
PREFIX wdt: <http://www.wikidata.org/prop/direct/>
SELECT ?item
WHERE {
?item wdt:P951 ?nszlviaf
MINUS { ?item wdt:P3133 ?nszl . }
}
Query found at
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v1("?item"):::projected
v3("?nszl")
v2("?nszlviaf")
v1 --"wdt:P951"--> v2
subgraph minus0["MINUS"]
style minus0 stroke-width:6px,fill:pink,stroke:red;
v1 --"wdt:P3133"--> v3
end