-
Notifications
You must be signed in to change notification settings - Fork 3
/
dolce-very-lite.owl
894 lines (893 loc) · 61.8 KB
/
dolce-very-lite.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
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
<?xml version="1.0"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:owl="http://www.w3.org/2002/07/owl#"
xmlns="http://comm.semanticweb.org/dolce-very-lite.owl#"
xmlns:xsd="http://www.w3.org/2001/XMLSchema#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xml:base="http://comm.semanticweb.org/dolce-very-lite.owl">
<owl:Ontology rdf:about="">
<rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
>The DOLCE and DnS ontologies. OWL engineering by Aldo Gangemi.</rdfs:comment>
<owl:versionInfo rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
>classified</owl:versionInfo>
<owl:versionInfo rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
>397</owl:versionInfo>
</owl:Ontology>
<owl:Class rdf:ID="non-physical-endurant">
<rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
>An endurant with no mass, generically constantly depending on some agent. Non-physical endurants can have physical constituents (e.g. in the case of members of a collection).</rdfs:comment>
<rdfs:subClassOf>
<owl:Class rdf:ID="endurant"/>
</rdfs:subClassOf>
</owl:Class>
<owl:Class rdf:ID="quality-space">
<rdfs:subClassOf>
<owl:Class rdf:ID="region"/>
</rdfs:subClassOf>
<rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
>A quality space is a topologically maximal region. The constraint of maximality cannot be given completely in OWL, but a constraint is given that creates a partition out of all quality spaces (e.g. no two quality spaces can overlap mereologically).</rdfs:comment>
</owl:Class>
<owl:Class rdf:ID="set">
<rdfs:subClassOf>
<owl:Class rdf:ID="abstract"/>
</rdfs:subClassOf>
<rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
>A mathematical set.</rdfs:comment>
</owl:Class>
<owl:Class rdf:ID="physical-endurant">
<rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
>An endurant having a direct physical (at least spatial) quality.</rdfs:comment>
<rdfs:subClassOf>
<owl:Class rdf:about="#endurant"/>
</rdfs:subClassOf>
</owl:Class>
<owl:Class rdf:ID="time-interval">
<rdfs:subClassOf>
<owl:Class rdf:ID="temporal-region"/>
</rdfs:subClassOf>
<rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
>A temporal region, measured according to a calendar.</rdfs:comment>
</owl:Class>
<owl:Class rdf:ID="temporal-location_q">
<rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
>A temporal location quality.</rdfs:comment>
<rdfs:subClassOf>
<owl:Class rdf:ID="temporal-quality"/>
</rdfs:subClassOf>
</owl:Class>
<owl:Class rdf:ID="particular">
<rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
>AKA 'entity'.Any individual in the DOLCE domain of discourse. The extensional coverage of DOLCE is as large as possible, since it ranges on 'possibilia', i.e all possible individuals that can be postulated by means of DOLCE axioms. Possibilia include physical objects, substances, processes, qualities, conceptual regions, non-physical objects, collections and even arbitrary sums of objects.The class 'particular' features a covering partition that includes: endurant, perdurant, quality, and abstract. There are also some subclasses defined as unions of subclasses of 'particular' for special purposes: spatio-temporal-particular (any particular except abstracts)- physical-realization (any realization of an information object, defined in the ExtendedDnS ontology).</rdfs:comment>
</owl:Class>
<owl:Class rdf:ID="proposition">
<rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
>The abstract content of a proposition. Abstract content is purely combinatorial: from this viewpoint, any content that can be generated by means of combinatorial rules is assumed to exist in the domain of quantification (reified abstracts).</rdfs:comment>
<rdfs:subClassOf>
<owl:Class rdf:about="#abstract"/>
</rdfs:subClassOf>
</owl:Class>
<owl:Class rdf:ID="dependent-place">
<rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
>A feature that is not part of its host, like a hole in a piece of cheese, the underneath of a table, the front of a house, or the shadow of a tree.</rdfs:comment>
<rdfs:subClassOf>
<owl:Class rdf:ID="feature"/>
</rdfs:subClassOf>
</owl:Class>
<owl:Class rdf:ID="abstract-quality">
<rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
>A quality inherent in a non-physical endurant.</rdfs:comment>
<rdfs:subClassOf>
<owl:Class rdf:ID="quality"/>
</rdfs:subClassOf>
</owl:Class>
<owl:Class rdf:about="#temporal-quality">
<rdfs:subClassOf>
<owl:Class rdf:about="#quality"/>
</rdfs:subClassOf>
<rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
>A quality inherent in a perdurant.</rdfs:comment>
</owl:Class>
<owl:Class rdf:about="#region">
<rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
>We distinguish between a quality (e.g., the color of a specific rose), and its value (e.g., a particular shade of red). The latter is called quale, and describes the position of an individual quality within a certain conceptual space (called here quality space) Gardenfors (2000). So when we say that two roses have (exactly) the same color, we mean that their color qualities, which are distinct, have the same position in the color space, that is they have the same color quale.</rdfs:comment>
<rdfs:subClassOf>
<owl:Class rdf:about="#abstract"/>
</rdfs:subClassOf>
</owl:Class>
<owl:Class rdf:ID="amount-of-matter">
<rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
>The common trait of amounts of matter is that they are endurants with no unity (according to Gangemi et a. 2001 none of them is an essential whole). Amounts of matter - 'stuffs' referred to by mass nouns like 'gold', 'iron', 'wood', 'sand', 'meat', etc. - are mereologically invariant, in the sense that they change their identity when they change some parts.</rdfs:comment>
<rdfs:subClassOf rdf:resource="#physical-endurant"/>
</owl:Class>
<owl:Class rdf:about="#endurant">
<rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
>The main characteristic of endurants is that all of them are independent essential wholes. This does not mean that the corresponding property (being an endurant) carries proper unity, since there is no common unity criterion for endurants. Endurants can 'genuinely' change in time, in the sense that the very same endurant as a whole can have incompatible properties at different times. To see this, suppose that an endurant - say 'this paper' - has a property at a time t 'it's white', and a different, incompatible property at time t' 'it's yellow': in both cases we refer to the whole object, without picking up any particular part of it. Within endurants, we distinguish between physical and non-physical endurants, according to whether they have direct spatial qualities. Within physical endurants, we distinguish between amounts of matter, objects, and features.</rdfs:comment>
<rdfs:subClassOf>
<owl:Class rdf:ID="spatio-temporal-particular"/>
</rdfs:subClassOf>
</owl:Class>
<owl:Class rdf:ID="spatial-location_q">
<rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
>A physical quality, q-located in (whose value is given within) ordinary spaces (geographical coordinates, cosmological positions, anatomical axes, etc.).</rdfs:comment>
<rdfs:subClassOf>
<owl:Class rdf:ID="physical-quality"/>
</rdfs:subClassOf>
</owl:Class>
<owl:Class rdf:ID="perdurant">
<rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
>Perdurants (AKA occurrences) comprise what are variously called events, processes, phenomena, activities and states. They can have temporal parts or spatial parts. For instance, the first movement of (an execution of) a symphony is a temporal part of the symphony. On the other hand, the play performed by the left side of the orchestra is a spatial part. In both cases, these parts are occurrences themselves. We assume that objects cannot be parts of occurrences, but rather they participate in them. Perdurants extend in time by accumulating different temporal parts, so that, at any time they are present, they are only partially present, in the sense that some of their proper temporal parts (e.g., their previous or future phases) may be not present. E.g., the piece of paper you are reading now is wholly present, while some temporal parts of your reading are not present yet, or any more. Philosophers say that endurants are entities that are in time, while lacking temporal parts (so to speak, all their parts flow with them in time). Perdurants, on the contrary, are entities that happen in time, and can have temporal parts (all their parts are fixed in time).</rdfs:comment>
<rdfs:subClassOf>
<owl:Class rdf:about="#spatio-temporal-particular"/>
</rdfs:subClassOf>
</owl:Class>
<owl:Class rdf:about="#quality">
<rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
>Qualities can be seen as the basic entities we can perceive or measure: shapes, colors, sizes, sounds, smells, as well as weights, lengths, electrical charges... 'Quality' is often used as a synonymous of 'property', but this is not the case in this upper ontology: qualities are particulars, properties are universals. Qualities inhere to entities: every entity (including qualities themselves) comes with certain qualities, which exist as long as the entity exists.</rdfs:comment>
<rdfs:subClassOf>
<owl:Class rdf:about="#spatio-temporal-particular"/>
</rdfs:subClassOf>
</owl:Class>
<owl:Class rdf:ID="process">
<rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
>Within stative occurrences, we distinguish between states and processes according to homeomericity: sitting is classified as a state but running is classified as a process, since there are (very short) temporal parts of a running that are not themselves runnings. In general, processes differ from situations because they are not assumed to have a description from which they depend. They can be sequenced by some course, but they do not require a description as a unifying criterion. On the other hand, at any time, one can conceive a description that asserts the constraints by which a process of a certian type is such, and in this case, it becomes a situation. Since the decision of designing an explicit description that unifies a perdurant depends on context, task, interest, application, etc., when aligning an ontology do DLP, there can be indecision on where to align a process-oriented class. For example, in the WordNet alignment, we have decided to put only some physical processes under 'process', e.g. 'organic process', in order to stress the social orientedness of DLP. But whereas we need to talk explicitly of the criteria by which we conceive organic processes, these will be put under 'situation'. Similar considerations are made for the other types of perdurants in DOLCE. A different notion of event (dealing with change) is currently investigated for further developments: being 'achievement', 'accomplishment', 'state', 'event', etc. can be also considered 'aspects' of processes or of parts of them. For example, the same process 'rock erosion in the Sinni valley' can be conceptualized as an accomplishment (what has brought the current state that e.g. we are trying to explain), as an achievement (the erosion process as the result of a previous accomplishment), as a state (if we collapse the time interval of the erosion into a time point), or as an event (what has changed our focus from a state to another). In the erosion case, we could have good motivations to shift from one aspect to another: a) causation focus, b) effectual focus, c) condensation d) transition (causality). If we want to consider all the aspects of a process together, we need to postulate a unifying descriptive set of criteria (i.e. a 'description'), according to which that process is circumstantiated in a 'situation'. The different aspects will arise as a parts of a same situation.</rdfs:comment>
<rdfs:subClassOf>
<owl:Class rdf:ID="stative"/>
</rdfs:subClassOf>
</owl:Class>
<owl:Class rdf:ID="state">
<rdfs:subClassOf>
<owl:Class rdf:about="#stative"/>
</rdfs:subClassOf>
<rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
>Within stative occurrences, we distinguish between states and processes according to homeomericity: sitting is classified as a state but running is classified as a process, since there are (very short) temporal parts of a running that are not themselves runnings.In general, states differ from situations because they are not assumed to have a description from which they depend. They can be sequenced by some course, but they do not require a description as a unifying criterion.On the other hand, at any time, one can conceive a description that asserts the constraints by which a state of a certian type is such, and in this case, it becomes a situation.Since the decision of designing an explicit description that unifies a perdurant depends on context, task, interest, application, etc., when aligning an ontology do DLP, there can be indecision on where to align a state-oriented class. For example, in the WordNet alignment, we have decided to put only some physical states under 'state', e.g. 'turgor', in order to stress the social orientedness of DLP. But whereas we need to talk explicitly of the criteria by which we conceive turgor states, these will be put under 'situation'.Similar considerations are made for the other types of perdurants in DOLCE.A different notion of event (dealing with change) is currently investigated for further developments: being 'achievement', 'accomplishment', 'state', 'event', etc. can be also considered 'aspects' of processes or of parts of them. For example, the same process 'rock erosion in the Sinni valley' can be conceptualized as an accomplishment (what has brought the current state that e.g. we are trying to explain), as an achievement (the erosion process as the result of a previous accomplishment), as a state (if we collapse the time interval of the erosion into a time point), or as an event (what has changed our focus from a state to another).In the erosion case, we could have good motivations to shift from one aspect to another: a) causation focus, b) effectual focus, c) condensation d) transition (causality).If we want to consider all the aspects of a process together, we need to postulate a unifying descriptive set of criteria (i.e. a 'description'), according to which that process is circumstantiated in a 'situation'. The different aspects will arise as a parts of a same situation.</rdfs:comment>
</owl:Class>
<owl:Class rdf:ID="event">
<rdfs:subClassOf rdf:resource="#perdurant"/>
<rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
>An occurrence-type is stative or eventive according to whether it holds of the mereological sum of two of its instances, i.e. if it is cumulative or not. A sitting occurrence is stative since the sum of two sittings is still a sitting occurrence.In general, events differ from situations because they are not assumed to have a description from which they depend. They can be sequenced by some course, but they do not require a description as a unifying criterion.On the other hand, at any time, one can conceive a description that asserts the constraints by which an event of a certian type is such, and in this case, it becomes a situation.Since the decision of designing an explicit description that unifies a perdurant depends on context, task, interest, application, etc., when aligning an ontology do DLP, there can be indecision on where to align an event-oriented class. For example, in the WordNet alignment, we have decided to put only some physical events under 'event', e.g. 'discharge', in order to stress the social orientedness of DLP. But whereas we need to talk explicitly of the criteria by which we conceive discharge events, these will be put under 'situation'.Similar considerations are made for the other types of perdurants in DOLCE.A different notion of event (dealing with change) is currently investigated for further developments: being 'achievement', 'accomplishment', 'state', 'event', etc. can be also considered 'aspects' of processes or of parts of them. For example, the same process 'rock erosion in the Sinni valley' can be conceptualized as an accomplishment (what has brought the current state that e.g. we are trying to explain), as an achievement (the erosion process as the result of a previous accomplishment), as a state (if we collapse the time interval of the erosion into a time point), or as an event (what has changed our focus from a state to another).In the erosion case, we could have good motivations to shift from one aspect to another: a) causation focus, b) effectual focus, c) condensation d) transition (causality).If we want to consider all the aspects of a process together, we need to postulate a unifying descriptive set of criteria (i.e. a 'description'), according to which that process is circumstantiated in a 'situation'. The different aspects will arise as a parts of a same situation.</rdfs:comment>
</owl:Class>
<owl:Class rdf:ID="space-region">
<rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
>An ordinary space: geographical, cosmological, anatomical, topographic, etc.</rdfs:comment>
<rdfs:subClassOf>
<owl:Class rdf:ID="physical-region"/>
</rdfs:subClassOf>
</owl:Class>
<owl:Class rdf:about="#physical-region">
<rdfs:subClassOf rdf:resource="#region"/>
<rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
>A region at which only physical qualities can be directly located. It assumes some metrics for physical properties.</rdfs:comment>
</owl:Class>
<owl:Class rdf:ID="quale">
<rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
>An atomic region.</rdfs:comment>
<rdfs:subClassOf>
<owl:Class rdf:about="#abstract"/>
</rdfs:subClassOf>
</owl:Class>
<owl:Class rdf:about="#spatio-temporal-particular">
<rdfs:subClassOf rdf:resource="#particular"/>
<rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
>Dummy class for optimizing some property universes. It includes all entities that are not reifications of universals ('abstracts'), i.e. those entities that are in space-time.</rdfs:comment>
</owl:Class>
<owl:Class rdf:about="#abstract">
<rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
>The main characteristic of abstract entities is that they do not have spatial nor temporal qualities, and they are not qualities themselves. The only class of abstract entities we consider in the present version of the upper ontology is that of quality regions (or simply regions). Quality spaces are special kinds of quality regions, being mereological sums of all the regions related to a certain quality type. The other examples of abstract entities (sets and facts) are only indicative.</rdfs:comment>
<rdfs:subClassOf rdf:resource="#particular"/>
</owl:Class>
<owl:Class rdf:ID="spatio-temporal-region">
<rdfs:subClassOf rdf:resource="#space-region"/>
<rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
>Any region resulting from the composition of a space region with a temporal region, i.e. being present in region r at time t.</rdfs:comment>
</owl:Class>
<owl:Class rdf:ID="achievement">
<rdfs:subClassOf rdf:resource="#event"/>
<rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
>Eventive occurrences (events) are called achievements if they are atomic, otherwise they are accomplishments.Further developments: being 'achievement', 'accomplishment', 'state', 'event', etc. can be also considered 'aspects' of processes or of parts of them. For example, the same process 'rock erosion in the Sinni valley' can be seen as an accomplishment (what has brought the current state that e.g. we are trying to explain), as an achievement (the erosion process as the result of a previous accomplishment), as a state (collapsing the time interval of the erosion into a time point), as an event (what has changed our focus from a state to another).In the erosion case, we could have good motivations to shift from one aspect to another: a) causation focus, b) effectual focus, c) condensation d) transition (causality).</rdfs:comment>
</owl:Class>
<owl:Class rdf:about="#physical-quality">
<rdfs:subClassOf rdf:resource="#quality"/>
<rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
>A quality inherent in a physical endurant.</rdfs:comment>
</owl:Class>
<owl:Class rdf:ID="abstract-region">
<rdfs:subClassOf rdf:resource="#region"/>
<rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
>A region at which only abstract qualities can be directly located. It assumes some metrics for abstract (neither physical nor temporal) properties.</rdfs:comment>
</owl:Class>
<owl:Class rdf:ID="accomplishment">
<rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
>Eventive occurrences (events) are called achievements if they are atomic, otherwise they are accomplishments.Further developments: being 'achievement', 'accomplishment', 'state', 'event', etc. can be also considered 'aspects' of processes or of parts of them. For example, the same process 'rock erosion in the Sinni valley' can be seen as an accomplishment (what has brought the current state that e.g. we are trying to explain), as an achievement (the erosion process as the result of a previous accomplishment), as a state (collapsing the time interval of the erosion into a time point), as an event (what has changed our focus from a state to another).In the erosion case, we could have good motivations to shift from one aspect to another: a) causation focus, b) effectual focus, c) condensation d) transition (causality).</rdfs:comment>
<rdfs:subClassOf rdf:resource="#event"/>
</owl:Class>
<owl:Class rdf:about="#stative">
<rdfs:subClassOf rdf:resource="#perdurant"/>
<rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
>An occurrence-type is stative or eventive according to whether it holds of the mereological sum of two of its instances, i.e. if it is cumulative or not. A sitting occurrence is stative since the sum of two sittings is still a sitting occurrence.</rdfs:comment>
</owl:Class>
<owl:Class rdf:about="#temporal-region">
<rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
>A region at which only temporal qualities can be directly located. It assumes a metrics for time.</rdfs:comment>
<rdfs:subClassOf rdf:resource="#region"/>
</owl:Class>
<owl:Class rdf:ID="relevant-part">
<rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
>Features that are relevant parts of their host, like a bump or an edge.</rdfs:comment>
<rdfs:subClassOf>
<owl:Class rdf:about="#feature"/>
</rdfs:subClassOf>
</owl:Class>
<owl:Class rdf:ID="physical-object">
<rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
>The main characteristic of physical objects is that they are endurants with unity. However, they have no common unity criterion, since different subtypes of objects may have different unity criteria. Differently from aggregates, (most) physical objects change some of their parts while keeping their identity, they can have therefore temporary parts. Often physical objects (indeed, all endurants) are ontologically independent from occurrences (discussed below). However, if we admit that every object has a life, it is hard to exclude a mutual specific constant dependence between the two. Nevertheless, we may still use the notion of dependence to (weakly) characterize objects as being not specifically constantly dependent on other objects.</rdfs:comment>
<rdfs:subClassOf rdf:resource="#physical-endurant"/>
</owl:Class>
<owl:Class rdf:ID="non-physical-object">
<rdfs:subClassOf rdf:resource="#non-physical-endurant"/>
<rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
>Formerly known as description. A unitary endurant with no mass (non-physical), generically constantly depending on some agent, on some communication act, and indirectly on some agent participating in that act. Both descriptions (in the now current sense) and concepts are non-physical objects.</rdfs:comment>
</owl:Class>
<owl:Class rdf:about="#feature">
<rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
>Features are 'parasitic entities', that exist insofar their host exists. Typical examples of features are holes, bumps, boundaries, or spots of color. Features may be relevant parts of their host, like a bump or an edge, or dependent regions like a hole in a piece of cheese, the underneath of a table, the front of a house, or the shadow of a tree, which are not parts of their host. All features are essential wholes, but no common unity criterion may exist for all of them. However, typical features have a topological unity, as they are singular entities.Here only features of physical endurants are considered.</rdfs:comment>
<rdfs:subClassOf rdf:resource="#physical-endurant"/>
</owl:Class>
<owl:Class rdf:ID="arbitrary-sum">
<rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
>AKA arbitrary-collection.The mereological sum of any two or more endurants (physical or not). Arbitrary sums have no unity criterion (they are 'extensional').</rdfs:comment>
<rdfs:subClassOf rdf:resource="#endurant"/>
</owl:Class>
<owl:ObjectProperty rdf:ID="temporary-atomic-part-of">
<rdfs:domain rdf:resource="#endurant"/>
<rdfs:range rdf:resource="#endurant"/>
<rdfs:subPropertyOf>
<owl:ObjectProperty rdf:ID="temporary-proper-part-of"/>
</rdfs:subPropertyOf>
<owl:inverseOf>
<owl:ObjectProperty rdf:ID="temporary-atomic-part"/>
</owl:inverseOf>
</owl:ObjectProperty>
<owl:ObjectProperty rdf:ID="total-constant-participant">
<rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
>The perdurant p has a participant e that constantly participates in p with all its parts, e.g. in 'I played the concert' (where the concert is a solo concert).</rdfs:comment>
<rdfs:domain rdf:resource="#perdurant"/>
<owl:inverseOf>
<owl:ObjectProperty rdf:ID="total-constant-participant-in"/>
</owl:inverseOf>
<rdfs:subPropertyOf>
<owl:ObjectProperty rdf:ID="constant-participant"/>
</rdfs:subPropertyOf>
<rdfs:range rdf:resource="#endurant"/>
</owl:ObjectProperty>
<owl:ObjectProperty rdf:ID="r-location-of">
<rdfs:subPropertyOf>
<owl:ObjectProperty rdf:ID="immediate-relation-i"/>
</rdfs:subPropertyOf>
<rdfs:range rdf:resource="#region"/>
<rdfs:domain rdf:resource="#region"/>
<owl:inverseOf>
<owl:ObjectProperty rdf:ID="r-location"/>
</owl:inverseOf>
</owl:ObjectProperty>
<owl:ObjectProperty rdf:ID="generic-location">
<rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
>The most generic location relation, probably equivalent to more than one image schema in a cognitive system (e.g. containment for exact location, proximity for approximate location).This is meant to reason on generalized, common sense as well as formal locations, including naive localization, between any kinds of entities. Generic location is branched into 'exact' location, ranging on regions, and 'approximate' (naive) location, ranging on non-regions.</rdfs:comment>
<rdfs:subPropertyOf>
<owl:ObjectProperty rdf:ID="mediated-relation"/>
</rdfs:subPropertyOf>
<rdfs:domain rdf:resource="#particular"/>
<rdfs:range rdf:resource="#particular"/>
<owl:inverseOf>
<owl:ObjectProperty rdf:ID="generic-location-of"/>
</owl:inverseOf>
</owl:ObjectProperty>
<owl:ObjectProperty rdf:ID="has-quale">
<owl:inverseOf>
<owl:ObjectProperty rdf:ID="quale-of"/>
</owl:inverseOf>
<rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
>A quality having a q-location at an atomic region.</rdfs:comment>
<rdfs:domain rdf:resource="#quality"/>
<rdfs:range rdf:resource="#quale"/>
<rdfs:subPropertyOf>
<owl:ObjectProperty rdf:ID="q-location"/>
</rdfs:subPropertyOf>
</owl:ObjectProperty>
<owl:ObjectProperty rdf:ID="constant-participant-in">
<rdfs:subPropertyOf>
<owl:ObjectProperty rdf:ID="participant-in"/>
</rdfs:subPropertyOf>
<rdfs:domain rdf:resource="#endurant"/>
<rdfs:range rdf:resource="#perdurant"/>
<owl:inverseOf>
<owl:ObjectProperty rdf:about="#constant-participant"/>
</owl:inverseOf>
</owl:ObjectProperty>
<owl:ObjectProperty rdf:about="#generic-location-of">
<owl:inverseOf rdf:resource="#generic-location"/>
<rdfs:domain rdf:resource="#particular"/>
<rdfs:range rdf:resource="#particular"/>
<rdfs:subPropertyOf>
<owl:ObjectProperty rdf:ID="mediated-relation-i"/>
</rdfs:subPropertyOf>
</owl:ObjectProperty>
<owl:ObjectProperty rdf:ID="boundary-of">
<owl:inverseOf>
<owl:ObjectProperty rdf:ID="boundary"/>
</owl:inverseOf>
<rdfs:range rdf:resource="#particular"/>
<rdfs:domain rdf:resource="#particular"/>
<rdfs:subPropertyOf>
<owl:TransitiveProperty rdf:ID="proper-part-of"/>
</rdfs:subPropertyOf>
<rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
>A boundary here is taken to be a part (mereological treatment). Consequently, in the case of endurants, (reified) boundaries are features.</rdfs:comment>
</owl:ObjectProperty>
<owl:ObjectProperty rdf:ID="has-quality">
<owl:inverseOf>
<owl:ObjectProperty rdf:ID="inherent-in"/>
</owl:inverseOf>
<rdfs:subPropertyOf>
<owl:ObjectProperty rdf:about="#immediate-relation-i"/>
</rdfs:subPropertyOf>
<rdfs:range rdf:resource="#quality"/>
<rdfs:domain rdf:resource="#particular"/>
</owl:ObjectProperty>
<owl:ObjectProperty rdf:ID="life">
<owl:inverseOf>
<owl:ObjectProperty rdf:ID="life-of"/>
</owl:inverseOf>
<rdfs:domain rdf:resource="#endurant"/>
<rdfs:range rdf:resource="#perdurant"/>
<rdfs:subPropertyOf rdf:resource="#constant-participant-in"/>
<rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
>Total constant participation applied to the mereological sum of the perdurants in which an endurant participates.</rdfs:comment>
</owl:ObjectProperty>
<owl:ObjectProperty rdf:ID="physical-location-of">
<rdfs:domain rdf:resource="#physical-region"/>
<rdfs:range rdf:resource="#physical-endurant"/>
<owl:inverseOf>
<owl:ObjectProperty rdf:ID="physical-location"/>
</owl:inverseOf>
<rdfs:subPropertyOf>
<owl:ObjectProperty rdf:ID="exact-location-of"/>
</rdfs:subPropertyOf>
</owl:ObjectProperty>
<owl:ObjectProperty rdf:ID="generic-constituent-of">
<rdfs:subPropertyOf>
<owl:ObjectProperty rdf:about="#immediate-relation-i"/>
</rdfs:subPropertyOf>
<rdfs:range rdf:resource="#particular"/>
<rdfs:domain rdf:resource="#particular"/>
<owl:inverseOf>
<owl:ObjectProperty rdf:ID="generic-constituent"/>
</owl:inverseOf>
</owl:ObjectProperty>
<owl:ObjectProperty rdf:about="#life-of">
<rdfs:subPropertyOf>
<owl:ObjectProperty rdf:about="#constant-participant"/>
</rdfs:subPropertyOf>
<rdfs:domain rdf:resource="#perdurant"/>
<rdfs:range rdf:resource="#endurant"/>
<owl:inverseOf rdf:resource="#life"/>
</owl:ObjectProperty>
<owl:ObjectProperty rdf:ID="q-location-of">
<rdfs:subPropertyOf>
<owl:ObjectProperty rdf:about="#immediate-relation-i"/>
</rdfs:subPropertyOf>
<owl:inverseOf>
<owl:ObjectProperty rdf:about="#q-location"/>
</owl:inverseOf>
<rdfs:range rdf:resource="#quality"/>
<rdfs:domain rdf:resource="#region"/>
</owl:ObjectProperty>
<owl:ObjectProperty rdf:ID="specific-constant-dependent">
<rdfs:domain rdf:resource="#particular"/>
<rdfs:range rdf:resource="#particular"/>
<owl:inverseOf>
<owl:ObjectProperty rdf:ID="specifically-constantly-dependent-on"/>
</owl:inverseOf>
<rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
>The constant dependence between two individuals. Taken here as primitive.</rdfs:comment>
<rdfs:subPropertyOf>
<owl:ObjectProperty rdf:ID="immediate-relation"/>
</rdfs:subPropertyOf>
</owl:ObjectProperty>
<owl:ObjectProperty rdf:about="#exact-location-of">
<rdfs:subPropertyOf rdf:resource="#generic-location-of"/>
<rdfs:domain rdf:resource="#region"/>
<rdfs:range rdf:resource="#particular"/>
<owl:inverseOf>
<owl:ObjectProperty rdf:ID="exact-location"/>
</owl:inverseOf>
</owl:ObjectProperty>
<owl:ObjectProperty rdf:about="#quale-of">
<rdfs:subPropertyOf rdf:resource="#q-location-of"/>
<owl:inverseOf rdf:resource="#has-quale"/>
<rdfs:domain rdf:resource="#quale"/>
<rdfs:range rdf:resource="#quality"/>
</owl:ObjectProperty>
<owl:ObjectProperty rdf:ID="total-temporary-participant">
<rdfs:domain rdf:resource="#perdurant"/>
<rdfs:range rdf:resource="#endurant"/>
<rdfs:subPropertyOf>
<owl:ObjectProperty rdf:ID="temporary-participant"/>
</rdfs:subPropertyOf>
<owl:inverseOf>
<owl:ObjectProperty rdf:ID="total-temporary-participant-in"/>
</owl:inverseOf>
<rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
>The perdurant p has a participant e that temporarily participates in p with all its parts, e.g. in 'I played the concert' (where I actually played just an ouverture).See also 'temporary-participant'.</rdfs:comment>
</owl:ObjectProperty>
<owl:ObjectProperty rdf:ID="abstract-location-of">
<owl:inverseOf>
<owl:ObjectProperty rdf:ID="abstract-location"/>
</owl:inverseOf>
<rdfs:range rdf:resource="#non-physical-endurant"/>
<rdfs:domain rdf:resource="#abstract-region"/>
<rdfs:subPropertyOf rdf:resource="#exact-location-of"/>
</owl:ObjectProperty>
<owl:ObjectProperty rdf:about="#specifically-constantly-dependent-on">
<rdfs:subPropertyOf>
<owl:ObjectProperty rdf:about="#immediate-relation-i"/>
</rdfs:subPropertyOf>
<rdfs:range rdf:resource="#particular"/>
<rdfs:domain rdf:resource="#particular"/>
<owl:inverseOf rdf:resource="#specific-constant-dependent"/>
</owl:ObjectProperty>
<owl:ObjectProperty rdf:ID="has-t-quality">
<rdfs:subPropertyOf rdf:resource="#has-quality"/>
<owl:inverseOf>
<owl:ObjectProperty rdf:ID="t-inherent-in"/>
</owl:inverseOf>
<rdfs:range rdf:resource="#quality"/>
<rdfs:domain rdf:resource="#particular"/>
</owl:ObjectProperty>
<owl:ObjectProperty rdf:about="#physical-location">
<owl:inverseOf rdf:resource="#physical-location-of"/>
<rdfs:subPropertyOf>
<owl:ObjectProperty rdf:about="#exact-location"/>
</rdfs:subPropertyOf>
<rdfs:domain rdf:resource="#physical-endurant"/>
<rdfs:range rdf:resource="#physical-region"/>
<rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
>Analytical location holding between physical endurants and physical regions.</rdfs:comment>
</owl:ObjectProperty>
<owl:ObjectProperty rdf:about="#total-constant-participant-in">
<owl:inverseOf rdf:resource="#total-constant-participant"/>
<rdfs:subPropertyOf rdf:resource="#constant-participant-in"/>
<rdfs:domain rdf:resource="#endurant"/>
<rdfs:range rdf:resource="#perdurant"/>
</owl:ObjectProperty>
<owl:ObjectProperty rdf:about="#immediate-relation-i">
<owl:inverseOf>
<owl:ObjectProperty rdf:about="#immediate-relation"/>
</owl:inverseOf>
<rdfs:domain rdf:resource="#particular"/>
<rdfs:range rdf:resource="#particular"/>
<rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
>A relation that holds without additional mediating individuals. In logical terms, a non-composed relation.</rdfs:comment>
</owl:ObjectProperty>
<owl:ObjectProperty rdf:about="#mediated-relation">
<owl:inverseOf>
<owl:ObjectProperty rdf:about="#mediated-relation-i"/>
</owl:inverseOf>
<rdfs:range rdf:resource="#particular"/>
<rdfs:domain rdf:resource="#particular"/>
<rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
>A relation that composes other relations. For example, a participation relation composed with a representation relation.Composed relation cannot be directly expressed in OWL-DL, then (at least some) compositions are expressed as class or restriction axioms.</rdfs:comment>
</owl:ObjectProperty>
<owl:ObjectProperty rdf:ID="host">
<rdfs:range rdf:resource="#physical-endurant"/>
<rdfs:domain rdf:resource="#feature"/>
<rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
>The immediate relation holding for features and entities.</rdfs:comment>
<owl:inverseOf>
<owl:ObjectProperty rdf:ID="host-of"/>
</owl:inverseOf>
<rdfs:subPropertyOf rdf:resource="#specifically-constantly-dependent-on"/>
</owl:ObjectProperty>
<owl:ObjectProperty rdf:ID="temporary-part-of">
<owl:inverseOf>
<owl:ObjectProperty rdf:ID="temporary-part"/>
</owl:inverseOf>
<rdfs:subPropertyOf>
<owl:SymmetricProperty rdf:ID="partly-compresent"/>
</rdfs:subPropertyOf>
<rdfs:subPropertyOf>
<owl:TransitiveProperty rdf:ID="part-of"/>
</rdfs:subPropertyOf>
<rdfs:domain rdf:resource="#endurant"/>
<rdfs:range rdf:resource="#endurant"/>
</owl:ObjectProperty>
<owl:ObjectProperty rdf:about="#total-temporary-participant-in">
<rdfs:subPropertyOf>
<owl:ObjectProperty rdf:ID="temporary-participant-in"/>
</rdfs:subPropertyOf>
<rdfs:domain rdf:resource="#endurant"/>
<owl:inverseOf rdf:resource="#total-temporary-participant"/>
<rdfs:range rdf:resource="#perdurant"/>
</owl:ObjectProperty>
<owl:ObjectProperty rdf:ID="generic-dependent">
<owl:inverseOf>
<owl:ObjectProperty rdf:ID="generically-dependent-on"/>
</owl:inverseOf>
<rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
>The dependence on an individual of a given type at some time. This is traditionally a relation between particulars and universals, but this one states that x generically depends on y if a z different from y, but with the same properties, can be equivalently its depend-on.This is a temporally-indexed relation (embedded in this syntax).</rdfs:comment>
<rdfs:subPropertyOf>
<owl:ObjectProperty rdf:about="#immediate-relation"/>
</rdfs:subPropertyOf>
<rdfs:domain rdf:resource="#particular"/>
<rdfs:range rdf:resource="#particular"/>
</owl:ObjectProperty>
<owl:ObjectProperty rdf:about="#generic-constituent">
<rdfs:domain rdf:resource="#particular"/>
<owl:inverseOf rdf:resource="#generic-constituent-of"/>
<rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
>'Constituent' should depend on some layering of the ontology. For example, scientific granularities or ontological 'strata' are typical layerings. A constituent is a part belonging to a lower layer. Since layering is actually a partition of the ontology, constituents are not properly classified as parts, although this kinship can be intuitive for common sense. Example of specific constant constituents are the entities constituting a setting (a situation), whilethe entities constituting a collection are examples of generic constant constituents.</rdfs:comment>
<rdfs:range rdf:resource="#particular"/>
<rdfs:subPropertyOf>
<owl:ObjectProperty rdf:about="#immediate-relation"/>
</rdfs:subPropertyOf>
</owl:ObjectProperty>
<owl:ObjectProperty rdf:about="#r-location">
<rdfs:domain rdf:resource="#region"/>
<rdfs:range rdf:resource="#region"/>
<rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
>A relation for representing regions within other regions, e.g. in measurement spaces (space composition).The result of r-location composition is a new 'composed region', which can either preserve the same region type (e.g. physical+physical->physical, or physical+abstract->physical), or not (e.g. physical+abstract->abstract). See 'composition description' for more details.In some cases, space composition is conventional, i.e. a space is just 'located' at another space, as in the case of measurement spaces:(direct composition): r r-location r1In other cases, r-location implies a complex path, e.g. :(homogeneous composition): r q-location-of q inherent-in x has-quality q1 q-location r1(heterogeneous composition across endurants and perdurants): r q-location-of q inherent-in e participant-in p has-quality q1 q-location r1(heterogeneous composition across physical and non-physical endurants): r q-location-of q inherent-in pe specific-constant-dependent npe has-quality q1 q-location r1</rdfs:comment>
<owl:inverseOf rdf:resource="#r-location-of"/>
<rdfs:subPropertyOf>
<owl:ObjectProperty rdf:about="#immediate-relation"/>
</rdfs:subPropertyOf>
</owl:ObjectProperty>
<owl:ObjectProperty rdf:about="#temporary-atomic-part">
<owl:inverseOf rdf:resource="#temporary-atomic-part-of"/>
<rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
>Having an atom as part at a time t.</rdfs:comment>
<rdfs:range rdf:resource="#endurant"/>
<rdfs:domain rdf:resource="#endurant"/>
<rdfs:subPropertyOf>
<owl:ObjectProperty rdf:ID="temporary-proper-part"/>
</rdfs:subPropertyOf>
</owl:ObjectProperty>
<owl:ObjectProperty rdf:about="#immediate-relation">
<owl:inverseOf rdf:resource="#immediate-relation-i"/>
<rdfs:domain rdf:resource="#particular"/>
<rdfs:range rdf:resource="#particular"/>
<rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
>A relation that holds without additional mediating individuals. In logical terms, a non-composed relation.</rdfs:comment>
</owl:ObjectProperty>
<owl:ObjectProperty rdf:about="#mediated-relation-i">
<rdfs:range rdf:resource="#particular"/>
<rdfs:domain rdf:resource="#particular"/>
<rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
>A relation that composes other relations. For example, a participation relation composed with a representation relation. Composed relation cannot be directly expressed in OWL-DL, then (at least some) compositions are expressed as class or restriction axioms.</rdfs:comment>
<owl:inverseOf rdf:resource="#mediated-relation"/>
</owl:ObjectProperty>
<owl:ObjectProperty rdf:ID="weak-connection">
<rdfs:subPropertyOf rdf:resource="#immediate-relation"/>
<owl:inverseOf rdf:resource="#weak-connection"/>
<rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
>The basic connection, not requiring a common boundary.</rdfs:comment>
<rdfs:domain rdf:resource="#particular"/>
<rdfs:range rdf:resource="#particular"/>
</owl:ObjectProperty>
<owl:ObjectProperty rdf:ID="specific-constant-constituent-of">
<owl:inverseOf>
<owl:ObjectProperty rdf:ID="specific-constant-constituent"/>
</owl:inverseOf>
<rdfs:subPropertyOf rdf:resource="#immediate-relation-i"/>
<rdfs:range rdf:resource="#particular"/>
<rdfs:domain rdf:resource="#particular"/>
</owl:ObjectProperty>
<owl:ObjectProperty rdf:about="#temporary-participant">
<owl:inverseOf>
<owl:ObjectProperty rdf:about="#temporary-participant-in"/>
</owl:inverseOf>
<rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
>Only some parts of the perdurant p have a participant e.In fact, participation can be constant (in all parts of the perdurant, e.g. in 'the car is running'), or temporary (in only some parts, e.g. in 'I'm electing the president').Implicitly, this relation has a temporal indexing.If needed, in OWL one can derive such indexing by expliciting what parts of p have e as _constant_ participant.An appropriate OWL axiom is created to bind this relation to a proper part of it, which has the temporary-participant as a constant one.</rdfs:comment>
<rdfs:range rdf:resource="#endurant"/>
<rdfs:domain rdf:resource="#perdurant"/>
<rdfs:subPropertyOf>
<owl:ObjectProperty rdf:ID="participant"/>
</rdfs:subPropertyOf>
</owl:ObjectProperty>
<owl:ObjectProperty rdf:about="#temporary-proper-part-of">
<owl:inverseOf>
<owl:ObjectProperty rdf:about="#temporary-proper-part"/>
</owl:inverseOf>
<rdfs:domain rdf:resource="#endurant"/>
<rdfs:subPropertyOf rdf:resource="#temporary-part-of"/>
<rdfs:subPropertyOf>
<owl:TransitiveProperty rdf:about="#proper-part-of"/>
</rdfs:subPropertyOf>
<rdfs:range rdf:resource="#endurant"/>
</owl:ObjectProperty>
<owl:ObjectProperty rdf:about="#boundary">
<rdfs:subPropertyOf>
<owl:TransitiveProperty rdf:ID="proper-part"/>
</rdfs:subPropertyOf>
<owl:inverseOf rdf:resource="#boundary-of"/>
<rdfs:range rdf:resource="#particular"/>
<rdfs:domain rdf:resource="#particular"/>
</owl:ObjectProperty>
<owl:ObjectProperty rdf:about="#participant">
<rdfs:subPropertyOf rdf:resource="#immediate-relation"/>
<rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
>The immediate relation holding between endurants and perdurants (e.g. in 'the car is running').Participation can be constant (in all parts of the perdurant, e.g. in 'the car is running'), or temporary (in only some parts, e.g. in 'I'm electing the president').A 'functional' participant is specialized for those forms of participation that depend on the nature of participants, processes, or on the intentionality of agentive participants. Traditional 'thematic role' should be mapped to functional participation.For relations holding between participants in a same perdurant, see the co-participates relation.</rdfs:comment>
<owl:inverseOf>
<owl:ObjectProperty rdf:about="#participant-in"/>
</owl:inverseOf>
<rdfs:domain rdf:resource="#perdurant"/>
<rdfs:range rdf:resource="#endurant"/>
</owl:ObjectProperty>
<owl:ObjectProperty rdf:about="#generically-dependent-on">
<rdfs:subPropertyOf rdf:resource="#immediate-relation-i"/>
<rdfs:range rdf:resource="#particular"/>
<rdfs:domain rdf:resource="#particular"/>
<owl:inverseOf rdf:resource="#generic-dependent"/>
</owl:ObjectProperty>
<owl:ObjectProperty rdf:about="#abstract-location">
<owl:inverseOf rdf:resource="#abstract-location-of"/>
<rdfs:range rdf:resource="#abstract-region"/>
<rdfs:domain rdf:resource="#non-physical-endurant"/>
<rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
>Analytical location holding between non-physical endurants and abstract regions.</rdfs:comment>
<rdfs:subPropertyOf>
<owl:ObjectProperty rdf:about="#exact-location"/>
</rdfs:subPropertyOf>
</owl:ObjectProperty>
<owl:ObjectProperty rdf:ID="q-present-at">
<rdfs:subPropertyOf rdf:resource="#mediated-relation"/>
<rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
>Presence of a physical quality when inheres in an endurant.</rdfs:comment>
<rdfs:domain rdf:resource="#physical-quality"/>
<rdfs:range rdf:resource="#time-interval"/>
<owl:inverseOf>
<owl:ObjectProperty rdf:ID="time-of-q-presence-of"/>
</owl:inverseOf>
</owl:ObjectProperty>
<owl:ObjectProperty rdf:ID="atomic-part-of">
<rdfs:subPropertyOf>
<owl:TransitiveProperty rdf:about="#part-of"/>
</rdfs:subPropertyOf>
<owl:inverseOf>
<owl:ObjectProperty rdf:ID="atomic-part"/>
</owl:inverseOf>
<rdfs:domain rdf:resource="#particular"/>
<rdfs:range rdf:resource="#particular"/>
</owl:ObjectProperty>
<owl:ObjectProperty rdf:about="#time-of-q-presence-of">
<owl:inverseOf rdf:resource="#q-present-at"/>
<rdfs:subPropertyOf rdf:resource="#mediated-relation-i"/>
<rdfs:range rdf:resource="#physical-quality"/>
<rdfs:domain rdf:resource="#time-interval"/>
</owl:ObjectProperty>
<owl:ObjectProperty rdf:about="#host-of">
<rdfs:subPropertyOf rdf:resource="#specific-constant-dependent"/>
<rdfs:domain rdf:resource="#physical-endurant"/>
<rdfs:range rdf:resource="#feature"/>
<owl:inverseOf rdf:resource="#host"/>
</owl:ObjectProperty>
<owl:ObjectProperty rdf:about="#exact-location">
<rdfs:subPropertyOf rdf:resource="#generic-location"/>
<rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
>A location relation bounded to regions and defined analytically through the composition of inherence and q-location. This is the analytical version of 'generic location'.</rdfs:comment>
<owl:inverseOf rdf:resource="#exact-location-of"/>
<rdfs:range rdf:resource="#region"/>
<rdfs:domain rdf:resource="#particular"/>
</owl:ObjectProperty>
<owl:ObjectProperty rdf:about="#t-inherent-in">
<rdfs:domain rdf:resource="#quality"/>
<rdfs:range rdf:resource="#particular"/>
<rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
>The immediate relation holding for qualities and entities at time t.</rdfs:comment>
<owl:inverseOf rdf:resource="#has-t-quality"/>
<rdfs:subPropertyOf>
<owl:ObjectProperty rdf:about="#inherent-in"/>
</rdfs:subPropertyOf>
</owl:ObjectProperty>
<owl:ObjectProperty rdf:ID="spatio-temporally-present-at">
<owl:inverseOf>
<owl:ObjectProperty rdf:ID="spatio-temporal-presence-of"/>
</owl:inverseOf>
<rdfs:domain rdf:resource="#particular"/>
<rdfs:range rdf:resource="#spatio-temporal-region"/>
<rdfs:subPropertyOf rdf:resource="#exact-location"/>
</owl:ObjectProperty>
<owl:ObjectProperty rdf:about="#atomic-part">
<rdfs:range rdf:resource="#particular"/>
<owl:inverseOf rdf:resource="#atomic-part-of"/>
<rdfs:domain rdf:resource="#particular"/>
<rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
>The part relation between a particular and an atom.</rdfs:comment>
<rdfs:subPropertyOf>
<owl:TransitiveProperty rdf:ID="part"/>
</rdfs:subPropertyOf>
</owl:ObjectProperty>
<owl:ObjectProperty rdf:about="#spatio-temporal-presence-of">
<owl:inverseOf rdf:resource="#spatio-temporally-present-at"/>
<rdfs:subPropertyOf rdf:resource="#exact-location-of"/>
<rdfs:range rdf:resource="#particular"/>
<rdfs:domain rdf:resource="#spatio-temporal-region"/>
</owl:ObjectProperty>
<owl:ObjectProperty rdf:about="#constant-participant">
<owl:inverseOf rdf:resource="#constant-participant-in"/>
<rdfs:domain rdf:resource="#perdurant"/>
<rdfs:range rdf:resource="#endurant"/>
<rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
>Anytime x is present, x has participant y. In other words, all parts of x have a same participant.Participation can be constant (in all parts of the perdurant, e.g. in 'the car is running'), or temporary (in only some parts, e.g. in 'I'm electing the president').</rdfs:comment>
<rdfs:subPropertyOf rdf:resource="#participant"/>
</owl:ObjectProperty>
<owl:ObjectProperty rdf:about="#specific-constant-constituent">
<owl:inverseOf rdf:resource="#specific-constant-constituent-of"/>
<rdfs:domain rdf:resource="#particular"/>
<rdfs:range rdf:resource="#particular"/>
<rdfs:subPropertyOf rdf:resource="#immediate-relation"/>
<rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
>'Constituent' should depend on some layering of the ontology. For example, scientific granularities or ontological 'strata' are typical layerings. A constituent is a part belonging to a lower layer. Since layering is actually a partition of the ontology, constituents are not properly classified as parts, although this kinship can be intuitive for common sense. Example of specific constant constituents are the entities constituting a setting (a situation), whilethe entities constituting a collection are examples of generic constant constituents.</rdfs:comment>
</owl:ObjectProperty>
<owl:ObjectProperty rdf:about="#temporary-proper-part">
<rdfs:range rdf:resource="#endurant"/>
<rdfs:domain rdf:resource="#endurant"/>
<rdfs:subPropertyOf>
<owl:ObjectProperty rdf:about="#temporary-part"/>
</rdfs:subPropertyOf>
<rdfs:subPropertyOf>
<owl:TransitiveProperty rdf:about="#proper-part"/>
</rdfs:subPropertyOf>
<owl:inverseOf rdf:resource="#temporary-proper-part-of"/>
<rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
>Being proper part at time t. It holds for endurants only. This is important to model proper parts that can change or be lost over time without affecting the identity of the whole.</rdfs:comment>
</owl:ObjectProperty>
<owl:ObjectProperty rdf:about="#q-location">
<rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
>The immediate relation holding for qualities and regions. See 'generic location' branching for the various mediated relations that embed q-location.</rdfs:comment>
<rdfs:range rdf:resource="#region"/>
<owl:inverseOf rdf:resource="#q-location-of"/>
<rdfs:domain rdf:resource="#quality"/>
<rdfs:subPropertyOf rdf:resource="#immediate-relation"/>
</owl:ObjectProperty>
<owl:ObjectProperty rdf:about="#participant-in">
<rdfs:range rdf:resource="#perdurant"/>
<rdfs:domain rdf:resource="#endurant"/>
<rdfs:subPropertyOf rdf:resource="#immediate-relation-i"/>
<owl:inverseOf rdf:resource="#participant"/>
</owl:ObjectProperty>
<owl:ObjectProperty rdf:about="#temporary-participant-in">
<rdfs:domain rdf:resource="#endurant"/>
<rdfs:range rdf:resource="#perdurant"/>
<owl:inverseOf rdf:resource="#temporary-participant"/>
<rdfs:subPropertyOf rdf:resource="#participant-in"/>
<rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
>x participates in some of y's parts.</rdfs:comment>
</owl:ObjectProperty>
<owl:ObjectProperty rdf:about="#temporary-part">
<rdfs:subPropertyOf>
<owl:TransitiveProperty rdf:about="#part"/>
</rdfs:subPropertyOf>
<rdfs:subPropertyOf>
<owl:SymmetricProperty rdf:about="#partly-compresent"/>
</rdfs:subPropertyOf>
<rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
>Being part at time t. It holds for endurants only. This is important to model parts that can change or be lost over time without affecting the identity of the whole. In FOL, this is expressed as a ternary relation, but in DLs we only can reason with binary relations, then only the necessary axiom of compresence is represented here.</rdfs:comment>
<rdfs:range rdf:resource="#endurant"/>
<owl:inverseOf rdf:resource="#temporary-part-of"/>
<rdfs:domain rdf:resource="#endurant"/>
</owl:ObjectProperty>
<owl:ObjectProperty rdf:about="#inherent-in">
<rdfs:range rdf:resource="#particular"/>
<owl:inverseOf rdf:resource="#has-quality"/>
<rdfs:subPropertyOf rdf:resource="#immediate-relation"/>
<rdfs:domain rdf:resource="#quality"/>
<rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
>The immediate relation holding for qualities and entities.</rdfs:comment>
</owl:ObjectProperty>
<owl:TransitiveProperty rdf:ID="identity-c">
<rdfs:domain rdf:resource="#particular"/>
<rdfs:range rdf:resource="#particular"/>
<owl:inverseOf rdf:resource="#identity-c"/>
<rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
>Any pair of individuals are ontologically identical if they are identical to themselves. Reflexive, symmetric, and transitive.</rdfs:comment>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#SymmetricProperty"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
<rdfs:subPropertyOf rdf:resource="#immediate-relation"/>
</owl:TransitiveProperty>
<owl:TransitiveProperty rdf:about="#proper-part">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
<rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
>The proper part relation: irreflexive, antisymmetric, and transitive.</rdfs:comment>
<owl:inverseOf>
<owl:TransitiveProperty rdf:about="#proper-part-of"/>
</owl:inverseOf>
<rdfs:domain rdf:resource="#particular"/>
<rdfs:range rdf:resource="#particular"/>
<rdfs:subPropertyOf>
<owl:TransitiveProperty rdf:about="#part"/>
</rdfs:subPropertyOf>
</owl:TransitiveProperty>
<owl:TransitiveProperty rdf:about="#proper-part-of">
<rdfs:domain rdf:resource="#particular"/>
<rdfs:range rdf:resource="#particular"/>
<rdfs:subPropertyOf>
<owl:TransitiveProperty rdf:about="#part-of"/>
</rdfs:subPropertyOf>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
<owl:inverseOf rdf:resource="#proper-part"/>
</owl:TransitiveProperty>
<owl:TransitiveProperty rdf:ID="identity-n">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#SymmetricProperty"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
<rdfs:subPropertyOf rdf:resource="#immediate-relation"/>
<owl:inverseOf rdf:resource="#identity-n"/>
<rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
>Any pair of individuals are notionally identical iff they instantiate all and only the same concepts.</rdfs:comment>
<rdfs:domain rdf:resource="#particular"/>
<rdfs:range rdf:resource="#particular"/>
</owl:TransitiveProperty>
<owl:TransitiveProperty rdf:about="#part-of">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
<owl:inverseOf>
<owl:TransitiveProperty rdf:about="#part"/>
</owl:inverseOf>
<rdfs:domain rdf:resource="#particular"/>
<rdfs:range rdf:resource="#particular"/>
<rdfs:subPropertyOf rdf:resource="#immediate-relation-i"/>
</owl:TransitiveProperty>
<owl:TransitiveProperty rdf:about="#part">
<rdfs:domain rdf:resource="#particular"/>
<rdfs:subPropertyOf rdf:resource="#immediate-relation"/>
<rdfs:range rdf:resource="#particular"/>
<owl:inverseOf rdf:resource="#part-of"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
<rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
>The most generic part relation, reflexive, asymmetric, and transitive.</rdfs:comment>
</owl:TransitiveProperty>
<owl:SymmetricProperty rdf:about="#partly-compresent">
<rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
>A composed (mediated) relation used here to make relations 'temporary': by adding it as a superrelation, the effect is that the two related endurants cannot be present at all the same time intervals, but are compresent at least at some time interval (see related axiom).In FOL, the same constraint can be stated directly by coreference.This workaround can be used to index time of relations that involve reciprocal dependency, but it cannot be used in general with relations involving multiple strata of reality. For example, _about_ relation can be temporally indexed, without involving that the time of the information object overlaps with the time of the entity the information is about (but this works for e.g. the _realizes_ relation between information objects and entities whatsoever). The different temporal constraints of about vs. expresses probably derive from the dependency of aboutness from conception (to be about x, an information object should also express a description d that is satisfied by a situation including x, then temporal overlapping of _about_ is true in virtue of d). On the other hand, even conceives cannot be indexed in this way, because overlapping does not hold between the time og the conceiving agent, and the conceived description (or situation).</rdfs:comment>
<rdfs:domain rdf:resource="#particular"/>
<rdfs:range rdf:resource="#particular"/>
<owl:inverseOf rdf:resource="#partly-compresent"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
<rdfs:subPropertyOf rdf:resource="#mediated-relation"/>
</owl:SymmetricProperty>
<owl:SymmetricProperty rdf:ID="sibling-part">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
<owl:inverseOf rdf:resource="#sibling-part"/>
<rdfs:subPropertyOf rdf:resource="#mediated-relation"/>
<rdfs:range rdf:resource="#particular"/>
<rdfs:domain rdf:resource="#particular"/>
<rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
>Mereological sibling: having a common whole</rdfs:comment>
</owl:SymmetricProperty>
<owl:SymmetricProperty rdf:ID="overlaps">
<rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
>Mereological overlap: having a common part.</rdfs:comment>
<owl:inverseOf rdf:resource="#overlaps"/>
<rdfs:domain rdf:resource="#particular"/>
<rdfs:range rdf:resource="#particular"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
<rdfs:subPropertyOf rdf:resource="#mediated-relation"/>
</owl:SymmetricProperty>
<owl:SymmetricProperty rdf:ID="mereologically-coincides">
<rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
>Having the same parts at time t.</rdfs:comment>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
<owl:inverseOf rdf:resource="#mereologically-coincides"/>
<rdfs:range rdf:resource="#endurant"/>
<rdfs:domain rdf:resource="#endurant"/>
<rdfs:subPropertyOf rdf:resource="#temporary-part"/>
</owl:SymmetricProperty>
<owl:SymmetricProperty rdf:ID="strong-connection">
<owl:inverseOf rdf:resource="#strong-connection"/>
<rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
>By strong connection here we mean a connection between two entities that share a boundary.</rdfs:comment>
<rdfs:subPropertyOf rdf:resource="#mediated-relation"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
<rdfs:range rdf:resource="#particular"/>
<rdfs:domain rdf:resource="#particular"/>
</owl:SymmetricProperty>
</rdf:RDF>
<!-- Created with Protege (with OWL Plugin 3.2.1, Build 365) http://protege.stanford.edu -->