query-0c1578cafba715e8c3ecaf107bcb7b8c

rq turtle/ttl

Propertiesinstance of (P31)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 p: <http://www.wikidata.org/prop/>
PREFIX bd: <http://www.bigdata.com/rdf#>
SELECT
  ?movie ?movieLabel
WHERE {
  ?movie wdt:P31 wd:Q11424;    # instance of movie
  p:P161/ps:P161 wd:Q165219;   # performer is Robert Downey, Jr
  p:P161/ps:P161 wd:Q178348;   # performer is Chris Evans
  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("?movie"):::projected a1((" ")) a2((" ")) c6(["wd:Q178348"]):::iri c8(["bd:serviceParam"]):::iri c5(["wd:Q165219"]):::iri c10(["#91;AUTO_LANGUAGE#93;,en"]):::literal c2(["wd:Q11424"]):::iri v1 --"p:direct/P31"--> c2 v1 --"p:P161"--> a1 a1 --"p:statement/P161"--> c5 v1 --"p:P161"--> a2 a2 --"p:statement/P161"--> c6 subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c8 --"wikibase:language"--> c10 end