query-c4704949bb043eacf19c5cac91a9ff33

rq turtle/ttl

Geolocation

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 ?itemLabel ?geolocation ?itemDescription WHERE {
  ?item wdt:P31 wd:Q33506.
  ?item wdt:P17 wd:Q31.
  OPTIONAL { ?item wdt:P625 ?geolocation. }
  SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE]" }

}
ORDER BY ?itemLabel

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v3("?geolocation"):::projected v2("?item"):::projected v1("?itemLabel"):::projected c2(["wd:Q33506"]):::iri c7(["bd:serviceParam"]):::iri c9(["#91;AUTO_LANGUAGE#93;"]):::literal c4(["wd:Q31"]):::iri v2 --"wdt:P31"--> c2 v2 --"wdt:P17"--> c4 subgraph optional0["(optional)"] style optional0 fill:#bbf,stroke-dasharray: 5 5; v2 -."wdt:P625".-> v3 end subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c7 --"wikibase:language"--> c9 end