query-5ae94f429141bec315382f9a47d3fb5f
Propertieslocation (P276)instance of (P31)subclass of (P279)creator (P170)inception (P571)coordinate location (P625)
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 ?loc ?datum
WHERE {
?item wdt:P276 wd:Q126810943. # Ort: Hans-Heinemann-Park
VALUES ?wasSuchenWir { wd:Q860861 wd:Q179700 wd:Q483453 wd:Q2293362 wd:Q4989906 wd:Q17489160 wd:Q245117 }
# Skulptur, Statue, Zierbrunnen, Skulpturengruppe, Denkmal, Büste, Relief
?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 }
OPTIONAL { ?item wdt:P625 ?loc }
SERVICE wikibase:label { bd:serviceParam wikibase:language "de,en". }
} ORDER BY ?itemLabel
LIMIT 100 # 15 (Juni 2024)
Query found at
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v6("?datum"):::projected
v2("?item"):::projected
v1("?itemLabel"):::projected
v7("?loc"):::projected
v5("?ort")
v4("?urheber")
v3("?wasSuchenWir")
c8(["bd:serviceParam"]):::iri
c2(["wd:Q126810943"]):::iri
c10(["de,en"]):::literal
v2 --"wdt:P276"--> 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:Q245117"])
bind06 --> 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".-> v6
end
subgraph optional3["(optional)"]
style optional3 fill:#bbf,stroke-dasharray: 5 5;
v2 -."wdt:P625".-> v7
end
subgraph s1["http://wikiba.se/ontology#label"]
style s1 stroke-width:4px;
c8 --"wikibase:language"--> c10
end