query-e2f612f7d419cb51a8be919bdbc794f4

rq turtle/ttl

Second one, the list of those values :

Use at

PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX wd: <http://www.wikidata.org/entity/>
select distinct ?class {
  ?item wdt:P31 wd:Q11173, ?class filter (?class != wd:Q11173) .
}

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v1("?class"):::projected v2("?item") c1(["wd:Q11173"]):::iri f0[["?class != 'wd:Q11173'"]] f0 --> v1 v2 --"wdt:P31"--> c1 v2 --"wdt:P31"--> v1