| Exercise: Show director and cost (P2130) of each film in the Star Wars series
show solution
or using a different syntax (see the explanation here):
A previous query which retrieved each Star Wars film and its director returned 9 results. This current query only returns 8 results. Why?
Because some items don’t have cost (P2130) as a property, and are therefore ignored by the query.