Pictures that depict the item (Commons P180) should be shown as WDFIST candidates

Issue #20 new
Nicolas Raoul created an issue

Given a Wikidata item, all Commons pictures that depict this item can be retrieved within 1 second using this query:

SELECT ?file WHERE 
{
  ?file wdt:P180 wd:Q56856618.
}
LIMIT 10

They are often good candidates for P18, especially for minor/local items (which incidentally often do not have other candidates). Commons already has 12 millions depicts statements, and this query suggests that (very roughly) 10% of depicted items have no P18 yet.

Comments (0)

  1. Log in to comment