query-45982e4220a8dbdcdba6eca097548c44

rq turtle/ttl

Vriullophttps://query.wikidata.org

Use at

PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX wd: <http://www.wikidata.org/entity/>
SELECT ?item WHERE { ?item wdt:P170 wd:Q37693 . MINUS { ?item wdt:P31 wd:Q15727816 } } LIMIT 300

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v1("?item"):::projected c2(["wd:Q37693"]):::iri c4(["wd:Q15727816"]):::iri v1 --"wdt:P170"--> c2 subgraph minus0["MINUS"] style minus0 stroke-width:6px,fill:pink,stroke:red; v1 --"wdt:P31"--> c4 end