query-6d07e42e64f9688fdc642bd9973d2b8a
Propertieslocation (P276)instance of (P31)subclass of (P279)creator (P170)inception (P571)
Use at
- https://query.wikidata.org/sparql
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 {
VALUES ?woSuchenWir { wd:Q1826001 wd:Q18615966 wd:Q18615961 wd:Q18615959 wd:Q18615968 }
?item wdt:P276 ?woSuchenWir. # Ort: Bezirk Linden/Limmer oder ein 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 # 2 (Juni 2024), beim Ort ist meist die Straße eingetragen, nicht der Stadtteil
Query found at
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v1("?datum"):::projected
v3("?item"):::projected
v6("?ort")
v5("?urheber")
v4("?wasSuchenWir")
v2("?woSuchenWir")
c6(["bd:serviceParam"]):::iri
c8(["de,en"]):::literal
bind0[/VALUES ?woSuchenWir/]
bind0-->v2
bind00(["wd:Q1826001"])
bind00 --> bind0
bind01(["wd:Q18615966"])
bind01 --> bind0
bind02(["wd:Q18615961"])
bind02 --> bind0
bind03(["wd:Q18615959"])
bind03 --> bind0
bind04(["wd:Q18615968"])
bind04 --> bind0
v3 --"wdt:P276"--> v2
bind1[/VALUES ?wasSuchenWir/]
bind1-->v4
bind10(["wd:Q860861"])
bind10 --> bind1
bind11(["wd:Q179700"])
bind11 --> bind1
bind12(["wd:Q483453"])
bind12 --> bind1
bind13(["wd:Q2293362"])
bind13 --> bind1
bind14(["wd:Q4989906"])
bind14 --> bind1
bind15(["wd:Q17489160"])
bind15 --> bind1
bind16(["wd:Q659396"])
bind16 --> bind1
bind17(["wd:Q245117"])
bind17 --> bind1
bind18(["wd:Q29382748"])
bind18 --> bind1
bind19(["wd:Q928357"])
bind19 --> bind1
bind110(["wd:Q123521074"])
bind110 --> bind1
bind111(["wd:Q2870602"])
bind111 --> bind1
v3 --"wdt:P31"--> v4
subgraph optional0["(optional)"]
style optional0 fill:#bbf,stroke-dasharray: 5 5;
v3 -."wdt:P170".-> v5
end
subgraph optional1["(optional)"]
style optional1 fill:#bbf,stroke-dasharray: 5 5;
v3 -."wdt:P276".-> v6
end
subgraph optional2["(optional)"]
style optional2 fill:#bbf,stroke-dasharray: 5 5;
v3 -."wdt:P571".-> v1
end
subgraph s1["http://wikiba.se/ontology#label"]
style s1 stroke-width:4px;
c6 --"wikibase:language"--> c8
end