I am trying to write a sparql query that will return all possible image urls associated with a resource.
I can return the foaf:depiction, if there is one, but often when I visit said page on wikipedia I see there are other pictures that I cannot 'get at'. For example - for video games - there is a notion of game cover and box art (for some games, not all), but I don't know how to get their urls returned with queries.
An example showing exactly how to return - say - a box cover and cartridge picture for a game like super Mario bros, would answer this question perfectly.
Many thanks in advance for any help :)