query-0567d4a9d50a168ff0ae8401147e0348
title:Count of items with coordinate locations SELECT (COUNT(?item) AS ?count) WHERE { ?item wdt:P625 [] }
Use at
- https://query.wikidata.org/sparql
PREFIX wdt: <http://www.wikidata.org/prop/direct/>
#title:Count of items with coordinate locations
SELECT (COUNT(?item) AS ?count)
WHERE { ?item wdt:P625 [] }
Query found at
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v2("?count")
v1("?item"):::projected
a1((" "))
v1 --"wdt:P625"--> a1
bind1[/"count(?item)"/]
v1 --o bind1
bind1 --as--o v2