https://github.com/Vesihiisi/batch-SDC currently supports wikibase-item and string data types.
If we also want to add "inception" and similar statements, we'll need to add support for the Time datatype.
Expected result: should support day, month and year timestamps
- ✔️ 2020-12-01
- ✔️ 2020-11
- ✔️ 2020
You can use something like pywikibot.WbTime(year=2020, month=2).toWikibase()
- Update readme