query-05572d87ad05a6e75792996fb2722070

rq turtle/ttl

derived from the ODbL. So I checked (P625)coordinate location one could find a cooridinates for ODbLI stumbled across a source in Wikidata which states that in the license

Use at

PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX wd: <http://www.wikidata.org/entity/>
PREFIX prov: <http://www.w3.org/ns/prov#>
PREFIX pr: <http://www.wikidata.org/prop/reference/>
PREFIX p: <http://www.wikidata.org/prop/>
#defaultView:Map
select ?item ?coordinates where {
  ?item p:P625/prov:wasDerivedFrom/pr:P248 wd:Q1224853;
        wdt:P625 ?coordinates.
}

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v2("?coordinates"):::projected v1("?item"):::projected a1((" ")) a2((" ")) c4(["wd:Q1224853"]):::iri v1 --"p:P625"--> a1 a1 --"prov:wasDerivedFrom"--> a2 a2 --"p:reference/P248"--> c4 v1 --"p:direct/P625"--> v2