query-d9c377f575b4bf658a4593eec061bc3b

rq turtle/ttl

...as a 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
SELECT ?p ?pLabel ?w ?wLabel ?geo
WHERE {
  ?p wdt:P101 wd:Q30089794 .
  ?p wdt:P31 wd:Q679206 .
  ?p wdt:P361 ?w .
  OPTIONAL {?w wdt:P625 ?geo}
  SERVICE wikibase:label {bd:serviceParam wikibase:language "en,de"}
} ORDER BY ASC(?instanceLabel)

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v4("?geo"):::projected v1("?instanceLabel") v2("?p"):::projected v3("?w"):::projected c4(["wd:Q679206"]):::iri c8(["bd:serviceParam"]):::iri c2(["wd:Q30089794"]):::iri c10(["en,de"]):::literal v2 --"wdt:P101"--> c2 v2 --"wdt:P31"--> c4 v2 --"wdt:P361"--> v3 subgraph optional0["(optional)"] style optional0 fill:#bbf,stroke-dasharray: 5 5; v3 -."wdt:P625".-> v4 end subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c8 --"wikibase:language"--> c10 end