query-0e74a9510edca9c913d43984e73aa150

rq turtle/ttl

Historical markers with approximate coordinatesPlease use the following query:

Use at

PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX wd: <http://www.wikidata.org/entity/>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
PREFIX prov: <http://www.w3.org/ns/prov#>
PREFIX pr: <http://www.wikidata.org/prop/reference/>
PREFIX p: <http://www.wikidata.org/prop/>
SELECT ?marker ?markerLabel WHERE {
  ?marker wdt:P31 wd:Q21562164;
          p:P625/prov:wasDerivedFrom/pr:P1480 wd:Q408386;
          rdfs:label ?markerLabel FILTER((LANG(?markerLabel)) = "en")
}

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v2("?marker"):::projected v1("?markerLabel"):::projected a1((" ")) a2((" ")) c3(["wd:Q21562164"]):::iri c7(["wd:Q408386"]):::iri f0[["?markerLabel = 'en'"]] f0 --> v1 v2 --"p:direct/P31"--> c3 v2 --"p:P625"--> a1 a1 --"prov:wasDerivedFrom"--> a2 a2 --"p:reference/P1480"--> c7 v2 --"rdfs:label"--> v1