query-08651b8b8753d9dd97e53f01cfc5e4b7

rq turtle/ttl

Propertiesinstance of (P31)

Use at

PREFIX wdt: <http://www.wikidata.org/prop/direct/>
SELECT ?o (count(*) AS ?c)
WHERE 
{
  ?x wdt:P31 ?o
}
GROUP BY (?o)

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v3("?c") v2("?o"):::projected v1("?x") v1 --"wdt:P31"--> v2 bind1[/"count(*)"/] bind1 --as--o v3