-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathBuilding.owl
More file actions
670 lines (442 loc) · 29.9 KB
/
Building.owl
File metadata and controls
670 lines (442 loc) · 29.9 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
<?xml version="1.0"?>
<rdf:RDF xmlns="http://ontology.eil.utoronto.ca/icity/Building/"
xml:base="http://ontology.eil.utoronto.ca/icity/Building/"
xmlns:OM="http://ontology.eil.utoronto.ca/icity/OM/"
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:schema="http://schema.org/"
xmlns:wgs84_pos="http://www.w3.org/2003/01/geo/wgs84_pos#"
xmlns:RecurringEvent="http://ontology.eil.utoronto.ca/icity/RecurringEvent/"
xmlns:RecurringEvent1="http://ontology.eil.utoronto.ca/icity/RecurringEvent/#">
<owl:Ontology rdf:about="http://ontology.eil.utoronto.ca/icity/Building/">
<owl:versionIRI rdf:resource="http://ontology.eil.utoronto.ca/icity/Building/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/Contact/1.0/"/>
<owl:imports rdf:resource="http://ontology.eil.utoronto.ca/icity/Mereology/1.0/"/>
<owl:imports rdf:resource="http://ontology.eil.utoronto.ca/icity/OM/1.2/"/>
<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>A Building is a structure with some location in the urban system. The location of the Building in space may change due to construction, but the Parcel/Lot of land it is located on cannot.
There may be many different types (subclasses) of buildings, such as House, Apartment Building, Office Building, and so on.
</dc:description>
<dc:issued rdf:datatype="http://www.w3.org/2001/XMLSchema#date">November 7, 2017</dc:issued>
<dc:title>Building Ontology</dc:title>
<vann:preferredNamespacePrefix>icity-building</vann:preferredNamespacePrefix>
<rdfs:comment xml:lang="2016 megan katsumi, icity research group">Developed as part of the overall iCity ontology effort, the iCity-Building ontology is designed to capture concepts related to buildings.
Changes from previous version:
-imported revised ontologies of activity (iCity-Activity) and change (iCity-Change).
Copyright </rdfs:comment>
<owl:versionInfo rdf:datatype="http://www.w3.org/2001/XMLSchema#decimal">1.2</owl:versionInfo>
<adms:relatedDocumentation>Under development. Please see report on iCity Ontology v1.</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/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/Building/BuildingOntologyProperty -->
<owl:ObjectProperty rdf:about="http://ontology.eil.utoronto.ca/icity/Building/BuildingOntologyProperty">
<dc:description>Added for organizational purposes, to identify properties defined in the Building ontology.</dc:description>
</owl:ObjectProperty>
<!-- http://ontology.eil.utoronto.ca/icity/Building/SchemaOrgProperty -->
<owl:ObjectProperty rdf:about="http://ontology.eil.utoronto.ca/icity/Building/SchemaOrgProperty">
<dc:description>Added for organizational purposes, to capture the properties reused from Schema.org. Notice that since we cannot import schema.org we must manually reference the individual IRIs.</dc:description>
</owl:ObjectProperty>
<!-- http://ontology.eil.utoronto.ca/icity/Building/hasBuildingFacility -->
<owl:ObjectProperty rdf:about="http://ontology.eil.utoronto.ca/icity/Building/hasBuildingFacility">
<rdfs:subPropertyOf rdf:resource="http://ontology.eil.utoronto.ca/icity/Building/BuildingOntologyProperty"/>
<rdfs:subPropertyOf rdf:resource="http://ontology.eil.utoronto.ca/icity/Mereology/hasComponent"/>
</owl:ObjectProperty>
<!-- http://ontology.eil.utoronto.ca/icity/Building/hasBuildingFloorArea -->
<owl:ObjectProperty rdf:about="http://ontology.eil.utoronto.ca/icity/Building/hasBuildingFloorArea">
<rdfs:subPropertyOf rdf:resource="http://ontology.eil.utoronto.ca/icity/Building/BuildingOntologyProperty"/>
<rdfs:subPropertyOf rdf:resource="http://ontology.eil.utoronto.ca/icity/Mereology/hasComponent"/>
</owl:ObjectProperty>
<!-- http://ontology.eil.utoronto.ca/icity/Building/hasBuildingFootprintArea -->
<owl:ObjectProperty rdf:about="http://ontology.eil.utoronto.ca/icity/Building/hasBuildingFootprintArea">
<rdfs:subPropertyOf rdf:resource="http://ontology.eil.utoronto.ca/icity/Building/BuildingOntologyProperty"/>
<rdfs:subPropertyOf rdf:resource="http://ontology.eil.utoronto.ca/icity/Mereology/hasComponent"/>
</owl:ObjectProperty>
<!-- http://ontology.eil.utoronto.ca/icity/Building/hasBuildingHeight -->
<owl:ObjectProperty rdf:about="http://ontology.eil.utoronto.ca/icity/Building/hasBuildingHeight">
<rdfs:subPropertyOf rdf:resource="http://ontology.eil.utoronto.ca/icity/Building/BuildingOntologyProperty"/>
<rdfs:subPropertyOf rdf:resource="http://ontology.eil.utoronto.ca/icity/Mereology/hasComponent"/>
</owl:ObjectProperty>
<!-- http://ontology.eil.utoronto.ca/icity/Building/hasBuildingUnit -->
<owl:ObjectProperty rdf:about="http://ontology.eil.utoronto.ca/icity/Building/hasBuildingUnit">
<rdfs:subPropertyOf rdf:resource="http://ontology.eil.utoronto.ca/icity/Building/BuildingOntologyProperty"/>
<rdfs:subPropertyOf rdf:resource="http://ontology.eil.utoronto.ca/icity/Mereology/contains"/>
<rdfs:subPropertyOf rdf:resource="http://ontology.eil.utoronto.ca/icity/Mereology/hasComponent"/>
<owl:inverseOf rdf:resource="http://ontology.eil.utoronto.ca/icity/Building/unitInBuilding"/>
</owl:ObjectProperty>
<!-- http://ontology.eil.utoronto.ca/icity/Building/hasRent -->
<owl:ObjectProperty rdf:about="http://ontology.eil.utoronto.ca/icity/Building/hasRent">
<rdfs:subPropertyOf rdf:resource="http://ontology.eil.utoronto.ca/icity/Building/BuildingOntologyProperty"/>
</owl:ObjectProperty>
<!-- http://ontology.eil.utoronto.ca/icity/Building/hasUnitSize -->
<owl:ObjectProperty rdf:about="http://ontology.eil.utoronto.ca/icity/Building/hasUnitSize">
<rdfs:subPropertyOf rdf:resource="http://ontology.eil.utoronto.ca/icity/Building/BuildingOntologyProperty"/>
</owl:ObjectProperty>
<!-- http://ontology.eil.utoronto.ca/icity/Building/locatedOn -->
<owl:ObjectProperty rdf:about="http://ontology.eil.utoronto.ca/icity/Building/locatedOn">
<rdfs:subPropertyOf rdf:resource="http://ontology.eil.utoronto.ca/icity/Building/BuildingOntologyProperty"/>
<dc:description>A Building is located on some parcel of land.</dc:description>
</owl:ObjectProperty>
<!-- http://ontology.eil.utoronto.ca/icity/Building/unitInBuilding -->
<owl:ObjectProperty rdf:about="http://ontology.eil.utoronto.ca/icity/Building/unitInBuilding">
<rdfs:subPropertyOf rdf:resource="http://ontology.eil.utoronto.ca/icity/Building/BuildingOntologyProperty"/>
<rdfs:subPropertyOf rdf:resource="http://ontology.eil.utoronto.ca/icity/Mereology/componentOf"/>
<rdfs:subPropertyOf rdf:resource="http://ontology.eil.utoronto.ca/icity/Mereology/containedIn"/>
</owl:ObjectProperty>
<!-- http://ontology.eil.utoronto.ca/icity/Change/existsAt -->
<owl:ObjectProperty rdf:about="http://ontology.eil.utoronto.ca/icity/Change/existsAt"/>
<!-- http://ontology.eil.utoronto.ca/icity/Change/hasManifestation -->
<owl:ObjectProperty rdf:about="http://ontology.eil.utoronto.ca/icity/Change/hasManifestation"/>
<!-- http://ontology.eil.utoronto.ca/icity/Change/manifestationOf -->
<owl:ObjectProperty rdf:about="http://ontology.eil.utoronto.ca/icity/Change/manifestationOf"/>
<!-- http://ontology.eil.utoronto.ca/icity/Mereology/containedIn -->
<owl:ObjectProperty rdf:about="http://ontology.eil.utoronto.ca/icity/Mereology/containedIn"/>
<!-- http://ontology.eil.utoronto.ca/icity/Mereology/contains -->
<owl:ObjectProperty rdf:about="http://ontology.eil.utoronto.ca/icity/Mereology/contains"/>
<!-- http://ontology.eil.utoronto.ca/icity/MonetaryValue/hasValue -->
<owl:ObjectProperty rdf:about="http://ontology.eil.utoronto.ca/icity/MonetaryValue/hasValue"/>
<!-- http://ontology.eil.utoronto.ca/icity/SpatialLoc/hasLocation -->
<owl:ObjectProperty rdf:about="http://ontology.eil.utoronto.ca/icity/SpatialLoc/hasLocation"/>
<!-- http://schema.org/address -->
<owl:ObjectProperty rdf:about="http://schema.org/address">
<rdfs:subPropertyOf rdf:resource="http://ontology.eil.utoronto.ca/icity/Building/SchemaOrgProperty"/>
</owl:ObjectProperty>
<!--
///////////////////////////////////////////////////////////////////////////////////////
//
// Data properties
//
///////////////////////////////////////////////////////////////////////////////////////
-->
<!-- http://ontology.eil.utoronto.ca/icity/Building/BuildingOntologyDataProperty -->
<owl:DatatypeProperty rdf:about="http://ontology.eil.utoronto.ca/icity/Building/BuildingOntologyDataProperty">
<dc:description>Added for organizational purposes, to identify data properties defined in the Building ontology.</dc:description>
</owl:DatatypeProperty>
<!-- http://ontology.eil.utoronto.ca/icity/Building/hasRooms -->
<owl:DatatypeProperty rdf:about="http://ontology.eil.utoronto.ca/icity/Building/hasRooms">
<rdfs:subPropertyOf rdf:resource="http://ontology.eil.utoronto.ca/icity/Building/BuildingOntologyDataProperty"/>
</owl:DatatypeProperty>
<!--
///////////////////////////////////////////////////////////////////////////////////////
//
// Classes
//
///////////////////////////////////////////////////////////////////////////////////////
-->
<!-- http://ontology.eil.utoronto.ca/icity/Building/ApartmentBuilding -->
<owl:Class rdf:about="http://ontology.eil.utoronto.ca/icity/Building/ApartmentBuilding">
<rdfs:subClassOf rdf:resource="http://ontology.eil.utoronto.ca/icity/Building/Building"/>
</owl:Class>
<!-- http://ontology.eil.utoronto.ca/icity/Building/Building -->
<owl:Class rdf:about="http://ontology.eil.utoronto.ca/icity/Building/Building">
<owl:equivalentClass>
<owl:Class>
<owl:intersectionOf rdf:parseType="Collection">
<owl:Restriction>
<owl:onProperty rdf:resource="http://ontology.eil.utoronto.ca/icity/Change/manifestationOf"/>
<owl:someValuesFrom rdf:resource="http://ontology.eil.utoronto.ca/icity/Building/BuildingPD"/>
</owl:Restriction>
<owl:Restriction>
<owl:onProperty rdf:resource="http://ontology.eil.utoronto.ca/icity/Change/manifestationOf"/>
<owl:allValuesFrom rdf:resource="http://ontology.eil.utoronto.ca/icity/Building/BuildingPD"/>
</owl:Restriction>
</owl:intersectionOf>
</owl:Class>
</owl:equivalentClass>
<rdfs:subClassOf rdf:resource="http://ontology.eil.utoronto.ca/icity/Building/BuildingOntologyThing"/>
<rdfs:subClassOf rdf:resource="http://ontology.eil.utoronto.ca/icity/Change/Manifestation"/>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="http://ontology.eil.utoronto.ca/icity/Building/hasBuildingFacility"/>
<owl:allValuesFrom rdf:resource="http://ontology.eil.utoronto.ca/icity/Building/BuildingFacility"/>
</owl:Restriction>
</rdfs:subClassOf>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="http://ontology.eil.utoronto.ca/icity/Building/hasBuildingFootprintArea"/>
<owl:allValuesFrom rdf:resource="http://ontology.eil.utoronto.ca/icity/OM/Area"/>
</owl:Restriction>
</rdfs:subClassOf>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="http://ontology.eil.utoronto.ca/icity/Building/hasBuildingHeight"/>
<owl:allValuesFrom rdf:resource="http://ontology.eil.utoronto.ca/icity/OM/Length"/>
</owl:Restriction>
</rdfs:subClassOf>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="http://ontology.eil.utoronto.ca/icity/Building/hasBuildingUnit"/>
<owl:allValuesFrom rdf:resource="http://ontology.eil.utoronto.ca/icity/Building/BuildingUnit"/>
</owl:Restriction>
</rdfs:subClassOf>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="http://ontology.eil.utoronto.ca/icity/MonetaryValue/hasValue"/>
<owl:allValuesFrom rdf:resource="http://ontology.eil.utoronto.ca/icity/OM/MonetaryValue"/>
</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>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="http://ontology.eil.utoronto.ca/icity/Change/existsAt"/>
<owl:qualifiedCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:qualifiedCardinality>
<owl:onClass rdf:resource="http://www.w3.org/2006/time#TemporalEntity"/>
</owl:Restriction>
</rdfs:subClassOf>
<dc:description>Building: A Building is a structure with some location in the urban system. The location of the Building in space may change due to construction, but the Parcel/Lot of land it is located on cannot.
There are different types (subclasses) of buildings; House, Apartment Building, Office Building...
A Building has an owner, which may be a Persons or some Organization.
A Building has occupants, which may or may not be the same Persons or Firm who own it.
A Building has a market value.
A Building may provide some Parking.
A Building has some Location.
A Building has some height, some footprint area, and some floor area. The floor area is often greater than the footprint area as it accounts for the area of each floor of the building. However, floor area excludes unoccupied areas such as basements. These properties are considered variant as it is possible for a building to undergo construction to increase its dimensions.
A Building contains one or many units.</dc:description>
</owl:Class>
<!-- http://ontology.eil.utoronto.ca/icity/Building/BuildingFacility -->
<owl:Class rdf:about="http://ontology.eil.utoronto.ca/icity/Building/BuildingFacility">
<rdfs:subClassOf rdf:resource="http://ontology.eil.utoronto.ca/icity/Building/BuildingOntologyThing"/>
</owl:Class>
<!-- http://ontology.eil.utoronto.ca/icity/Building/BuildingOntologyThing -->
<owl:Class rdf:about="http://ontology.eil.utoronto.ca/icity/Building/BuildingOntologyThing">
<dc:description>Added for organizational purposes, to identify classes defined in the Building ontology.</dc:description>
</owl:Class>
<!-- http://ontology.eil.utoronto.ca/icity/Building/BuildingPD -->
<owl:Class rdf:about="http://ontology.eil.utoronto.ca/icity/Building/BuildingPD">
<owl:equivalentClass>
<owl:Class>
<owl:intersectionOf rdf:parseType="Collection">
<owl:Restriction>
<owl:onProperty rdf:resource="http://ontology.eil.utoronto.ca/icity/Change/hasManifestation"/>
<owl:someValuesFrom rdf:resource="http://ontology.eil.utoronto.ca/icity/Building/Building"/>
</owl:Restriction>
<owl:Restriction>
<owl:onProperty rdf:resource="http://ontology.eil.utoronto.ca/icity/Change/hasManifestation"/>
<owl:allValuesFrom rdf:resource="http://ontology.eil.utoronto.ca/icity/Building/Building"/>
</owl:Restriction>
</owl:intersectionOf>
</owl:Class>
</owl:equivalentClass>
<rdfs:subClassOf rdf:resource="http://ontology.eil.utoronto.ca/icity/Building/BuildingOntologyThing"/>
<rdfs:subClassOf rdf:resource="http://ontology.eil.utoronto.ca/icity/Change/TimeVaryingConcept"/>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="http://ontology.eil.utoronto.ca/icontact.owl#hasAddress"/>
<owl:allValuesFrom rdf:resource="http://ontology.eil.utoronto.ca/icity/Contact/Address"/>
</owl:Restriction>
</rdfs:subClassOf>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="http://ontology.eil.utoronto.ca/icity/Change/existsAt"/>
<owl:qualifiedCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:qualifiedCardinality>
<owl:onClass rdf:resource="http://www.w3.org/2006/time#Interval"/>
</owl:Restriction>
</rdfs:subClassOf>
<dc:description>A Building may change over time, BuildingPD represents the entire process of some building entity (i.e. the Building perdurant).</dc:description>
</owl:Class>
<!-- http://ontology.eil.utoronto.ca/icity/Building/BuildingUnit -->
<owl:Class rdf:about="http://ontology.eil.utoronto.ca/icity/Building/BuildingUnit">
<owl:equivalentClass>
<owl:Class>
<owl:intersectionOf rdf:parseType="Collection">
<owl:Restriction>
<owl:onProperty rdf:resource="http://ontology.eil.utoronto.ca/icity/Change/manifestationOf"/>
<owl:someValuesFrom rdf:resource="http://ontology.eil.utoronto.ca/icity/Building/BuildingUnitPD"/>
</owl:Restriction>
<owl:Restriction>
<owl:onProperty rdf:resource="http://ontology.eil.utoronto.ca/icity/Change/manifestationOf"/>
<owl:allValuesFrom rdf:resource="http://ontology.eil.utoronto.ca/icity/Building/BuildingUnitPD"/>
</owl:Restriction>
</owl:intersectionOf>
</owl:Class>
</owl:equivalentClass>
<rdfs:subClassOf rdf:resource="http://ontology.eil.utoronto.ca/icity/Building/BuildingOntologyThing"/>
<rdfs:subClassOf rdf:resource="http://ontology.eil.utoronto.ca/icity/Change/Manifestation"/>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="http://ontology.eil.utoronto.ca/icity/Building/hasBuildingFacility"/>
<owl:allValuesFrom rdf:resource="http://ontology.eil.utoronto.ca/icity/Building/BuildingFacility"/>
</owl:Restriction>
</rdfs:subClassOf>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="http://ontology.eil.utoronto.ca/icity/Building/hasRent"/>
<owl:allValuesFrom rdf:resource="http://ontology.eil.utoronto.ca/icity/OM/MonetaryValue"/>
</owl:Restriction>
</rdfs:subClassOf>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="http://ontology.eil.utoronto.ca/icity/Building/hasUnitSize"/>
<owl:allValuesFrom rdf:resource="http://ontology.eil.utoronto.ca/icity/OM/Area"/>
</owl:Restriction>
</rdfs:subClassOf>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="http://ontology.eil.utoronto.ca/icity/MonetaryValue/hasValue"/>
<owl:allValuesFrom rdf:resource="http://ontology.eil.utoronto.ca/icity/OM/MonetaryValue"/>
</owl:Restriction>
</rdfs:subClassOf>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="http://ontology.eil.utoronto.ca/icity/Change/existsAt"/>
<owl:qualifiedCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:qualifiedCardinality>
<owl:onClass rdf:resource="http://www.w3.org/2006/time#TemporalEntity"/>
</owl:Restriction>
</rdfs:subClassOf>
<dc:description>BuildingUnit: A part of a Building which may be occupied by some Persons or Organization.
A BuildingUnit has a size (square footage, number of rooms)
A BuildingUnit may contain some Facilities, e.g. kitchen, bath.(Note that contain is distinct from the notion of including amenities, which may be part of the Tenure)
A BuildingUnit has an address</dc:description>
</owl:Class>
<!-- http://ontology.eil.utoronto.ca/icity/Building/BuildingUnitPD -->
<owl:Class rdf:about="http://ontology.eil.utoronto.ca/icity/Building/BuildingUnitPD">
<owl:equivalentClass>
<owl:Class>
<owl:intersectionOf rdf:parseType="Collection">
<owl:Restriction>
<owl:onProperty rdf:resource="http://ontology.eil.utoronto.ca/icity/Change/hasManifestation"/>
<owl:someValuesFrom rdf:resource="http://ontology.eil.utoronto.ca/icity/Building/BuildingUnit"/>
</owl:Restriction>
<owl:Restriction>
<owl:onProperty rdf:resource="http://ontology.eil.utoronto.ca/icity/Change/hasManifestation"/>
<owl:allValuesFrom rdf:resource="http://ontology.eil.utoronto.ca/icity/Building/BuildingUnit"/>
</owl:Restriction>
</owl:intersectionOf>
</owl:Class>
</owl:equivalentClass>
<rdfs:subClassOf rdf:resource="http://ontology.eil.utoronto.ca/icity/Building/BuildingOntologyThing"/>
<rdfs:subClassOf rdf:resource="http://ontology.eil.utoronto.ca/icity/Change/TimeVaryingConcept"/>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="http://ontology.eil.utoronto.ca/icity/Building/hasBuildingFacility"/>
<owl:allValuesFrom rdf:resource="http://ontology.eil.utoronto.ca/icity/Building/BuildingFacility"/>
</owl:Restriction>
</rdfs:subClassOf>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="http://ontology.eil.utoronto.ca/icity/Building/unitInBuilding"/>
<owl:qualifiedCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:qualifiedCardinality>
<owl:onClass rdf:resource="http://ontology.eil.utoronto.ca/icity/Building/Building"/>
</owl:Restriction>
</rdfs:subClassOf>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="http://ontology.eil.utoronto.ca/icity/Change/existsAt"/>
<owl:qualifiedCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:qualifiedCardinality>
<owl:onClass 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/icontact.owl#hasAddress"/>
<owl:qualifiedCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:qualifiedCardinality>
<owl:onClass rdf:resource="http://ontology.eil.utoronto.ca/icity/Contact/Address"/>
</owl:Restriction>
</rdfs:subClassOf>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="http://ontology.eil.utoronto.ca/icity/Building/hasRooms"/>
<owl:allValuesFrom rdf:resource="http://www.w3.org/2001/XMLSchema#integer"/>
</owl:Restriction>
</rdfs:subClassOf>
<dc:description>A Building Unit may change over time, BuildingUnitPD represents the entire process of some building unit entity (i.e. the Building unit perdurant).</dc:description>
<dc:description>hasManifestation some BuildingUnit and hasManifestation only BuildingUnit</dc:description>
</owl:Class>
<!-- http://ontology.eil.utoronto.ca/icity/Building/House -->
<owl:Class rdf:about="http://ontology.eil.utoronto.ca/icity/Building/House">
<rdfs:subClassOf rdf:resource="http://ontology.eil.utoronto.ca/icity/Building/Building"/>
</owl:Class>
<!-- http://ontology.eil.utoronto.ca/icity/Building/IndustrialBuilding -->
<owl:Class rdf:about="http://ontology.eil.utoronto.ca/icity/Building/IndustrialBuilding">
<rdfs:subClassOf rdf:resource="http://ontology.eil.utoronto.ca/icity/Building/Building"/>
</owl:Class>
<!-- http://ontology.eil.utoronto.ca/icity/Building/OfficeBuilding -->
<owl:Class rdf:about="http://ontology.eil.utoronto.ca/icity/Building/OfficeBuilding">
<rdfs:subClassOf rdf:resource="http://ontology.eil.utoronto.ca/icity/Building/Building"/>
</owl:Class>
<!-- http://ontology.eil.utoronto.ca/icity/Building/SchemaOrgThing -->
<owl:Class rdf:about="http://ontology.eil.utoronto.ca/icity/Building/SchemaOrgThing">
<dc:description>Added for organizational purposes, to capture the classes reused from Schema.org. Notice that since we cannot import schema.org we must manually reference the individual IRIs.</dc:description>
</owl:Class>
<!-- http://ontology.eil.utoronto.ca/icity/Change/Manifestation -->
<owl:Class rdf:about="http://ontology.eil.utoronto.ca/icity/Change/Manifestation"/>
<!-- http://ontology.eil.utoronto.ca/icity/Change/TimeVaryingConcept -->
<owl:Class rdf:about="http://ontology.eil.utoronto.ca/icity/Change/TimeVaryingConcept"/>
<!-- http://ontology.eil.utoronto.ca/icity/OM/Area -->
<owl:Class rdf:about="http://ontology.eil.utoronto.ca/icity/OM/Area"/>
<!-- http://ontology.eil.utoronto.ca/icity/OM/Length -->
<owl:Class rdf:about="http://ontology.eil.utoronto.ca/icity/OM/Length"/>
<!-- http://schema.org/PostalAddress -->
<owl:Class rdf:about="http://schema.org/PostalAddress">
<rdfs:subClassOf rdf:resource="http://ontology.eil.utoronto.ca/icity/Building/SchemaOrgThing"/>
</owl:Class>
</rdf:RDF>
<!-- Generated by the OWL API (version 4.5.9.2019-02-01T07:24:44Z) https://github.com/owlcs/owlapi -->