query-e03036dafa58368a7eb17bbd386cc9fb
Items of the class "Open-Air Event Venue" (and its subclasses Items of the class "Open-Air Event Venue" (and its subclasses Items of the class "Open-Air Event Venue" (and its subclasses Items van de class "Open-Air Event Venue" (en de subclasses daarvan) Items of the class "Open-Air Event Venue" (and its subclasses
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 DISTINCT ?vItem ?vItemLabel
WHERE
{
?vItem wdt:P31/wdt:P279* wd:Q117187730.
MINUS
{
?vItem wdt:P31/wdt:P279* wd:Q57660343. # Excluding performing arts buildings
?vItem wdt:P31/wdt:P279* wd:Q1076486. # Excluding sports venues
}
SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
}
Query found at
- https://www.wikidata.org/wiki/Wikidata:WikiProject_Performing_arts/Statistics
- https://www.wikidata.org/wiki/Wikidata:WikiProject_Performing_arts/Statistics/da
- https://www.wikidata.org/wiki/Wikidata:WikiProject_Performing_arts/Statistics/en
- https://www.wikidata.org/wiki/Wikidata:WikiProject_Performing_arts/Statistics/fr
- https://www.wikidata.org/wiki/Wikidata:WikiProject_Performing_arts/Statistics/nl
- https://www.wikidata.org/wiki/Wikidata:WikiProject_Performing_arts/Statistics/tr
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v1("?vItem"):::projected
a1((" "))
a2((" "))
a3((" "))
c7(["bd:serviceParam"]):::iri
c3(["wd:Q117187730"]):::iri
c5(["wd:Q1076486"]):::iri
c4(["wd:Q57660343"]):::iri
c9(["#91;AUTO_LANGUAGE#93;,en"]):::literal
v1 --"wdt:P31"--> a1
a1 --"wdt:P279"--> c3
subgraph minus0["MINUS"]
style minus0 stroke-width:6px,fill:pink,stroke:red;
v1 --"wdt:P31"--> a2
a2 --"wdt:P279"--> c4
v1 --"wdt:P31"--> a3
a3 --"wdt:P279"--> c5
end
subgraph s1["http://wikiba.se/ontology#label"]
style s1 stroke-width:4px;
c7 --"wikibase:language"--> c9
end