User:Miraclepine/sandbox

Tasks edit

Feel free to help if you'd like.

  • English short descriptions for recent deaths.
    • SELECT ?item ?dod ?stct ?slct ?itemLabel ?itemDescription
      {
      	?item wdt:P570 ?dod
      	FILTER ( ?dod > "2016-07-30T00:00:00Z"^^xsd:dateTime)
      	FILTER ( ?dod > (now()-"P32D"^^xsd:duration) && ?dod < now() )
      	?item wdt:P31 wd:Q5 .
        	OPTIONAL { ?item wikibase:statements ?stct }
        	OPTIONAL { ?item wikibase:sitelinks ?slct }
          SERVICE wikibase:label { bd:serviceParam wikibase:language "en". }
      }
      ORDER BY DESC(?dod) ?item
      
      Try it!
  • Give English short descriptions to winners of Soviet Union awards.
  • Clean up items with generic The Peerage person ID (P4638) short descriptions
  • User:Miraclepine/award winners
  • Any straightforward way to save all the Wikidata edits at once instead of individually doing them piece-by-piece? So far WE-Framework doesn't have a lot of features I think could be useful (names and a lot of identitiers) while QuickStatements requires typing all the data by hand.

Low priority edit

Item creation TDL edit

Mysteries to be solved edit