query-b0e01a08ddcc8b9258caad8cb78b46e6

rq turtle/ttl

Abgegangene Bauwerke in Torgau

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#>
#-------------------------------------------------------------------------------
# Abgegangene Bauwerke in Torgau
#-------------------------------------------------------------------------------
#defaultView:Map;
SELECT ?item ?itemLabel ?itemDescription ?image ?coordinate WHERE {
  ?item (wdt:P131/wdt:P279*) wd:Q12062 .
  ?item (wdt:P31/wdt:P279*) wd:Q19860854.
  OPTIONAL { ?item wdt:P18 ?image . }
  OPTIONAL { ?item wdt:P625 ?coordinate . }
  SERVICE wikibase:label { bd:serviceParam wikibase:language "de,en,[AUTO_LANGUAGE]". }
}

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v3("?coordinate"):::projected v2("?image"):::projected v1("?item"):::projected a1((" ")) a2((" ")) c5(["wd:Q19860854"]):::iri c9(["bd:serviceParam"]):::iri c3(["wd:Q12062"]):::iri c11(["de,en,#91;AUTO_LANGUAGE#93;"]):::literal v1 --"wdt:P131"--> a1 a1 --"wdt:P279"--> c3 v1 --"wdt:P31"--> a2 a2 --"wdt:P279"--> c5 subgraph optional0["(optional)"] style optional0 fill:#bbf,stroke-dasharray: 5 5; v1 -."wdt:P18".-> v2 end subgraph optional1["(optional)"] style optional1 fill:#bbf,stroke-dasharray: 5 5; v1 -."wdt:P625".-> v3 end subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c9 --"wikibase:language"--> c11 end