query-c4b94a096c93b2ee5d6907c514b84744

rq turtle/ttl

Performers who are listed as "cast member" of a performing arts production (humans, excluding collectives, listed at least once as a cast member of a performing arts production) Performers who are listed as "cast member" of a performing arts production (humans, excluding collectives, listed at least once as a cast member of a performing arts production) Performers who are listed as "cast member" of a performing arts production (humans, excluding collectives, listed at least once as a cast member of a performing arts production) Artiesten die worden vermeld als "cast-lid" van een uitvoerende kunstenproductie (mensen, met uitzondering van collectieven, die ten minste één keer worden vermeld) Performers who are listed as "cast member" of a performing arts production (humans, excluding collectives, listed at least once as a cast member of a performing arts production)

Use at

PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX wd: <http://www.wikidata.org/entity/>
SELECT DISTINCT ?item
WHERE 
{
  ?production wdt:P31/wdt:P279* wd:Q43099500.
  ?production wdt:P161 ?item.
  ?item wdt:P31/wdt:P279* wd:Q5.
}

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v2("?item"):::projected v1("?production") a1((" ")) a2((" ")) c3(["wd:Q43099500"]):::iri c5(["wd:Q5"]):::iri v1 --"wdt:P31"--> a1 a1 --"wdt:P279"--> c3 v1 --"wdt:P161"--> v2 v2 --"wdt:P31"--> a2 a2 --"wdt:P279"--> c5