query-e62d6ba78a0296e911fec1f7a7e652ab

rq turtle/ttl

Propertiesinstance of (P31)subclass of (P279)cast member (P161)

Use at

PREFIX wikibase: <http://wikiba.se/ontology#>
PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX wd: <http://www.wikidata.org/entity/>
PREFIX ps: <http://www.wikidata.org/prop/statement/>
PREFIX bd: <http://www.bigdata.com/rdf#>
SELECT ?work ?cm ?cmLabel WHERE {
  ?work ps:P161 ?cm .
  ?cm wdt:P31/wdt:P279* wd:Q14897293 .
  SERVICE wikibase:label {bd:serviceParam wikibase:language "en".}
}

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v2("?cm"):::projected v1("?work"):::projected a1((" ")) c4(["wd:Q14897293"]):::iri c6(["bd:serviceParam"]):::iri c8(["en"]):::literal v1 --"ps:P161"--> v2 v2 --"wdt:P31"--> a1 a1 --"wdt:P279"--> c4 subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c6 --"wikibase:language"--> c8 end