query-28b8ec0e130c6611cc2f27150190ca26
Todas las obras de Rainer Werner Fassbinder (Q44426)
Use at
- https://query.wikidata.org/sparql
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 ?movie ?movieLabel ?instancia_deLabel WHERE {
SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en,de". }
VALUES ?ocupacion {
wdt:P57 wdt:P161 wdt:P58 wdt:P344 wdt:P86 wdt:P162
}
?movie ?ocupacion ?Fassbinder.
?movie wdt:P31/wdt:P279* ?obra_audiovisual.
OPTIONAL { ?movie wdt:P31 ?instancia_de. }
BIND(wd:Q44426 AS ?Fassbinder)
BIND(wd:Q2431196 AS ?obra_audiovisual)
}
ORDER BY (?movie)