Filter SPARQL query to only return entertainment awards (film, TV,
music, theater) and add a canonical award map to normalize variants
(e.g. all Oscar/Academy Award → "Oscar", all Golden Globe → "Golden
Globe"). Non-entertainment awards (orders, medals, honorary degrees)
are excluded both at SPARQL level and via PHP keyword filter.
Also restart messenger container on cache:clear to avoid stale DI
container errors.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Use a VALUES clause to fetch awards for all actors of a film in a
single SPARQL request, reducing Wikidata API calls from ~20 per film
to 1 and avoiding idle timeout errors from rate limiting.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>