query-303326615dc90feed36e5c464b21ccfa

rq turtle/ttl

of situations to be fixed, either good occupations needing P279 or cases of things wrongly used as occupations. In this second case the following cases can be counted: a lotI had to further filter the previous query (the above times out) and I found

Use at

PREFIX wdt: <http://www.wikidata.org/prop/direct/>
SELECT *
WHERE {
  ?person wdt:P106 ?field .
  ?field wdt:P3095 ?occupation .
}

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v2("?field"):::projected v3("?occupation"):::projected v1("?person"):::projected v1 --"wdt:P106"--> v2 v2 --"wdt:P3095"--> v3