-
Notifications
You must be signed in to change notification settings - Fork 5
/
B.1_DILI-three-hop.json
38 lines (38 loc) · 1.17 KB
/
B.1_DILI-three-hop.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
{
"message": {
"query_graph": {
"nodes": {
"n0": {
"ids": ["MONDO:0005359", "SNOMEDCT:197354009"],
"categories": ["biolink:DiseaseOrPhenotypicFeature"]
},
"n1": {
"categories": ["biolink:DiseaseOrPhenotypicFeature"]
},
"n2": {
"categories": ["biolink:Gene"]
},
"n3": {
"categories": ["biolink:Drug"]
}
},
"edges": {
"e01": {
"subject": "n0",
"object": "n1",
"predicates": ["biolink:has_real_world_evidence_of_association_with"]
},
"e02": {
"subject": "n2",
"object": "n1",
"predicates": ["biolink:gene_associated_with_condition"]
},
"e03": {
"subject": "n3",
"object": "n2",
"predicates": ["biolink:affects"]
}
}
}
}
}