query-562a320ef2c59af9914a3c662c5d15e3

rq turtle/ttl

Theatre Troupes in Switzerland Theatre Troupes in Switzerland Theater Troupes in Zwitserland

Use at

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

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