-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmanchester.owl
347 lines (193 loc) · 5.32 KB
/
manchester.owl
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
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
Prefix: : <http://www.semanticweb.org/sh/ontologies/2017/11/untitled-ontology-8#>
Prefix: owl: <http://www.w3.org/2002/07/owl#>
Prefix: rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
Prefix: rdfs: <http://www.w3.org/2000/01/rdf-schema#>
Prefix: xml: <http://www.w3.org/XML/1998/namespace>
Prefix: xsd: <http://www.w3.org/2001/XMLSchema#>
Ontology: <http://www.semanticweb.org/sh/ontologies/2017/11/untitled-ontology-8>
AnnotationProperty: rdfs:comment
Datatype: rdf:PlainLiteral
ObjectProperty: belongs_to
InverseOf:
has
ObjectProperty: grounds
ObjectProperty: has
InverseOf:
belongs_to
ObjectProperty: has_an_sich_counterpart
InverseOf:
refers_to
ObjectProperty: is_composed_of
InverseOf:
is_part_of
ObjectProperty: is_part_of
InverseOf:
is_composed_of
ObjectProperty: refers_to
InverseOf:
has_an_sich_counterpart
Class: Adherence
EquivalentTo:
Quality
and Real
Class: Aggregate
EquivalentTo:
has some External_Quality,
is_composed_of min 2 owl:Thing
SubClassOf:
Object
Class: An_Sich_Realm
SubClassOf:
Not_Real,
Ontological_Realm
DisjointWith:
Linguistic_Realm, Mental_Realm
Class: Appearance
Class: Complex_Idea
SubClassOf:
Idea,
is_composed_of min 2 Idea
Class: Concept
EquivalentTo:
(not (Intuition))
and (not (is_composed_of some Intuition))
SubClassOf:
An_Sich_Realm
Class: Concepts
SubClassOf:
Idea
Class: Conceptual_Propositions
SubClassOf:
Proposition,
is_composed_of only Concepts
Class: Empirical_Propositions
SubClassOf:
Proposition,
(is_composed_of some Concepts)
and (is_composed_of some Intuitions)
and (is_composed_of min 3 Idea),
Annotations: rdfs:comment "This statement is redundant wrt to the first one."
is_composed_of some
(Concepts or Intuitions)
Class: External_Quality
EquivalentTo:
belongs_to some Aggregate
SubClassOf:
Quality
Class: Idea
EquivalentTo:
(not (Proposition))
and (is_part_of some Proposition)
SubClassOf:
An_Sich_Realm,
refers_to only Ontological_Realm
Class: Internal_Quality
SubClassOf:
Quality
Class: Intuition
EquivalentTo:
Simple_Idea
and Singular_Idea
SubClassOf:
An_Sich_Realm
Class: Intuitions
SubClassOf:
Idea
Class: Judgment
SubClassOf:
Mental_Realm,
has_an_sich_counterpart some Proposition
Class: Linguistic_Realm
SubClassOf:
Ontological_Realm,
Real
DisjointWith:
An_Sich_Realm, Mental_Realm
Class: Manifold
SubClassOf:
Aggregate
Class: Mental_Realm
SubClassOf:
Ontological_Realm,
Real
DisjointWith:
An_Sich_Realm, Linguistic_Realm
Class: Not_Consequences
SubClassOf:
Proposition
Class: Not_Real
DisjointWith:
Real
Class: Object
Class: Objectless_Idea
SubClassOf:
Idea,
not (refers_to some owl:Thing)
DisjointWith:
Objectual_Idea
Class: Objectual_Idea
SubClassOf:
Idea,
refers_to some owl:Thing
DisjointWith:
Objectless_Idea
Class: Ontological_Realm
Class: Proposition
SubClassOf:
An_Sich_Realm,
Annotations: rdfs:comment "not sure whehter this is a happy formalization"
grounds some Proposition,
is_composed_of only Idea,
is_composed_of exactly 3 Idea
Class: Pure_Object
EquivalentTo:
Object
and (not (Quality)),
not (refers_to some owl:Thing)
Class: Quality
EquivalentTo:
belongs_to some owl:Thing
SubClassOf:
Object
Class: Real
DisjointWith:
Not_Real
Class: Simple_Idea
SubClassOf:
Idea,
is_composed_of exactly 1 Idea
Class: Simple_Object
EquivalentTo:
not (is_composed_of some owl:Thing)
SubClassOf:
Object
Class: Singular_Idea
SubClassOf:
Idea,
Objectual_Idea
and (refers_to exactly 2 owl:Thing)
Class: Subjective_Idea
SubClassOf:
Appearance,
Mental_Realm,
has_an_sich_counterpart some Idea
Class: Substance
EquivalentTo:
Pure_Object
and Real
Class: Sum
SubClassOf:
Aggregate
Class: Symbolic_Idea
SubClassOf:
Idea,
(refers_to some Idea)
and (refers_to only Idea)
Class: Truths
SubClassOf:
Proposition
Class: owl:Thing
Individual: not_a_consequence
Types:
Annotations: rdfs:comment "the existence of this individual in the Not_Consequences class is to encode that there is a Proposition that is not a Consequence"
Not_Consequences