query-d17b52f3be21a7151e8670080a495d4e

rq turtle/ttl

Propertiesinstance of (P31)occupation (P106)

Use at

PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX wd: <http://www.wikidata.org/entity/>
SELECT ?item WHERE 
{
  ?item wdt:P31 wd:Q5.
  ?item wdt:P106 wd:Q27532437.
}

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v1("?item"):::projected c4(["wd:Q27532437"]):::iri c2(["wd:Q5"]):::iri v1 --"wdt:P31"--> c2 v1 --"wdt:P106"--> c4