-
Notifications
You must be signed in to change notification settings - Fork 13
/
predicate_mapping.json
41 lines (41 loc) · 1.58 KB
/
predicate_mapping.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
{
"related_to": "related_to",
"physically_interacts_with": "physically_interacts_with",
"affects": "affected_by",
"affected_by": "affects",
"negatively_regulates_entity_to_entity": "negatively_regulated_by_entity_to_entity",
"positively_regulates_entity_to_entity": "positively_regulated_by_entity_to_entity",
"negatively_regulated_by_entity_to_entity": "negatively_regulates_entity_to_entity",
"positively_regulated_by_entity_to_entity": "positively_regulates_entity_to_entity",
"positively_regulates": "positively_regulated_by",
"positively_regulated_by": "positively_regulates",
"negatively_regulates": "negatively_regulated_by",
"disrupts": "disrupted_by",
"disrupted_by": "disrupts",
"coexists_with": "coexists_with",
"coexpressed_with": "coexpressed_with",
"predisposes": "predisposed_by",
"predisposed_by": "predisposes",
"causes": "caused_by",
"caused_by": "causes",
"treats": "treated_by",
"treated_by": "treats",
"prevents": "prevented_by",
"prevented_by": "prevents",
"occurs_in": "in_which_occured",
"in_which_occured": "occurs_in",
"location_of": "located_in",
"located_in": "location_of",
"part_of": "has_part",
"has_part": "part_of",
"derives_into": "derives_from",
"derives_from": "derives_into",
"manifestation_of": "manifested_by",
"manifested_by": "manifestation_of",
"produces": "produced_by",
"produced_by": "produces",
"precedes": "preceded_by",
"preceded_by": "precedes",
"subclass_of": "superclass_of",
"superclass_of": "subclass_of"
}