query-08bfc4c63f8bbbd55cb04012e0d08a72
How to select distinct films with release dates in actors filmography?I tried this, but it gives me some film more then one time, because it has different release dates in different countries: # GROUP BY ?item} } "en" language:wikibase serviceParam:bd { label:wikibase SERVICE . ?date P577:wdt ?item . Q193212:wd P161:wdt ?item { WHERE #(MIN(?date) AS ?mindate) ?date ?itemLabel SELECTI tried to write
Use at
- https://query.wikidata.org/sparql
SELECT DISTINCT(?itemLabel)