Some 11 days ago I asked a question about showing in a category which files have de depicts field as structured data. I think that we need to be able to more easily access this piece of data to make the next step in Commons.
I finally got some answers thanks to the help of multiple people. As I heard multiple people are interested in this too, let me share it here with you what I have found. Not all options are useful for me, but maybe for you they are.
Option 1: haswbstatement:P180 in the search field
What it does: it shows all files with property P180 (depicts) in the structured data.
What it does not do: showing files that are missing P180.
Option 2: use the has Depictsscript script by user TiagoLubiana
What it does: script adds a dot below each file in a category (and more places), the dot is green if the file has the depicts statement (P180), the dot is red if the file hasn't. In this way you can quickly see which files have or haven't the depicts structured data.
What it does not do: it does not show what the depicts is.
Option 3: use the sdc_tool script by user Magnus Manske
What it does: in the right corner at the bottom is a button, clicking on it activates the scripts and shows what the file depicts (if any). You can also easily add statements through the script to the files.
Issue: in my screen it shows the depicts statements right through the file name, making them both unreadable.
importScript('User:Magnus Manske/sdc_tool.js');
Option 4: run a query to see what the depicts statements are of the files in a category.
What it does: it shows all files in a category, and if the files have any depicts statement it shows the labels of them.
Because manually changing the category (line 8) each time you want to use the query, I made a small script to be added to
http://commons.wikimedia.org/wiki/Special:MyPage/common.js in what you can autorun this query with the category name added automatically. The link is present in the expandable menu under More.
Script to add:
More suggestions remain welcome!
Romaine