select ?x1 ?x2 ?x3 ?x4 ?x5 where { ?x1 rdf:type . ?x1 y:livesIn ?x2. ?x1 y:actedIn ?x4. ?x1 y:directed ?x5. ?x2 y:locatedIn ?x3. ?x3 y:locatedIn . ?x4 rdf:type . ?x4 y:hasProductionLanguage . ?x5 rdf:type . ?x5 y:hasProductionLanguage . }