query-55e876c3d496e53a98a7ffa35ae62023

rq turtle/ttl

Bot didn't respect "attributed to" 19:40, 4 February 2018 (UTC)) talk (Marsupium hasn't respected the "attributed to" in 2015. No idea how many items are affected by this issue. How can we find and fix them? --ShonagonBot (Q18685950)Gustav III, King of Sweden, in a Gustavus Adolphus inspired dress For were made in 2014, and there was no policy at this time on attribution. It was the first massive creation of artworks items from Wikimedia Commons. Yes, it is possible to find similar cases :ShonagonBotThose edits of ,MarsupiumHello

Use at

PREFIX wdt: <http://www.wikidata.org/prop/direct/>
SELECT DISTINCT ?item ?img WHERE
{
    ?item wdt:P18 ?img .
    FILTER(STRSTARTS(STR(?img), 'http://commons.wikimedia.org/wiki/Special:FilePath/Attributed%20to')) .
}

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v1("?img"):::projected v2("?item"):::projected f0[["starts-with(str(?img),'http://commons.wikimedia.org/wiki/Special:FilePath/Attributed%20to')"]] f0 --> v1 v2 --"wdt:P18"--> v1