query-af0f207e6b0419009d61a38c4c62f4ac

rq turtle/ttl

Propertiessubclass of (P279)

Use at

PREFIX wdt: <http://www.wikidata.org/prop/direct/>
SELECT (COUNT(DISTINCT ?class) AS ?n) WHERE {
  ?class wdt:P279 [].
}

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v1("?class"):::projected v2("?n") a1((" ")) v1 --"wdt:P279"--> a1 bind1[/"count(?class)"/] v1 --o bind1 bind1 --as--o v2