query-a31fe9754bd2712eea698e50b395e1c2

rq turtle/ttl

TODO

Use at

PREFIX wdt: <http://www.wikidata.org/prop/direct/>
select distinct ?class  { 
  [] wdt:P31/wdt:P31/wdt:P31+ ?class .
} limit 20

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v1("?class"):::projected a1((" ")) a2((" ")) a3((" ")) a1 --"wdt:P31"--> a2 a2 --"wdt:P31"--> a3 a3 --"wdt:P31"--> v1