query-a339ad7f4d395f9283e7c3d8c5ac525c

rq turtle/ttl

and 114965 superclasses:

Use at

PREFIX wdt: <http://www.wikidata.org/prop/direct/>
SELECT distinct ?class  WHERE {
  ?item wdt:P279 ?class.
  }

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v2("?class"):::projected v1("?item") v1 --"wdt:P279"--> v2