query-f9cf42423b5350b4db06f2674f30a2ad
Check cells counter in the galactic grid
Use at
- https://query.wikidata.org/sparql
PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX wd: <http://www.wikidata.org/entity/>
SELECT (COUNT(*) AS ?count)
WHERE
{
?cell wdt:P361 wd:Q121788646 .
}
Query found at
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v1("?cell")
v2("?count")
c2(["wd:Q121788646"]):::iri
v1 --"wdt:P361"--> c2
bind1[/"count(*)"/]
bind1 --as--o v2