Wikidata:CopyClear/monitor

Monitor pages to improve the quality and quantity of the copyright status of creators with works in collections.


werken in Wikidata edit

SELECT DISTINCT ?item

 WITH {
 SELECT ?item WHERE {
 ?item wdt:P31 wd:Q5.
 ?item wdt:P6379 ?collection.
 FILTER NOT EXISTS {?item wdt:P7763 []}.  
 FILTER NOT EXISTS {?item wdt:P570 []}.  
 FILTER NOT EXISTS {?item wdt:P1317 []}.  
 } 
 } AS %results
 WHERE {
   INCLUDE %results.
 {?object wdt:P170 ?item.
  ?object wdt:P571 ?creatiedatum.
 #TODO: GROUP by YEAR and filter on most recent date
 }#maker

}