query-200009a2f68fa533a05777a0ee6a2faa

rq turtle/ttl

Orte des Gestapoterrors | Leandra Janus(Q106996250)Place of Gestapo terror (P31)instance of

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 ?place ?coordinates   WHERE {

  ?place wdt:P31 wd:Q106996250. #Ort des Gestapoterrors
  ?place wdt:P625 ?coordinates.

  SERVICE wikibase:label { bd:serviceParam wikibase:language "de". }
  }

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v2("?coordinates"):::projected v1("?place"):::projected c2(["wd:Q106996250"]):::iri c7(["de"]):::literal c5(["bd:serviceParam"]):::iri v1 --"wdt:P31"--> c2 v1 --"wdt:P625"--> v2 subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c5 --"wikibase:language"--> c7 end