Create a list of events for any Wikidata item for creating a timeline. Craft a SPARQL query that reads all the statements for an item that have dates as values and as qualifier values. Combine with statements from important linked items with dates as values (such as family members' birthdays or creation dates of works).
Columns in the results tableSome thoughts of how this could be broken up to parts
* Event (Wikidata item)# Events that are directly declared in the topic, such as birth, death, creation dates etc.
* Event link# Directly declared events from significant linked topics such as the birth and death days of close family, creation dates of works as an author --> how to define significant related events?
* Relation (Wikidata property)# Every statement on the topic that has a date as a qualifier
Example results for Akseli Gallen-Kallela (Q170068)
| Item label | Item | Relation label | Relation | Property label | Property | Date / Start date | End date | Desired display | Type
* Relation link|--|--|--|--|--|--|--|--|--|--
* Date / Start date| Akseli | Q19274318 | | | first name | P735 | 1907 | (deathdate) | First name Akseli | 1
* End date
Some thoughts of how this could be broken up to parts| | | | | date of birth | P569 | 1865-04-26 | | Birth | 1
# Events that are directly declared in the topic, such as birth, death, creation dates etc.| Mary Slöör | QID | | | spouse | P26 | date | (deathdate) | Marriage with Mary Slöör | 1
# Directly declared events from significant linked topics such as the birth and death days of close family, creation dates of works as an author --> how to define significant related events?| Kirsti Gallén | QID | child | P40 / P22 (inverse) | date of birth | P569 | date | | Birth of (daughter) Kirsti Gallén | 2
| Lemminkäinen's Mother | Q3541051 | creator | P170 (inverse) | inception | P571 | 1897 | | Lemminkäinen's Mother | 2
| diphtheria | | | | medical condition | P1050 | 1886 | | Diphtheria | 3
# Every statement on the topic that has a date as a qualifier