query-1df222b8167c2a64972f14700c8f3996

rq turtle/ttl

Propertieslocated in the administrative territorial entity (P131)instance of (P31)subclass of (P279)creator (P170)location (P276)inception (P571)

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#>
SELECT ?item ?itemLabel ?itemDescription ?urheberLabel ?ortLabel  ?datum 
WHERE {
  ?item wdt:P131+ wd:Q1826001. # liegt in Verwaltungseinheit Linden/Limmer oder einer Untereinheit (Stadtbezirk, Stadtteil)
  VALUES ?wasSuchenWir { wd:Q860861 wd:Q179700 wd:Q483453 wd:Q2293362 wd:Q4989906 wd:Q17489160 wd:Q659396 wd:Q245117 wd:Q29382748 wd:Q928357 wd:Q123521074 wd:Q2870602 }
  # Skulptur, Statue, Zierbrunnen, Skulpturengruppe, Denkmal, Büste, Reiterstandbild, Relief, Metallskulptur, Bronzeskulptur, Tierbrunnen, Wartehäuschen
  ?item wdt:P31 ?wasSuchenWir.   # Suche nach Skulptur oder Unterklasse /wdt:P279? führt zu Timeout bzw SEHR vielen Doppelzeilen
  OPTIONAL { ?item wdt:P170  ?urheber }
  OPTIONAL { ?item wdt:P276  ?ort }
  OPTIONAL { ?item wdt:P571  ?datum }
  SERVICE wikibase:label { bd:serviceParam wikibase:language "de,en". }
} ORDER BY ?datum
LIMIT 1000   # 17 (Oktober 2023), 27 (Juni 2024)

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v1("?datum"):::projected v2("?item"):::projected v5("?ort") v4("?urheber") v3("?wasSuchenWir") c8(["bd:serviceParam"]):::iri c2(["wd:Q1826001"]):::iri c10(["de,en"]):::literal v2 --"wdt:P131"--> c2 bind0[/VALUES ?wasSuchenWir/] bind0-->v3 bind00(["wd:Q860861"]) bind00 --> bind0 bind01(["wd:Q179700"]) bind01 --> bind0 bind02(["wd:Q483453"]) bind02 --> bind0 bind03(["wd:Q2293362"]) bind03 --> bind0 bind04(["wd:Q4989906"]) bind04 --> bind0 bind05(["wd:Q17489160"]) bind05 --> bind0 bind06(["wd:Q659396"]) bind06 --> bind0 bind07(["wd:Q245117"]) bind07 --> bind0 bind08(["wd:Q29382748"]) bind08 --> bind0 bind09(["wd:Q928357"]) bind09 --> bind0 bind010(["wd:Q123521074"]) bind010 --> bind0 bind011(["wd:Q2870602"]) bind011 --> bind0 v2 --"wdt:P31"--> v3 subgraph optional0["(optional)"] style optional0 fill:#bbf,stroke-dasharray: 5 5; v2 -."wdt:P170".-> v4 end subgraph optional1["(optional)"] style optional1 fill:#bbf,stroke-dasharray: 5 5; v2 -."wdt:P276".-> v5 end subgraph optional2["(optional)"] style optional2 fill:#bbf,stroke-dasharray: 5 5; v2 -."wdt:P571".-> v1 end subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c8 --"wikibase:language"--> c10 end