query-8a9d5a1f5408a9e6cd0bf369b4b5cd08

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 wd:Q5 . }

Query found at

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