query-26bab2dc25d0d3a1a720736d0f197ab2
Propertiesmaintained by WikiProject (P6104)
Use at
- https://query.wikidata.org/sparql
PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX wd: <http://www.wikidata.org/entity/>
SELECT DISTINCT (COUNT(?item_) AS ?count)
WHERE { ?item_ wdt:P6104 wd:Q56241615. }
Query found at
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v2("?count")
v1("?item_"):::projected
c2(["wd:Q56241615"]):::iri
v1 --"wdt:P6104"--> c2
bind1[/"count(?item_)"/]
v1 --o bind1
bind1 --as--o v2