query-b788d09a4b6160b664b36eaa96f9643f

rq turtle/ttl

Query map

Use at

PREFIX wikibase: <http://wikiba.se/ontology#>
PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX wd: <http://www.wikidata.org/entity/>
PREFIX bd: <http://www.bigdata.com/rdf#>
#defaultView:Map
#title: invasion places for Q42326
SELECT ?place ?placeLabel ?coor WHERE {
  wd:Q42326 wdt:P5588 ?place.
  ?place wdt:P625 ?coor.
    SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
}

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v2("?coor"):::projected v1("?place"):::projected c5(["bd:serviceParam"]):::iri c7(["#91;AUTO_LANGUAGE#93;,en"]):::literal c1(["wd:Q42326"]):::iri c1 --"wdt:P5588"--> v1 v1 --"wdt:P625"--> v2 subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c5 --"wikibase:language"--> c7 end