query-5fb1990c28bdef27e76a5fd8efbfdcc8

rq turtle/ttl

Propertiesinstance of (P31)country of citizenship (P27)occupation (P106)image (P18)

Use at

PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX wd: <http://www.wikidata.org/entity/>
SELECT DISTINCT ?item WHERE {
  ?item wdt:P31 wd:Q5.
  ?item wdt:P27 wd:Q31.
  ?item wdt:P106 wd:Q36180.
MINUS {?item wdt:P18 []. }
 }

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v1("?item"):::projected a1((" ")) c2(["wd:Q5"]):::iri c4(["wd:Q31"]):::iri c6(["wd:Q36180"]):::iri v1 --"wdt:P31"--> c2 v1 --"wdt:P27"--> c4 v1 --"wdt:P106"--> c6 subgraph minus0["MINUS"] style minus0 stroke-width:6px,fill:pink,stroke:red; v1 --"wdt:P18"--> a1 end