-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhistorical-events.json
81 lines (81 loc) · 1.32 KB
/
historical-events.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
[
{
"event": "Born in Kirklington",
"start_year": 1626
},
{
"event": "Moves to Dublin",
"start_year": 1632,
"approximate": true
},
{
"event": "Moves to Chester",
"start_year": 1642,
"end_year": 1643
},
{
"event": "Moves to Hipswell",
"start_year": 1644,
"end_year": 1659
},
{
"event": "Marries",
"start_year": 1651
},
{
"event": "Moves to East Newton",
"start_year": 1662
},
{
"event": "Widowed",
"start_year": 1668
},
{
"event": "Only adult son dies",
"start_year": 1692
},
{
"event": "Dies",
"start_year": 1707
},
{
"event": "Earl of Strafford executed",
"start_year": 1641,
"month": "May"
},
{
"event": "Irish Rebellion",
"start_year": 1641,
"month": "October"
},
{
"event": "Siege at Chester",
"start_year": 1643,
"month": "July"
},
{
"event": "Battle of Marston Moor",
"start_year": 1644,
"month": "July"
},
{
"event": "Battle of Naseby",
"start_year": 1645,
"month": "June"
},
{
"event": "Execution of Charles I",
"start_year": 1649,
"month": "January"
},
{
"event": "Interregnum",
"start_year": 1649,
"end_year": 1660
},
{
"event": "Restoration of Charles II",
"start_year": 1660,
"month": "May"
}
]