query-76535d928e632412d6d36454e5f17469
TODO
Use at
- https://query.wikidata.org/sparql
PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX wd: <http://www.wikidata.org/entity/>
select * where {
values ?item { wd:Q1726 wd:Q487895 }
?item wdt:P625 ?coords .
}
Query found at
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v2("?coords"):::projected
v1("?item"):::projected
bind0[/VALUES ?item/]
bind0-->v1
bind00(["wd:Q1726"])
bind00 --> bind0
bind01(["wd:Q487895"])
bind01 --> bind0
v1 --"wdt:P625"--> v2