-
Notifications
You must be signed in to change notification settings - Fork 1
/
relation_map.json
77 lines (76 loc) · 3.04 KB
/
relation_map.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
{
"antonym": "{0} is the opposite of {1}",
"atlocation": "you are likely to find {0} in {1}",
"capableof": "{0} can {1}",
"causes": "sometimes, {0} causes {1}",
"causesdesire": "{0} makes people want {1}",
"createdby": "{1} is created by {0}",
"dbpedia": "{0} is conceptually related to {1}",
"definedas": "{0} is defined as {1}",
"derivedfrom": "the word {0} is derived from the word {1}",
"desires": "{0} wants {1}",
"desireof": "{0} wants {1}",
"distinctfrom": "it cannot be both {0} and {1}",
"entails": "if {0} is happening, {1} is also happening",
"etymologicallyderivedfrom": "the word {0} comes from the word {1}",
"etymologicallyrelatedto": "the word {0} and the word {1} have the same origin",
"externalurl": "{0} is described at the following url {1}",
"field": "{0} belongs to the field of {1}",
"formof": "{0} is a form of the word {1}",
"genre": "{0} has genre {1}",
"genus": "{0} has genre {1}",
"hasa": "{0} has {1}",
"hascontext": "{0} is used in the context of {1}",
"hasfirstsubevent": "the first thing you do when you {0} is {1}",
"haslastsubevent": "the last thing you do when you {0} is {1}",
"hasprerequisite": "something you need to do before you {0} is {1}",
"hasproperty": "{0} is {1}",
"hassubevent": "something you might do while {0} is {1}",
"haspaincharacter": "{0} has pain character {1}",
"haspainintensity": "{0} has pain intensity {1}",
"hinderedby": "{0} is hindered by {1}",
"inheritsfrom": "{0} inherits from {1}",
"instanceof": "{0} is an example of {1}",
"isa": "{0} is {1}",
"isafter": "After {0}, {1} happens.",
"isbefore": "Before {0}, {1} happens.",
"isfilledby": "{0} is filled by {1}",
"knownfor": "{0} is known for {1}",
"leader": "{0} is the leader of {1}",
"locatednear": "{0} is located near {1}",
"locationofaction": "{0} is located near {1}",
"madeof": "{0} is made of {1}",
"madeupof": "{0} is made up of {1}",
"mannerof": "{0} is a specific way of doing {1}",
"motivatedbygoal": "you would {0} because you want to {1}",
"notcapableof": "{0} is not capable of {1}",
"notdesires": "{0} does not want {1}",
"nothasproperty": "{0} does not have the property of {1}",
"notisa": "{0} is not {1}",
"nothasa": "{0} has no {1}",
"notmadeof": "{0} is not made of {1}",
"notusedfor": "{0} is not used for {1}",
"obstructedby": "{0} can be prevented by {1}",
"objectuse": "{0} is used for {1}",
"occupation": "{0} has the occupation {1}",
"partof": "{1} has {0}",
"product": "{0} is a product of {1}",
"receivesaction": "{0} can be {1} ",
"relatedto": "{0} is like {1}",
"similarto": "{0} is similar to {1}.",
"simlarto": "{0} is similar to {1}",
"symbolof": "{0} is a symbol of {1}",
"synonym": "{0} and {1} have similar meaning",
"synonyms": "{0} and {1} are have similar meanings",
"usedfor": "{0} is used for {1}",
"xintent": "Because {0} wanted {1}",
"xneed": "Before, {0} needed {1}",
"oeffect": "Others then {1}",
"oreact": "As a result, others feel {1}",
"owant": "As a result, others want {1}",
"xeffect": "{0} then {1}",
"xreact": "As a result, {0} feels {1}",
"xreason": "{0} reasons {1}",
"xwant": "As a result, {0} wants {1}",
"xattr": "{0} is seen as {1}"
}