query-6743bba561edd7b6ff93dceea328f7cd
TODO
Use at
- https://query.wikidata.org/sparql
PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX wd: <http://www.wikidata.org/entity/>
select (count (distinct ?item) as ?count) where {?item wdt:P31 wd:Q5633421 .}
Query found at
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v2("?count")
v1("?item"):::projected
c2(["wd:Q5633421"]):::iri
v1 --"wdt:P31"--> c2
bind1[/"count(?item)"/]
v1 --o bind1
bind1 --as--o v2