query-e536ad00661ae4644c4f1ffed812e7be

rq turtle/ttl

Map of all Stolpersteine in Treptow-Köpenick (Berlin, Germany)

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#>
#title:Karte von allen Stolpersteinen in Berlin Treptow-Köpenick
#defaultView:Map{"hide":["?coord"]}
SELECT ?id  ?item ?itemLabel ?itemDescription ?img ?coord  WHERE {
  ?item wdt:P31 wd:Q26703203;
        wdt:P131 wd:Q158089. 

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

OPTIONAL { ?item wdt:P217 ?id. }
OPTIONAL { ?item wdt:P18 ?img. }
OPTIONAL { ?item wdt:P625 ?coord. }
}

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v4("?coord"):::projected v2("?id"):::projected v3("?img"):::projected v1("?item"):::projected c6(["bd:serviceParam"]):::iri c2(["wd:Q26703203"]):::iri c8(["de,en"]):::literal c4(["wd:Q158089"]):::iri v1 --"wdt:P31"--> c2 v1 --"wdt:P131"--> c4 subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c6 --"wikibase:language"--> c8 end subgraph optional0["(optional)"] style optional0 fill:#bbf,stroke-dasharray: 5 5; v1 -."wdt:P217".-> v2 end subgraph optional1["(optional)"] style optional1 fill:#bbf,stroke-dasharray: 5 5; v1 -."wdt:P18".-> v3 end subgraph optional2["(optional)"] style optional2 fill:#bbf,stroke-dasharray: 5 5; v1 -."wdt:P625".-> v4 end