query-54205ed0cbb80c4ad1f432a031c0186a

rq turtle/ttl

Map

Use at

PREFIX wikibase: <http://wikiba.se/ontology#>
PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX bd: <http://www.bigdata.com/rdf#>
#defaultView:Map
PREFIX target: <http://www.wikidata.org/entity/Q110954128>

SELECT 
  ?topic ?topicLabel 
  ?geo
WHERE {
  target: wdt:P921 ?topic .
  ?topic wdt:P625 ?geo .
  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("?geo"):::projected v1("?topic"):::projected c1([http://www.wikidata.org/entity/Q110954128]):::iri c5(["bd:serviceParam"]):::iri c7(["#91;AUTO_LANGUAGE#93;,en"]):::literal c1 --"wdt:P921"--> v1 v1 --"wdt:P625"--> v2 subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c5 --"wikibase:language"--> c7 end