query-7a3acd9a6517464269ffcae400e6d9d0
Event venues in state (Saxony)
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#>
#defaultView:Map,Table
SELECT distinct ?item ?itemLabel ?itemDescription ?image ?coord ?verwaltungseinheitLabel ?streetLabel ?zip ?adress ?website
WHERE {
{
SELECT distinct ?region # Unterabfrage für alle Verwaltungseinheiten (Kreise, Städte, Gemeinden, Ortsteile, etc.)
WHERE {
BIND(wd:Q1202 AS ?state). # liegt in Sachsen
?region wdt:P131* ?state.
MINUS { ?region wdt:P576 _:b0. } # ohne Auflösungsdatum
}
}
?item wdt:P131 ?region.
#?item (wdt:P31/wdt:P279*) wd:Q33506 . # ist ein Museum (oder Unterklasse)
?item (wdt:P31/wdt:P279*) wd:Q18674739 . # ist ein Veranstaltungsort (oder Unterklasse)
MINUS { ?item wdt:P582 _:b1.} # ohne Endzeitpunkt
MINUS { ?item wdt:P576 _:b2.} # ohne Auflösungsdatum
MINUS { ?item wdt:P3999 _:b3.} # ohne Schließungsdatum
MINUS { ?item wdt:P31 wd:Q19860854 } # abgegangenes Bauwerk
MINUS { ?item wdt:P31 wd:Q15893266 } # ehemalige Entität
OPTIONAL { ?item wdt:P18 ?image . }
OPTIONAL { ?item wdt:P625 ?coord. }
OPTIONAL { ?item wdt:P669 ?street. }
OPTIONAL { ?item wdt:P281 ?zip. }
OPTIONAL { ?item wdt:P6375 ?adress. }
OPTIONAL { ?item wdt:P856 ?website. }
OPTIONAL { ?item wdt:P131 ?verwaltungseinheit. }
SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],de,en". }
}
Query found at
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v8("?adress"):::projected
v5("?coord"):::projected
v4("?image"):::projected
v3("?item"):::projected
v2("?region")
v1("?state")
v6("?street")
v10("?verwaltungseinheit")
v9("?website"):::projected
v7("?zip"):::projected
a1((" "))
a3((" "))
a4((" "))
a5((" "))
a2((" "))
c8(["wd:Q19860854"]):::iri
c9(["wd:Q15893266"]):::iri
c5(["wd:Q18674739"]):::iri
c17(["bd:serviceParam"]):::iri
c19(["#91;AUTO_LANGUAGE#93;,de,en"]):::literal
bind0[/"'wd:Q1202'"/]
bind0 --as--o v1
v2 --"wdt:P131"--> v1
subgraph minus1["MINUS"]
style minus1 stroke-width:6px,fill:pink,stroke:red;
v2 --"wdt:P576"--> a1
end
v3 --"wdt:P131"--> v2
v3 --"wdt:P31"--> a2
a2 --"wdt:P279"--> c5
subgraph minus2["MINUS"]
style minus2 stroke-width:6px,fill:pink,stroke:red;
v3 --"wdt:P582"--> a3
end
subgraph minus3["MINUS"]
style minus3 stroke-width:6px,fill:pink,stroke:red;
v3 --"wdt:P576"--> a4
end
subgraph minus4["MINUS"]
style minus4 stroke-width:6px,fill:pink,stroke:red;
v3 --"wdt:P3999"--> a5
end
subgraph minus5["MINUS"]
style minus5 stroke-width:6px,fill:pink,stroke:red;
v3 --"wdt:P31"--> c8
end
subgraph minus6["MINUS"]
style minus6 stroke-width:6px,fill:pink,stroke:red;
v3 --"wdt:P31"--> c9
end
subgraph optional0["(optional)"]
style optional0 fill:#bbf,stroke-dasharray: 5 5;
v3 -."wdt:P18".-> v4
end
subgraph optional1["(optional)"]
style optional1 fill:#bbf,stroke-dasharray: 5 5;
v3 -."wdt:P625".-> v5
end
subgraph optional2["(optional)"]
style optional2 fill:#bbf,stroke-dasharray: 5 5;
v3 -."wdt:P669".-> v6
end
subgraph optional3["(optional)"]
style optional3 fill:#bbf,stroke-dasharray: 5 5;
v3 -."wdt:P281".-> v7
end
subgraph optional4["(optional)"]
style optional4 fill:#bbf,stroke-dasharray: 5 5;
v3 -."wdt:P6375".-> v8
end
subgraph optional5["(optional)"]
style optional5 fill:#bbf,stroke-dasharray: 5 5;
v3 -."wdt:P856".-> v9
end
subgraph optional6["(optional)"]
style optional6 fill:#bbf,stroke-dasharray: 5 5;
v3 -."wdt:P131".-> v10
end
subgraph s1["http://wikiba.se/ontology#label"]
style s1 stroke-width:4px;
c17 --"wikibase:language"--> c19
end