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
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
|
EquivalenceRelation ? (\x,y -> equal x y)
SymmetricRelation ? (\x,y -> disjoint x y)
EquivalenceRelation ? (\x,y -> relatedInternalConcept x y)
PartialOrderingRelation ? (\x,y -> subAttribute x y)
AsymmetricRelation ? (\x,y -> successorAttribute x y)
TransitiveRelation ? (\x,y -> successorAttributeClosure x y)
IrreflexiveRelation ? (\x,y -> successorAttributeClosure x y)
PartialOrderingRelation ? (\x,y -> part x y)
AsymmetricRelation ? (\x,y -> properPart x y)
TransitiveRelation ? (\x,y -> properPart x y)
PartialOrderingRelation ? (\x,y -> subCollection x y)
TransitiveRelation ? (\x,y -> lessThan x y)
IrreflexiveRelation ? (\x,y -> lessThan x y)
TransitiveRelation ? (\x,y -> greaterThan x y)
IrreflexiveRelation ? (\x,y -> greaterThan x y)
PartialOrderingRelation ? (\x,y -> lessThanOrEqualTo x y)
PartialOrderingRelation ? (\x,y -> greaterThanOrEqualTo x y)
IntentionalRelation ? ? (\x,y -> inScopeOfInterest x y)
ObjectAttitude ? ? (\x,y -> needs x y)
ObjectAttitude ? ? (\x,y -> wants x y)
PartialOrderingRelation ? (\x,y -> subList x y)
EquivalenceRelation ? (\x,y -> identicalListItems x y)
SymmetricRelation ? (\x,y -> relatedEvent x y)
AsymmetricRelation ? (\x,y -> causes x y)
EquivalenceRelation ? (\x,y -> copy x y)
AsymmetricRelation ? (\x,y -> crosses x y)
TransitiveRelation ? (\x,y -> crosses x y)
AsymmetricRelation ? (\x,y -> penetrates x y)
IntransitiveRelation ? (\x,y -> penetrates x y)
EquivalenceRelation ? (\x,y -> equivalentContentInstance x y)
PartialOrderingRelation ? (\x,y -> subsumesContentInstance x y)
TransitiveRelation ? (\x,y -> subProposition x y)
IrreflexiveRelation ? (\x,y -> subProposition x y)
TransitiveRelation ? (\x,y -> subPlan x y)
IrreflexiveRelation ? (\x,y -> subPlan x y)
AssociativeFunction ? (\x,y -> MultiplicationFn x y)
CommutativeFunction ? ? (\x,y -> MultiplicationFn x y)
AssociativeFunction ? (\x,y -> AdditionFn x y)
CommutativeFunction ? ? (\x,y -> AdditionFn x y)
AssociativeFunction ? (\x,y -> SubtractionFn x y)
AssociativeFunction ? (\x,y -> DivisionFn x y)
TransitiveRelation ? (\x,y -> multiplicativeFactor x y)
AssociativeFunction ? (\x,y -> MaxFn x y)
CommutativeFunction ? ? (\x,y -> MaxFn x y)
AssociativeFunction ? (\x,y -> MinFn x y)
CommutativeFunction ? ? (\x,y -> MinFn x y)
ReflexiveRelation ? (\x,y -> subGraph x y)
TransitiveRelation ? (\x,y -> subGraph x y)
TransitiveRelation ? (\x,y -> larger x y)
IrreflexiveRelation ? (\x,y -> larger x y)
TransitiveRelation ? (\x,y -> smaller x y)
IrreflexiveRelation ? (\x,y -> smaller x y)
PartialOrderingRelation ? (\x,y -> temporalPart x y)
TransitiveRelation ? (\x,y -> starts x y)
IrreflexiveRelation ? (\x,y -> starts x y)
TransitiveRelation ? (\x,y -> finishes x y)
IrreflexiveRelation ? (\x,y -> finishes x y)
IrreflexiveRelation ? (\x,y -> before x y)
TransitiveRelation ? (\x,y -> before x y)
PartialOrderingRelation ? (\x,y -> beforeOrEqual x y)
ReflexiveRelation ? (\x,y -> overlapsTemporally x y)
SymmetricRelation ? (\x,y -> overlapsTemporally x y)
TransitiveRelation ? (\x,y -> during x y)
IrreflexiveRelation ? (\x,y -> during x y)
AsymmetricRelation ? (\x,y -> meetsTemporally x y)
IntransitiveRelation ? (\x,y -> meetsTemporally x y)
TransitiveRelation ? (\x,y -> earlier x y)
IrreflexiveRelation ? (\x,y -> earlier x y)
EquivalenceRelation ? (\x,y -> cooccur x y)
ReflexiveRelation ? (\x,y -> connected x y)
SymmetricRelation ? (\x,y -> connected x y)
IrreflexiveRelation ? (\x,y -> meetsSpatially x y)
SymmetricRelation ? (\x,y -> meetsSpatially x y)
ReflexiveRelation ? (\x,y -> overlapsSpatially x y)
SymmetricRelation ? (\x,y -> overlapsSpatially x y)
SymmetricRelation ? (\x,y -> overlapsPartially x y)
IrreflexiveRelation ? (\x,y -> overlapsPartially x y)
IrreflexiveRelation ? (\x,y -> superficialPart x y)
TransitiveRelation ? (\x,y -> superficialPart x y)
AsymmetricRelation ? (\x,y -> surface x y)
AsymmetricRelation ? (\x,y -> interiorPart x y)
TransitiveRelation ? (\x,y -> interiorPart x y)
PartialOrderingRelation ? (\x,y -> subProcess x y)
TransitiveRelation ? (\x,y -> geographicSubregion x y)
AsymmetricRelation ? (\x,y -> geographicSubregion x y)
AsymmetricRelation ? (\x,y -> geopoliticalSubdivision x y)
TransitiveRelation ? (\x,y -> geopoliticalSubdivision x y)
SymmetricRelation ? (\x,y -> connectedEngineeringComponents x y)
IrreflexiveRelation ? (\x,y -> connectedEngineeringComponents x y)
SymmetricRelation ? (\x,y -> relative x y)
EquivalenceRelation ? (\x,y -> familyRelation x y)
TransitiveRelation ? (\x,y -> ancestor x y)
IrreflexiveRelation ? (\x,y -> ancestor x y)
AsymmetricRelation ? (\x,y -> parent x y)
IntransitiveRelation ? (\x,y -> parent x y)
SymmetricRelation ? (\x,y -> sibling x y)
IrreflexiveRelation ? (\x,y -> sibling x y)
SymmetricRelation ? (\x,y -> legalRelation x y)
SymmetricRelation ? (\x,y -> mutualAcquaintance x y)
IrreflexiveRelation ? (\x,y -> spouse x y)
SymmetricRelation ? (\x,y -> spouse x y)
PartialOrderingRelation ? (\x,y -> subOrganization x y)
SymmetricRelation ? (\x,y -> consistent x y)
PartialOrderingRelation ? (\x,y -> geometricPart x y)
|