query-d5ab27ffcb55e98081e341d41b22437b

rq turtle/ttl

TODO

Use at

PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX wd: <http://www.wikidata.org/entity/>
SELECT (count (*) as ?count)
WHERE
{
   ?item wdt:P31/wdt:P279* wd:Q2431196 .
}

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v2("?count") v1("?item") a1((" ")) c3(["wd:Q2431196"]):::iri v1 --"wdt:P31"--> a1 a1 --"wdt:P279"--> c3 bind1[/"count(*)"/] bind1 --as--o v2