query-759241462af2ca69dd3c6a3d44b20838
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(?item) as ?count)
WHERE
{
?item wdt:P31 wd:Q4167836.
}
Query found at
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v2("?count")
v1("?item"):::projected
c2(["wd:Q4167836"]):::iri
v1 --"wdt:P31"--> c2
bind1[/"count(?item)"/]
v1 --o bind1
bind1 --as--o v2