query-caaefe7d40d3348f1956dbc1e3c78f12

rq turtle/ttl

Items of the class performing arts production (Q43099500) with properties composer (P86), librettist (P87), choreographer (P1809), screenwriter (P58), author (P50), or creator (P170) if they are not associated with the work the item is based on. Otherwise they should be indicated for the work. Some of the items corresponding to the criteria of this query may actually be theatrical, choreographic and/or musical works and not theatrical productions. (Q7777570)theatrical production These properties are potentially problematic as they should only be directly associated with items of the class Items of the class performing arts production (Q43099500) with properties composer (P86), librettist (P87), choreographer (P1809), screenwriter (P58), author (P50), or creator (P170) if they are not associated with the work the item is based on. Otherwise they should be indicated for the work. Some of the items corresponding to the criteria of this query may actually be theatrical, choreographic and/or musical works and not theatrical productions. (Q7777570)theatrical production These properties are potentially problematic as they should only be directly associated with items of the class Items van de klasse performing arts production (Q43099500) met de eigenschappen composer (P86), librettist (P87), choreographer (P1809), screenwriter (P58), author (P50) of creator (P170) als ze niet zijn gekoppeld aan het werk waarop het item is gebaseerd. Anders moeten ze worden aangegeven voor het werk. Sommige van de items die overeenkomen met de criteria van deze zoekopdracht kunnen in feite theatrale, choreografische en/of muzikale werken zijn en geen theatrale producties. (Q7777570)theatrical production Deze eigenschappen zijn potentieel problematisch omdat ze alleen direct moeten worden geassocieerd met items van de klasse

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 
WHERE 
{
  { ?item wdt:P31/wdt:P279* wd:Q43099500;
        wdt:P86 ?o. }
  UNION { ?item wdt:P31/wdt:P279* wd:Q43099500;
                wdt:P87 ?o. }  
  UNION { ?item wdt:P31/wdt:P279* wd:Q43099500;
                wdt:P1809 ?o. }
  UNION { ?item wdt:P31/wdt:P279* wd:Q43099500;
                wdt:P58 ?o. }
  UNION { ?item wdt:P31/wdt:P279* wd:Q43099500;
                wdt:P50 ?o. }
  UNION { ?item wdt:P31/wdt:P279* wd:Q43099500;
                wdt:P170 ?o. }
  SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
}

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v1("?item"):::projected v2("?o") a1((" ")) a2((" ")) a3((" ")) a4((" ")) a5((" ")) a6((" ")) c3(["wd:Q43099500"]):::iri c11(["bd:serviceParam"]):::iri c13(["#91;AUTO_LANGUAGE#93;,en"]):::literal subgraph union0[" Union "] subgraph union0l[" "] style union0l fill:#abf,stroke-dasharray: 3 3; subgraph union1[" Union "] subgraph union1l[" "] style union1l fill:#abf,stroke-dasharray: 3 3; subgraph union2[" Union "] subgraph union2l[" "] style union2l fill:#abf,stroke-dasharray: 3 3; subgraph union3[" Union "] subgraph union3l[" "] style union3l fill:#abf,stroke-dasharray: 3 3; subgraph union4[" Union "] subgraph union4l[" "] style union4l fill:#abf,stroke-dasharray: 3 3; v1 --"wdt:P31"--> a6 a6 --"wdt:P279"--> c3 v1 --"wdt:P170"--> v2 end subgraph union4r[" "] style union4r fill:#abf,stroke-dasharray: 3 3; v1 --"wdt:P31"--> a5 a5 --"wdt:P279"--> c3 v1 --"wdt:P50"--> v2 end union4r <== or ==> union4l end end subgraph union3r[" "] style union3r fill:#abf,stroke-dasharray: 3 3; v1 --"wdt:P31"--> a4 a4 --"wdt:P279"--> c3 v1 --"wdt:P58"--> v2 end union3r <== or ==> union3l end end subgraph union2r[" "] style union2r fill:#abf,stroke-dasharray: 3 3; v1 --"wdt:P31"--> a3 a3 --"wdt:P279"--> c3 v1 --"wdt:P1809"--> v2 end union2r <== or ==> union2l end end subgraph union1r[" "] style union1r fill:#abf,stroke-dasharray: 3 3; v1 --"wdt:P31"--> a2 a2 --"wdt:P279"--> c3 v1 --"wdt:P87"--> v2 end union1r <== or ==> union1l end end subgraph union0r[" "] style union0r fill:#abf,stroke-dasharray: 3 3; v1 --"wdt:P31"--> a1 a1 --"wdt:P279"--> c3 v1 --"wdt:P86"--> v2 end union0r <== or ==> union0l end subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c11 --"wikibase:language"--> c13 end