query-562a320ef2c59af9914a3c662c5d15e3
Theatre Troupes in Switzerland Theatre Troupes in Switzerland Theater Troupes in Zwitserland
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 ?item ?itemLabel ?typeLabel ?municipalityLabel ?cantonLabel
WHERE
{
{?item wdt:P31 wd:Q2416217}.
{?item wdt:P131/wdt:P17 wd:Q39 } UNION {?item wdt:P17 wd:Q39}.
OPTIONAL{?item wdt:P31 ?type}
OPTIONAL { ?item wdt:P131 ?municipality . FILTER EXISTS {?municipality wdt:P31 wd:Q70208} }
OPTIONAL { ?item wdt:P131 ?canton . FILTER EXISTS {?canton wdt:P31 wd:Q23058} }
SERVICE wikibase:label {bd:serviceParam wikibase:language"en,de".}
}
Query found at
- https://www.wikidata.org/wiki/Wikidata:WikiProject_Performing_arts/Tools_%26_tasks
- https://www.wikidata.org/wiki/Wikidata:WikiProject_Performing_arts/Tools_%26_tasks/en
- https://www.wikidata.org/wiki/Wikidata:WikiProject_Performing_arts/Tools_%26_tasks/fr
- https://www.wikidata.org/wiki/Wikidata:WikiProject_Performing_arts/Tools_%26_tasks/nl
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v1("?canton")
v3("?item"):::projected
v2("?municipality")
v4("?type")
a1((" "))
c7(["wd:Q39"]):::iri
c2(["wd:Q23058"]):::iri
c4(["wd:Q2416217"]):::iri
c9(["bd:serviceParam"]):::iri
c11(["en,de"]):::literal
c3(["wd:Q70208"]):::iri
v3 --"wdt:P31"--> c4
subgraph union0[" Union "]
subgraph union0l[" "]
style union0l fill:#abf,stroke-dasharray: 3 3;
v3 --"wdt:P17"--> c7
end
subgraph union0r[" "]
style union0r fill:#abf,stroke-dasharray: 3 3;
v3 --"wdt:P131"--> a1
a1 --"wdt:P17"--> c7
end
union0r <== or ==> union0l
end
subgraph optional0["(optional)"]
style optional0 fill:#bbf,stroke-dasharray: 5 5;
v3 -."wdt:P31".-> v4
end
subgraph optional1["(optional)"]
style optional1 fill:#bbf,stroke-dasharray: 5 5;
v3 -."wdt:P131".-> v2
end
subgraph optional2["(optional)"]
style optional2 fill:#bbf,stroke-dasharray: 5 5;
v3 -."wdt:P131".-> v1
end
subgraph s1["http://wikiba.se/ontology#label"]
style s1 stroke-width:4px;
c9 --"wikibase:language"--> c11
end