query-5f5e22f67cf0bf898b77aac48978d908

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:Q3184121.
}

Query found at

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