-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathupdated_file_two.json
More file actions
106 lines (106 loc) · 2.31 KB
/
updated_file_two.json
File metadata and controls
106 lines (106 loc) · 2.31 KB
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
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
{
"nodes": {
"0": {
"label": "Quaid-e-Azam Muhammad Ali Jinnah",
"category": "related",
"ner": "PERSON"
},
"1": {
"label": "Karachi",
"category": "related"
},
"2": {
"label": "Angela Merkel",
"category": "related",
"ner": "PERSON"
},
"3": {
"label": "Chancellor of Germany",
"category": "related"
},
"4": {
"label": "abc",
"category": "related",
"ner": "ORG"
},
"5": {
"label": "Elon Musk",
"category": "related",
"ner": "PERSON"
},
"6": {
"label": "elon musk",
"category": "related"
},
"7": {
"label": "SpaceX",
"category": "related"
},
"8": {
"label": "elon mus",
"category": "related"
}
},
"edges": [
{
"from": 0,
"to": 1,
"label": "place of birth",
"category": "related"
},
{
"from": 2,
"to": 3,
"label": "position held",
"category": "related"
},
{
"from": 3,
"to": 2,
"label": "officeholder",
"category": "related"
},
{
"from": 4,
"to": 5,
"label": "founded by",
"category": "related"
},
{
"from": 5,
"to": 4,
"label": "owner of",
"category": "related"
},
{
"from": 5,
"to": 6,
"label": "owner of",
"category": "related"
},
{
"from": 6,
"to": 7,
"label": "employer",
"category": "related"
},
{
"from": 6,
"to": 5,
"label": "owned by",
"category": "related"
},
{
"from": 5,
"to": 7,
"label": "owner of",
"category": "related"
},
{
"from": 5,
"to": 8,
"label": "owner of",
"category": "related"
}
]
}