query-662520283a0d9486e861f7c58e20ac90

rq turtle/ttl

Performing Arts Productions (Co-)Produced by a Swiss Production Company Performing Arts Productions (Co-)Produced by a Swiss Production Company Producties uitvoerende kunst (co-)geproduceerd door een Zwitsers productie-bedrijf

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 ?date_of_first_performance ?native_label ?production_company ?production_companyLabel WHERE {
  ?item (wdt:P31/wdt:P279*) wd:Q43099500.   #performing arts production
  ?item wdt:P272/wdt:P131*/wdt:P17 wd:Q39.  #production company located in Switzerland
  SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],de". }
  OPTIONAL { ?item wdt:P1191 ?date_of_first_performance. }
  OPTIONAL { ?item wdt:P1705 ?native_label. }
  OPTIONAL { ?item wdt:P272 ?production_company. }
  }

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v2("?date_of_first_performance"):::projected v1("?item"):::projected v3("?native_label"):::projected v4("?production_company"):::projected a1((" ")) a2((" ")) a3((" ")) c11(["#91;AUTO_LANGUAGE#93;,de"]):::literal c3(["wd:Q43099500"]):::iri c7(["wd:Q39"]):::iri c9(["bd:serviceParam"]):::iri v1 --"wdt:P31"--> a1 a1 --"wdt:P279"--> c3 v1 --"wdt:P272"--> a2 a2 --"wdt:P131"--> a3 a3 --"wdt:P17"--> c7 subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c9 --"wikibase:language"--> c11 end subgraph optional0["(optional)"] style optional0 fill:#bbf,stroke-dasharray: 5 5; v1 -."wdt:P1191".-> v2 end subgraph optional1["(optional)"] style optional1 fill:#bbf,stroke-dasharray: 5 5; v1 -."wdt:P1705".-> v3 end subgraph optional2["(optional)"] style optional2 fill:#bbf,stroke-dasharray: 5 5; v1 -."wdt:P272".-> v4 end