query-f9d879ba6e043ee721f9e5c47eecfadb

rq turtle/ttl

TODO

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
SELECT ?item ?coords ?itemLabel WHERE {
  ?item wdt:P131+ wd:Q18678082.
  ?item wdt:P625 ?coords.
  ?item wdt:P31 wd:Q1248784.
  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("?coords"):::projected v1("?item"):::projected c5(["wd:Q1248784"]):::iri c7(["bd:serviceParam"]):::iri c9(["#91;AUTO_LANGUAGE#93;,en"]):::literal c2(["wd:Q18678082"]):::iri v1 --"wdt:P131"--> c2 v1 --"wdt:P625"--> v2 v1 --"wdt:P31"--> c5 subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c7 --"wikibase:language"--> c9 end