rockerritesh commited on
Commit
a5f66c3
·
verified ·
1 Parent(s): 8983104

Upload test.json

Browse files
Files changed (1) hide show
  1. test.json +67 -0
test.json ADDED
@@ -0,0 +1,67 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "nodes": [
3
+ {"id": "Gandhi", "label": "Gandhi"},
4
+ {"id": "Nonviolence", "label": "Nonviolence (Ahimsa)"},
5
+ {"id": "PoliticalField", "label": "Political Field"},
6
+ {"id": "IndianThought", "label": "Indian Religious Thought"},
7
+ {"id": "Dharma", "label": "Highest Dharma"},
8
+ {"id": "LivingBeings", "label": "All Living Beings (Sarvbhuta)"},
9
+ {"id": "Autobiography", "label": "The Story of My Experiments with Truth"},
10
+ {"id": "Violence", "label": "Violence"},
11
+ {"id": "Cowardice", "label": "Cowardice"},
12
+ {"id": "India", "label": "India"},
13
+ {"id": "Arms", "label": "Resort to Arms"},
14
+ {"id": "Honor", "label": "Honor"},
15
+ {"id": "Gandhi", "label": "Mohandas Karamchand Gandhi"},
16
+ {"id": "Nonviolence", "label": "Nonviolent Resistance"},
17
+ {"id": "IndiaIndependence", "label": "India's Independence"},
18
+ {"id": "CivilRights", "label": "Civil Rights Movements"},
19
+ {"id": "SouthAfrica", "label": "South Africa"},
20
+ {"id": "HinduFamily", "label": "Hindu Family"},
21
+ {"id": "Gujarat", "label": "Coastal Gujarat"},
22
+ {"id": "InnerTemple", "label": "Inner Temple, London"},
23
+ {"id": "IndianNationalCongress", "label": "Indian National Congress"},
24
+ {"id": "DandiSaltMarch", "label": "Dandi Salt Maarch (1930)"},
25
+ {"id": "QuitIndia", "label": "Quit India Movement (1942)"},
26
+ {"id": "ReligiousPluralism", "label": "Religious Pluralism"},
27
+ {"id": "Partition", "label": "Partition of British India (1947)"},
28
+ {"id": "ReligiousViolence", "label": "Religious Violence"},
29
+ {"id": "HungerStrike", "label": "Hunger Strikes"},
30
+ {"id": "Assassination", "label": "Assassination"},
31
+ {"id": "NathuramGodse", "label": "Nathuram Godse"},
32
+ {"id": "GandhiJayanti", "label": "Gandhi Jayanti (2 October)"},
33
+ {"id": "Bapu", "label": "Bapu (Father)"}
34
+ ],
35
+ "edges": [
36
+ {"source": "Gandhi", "target": "Nonviolence", "label": "Applied in Politics"},
37
+ {"source": "Nonviolence", "target": "PoliticalField", "label": "Applied On Large Scale"},
38
+ {"source": "Nonviolence", "target": "IndianThought", "label": "Originates From"},
39
+ {"source": "Nonviolence", "target": "Dharma", "label": "Considered As"},
40
+ {"source": "Dharma", "target": "LivingBeings", "label": "Applied Towards"},
41
+ {"source": "Gandhi", "target": "Autobiography", "label": "Explained Philosophy"},
42
+ {"source": "Gandhi", "target": "Violence", "label": "Preferred Over Cowardice"},
43
+ {"source": "Violence", "target": "Cowardice", "label": "Superior To"},
44
+ {"source": "India", "target": "Arms", "label": "Defend Honor With"},
45
+ {"source": "India", "target": "Honor", "label": "Must Protect"},
46
+ {"source": "Gandhi", "target": "Nonviolence", "label": "Employed for Political Campaigns"},
47
+ {"source": "Nonviolence", "target": "IndiaIndependence", "label": "Used to Achieve"},
48
+ {"source": "Gandhi", "target": "CivilRights", "label": "Inspired Movements Globally"},
49
+ {"source": "Gandhi", "target": "SouthAfrica", "label": "Lived for 21 Years"},
50
+ {"source": "Gandhi", "target": "HinduFamily", "label": "Born in"},
51
+ {"source": "HinduFamily", "target": "Gujarat", "label": "Located in"},
52
+ {"source": "Gandhi", "target": "InnerTemple", "label": "Trained in Law"},
53
+ {"source": "Gandhi", "target": "IndianNationalCongress", "label": "Led in 1921"},
54
+ {"source": "IndianNationalCongress", "target": "IndiaIndependence", "label": "Campaigns for"},
55
+ {"source": "Gandhi", "target": "DandiSaltMarch", "label": "Led to Protest Salt Tax"},
56
+ {"source": "Gandhi", "target": "QuitIndia", "label": "Called for British Exit"},
57
+ {"source": "Gandhi", "target": "ReligiousPluralism", "label": "Vision of India"},
58
+ {"source": "ReligiousPluralism", "target": "Partition", "label": "Challenged by Muslim Nationalism"},
59
+ {"source": "Partition", "target": "ReligiousViolence", "label": "Resulted in"},
60
+ {"source": "Gandhi", "target": "ReligiousViolence", "label": "Attempted to Stop"},
61
+ {"source": "Gandhi", "target": "HungerStrike", "label": "Used to Protest Violence"},
62
+ {"source": "Gandhi", "target": "Assassination", "label": "Killed in 1948"},
63
+ {"source": "Assassination", "target": "NathuramGodse", "label": "Perpetrated by"},
64
+ {"source": "Gandhi", "target": "GandhiJayanti", "label": "Birthday Celebrated"},
65
+ {"source": "Gandhi", "target": "Bapu", "label": "Known as"}
66
+ ]
67
+ }