-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathActivity.owl
More file actions
854 lines (595 loc) · 40.2 KB
/
Activity.owl
File metadata and controls
854 lines (595 loc) · 40.2 KB
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
<?xml version="1.0"?>
<rdf:RDF xmlns="http://ontology.eil.utoronto.ca/icity/Activity/"
xml:base="http://ontology.eil.utoronto.ca/icity/Activity/"
xmlns:WV="http://www.wurvoc.org/vocabularies/WV/"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:ns="http://creativecommons.org/ns#"
xmlns:ns5="http://www.w3.org/2003/06/sw-vocab-status/ns#"
xmlns:owl="http://www.w3.org/2002/07/owl#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:xml="http://www.w3.org/XML/1998/namespace"
xmlns:xsd="http://www.w3.org/2001/XMLSchema#"
xmlns:adms="http://www.w3.org/ns/adms#"
xmlns:bibo="http://purl.org/ontology/bibo/"
xmlns:foaf="http://xmlns.com/foaf/0.1/"
xmlns:om-1="http://www.wurvoc.org/vocabularies/om-1.8/"
xmlns:owl1="http://ontology.eil.utoronto.ca/icity/Spatial/1.0/"
xmlns:owl2="http://ontology.eil.utoronto.ca/icity/wgs/1.0/"
xmlns:owl3="http://ontology.eil.utoronto.ca/icity/OM/1.0/"
xmlns:owl4="http://ontology.eil.utoronto.ca/icity/Geom/1.0/"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:skos="http://www.w3.org/2004/02/skos/core#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:terms="http://purl.org/dc/terms/"
xmlns:wgs84_pos="http://www.w3.org/2003/01/geo/wgs84_pos#">
<owl:Ontology rdf:about="http://ontology.eil.utoronto.ca/icity/Activity/">
<owl:versionIRI rdf:resource="http://ontology.eil.utoronto.ca/icity/Activity/1.2/"/>
<owl:imports rdf:resource="http://ontology.eil.utoronto.ca/icity/Change/1.1/"/>
<owl:imports rdf:resource="http://ontology.eil.utoronto.ca/icity/SpatialLoc/1.2/"/>
<ns:license>http://creativecommons.org/licenses/by/3.0/</ns:license>
<dc:creator>Megan Katsumi</dc:creator>
<dc:description>Ontology to capture concepts related to activities.</dc:description>
<dc:issued rdf:datatype="http://www.w3.org/2001/XMLSchema#date">November 6, 2017</dc:issued>
<dc:title>Activity Ontology</dc:title>
<vann:preferredNamespacePrefix>icity-activity</vann:preferredNamespacePrefix>
<rdfs:comment>Developed as part of the overall iCity ontology effort, the iCity-Activity ontology is designed to capture concepts related to activities.
Changes from previous version:
-imported revised ontology of change (iCity-Change).
-revised representation of activities, removed ActivityOccurrence class
-added beginOf and endOf properties
-added axioms for preconditionOf, effectOf, and achievedAt properties
Copyright @ 2016 Megan Katsumi, iCity Research Group</rdfs:comment>
<owl:priorVersion rdf:datatype="http://www.w3.org/2001/XMLSchema#date">http://ontology.eil.utoronto.ca/icity/Activity/</owl:priorVersion>
<owl:versionInfo rdf:datatype="http://www.w3.org/2001/XMLSchema#decimal">1.2</owl:versionInfo>
<adms:relatedDocumentation rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Version 1. under development.
Please refer to report on iCity Ontology v1,
Also 2017 WOP Submssion "A Design Pattern for Representing Preconditions and Effects in OWL"</adms:relatedDocumentation>
</owl:Ontology>
<!--
///////////////////////////////////////////////////////////////////////////////////////
//
// Annotation properties
//
///////////////////////////////////////////////////////////////////////////////////////
-->
<!-- http://creativecommons.org/ns#license -->
<owl:AnnotationProperty rdf:about="http://creativecommons.org/ns#license"/>
<!-- http://purl.org/dc/elements/1.1/date -->
<owl:AnnotationProperty rdf:about="http://purl.org/dc/elements/1.1/date"/>
<!-- http://purl.org/dc/elements/1.1/description -->
<owl:AnnotationProperty rdf:about="http://purl.org/dc/elements/1.1/description"/>
<!-- http://purl.org/dc/elements/1.1/title -->
<owl:AnnotationProperty rdf:about="http://purl.org/dc/elements/1.1/title"/>
<!-- http://purl.org/dc/terms/creator -->
<owl:AnnotationProperty rdf:about="http://purl.org/dc/terms/creator"/>
<!-- http://purl.org/dc/terms/description -->
<owl:AnnotationProperty rdf:about="http://purl.org/dc/terms/description"/>
<!-- http://purl.org/dc/terms/issued -->
<owl:AnnotationProperty rdf:about="http://purl.org/dc/terms/issued"/>
<!-- http://purl.org/dc/terms/modified -->
<owl:AnnotationProperty rdf:about="http://purl.org/dc/terms/modified"/>
<!-- http://purl.org/dc/terms/rights -->
<owl:AnnotationProperty rdf:about="http://purl.org/dc/terms/rights"/>
<!-- http://purl.org/dc/terms/title -->
<owl:AnnotationProperty rdf:about="http://purl.org/dc/terms/title"/>
<!-- http://purl.org/vocab/vann/preferredNamespacePrefix -->
<owl:AnnotationProperty rdf:about="http://purl.org/vocab/vann/preferredNamespacePrefix"/>
<!-- http://purl.org/vocab/vann/preferredNamespaceUri -->
<owl:AnnotationProperty rdf:about="http://purl.org/vocab/vann/preferredNamespaceUri"/>
<!-- http://www.w3.org/2002/07/owl#versionInfo -->
<owl:AnnotationProperty rdf:about="http://www.w3.org/2002/07/owl#versionInfo"/>
<!-- http://www.w3.org/2003/01/geo/wgs84_pos#alt -->
<owl:AnnotationProperty rdf:about="http://www.w3.org/2003/01/geo/wgs84_pos#alt">
<rdfs:comment>The WGS84 altitude of a SpatialThing (decimal meters
above the local reference ellipsoid).</rdfs:comment>
<rdfs:label>altitude</rdfs:label>
<rdfs:domain rdf:resource="http://www.w3.org/2003/01/geo/wgs84_pos#SpatialThing"/>
</owl:AnnotationProperty>
<!-- http://www.w3.org/2003/01/geo/wgs84_pos#lat -->
<owl:AnnotationProperty rdf:about="http://www.w3.org/2003/01/geo/wgs84_pos#lat">
<rdfs:comment>The WGS84 latitude of a SpatialThing (decimal degrees).</rdfs:comment>
<rdfs:label>latitude</rdfs:label>
<rdfs:domain rdf:resource="http://www.w3.org/2003/01/geo/wgs84_pos#SpatialThing"/>
</owl:AnnotationProperty>
<!-- http://www.w3.org/2003/01/geo/wgs84_pos#location -->
<owl:AnnotationProperty rdf:about="http://www.w3.org/2003/01/geo/wgs84_pos#location">
<rdfs:subPropertyOf rdf:resource="http://xmlns.com/foaf/0.1/based_near"/>
</owl:AnnotationProperty>
<!-- http://www.w3.org/2003/01/geo/wgs84_pos#long -->
<owl:AnnotationProperty rdf:about="http://www.w3.org/2003/01/geo/wgs84_pos#long">
<rdfs:comment>The WGS84 longitude of a SpatialThing (decimal degrees).</rdfs:comment>
<rdfs:label>longitude</rdfs:label>
<rdfs:domain rdf:resource="http://www.w3.org/2003/01/geo/wgs84_pos#SpatialThing"/>
</owl:AnnotationProperty>
<!-- http://www.w3.org/ns/adms#relatedDocumentation -->
<owl:AnnotationProperty rdf:about="http://www.w3.org/ns/adms#relatedDocumentation"/>
<!-- http://xmlns.com/foaf/0.1/based_near -->
<owl:AnnotationProperty rdf:about="http://xmlns.com/foaf/0.1/based_near"/>
<!--
///////////////////////////////////////////////////////////////////////////////////////
//
// Object Properties
//
///////////////////////////////////////////////////////////////////////////////////////
-->
<!-- http://ontology.eil.utoronto.ca/icity/Activity/ActivityOntologyProperty -->
<owl:ObjectProperty rdf:about="http://ontology.eil.utoronto.ca/icity/Activity/ActivityOntologyProperty">
<dc:description>Added for organizational purposes, to identify all properties defined in the Activity ontology.</dc:description>
</owl:ObjectProperty>
<!-- http://ontology.eil.utoronto.ca/icity/Activity/achievedAt -->
<owl:ObjectProperty rdf:about="http://ontology.eil.utoronto.ca/icity/Activity/achievedAt">
<rdfs:subPropertyOf rdf:resource="http://ontology.eil.utoronto.ca/icity/Activity/ActivityOntologyProperty"/>
<rdfs:domain rdf:resource="http://ontology.eil.utoronto.ca/icity/Activity/State"/>
<rdfs:range rdf:resource="http://www.w3.org/2006/time#TemporalEntity"/>
<owl:propertyChainAxiom rdf:parseType="Collection">
<rdf:Description>
<owl:inverseOf rdf:resource="http://ontology.eil.utoronto.ca/icity/Activity/effectOf"/>
</rdf:Description>
<rdf:Description rdf:about="http://ontology.eil.utoronto.ca/icity/Activity/endOf"/>
</owl:propertyChainAxiom>
<owl:propertyChainAxiom rdf:parseType="Collection">
<rdf:Description>
<owl:inverseOf rdf:resource="http://ontology.eil.utoronto.ca/icity/Activity/hasDecomp"/>
</rdf:Description>
<rdf:Description rdf:about="http://www.wurvoc.org/vocabularies/om-1.8/conjunctiveAchievedAt"/>
<rdf:Description rdf:about="http://www.w3.org/2006/time#intervalDuring"/>
</owl:propertyChainAxiom>
<owl:propertyChainAxiom rdf:parseType="Collection">
<rdf:Description>
<owl:inverseOf rdf:resource="http://ontology.eil.utoronto.ca/icity/Activity/preconditionOf"/>
</rdf:Description>
<rdf:Description rdf:about="http://ontology.eil.utoronto.ca/icity/Activity/beginOf"/>
</owl:propertyChainAxiom>
</owl:ObjectProperty>
<!-- http://ontology.eil.utoronto.ca/icity/Activity/beginOf -->
<owl:ObjectProperty rdf:about="http://ontology.eil.utoronto.ca/icity/Activity/beginOf">
<rdfs:subPropertyOf rdf:resource="http://ontology.eil.utoronto.ca/icity/Activity/ActivityOntologyProperty"/>
<rdfs:domain rdf:resource="http://ontology.eil.utoronto.ca/icity/Activity/Activity"/>
<rdfs:range rdf:resource="http://www.w3.org/2006/time#Instant"/>
<owl:propertyChainAxiom rdf:parseType="Collection">
<rdf:Description rdf:about="http://ontology.eil.utoronto.ca/icity/Activity/occursAt"/>
<rdf:Description rdf:about="http://www.w3.org/2006/time#hasBeginning"/>
</owl:propertyChainAxiom>
</owl:ObjectProperty>
<!-- http://ontology.eil.utoronto.ca/icity/Activity/causedBy -->
<owl:ObjectProperty rdf:about="http://ontology.eil.utoronto.ca/icity/Activity/causedBy">
<rdfs:subPropertyOf rdf:resource="http://ontology.eil.utoronto.ca/icity/Activity/ActivityOntologyProperty"/>
<owl:inverseOf rdf:resource="http://ontology.eil.utoronto.ca/icity/Activity/causes"/>
</owl:ObjectProperty>
<!-- http://ontology.eil.utoronto.ca/icity/Activity/causes -->
<owl:ObjectProperty rdf:about="http://ontology.eil.utoronto.ca/icity/Activity/causes">
<rdfs:subPropertyOf rdf:resource="http://ontology.eil.utoronto.ca/icity/Activity/ActivityOntologyProperty"/>
</owl:ObjectProperty>
<!-- http://ontology.eil.utoronto.ca/icity/Activity/effectOf -->
<owl:ObjectProperty rdf:about="http://ontology.eil.utoronto.ca/icity/Activity/effectOf">
<rdfs:subPropertyOf rdf:resource="http://ontology.eil.utoronto.ca/icity/Activity/ActivityOntologyProperty"/>
<owl:inverseOf rdf:resource="http://ontology.eil.utoronto.ca/icity/Activity/hasEffect"/>
</owl:ObjectProperty>
<!-- http://ontology.eil.utoronto.ca/icity/Activity/enabledBy -->
<owl:ObjectProperty rdf:about="http://ontology.eil.utoronto.ca/icity/Activity/enabledBy">
<rdfs:subPropertyOf rdf:resource="http://ontology.eil.utoronto.ca/icity/Activity/ActivityOntologyProperty"/>
<owl:inverseOf rdf:resource="http://ontology.eil.utoronto.ca/icity/Activity/enables"/>
</owl:ObjectProperty>
<!-- http://ontology.eil.utoronto.ca/icity/Activity/enables -->
<owl:ObjectProperty rdf:about="http://ontology.eil.utoronto.ca/icity/Activity/enables">
<rdfs:subPropertyOf rdf:resource="http://ontology.eil.utoronto.ca/icity/Activity/ActivityOntologyProperty"/>
</owl:ObjectProperty>
<!-- http://ontology.eil.utoronto.ca/icity/Activity/endOf -->
<owl:ObjectProperty rdf:about="http://ontology.eil.utoronto.ca/icity/Activity/endOf">
<rdfs:subPropertyOf rdf:resource="http://ontology.eil.utoronto.ca/icity/Activity/ActivityOntologyProperty"/>
<rdfs:domain rdf:resource="http://ontology.eil.utoronto.ca/icity/Activity/Activity"/>
<rdfs:range rdf:resource="http://www.w3.org/2006/time#Instant"/>
<owl:propertyChainAxiom rdf:parseType="Collection">
<rdf:Description rdf:about="http://ontology.eil.utoronto.ca/icity/Activity/occursAt"/>
<rdf:Description rdf:about="http://www.w3.org/2006/time#hasEnd"/>
</owl:propertyChainAxiom>
</owl:ObjectProperty>
<!-- http://ontology.eil.utoronto.ca/icity/Activity/hasDecomp -->
<owl:ObjectProperty rdf:about="http://ontology.eil.utoronto.ca/icity/Activity/hasDecomp">
<rdfs:subPropertyOf rdf:resource="http://ontology.eil.utoronto.ca/icity/Activity/hasSubstate"/>
<rdfs:domain rdf:resource="http://ontology.eil.utoronto.ca/icity/Activity/State"/>
<rdfs:range rdf:resource="http://ontology.eil.utoronto.ca/icity/Activity/State"/>
</owl:ObjectProperty>
<!-- http://ontology.eil.utoronto.ca/icity/Activity/hasEffect -->
<owl:ObjectProperty rdf:about="http://ontology.eil.utoronto.ca/icity/Activity/hasEffect">
<rdfs:subPropertyOf rdf:resource="http://ontology.eil.utoronto.ca/icity/Activity/causedBy"/>
<rdfs:domain rdf:resource="http://ontology.eil.utoronto.ca/icity/Activity/Activity"/>
<rdfs:range rdf:resource="http://ontology.eil.utoronto.ca/icity/Activity/State"/>
</owl:ObjectProperty>
<!-- http://ontology.eil.utoronto.ca/icity/Activity/hasParticipant -->
<owl:ObjectProperty rdf:about="http://ontology.eil.utoronto.ca/icity/Activity/hasParticipant">
<rdfs:subPropertyOf rdf:resource="http://ontology.eil.utoronto.ca/icity/Activity/ActivityOntologyProperty"/>
<owl:inverseOf rdf:resource="http://ontology.eil.utoronto.ca/icity/Activity/participatesIn"/>
<rdfs:range rdf:resource="http://ontology.eil.utoronto.ca/icity/Change/Manifestation"/>
</owl:ObjectProperty>
<!-- http://ontology.eil.utoronto.ca/icity/Activity/hasPrecondition -->
<owl:ObjectProperty rdf:about="http://ontology.eil.utoronto.ca/icity/Activity/hasPrecondition">
<rdfs:subPropertyOf rdf:resource="http://ontology.eil.utoronto.ca/icity/Activity/enabledBy"/>
<owl:inverseOf rdf:resource="http://ontology.eil.utoronto.ca/icity/Activity/preconditionOf"/>
<rdfs:domain rdf:resource="http://ontology.eil.utoronto.ca/icity/Activity/Activity"/>
<rdfs:range rdf:resource="http://ontology.eil.utoronto.ca/icity/Activity/State"/>
</owl:ObjectProperty>
<!-- http://ontology.eil.utoronto.ca/icity/Activity/hasSubactivity -->
<owl:ObjectProperty rdf:about="http://ontology.eil.utoronto.ca/icity/Activity/hasSubactivity">
<rdfs:subPropertyOf rdf:resource="http://ontology.eil.utoronto.ca/icity/Activity/ActivityOntologyProperty"/>
</owl:ObjectProperty>
<!-- http://ontology.eil.utoronto.ca/icity/Activity/hasSubstate -->
<owl:ObjectProperty rdf:about="http://ontology.eil.utoronto.ca/icity/Activity/hasSubstate">
<rdfs:subPropertyOf rdf:resource="http://ontology.eil.utoronto.ca/icity/Activity/ActivityOntologyProperty"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#TransitiveProperty"/>
</owl:ObjectProperty>
<!-- http://ontology.eil.utoronto.ca/icity/Activity/occursAfter -->
<owl:ObjectProperty rdf:about="http://ontology.eil.utoronto.ca/icity/Activity/occursAfter">
<rdfs:subPropertyOf rdf:resource="http://ontology.eil.utoronto.ca/icity/Activity/ActivityOntologyProperty"/>
<owl:inverseOf rdf:resource="http://ontology.eil.utoronto.ca/icity/Activity/occursBefore"/>
</owl:ObjectProperty>
<!-- http://ontology.eil.utoronto.ca/icity/Activity/occursAt -->
<owl:ObjectProperty rdf:about="http://ontology.eil.utoronto.ca/icity/Activity/occursAt">
<rdfs:subPropertyOf rdf:resource="http://ontology.eil.utoronto.ca/icity/Activity/ActivityOntologyProperty"/>
<rdfs:range rdf:resource="http://www.w3.org/2006/time#TemporalEntity"/>
</owl:ObjectProperty>
<!-- http://ontology.eil.utoronto.ca/icity/Activity/occursBefore -->
<owl:ObjectProperty rdf:about="http://ontology.eil.utoronto.ca/icity/Activity/occursBefore">
<rdfs:subPropertyOf rdf:resource="http://ontology.eil.utoronto.ca/icity/Activity/ActivityOntologyProperty"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#TransitiveProperty"/>
<rdfs:domain rdf:resource="http://ontology.eil.utoronto.ca/icity/Activity/Activity"/>
<rdfs:range rdf:resource="http://ontology.eil.utoronto.ca/icity/Activity/Activity"/>
<owl:propertyChainAxiom rdf:parseType="Collection">
<rdf:Description rdf:about="http://ontology.eil.utoronto.ca/icity/Activity/endOf"/>
<rdf:Description rdf:about="http://www.w3.org/2006/time#before"/>
<rdf:Description>
<owl:inverseOf rdf:resource="http://ontology.eil.utoronto.ca/icity/Activity/beginOf"/>
</rdf:Description>
</owl:propertyChainAxiom>
<rdfs:comment>An activity occursBefore another if its endOf instant is before the beginOf instant of the other activity; the occursBefore relation is transitive. We cannot define this semantics in OWL, though it could be captured in future work by an extension with rules.</rdfs:comment>
</owl:ObjectProperty>
<!-- http://ontology.eil.utoronto.ca/icity/Activity/occursDirectlyAfter -->
<owl:ObjectProperty rdf:about="http://ontology.eil.utoronto.ca/icity/Activity/occursDirectlyAfter">
<rdfs:subPropertyOf rdf:resource="http://ontology.eil.utoronto.ca/icity/Activity/occursAfter"/>
<owl:inverseOf rdf:resource="http://ontology.eil.utoronto.ca/icity/Activity/occursDirectlyBefore"/>
</owl:ObjectProperty>
<!-- http://ontology.eil.utoronto.ca/icity/Activity/occursDirectlyBefore -->
<owl:ObjectProperty rdf:about="http://ontology.eil.utoronto.ca/icity/Activity/occursDirectlyBefore">
<rdfs:subPropertyOf rdf:resource="http://ontology.eil.utoronto.ca/icity/Activity/occursBefore"/>
<rdfs:domain rdf:resource="http://ontology.eil.utoronto.ca/icity/Activity/Activity"/>
<rdfs:range rdf:resource="http://ontology.eil.utoronto.ca/icity/Activity/Activity"/>
<owl:propertyChainAxiom rdf:parseType="Collection">
<rdf:Description rdf:about="http://ontology.eil.utoronto.ca/icity/Activity/occursAt"/>
<rdf:Description rdf:about="http://www.w3.org/2006/time#intervalMeets"/>
<rdf:Description>
<owl:inverseOf rdf:resource="http://ontology.eil.utoronto.ca/icity/Activity/occursAt"/>
</rdf:Description>
</owl:propertyChainAxiom>
<rdfs:comment>An activity occursDirectlyBefore another if it occursAt an interval that meets the interval of the other activity. We cannot define this semantics in OWL, though it could be captured by an extension with rules.</rdfs:comment>
</owl:ObjectProperty>
<!-- http://ontology.eil.utoronto.ca/icity/Activity/participatesIn -->
<owl:ObjectProperty rdf:about="http://ontology.eil.utoronto.ca/icity/Activity/participatesIn">
<rdfs:subPropertyOf rdf:resource="http://ontology.eil.utoronto.ca/icity/Activity/ActivityOntologyProperty"/>
</owl:ObjectProperty>
<!-- http://ontology.eil.utoronto.ca/icity/Activity/preconditionOf -->
<owl:ObjectProperty rdf:about="http://ontology.eil.utoronto.ca/icity/Activity/preconditionOf">
<rdfs:subPropertyOf rdf:resource="http://ontology.eil.utoronto.ca/icity/Activity/ActivityOntologyProperty"/>
</owl:ObjectProperty>
<!-- http://ontology.eil.utoronto.ca/icity/Activity/stateTypeOf -->
<owl:ObjectProperty rdf:about="http://ontology.eil.utoronto.ca/icity/Activity/stateTypeOf">
<rdfs:subPropertyOf rdf:resource="http://ontology.eil.utoronto.ca/icity/Activity/ActivityOntologyProperty"/>
<rdfs:domain rdf:resource="http://ontology.eil.utoronto.ca/icity/Activity/TerminalState"/>
<rdfs:range rdf:resource="http://ontology.eil.utoronto.ca/icity/Change/Manifestation"/>
</owl:ObjectProperty>
<!-- http://ontology.eil.utoronto.ca/icity/Change/existsAt -->
<owl:ObjectProperty rdf:about="http://ontology.eil.utoronto.ca/icity/Change/existsAt"/>
<!-- http://www.wurvoc.org/vocabularies/om-1.8/conjunctiveAchievedAt -->
<owl:ObjectProperty rdf:about="http://www.wurvoc.org/vocabularies/om-1.8/conjunctiveAchievedAt">
<rdfs:subPropertyOf rdf:resource="http://ontology.eil.utoronto.ca/icity/Activity/achievedAt"/>
<rdfs:domain rdf:resource="http://ontology.eil.utoronto.ca/icity/Activity/ConjunctiveState"/>
</owl:ObjectProperty>
<!-- http://www.wurvoc.org/vocabularies/om-1.8/disjunctiveAchievedAt -->
<owl:ObjectProperty rdf:about="http://www.wurvoc.org/vocabularies/om-1.8/disjunctiveAchievedAt">
<rdfs:subPropertyOf rdf:resource="http://ontology.eil.utoronto.ca/icity/Activity/achievedAt"/>
<rdfs:domain rdf:resource="http://ontology.eil.utoronto.ca/icity/Activity/DisjunctiveState"/>
</owl:ObjectProperty>
<!-- http://www.wurvoc.org/vocabularies/om-1.8/terminalAchievedAt -->
<owl:ObjectProperty rdf:about="http://www.wurvoc.org/vocabularies/om-1.8/terminalAchievedAt">
<rdfs:subPropertyOf rdf:resource="http://ontology.eil.utoronto.ca/icity/Activity/achievedAt"/>
<rdfs:subPropertyOf rdf:resource="http://ontology.eil.utoronto.ca/icity/Change/existsAt"/>
<rdfs:domain rdf:resource="http://ontology.eil.utoronto.ca/icity/Activity/TerminalState"/>
</owl:ObjectProperty>
<!--
///////////////////////////////////////////////////////////////////////////////////////
//
// Classes
//
///////////////////////////////////////////////////////////////////////////////////////
-->
<!-- http://ontology.eil.utoronto.ca/icity/Activity/Activity -->
<owl:Class rdf:about="http://ontology.eil.utoronto.ca/icity/Activity/Activity">
<rdfs:subClassOf rdf:resource="http://ontology.eil.utoronto.ca/icity/Activity/ActivityOntologyThing"/>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="http://ontology.eil.utoronto.ca/icity/Activity/beginOf"/>
<owl:someValuesFrom rdf:resource="http://www.w3.org/2006/time#Instant"/>
</owl:Restriction>
</rdfs:subClassOf>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="http://ontology.eil.utoronto.ca/icity/Activity/endOf"/>
<owl:someValuesFrom rdf:resource="http://www.w3.org/2006/time#Instant"/>
</owl:Restriction>
</rdfs:subClassOf>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="http://ontology.eil.utoronto.ca/icity/Activity/occursAt"/>
<owl:someValuesFrom rdf:resource="http://www.w3.org/2006/time#Interval"/>
</owl:Restriction>
</rdfs:subClassOf>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="http://ontology.eil.utoronto.ca/icity/Activity/causes"/>
<owl:allValuesFrom rdf:resource="http://ontology.eil.utoronto.ca/icity/Activity/State"/>
</owl:Restriction>
</rdfs:subClassOf>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="http://ontology.eil.utoronto.ca/icity/Activity/enabledBy"/>
<owl:allValuesFrom rdf:resource="http://ontology.eil.utoronto.ca/icity/Activity/State"/>
</owl:Restriction>
</rdfs:subClassOf>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="http://ontology.eil.utoronto.ca/icity/Activity/hasEffect"/>
<owl:allValuesFrom rdf:resource="http://ontology.eil.utoronto.ca/icity/Activity/State"/>
</owl:Restriction>
</rdfs:subClassOf>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="http://ontology.eil.utoronto.ca/icity/Activity/hasParticipant"/>
<owl:allValuesFrom rdf:resource="http://ontology.eil.utoronto.ca/icity/Change/Manifestation"/>
</owl:Restriction>
</rdfs:subClassOf>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="http://ontology.eil.utoronto.ca/icity/Activity/hasPrecondition"/>
<owl:allValuesFrom rdf:resource="http://ontology.eil.utoronto.ca/icity/Activity/State"/>
</owl:Restriction>
</rdfs:subClassOf>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="http://ontology.eil.utoronto.ca/icity/Activity/hasSubactivity"/>
<owl:allValuesFrom rdf:resource="http://ontology.eil.utoronto.ca/icity/Activity/Activity"/>
</owl:Restriction>
</rdfs:subClassOf>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="http://ontology.eil.utoronto.ca/icity/Activity/occursBefore"/>
<owl:allValuesFrom rdf:resource="http://ontology.eil.utoronto.ca/icity/Activity/Activity"/>
</owl:Restriction>
</rdfs:subClassOf>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="http://ontology.eil.utoronto.ca/icity/Activity/occursDirectlyBefore"/>
<owl:allValuesFrom rdf:resource="http://ontology.eil.utoronto.ca/icity/Activity/Activity"/>
</owl:Restriction>
</rdfs:subClassOf>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="http://ontology.eil.utoronto.ca/icity/SpatialLoc/hasLocation"/>
<owl:allValuesFrom rdf:resource="http://www.opengis.net/ont/geosparql#Feature"/>
</owl:Restriction>
</rdfs:subClassOf>
<dc:description>An Activity describes something that occurs in the domain.
An Activity may be further defined by (decomposed into) Subactivities.
An Activity may have precondition and/or effect State.
An Activity may be enabled by or cause some State. An enabling of causing state is a generalization of a precondition/effect; an Activity is enabled by or causes some State if it has a subactivity with a precondition or effect (respectively) of that State.
In other words, the state may not be required directly before, or cause directly after the activity, but by some more specialized sub-activity.
An Activity occurs at some point in time and space.
An Activity takes place during some interval, and so has some duration.
An Activity may have some Manifestations that participate in it.</dc:description>
</owl:Class>
<!-- http://ontology.eil.utoronto.ca/icity/Activity/ActivityOntologyThing -->
<owl:Class rdf:about="http://ontology.eil.utoronto.ca/icity/Activity/ActivityOntologyThing">
<dc:description>Added for organizational purposes, to identify all classes defined in the Activity ontology.</dc:description>
</owl:Class>
<!-- http://ontology.eil.utoronto.ca/icity/Activity/ConjunctiveState -->
<owl:Class rdf:about="http://ontology.eil.utoronto.ca/icity/Activity/ConjunctiveState">
<rdfs:subClassOf rdf:resource="http://ontology.eil.utoronto.ca/icity/Activity/NonTerminalState"/>
<owl:disjointWith rdf:resource="http://ontology.eil.utoronto.ca/icity/Activity/DisjunctiveState"/>
<dc:description>Naturally, a conjunctive state type is defined by the conjunction of its child state types, whereas a disjunctive state type is defined by the disjunction of its child states.</dc:description>
</owl:Class>
<!-- http://ontology.eil.utoronto.ca/icity/Activity/DisjunctiveState -->
<owl:Class rdf:about="http://ontology.eil.utoronto.ca/icity/Activity/DisjunctiveState">
<rdfs:subClassOf rdf:resource="http://ontology.eil.utoronto.ca/icity/Activity/NonTerminalState"/>
<dc:description>Naturally, a conjunctive state type is defined by the conjunction of its child state types, whereas a disjunctive state type is defined by the disjunction of its child states.</dc:description>
</owl:Class>
<!-- http://ontology.eil.utoronto.ca/icity/Activity/NonTerminalState -->
<owl:Class rdf:about="http://ontology.eil.utoronto.ca/icity/Activity/NonTerminalState">
<rdfs:subClassOf rdf:resource="http://ontology.eil.utoronto.ca/icity/Activity/State"/>
<rdfs:subClassOf>
<owl:Class>
<owl:intersectionOf rdf:parseType="Collection">
<owl:Restriction>
<owl:onProperty rdf:resource="http://ontology.eil.utoronto.ca/icity/Activity/hasDecomp"/>
<owl:allValuesFrom rdf:resource="http://ontology.eil.utoronto.ca/icity/Activity/State"/>
</owl:Restriction>
<owl:Restriction>
<owl:onProperty rdf:resource="http://ontology.eil.utoronto.ca/icity/Activity/hasDecomp"/>
<owl:minQualifiedCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">2</owl:minQualifiedCardinality>
<owl:onClass rdf:resource="http://ontology.eil.utoronto.ca/icity/Activity/State"/>
</owl:Restriction>
</owl:intersectionOf>
</owl:Class>
</rdfs:subClassOf>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="http://ontology.eil.utoronto.ca/icity/Activity/hasSubstate"/>
<owl:allValuesFrom rdf:resource="http://ontology.eil.utoronto.ca/icity/Activity/State"/>
</owl:Restriction>
</rdfs:subClassOf>
<owl:disjointWith rdf:resource="http://ontology.eil.utoronto.ca/icity/Activity/TerminalState"/>
<dc:description>A non-terminal state type has substates. It may be conjunctive or disjunctive.
A state type cannot be both conjunctive and disjunctive.
ConjunctiveStateType disjointWith DisjunctiveStateType
Conjunctive and disjunctive state types, which do have substates, are achieved at some time if their decomposition of state types is achieved.
Note that in this representation, decomp_of is not a transitive relation, it only refers to the direct children of a non-terminal state type. A more general relation that is transitive is the substate relation.
decomp_of(x,y) -> substate(x,y)</dc:description>
</owl:Class>
<!-- http://ontology.eil.utoronto.ca/icity/Activity/State -->
<owl:Class rdf:about="http://ontology.eil.utoronto.ca/icity/Activity/State">
<rdfs:subClassOf rdf:resource="http://ontology.eil.utoronto.ca/icity/Activity/ActivityOntologyThing"/>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="http://ontology.eil.utoronto.ca/icity/Activity/achievedAt"/>
<owl:allValuesFrom rdf:resource="http://www.w3.org/2006/time#TemporalEntity"/>
</owl:Restriction>
</rdfs:subClassOf>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="http://ontology.eil.utoronto.ca/icity/Activity/causedBy"/>
<owl:allValuesFrom rdf:resource="http://ontology.eil.utoronto.ca/icity/Activity/Activity"/>
</owl:Restriction>
</rdfs:subClassOf>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="http://ontology.eil.utoronto.ca/icity/Activity/effectOf"/>
<owl:allValuesFrom rdf:resource="http://ontology.eil.utoronto.ca/icity/Activity/Activity"/>
</owl:Restriction>
</rdfs:subClassOf>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="http://ontology.eil.utoronto.ca/icity/Activity/enables"/>
<owl:allValuesFrom rdf:resource="http://ontology.eil.utoronto.ca/icity/Activity/Activity"/>
</owl:Restriction>
</rdfs:subClassOf>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="http://ontology.eil.utoronto.ca/icity/Activity/preconditionOf"/>
<owl:allValuesFrom rdf:resource="http://ontology.eil.utoronto.ca/icity/Activity/Activity"/>
</owl:Restriction>
</rdfs:subClassOf>
<dc:description>A state refers to a class of manifestations. It may be a precondition or effect of some Activity, or more generally it may enabled or be caused by some Activity. If a state is complex, it may refer to some combination of classes of manifestations.
A note on complex states:
Say that a shopping activity, Activity-Shop, requires both the VehicleW30LGas state, but also some state wherein the mall is open, OpenMall. Each state would first be defined separately. Then, we can simply state:
precondition(VehicleW30LGas,Activity-Shop) AND precondition(OpenMall,Activity-Shop)
were the preconditions required disjunctively, we could state:
precondition(VehicleW30LGas,Activity-Shop) OR precondition(OpenMall,Activity-Shop)
However, in large and complex domains, there will be cases in which the above approach is undesirable. In particular, due to the complexity of the description that results as the state being described becomes more detailed. In many cases it will be more natural and convenient to be able to refer to a single, aggregate state. We therefore extend the representation of States to capture aggregation, as approached in the concept of state trees introduced by TOVE as a construct for the activity cluster.
A State may be either non-terminal or terminal. A terminal state has no child states, and therefore refers directly to a class of manifestations, whereas a non-terminal state has child states, which may define some classes of manifestations, or further define some other complex states.
NonTerminalState(x) v TerminalState(x) = State(x)
A state cannot be both non-terminal and terminal.
TerminalState disjointWith NonTerminalState</dc:description>
</owl:Class>
<!-- http://ontology.eil.utoronto.ca/icity/Activity/TerminalState -->
<owl:Class rdf:about="http://ontology.eil.utoronto.ca/icity/Activity/TerminalState">
<rdfs:subClassOf rdf:resource="http://ontology.eil.utoronto.ca/icity/Activity/State"/>
<rdfs:subClassOf>
<owl:Class>
<owl:intersectionOf rdf:parseType="Collection">
<rdf:Description rdf:about="http://ontology.eil.utoronto.ca/icity/Change/Manifestation"/>
<owl:Class>
<owl:unionOf rdf:parseType="Collection">
<owl:Restriction>
<owl:onProperty rdf:resource="http://ontology.eil.utoronto.ca/icity/Activity/effectOf"/>
<owl:someValuesFrom rdf:resource="http://ontology.eil.utoronto.ca/icity/Activity/Activity"/>
</owl:Restriction>
<owl:Restriction>
<owl:onProperty rdf:resource="http://ontology.eil.utoronto.ca/icity/Activity/preconditionOf"/>
<owl:someValuesFrom rdf:resource="http://ontology.eil.utoronto.ca/icity/Activity/Activity"/>
</owl:Restriction>
</owl:unionOf>
</owl:Class>
</owl:intersectionOf>
</owl:Class>
</rdfs:subClassOf>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="http://ontology.eil.utoronto.ca/icity/Activity/hasDecomp"/>
<owl:qualifiedCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:qualifiedCardinality>
<owl:onClass rdf:resource="http://ontology.eil.utoronto.ca/icity/Activity/State"/>
</owl:Restriction>
</rdfs:subClassOf>
<dc:description>A terminal state type has no substates (cannot be decomposed). It corresponds to a particular class of manifestations. A terminal state is achieved at some time if and only if there exists a manifestation within its defined classification, that exists at that time.</dc:description>
</owl:Class>
<!-- http://ontology.eil.utoronto.ca/icity/Change/Manifestation -->
<owl:Class rdf:about="http://ontology.eil.utoronto.ca/icity/Change/Manifestation"/>
<!--
///////////////////////////////////////////////////////////////////////////////////////
//
// Annotations
//
///////////////////////////////////////////////////////////////////////////////////////
-->
<rdf:Description rdf:about="http://www.w3.org/2003/01/geo/wgs84_pos#">
<dc:date>$Date: 2009/04/20 15:00:30 $</dc:date>
<rdfs:label>geo</rdfs:label>
<dc:description>A vocabulary for representing latitude, longitude and
altitude information in the WGS84 geodetic reference datum.
Version $Id: wgs84_pos.rdf,v 1.22 2009/04/20 15:00:30 timbl Exp $. See http://www.w3.org/2003/01/geo/ for more details.</dc:description>
<rdfs:comment>
Recent changes to this namespace:
$Log: wgs84_pos.rdf,v $
Revision 1.22 2009/04/20 15:00:30 timbl
Remove the time bits which have been deal with elsewhere eg in iCal.
Revision 1.21 2009/04/20 12:52:47 timbl
try again
Revision 1.20 2009/04/20 12:42:11 timbl
Add Event (edited ages ago and never checked in), and location (following discussion http://chatlogs.planetrdf.com/swig/2009-04-20#T12-36-09)
Revision 1.19 2009/04/20 12:36:31 timbl
Add Event (edited ages ago and never checked in), and location (following discussion http://chatlogs.planetrdf.com/swig/2009-04-20#T12-36-09)
Revision 1.18 2006/02/01 22:01:04 danbri
Clarified that lat and long are decimal degrees, and that alt is decimal metres about local reference ellipsoid
Revision 1.17 2004/02/06 17:38:12 danbri
Fixed a bad commit screwup
Revision 1.15 2003/04/19 11:24:08 danbri
Fixed the typo even more.
Revision 1.14 2003/04/19 11:16:56 danbri
fixed a typo
Revision 1.13 2003/02/19 22:27:27 connolly
relaxed domain constraints on lat/long/alt from Point to SpatialThing
Revision 1.12 2003/01/12 01:41:41 danbri
Trying local copy of XSLT doc.
Revision 1.11 2003/01/12 01:20:18 danbri
added a link to morten's xslt rdfs viewer.
Revision 1.10 2003/01/11 18:56:49 danbri
Removed datatype range from lat and long properties, since they would
have required each occurance of the property to mention the datatype.
Revision 1.9 2003/01/11 11:41:31 danbri
Another typo; repaired rdfs:Property to rdf:Property x4
Revision 1.8 2003/01/11 11:05:02 danbri
Added an rdfs:range for each lat/long/alt property,
http://www.w3.org/2001/XMLSchema#float
Revision 1.7 2003/01/10 20:25:16 danbri
Longer rdfs:comment for Point, trying to be Earth-centric and neutral about
coordinate system(s) at the same time. Feedback welcomed.
Revision 1.6 2003/01/10 20:18:30 danbri
Added CVS log comments into the RDF/XML as an rdfs:comment property of the
vocabulary. Note that this is not common practice (but seems both harmless
and potentially useful).
revision 1.5
date: 2003/01/10 20:14:31; author: danbri; state: Exp; lines: +16 -5
Updated schema:
Added a dc:date, added url for more info. Changed the rdfs:label of the
namespace from gp to geo. Added a class Point, set as the rdfs:domain of
each property. Added XML comment on the lat_long property suggesting that
we might not need it (based on #rdfig commentary from implementors).
revision 1.4
date: 2003/01/10 20:01:07; author: danbri; state: Exp; lines: +6 -5
Fixed typo; several rdfs:about attributes are now rdf:about. Thanks to MortenF in
#rdfig for catching this error.
revision 1.3
date: 2003/01/10 11:59:03; author: danbri; state: Exp; lines: +4 -3
fixed buglet in vocab, added more wgs links
revision 1.2
date: 2003/01/10 11:01:11; author: danbri; state: Exp; lines: +4 -4
Removed alt from the as-a-flat-string property, and switched from
space separated to comma separated.
revision 1.1
date: 2003/01/10 10:53:23; author: danbri; state: Exp;
basic geo vocab
</rdfs:comment>
<dc:title>WGS84 Geo Positioning: an RDF vocabulary</dc:title>
</rdf:Description>
<rdf:Description rdf:about="http://www.w3.org/2003/01/geo/wgs84_pos#lat_long">
<rdfs:comment>A comma-separated representation of a latitude, longitude coordinate.</rdfs:comment>
<rdfs:label>lat/long</rdfs:label>
</rdf:Description>
</rdf:RDF>
<!-- Generated by the OWL API (version 4.5.9.2019-02-01T07:24:44Z) https://github.com/owlcs/owlapi -->