query-2478405498824e3cfa0361b8eaec5a87

rq turtle/ttl

Orte von Konzentrationslagern von Merle Stegemeyer

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 ?Ort ?OrtLabel ?coordinate
WHERE
{ 
  ?Ort wdt:P31 wd:Q152081. #Orte von Konzentrationslagern
  ?Ort wdt:P625 ?coordinate. 

  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; v1("?Ort"):::projected v2("?coordinate"):::projected c7(["de"]):::literal c5(["bd:serviceParam"]):::iri c2(["wd:Q152081"]):::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