-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathontobpr.ttl
726 lines (724 loc) · 26.5 KB
/
ontobpr.ttl
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
# baseURI: https://w3id.org/ontobpr
# prefix: ontobpr
@prefix Container: <https://standards.iso.org/iso/21597/-1/ed-1/en/Container#> .
@prefix ct: <https://standards.iso.org/iso/21597/-1/ed-1/en/Container#> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix isoprops: <https://w3id.org/isoprops#> .
@prefix obpa: <https://w3id.org/obpa#> .
@prefix ontobpr: <https://w3id.org/ontobpr#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix schema: <https://schema.org/> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix xml: <http://www.w3.org/XML/1998/namespace> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
isoprops:Dictionary
rdfs:subClassOf [
rdf:type owl:Restriction ;
owl:onClass ontobpr:ShaclShapesSet ;
owl:onProperty ontobpr:hasShapesSet ;
owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ;
] ;
owl:equivalentClass ontobpr:BuildingCodeDictionary ;
.
obpa:Activity
owl:equivalentClass ontobpr:Activity ;
.
obpa:Building
owl:equivalentClass ontobpr:Building ;
.
obpa:BuildingApplication
owl:equivalentClass ontobpr:BuildingApplication ;
.
obpa:BuildingAuthority
owl:equivalentClass ontobpr:BuildingAuthority ;
.
<https://w3id.org/ontobpr>
rdf:type owl:Ontology ;
dc:created "2022-12-23"^^xsd:date ;
dc:creator [
rdf:type schema:Person ;
schema:email <mailto:[email protected]> ;
schema:identifier <https://orcid.org/0000-0002-9078-8393> ;
schema:memberOf [
schema:identifier <https://www.linkedin.com/in/judith-fauth-5b5137bb> ;
schema:name "University of Cambridge, GB" ;
] ;
schema:name "Dr. Judith Fauth" ;
] ;
dc:creator [
rdf:type schema:Person ;
schema:email <mailto:[email protected]> ;
schema:identifier <https://orcid.org/0000-0002-6249-243X> ;
schema:memberOf [
schema:identifier <https://www.inf.bi.ruhr-uni-bochum.de/iib/lehrstuhl/mitarbeiter/philipp_hagedorn.html.en> ;
schema:name "Ruhr University Bochum, DE" ;
] ;
schema:name "Dr. Philipp Hagedorn" ;
] ;
dc:creator [
rdf:type schema:Person ;
schema:email <mailto:[email protected]> ;
schema:identifier <https://orcid.org/0000-0001-5808-695X> ;
schema:memberOf [
schema:identifier <https://www.uni-weimar.de/de/bau-und-umwelt/professuren/baubetrieb-und-bauverfahren/personen/sebastian-seiss-msc/> ;
schema:name "Bauhaus-Universitaet Weimar, DE" ;
] ;
schema:name "Sebastian Seiss" ;
] ;
dc:creator [
rdf:type schema:Person ;
schema:email <mailto:[email protected]> ;
schema:identifier <https://orcid.org/0000-0001-6058-7614> ;
schema:memberOf [
schema:identifier <https://www.inf.bi.ruhr-uni-bochum.de/iib/lehrstuhl/mitarbeiter/sven_zentgraf.html.en> ;
schema:name "Ruhr University Bochum, DE" ;
] ;
schema:name "Sven Zentgraf" ;
] ;
dc:license <https://creativecommons.org/licenses/by/4.0/> ;
dc:source "https://github.com/RUB-Informatik-im-Bauwesen/ontobpr"^^xsd:anyURI ;
vann:preferredNamespacePrefix "ontobpr" ;
rdfs:comment "To avoid a digital disruption in planning buildings and structures, this research presents a workflow in which building codes are represented as machine-readable knowledge graphs and ontologies as an integration to the building permit review procedure and the participation process. Therefore, the building permit process was analyzed, and possible applications of ontology-based knowledge representations are explored. An ontology-based building permit review (OntoBPR) is proposed, reusing two existing ontologies for modeling the permit review workflow for representing the building codes. The OntoBPR ontology extends the approach with a connection to Information Containers for linked Document Delivery (ICDD) that are used for submitting the building application, and the Shapes Constraint Language (SHACL) of which rules are generated from the building code knowledge graphs."@en ;
rdfs:label "OntoBPR: An ontological workflow for building permit review" ;
.
ontobpr:Accepted
rdf:type owl:NamedIndividual ;
rdf:type ontobpr:ReviewStatus ;
rdfs:label "Accepted" ;
.
ontobpr:AcceptedWithConditions
rdf:type owl:NamedIndividual ;
rdf:type ontobpr:ReviewStatus ;
rdfs:label "Accepted with conditions" ;
.
ontobpr:Activity
rdf:type owl:Class ;
rdfs:comment "an Activity executed throughout the building permit review" ;
rdfs:label "Activity" ;
rdfs:subClassOf owl:Thing ;
rdfs:subClassOf [
rdf:type owl:Restriction ;
owl:onDataRange xsd:boolean ;
owl:onProperty ontobpr:isCompleted ;
owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ;
] ;
owl:equivalentClass obpa:Activity ;
.
ontobpr:Assignment
rdf:type owl:Class ;
rdfs:comment "the Assignment activity" ;
rdfs:label "(2) Assignment" ;
rdfs:subClassOf ontobpr:Activity ;
rdfs:subClassOf [
rdf:type owl:Restriction ;
owl:onClass ontobpr:FormalReview ;
owl:onProperty ontobpr:afterActivity ;
owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ;
] ;
.
ontobpr:Building
rdf:type owl:Class ;
rdfs:comment "The building that is subject of this building application" ;
rdfs:label "Building" ;
rdfs:subClassOf owl:Thing ;
rdfs:subClassOf [
rdf:type owl:Restriction ;
owl:onProperty ontobpr:hasBuildingDocument ;
owl:someValuesFrom ct:Document ;
] ;
owl:equivalentClass obpa:Building ;
.
ontobpr:BuildingApplication
rdf:type owl:Class ;
rdfs:comment "the building application that is submitted by an applicant for review" ;
rdfs:isDefinedBy obpa:BuildingApplication ;
rdfs:label "Building application" ;
rdfs:subClassOf [
rdf:type owl:Restriction ;
owl:onClass ct:ContainerDescription ;
owl:onProperty ontobpr:hasBuildingApplicationContainer ;
owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ;
] ;
rdfs:subClassOf [
rdf:type owl:Restriction ;
owl:onClass ontobpr:Activity ;
owl:onProperty ontobpr:hasCurrentActivity ;
owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ;
] ;
rdfs:subClassOf [
rdf:type owl:Restriction ;
owl:onClass ontobpr:ReviewStatus ;
owl:onProperty ontobpr:hasStatus ;
owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ;
] ;
rdfs:subClassOf [
rdf:type owl:Restriction ;
owl:onProperty ontobpr:hasApplicationDocument ;
owl:someValuesFrom ct:Document ;
] ;
rdfs:subClassOf [
rdf:type owl:Restriction ;
owl:onProperty ontobpr:hasCheckingResults ;
owl:someValuesFrom ontobpr:ReviewResult ;
] ;
rdfs:subClassOf [
rdf:type owl:Restriction ;
owl:onProperty ontobpr:hasStatement ;
owl:someValuesFrom ontobpr:ReviewStatement ;
] ;
owl:equivalentClass obpa:BuildingApplication ;
.
ontobpr:BuildingAuthority
rdf:type owl:Class ;
rdfs:comment "a building authority that is involved in a building permit review" ;
rdfs:isDefinedBy obpa:BuildingAuthority ;
rdfs:label "Building authority" ;
owl:equivalentClass obpa:BuildingAuthority ;
.
ontobpr:BuildingCodeDictionary
rdf:type owl:Class ;
rdfs:comment "A dictionary containing properties and shapes from a building code" ;
rdfs:label "Dictionary" ;
rdfs:subClassOf [
rdf:type owl:Restriction ;
owl:onClass ontobpr:ShaclShapesSet ;
owl:onProperty ontobpr:hasShapesSet ;
owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ;
] ;
owl:equivalentClass isoprops:Dictionary ;
.
ontobpr:CompletenessCheck
rdf:type owl:Class ;
rdfs:comment "the Completeness check activity" ;
rdfs:label "(1.1) Completeness check " ;
rdfs:subClassOf ontobpr:Activity ;
rdfs:subClassOf [
rdf:type owl:Restriction ;
owl:onClass ontobpr:ShaclShapesSet ;
owl:onProperty ontobpr:hasShapesSet ;
owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ;
] ;
.
ontobpr:Condition
rdf:type owl:Class ;
rdfs:comment "a formulated condition statement of a conditionally accepted application" ;
rdfs:label "Condition" ;
rdfs:subClassOf ontobpr:ReviewStatement ;
owl:disjointWith ontobpr:Justification ;
.
ontobpr:ContentReview
rdf:type owl:Class ;
rdfs:comment "The Content review activity" ;
rdfs:label "(4) Content review " ;
rdfs:subClassOf ontobpr:Activity ;
rdfs:subClassOf [
rdf:type owl:Restriction ;
owl:onClass ontobpr:FormalReview ;
owl:onProperty ontobpr:afterActivity ;
owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ;
] ;
.
ontobpr:CreatingNotificationLetter
rdf:type owl:Class ;
rdfs:comment "The Creating notification letter activity" ;
rdfs:label "(5.4) Creating notification letter" ;
rdfs:subClassOf ontobpr:Activity ;
rdfs:subClassOf [
rdf:type owl:Restriction ;
owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ;
owl:onClass ontobpr:FormulationOfCondition ;
owl:onProperty ontobpr:afterActivity ;
] ;
rdfs:subClassOf [
rdf:type owl:Restriction ;
owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ;
owl:onClass ontobpr:JustificationOfNegativeDecision ;
owl:onProperty ontobpr:afterActivity ;
] ;
.
ontobpr:FormalReview
rdf:type owl:Class ;
rdfs:comment "The Formal review activity" ;
rdfs:label "(1) Formal review" ;
rdfs:subClassOf ontobpr:Activity ;
rdfs:subClassOf [
rdf:type owl:Restriction ;
owl:onClass ontobpr:CompletenessCheck ;
owl:onProperty obpa:hasSubActivity ;
owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ;
] ;
rdfs:subClassOf [
rdf:type owl:Restriction ;
owl:onClass ontobpr:ReviewPreparation ;
owl:onProperty obpa:hasSubActivity ;
owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ;
] ;
.
ontobpr:FormulationOfCondition
rdf:type owl:Class ;
rdfs:comment "the Formulation of condition activity" ;
rdfs:label "(5.3a) Formulation of condition " ;
rdfs:subClassOf ontobpr:Activity ;
rdfs:subClassOf [
rdf:type owl:Restriction ;
owl:onClass ontobpr:PositivePermitDecision ;
owl:onProperty ontobpr:afterActivity ;
owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ;
] ;
.
ontobpr:IssuingNotificationLetter
rdf:type owl:Class ;
rdfs:comment "the Issuing notification letter activity" ;
rdfs:label "(5) Issuing notification letter " ;
rdfs:subClassOf ontobpr:Activity ;
rdfs:subClassOf [
rdf:type owl:Restriction ;
owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ;
owl:onClass ontobpr:Assignment ;
owl:onProperty ontobpr:afterActivity ;
] ;
rdfs:subClassOf [
rdf:type owl:Restriction ;
owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ;
owl:onClass ontobpr:ContentReview ;
owl:onProperty ontobpr:afterActivity ;
] ;
rdfs:subClassOf [
rdf:type owl:Restriction ;
owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ;
owl:onClass ontobpr:FormulationOfCondition ;
owl:onProperty obpa:hasSubActivity ;
] ;
rdfs:subClassOf [
rdf:type owl:Restriction ;
owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ;
owl:onClass ontobpr:JustificationOfNegativeDecision ;
owl:onProperty obpa:hasSubActivity ;
] ;
rdfs:subClassOf [
rdf:type owl:Restriction ;
owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ;
owl:onClass ontobpr:NegativePermitDecision ;
owl:onProperty obpa:hasSubActivity ;
] ;
rdfs:subClassOf [
rdf:type owl:Restriction ;
owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ;
owl:onClass ontobpr:Participation ;
owl:onProperty ontobpr:afterActivity ;
] ;
rdfs:subClassOf [
rdf:type owl:Restriction ;
owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ;
owl:onClass ontobpr:PositivePermitDecision ;
owl:onProperty obpa:hasSubActivity ;
] ;
rdfs:subClassOf [
rdf:type owl:Restriction ;
owl:onClass ontobpr:CreatingNotificationLetter ;
owl:onProperty obpa:hasSubActivity ;
owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ;
] ;
rdfs:subClassOf [
rdf:type owl:Restriction ;
owl:onClass ontobpr:RequestReviewResults ;
owl:onProperty obpa:hasSubActivity ;
owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ;
] ;
.
ontobpr:Justification
rdf:type owl:Class ;
rdfs:comment "justification statement of a negative building permit review decision" ;
rdfs:label "Justification" ;
rdfs:subClassOf ontobpr:ReviewStatement ;
owl:disjointWith ontobpr:Condition ;
.
ontobpr:JustificationOfNegativeDecision
rdf:type owl:Class ;
rdfs:comment "the Justification of negative decision activity" ;
rdfs:label "(5.3b) Justification of negative decision " ;
rdfs:subClassOf ontobpr:Activity ;
rdfs:subClassOf [
rdf:type owl:Restriction ;
owl:onClass ontobpr:NegativePermitDecision ;
owl:onProperty ontobpr:afterActivity ;
owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ;
] ;
.
ontobpr:NegativePermitDecision
rdf:type owl:Class ;
rdfs:comment "the Negative permit decision activity" ;
rdfs:label "(5.2b) Negative permit decision " ;
rdfs:subClassOf ontobpr:Activity ;
rdfs:subClassOf [
rdf:type owl:Restriction ;
owl:onClass ontobpr:RequestReviewResults ;
owl:onProperty ontobpr:afterActivity ;
owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ;
] ;
.
ontobpr:Participation
rdf:type owl:Class ;
rdfs:comment "the Participation activity" ;
rdfs:label "(3) Participation " ;
rdfs:subClassOf ontobpr:Activity ;
rdfs:subClassOf [
rdf:type owl:Restriction ;
owl:onClass ontobpr:FormalReview ;
owl:onProperty ontobpr:afterActivity ;
owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ;
] ;
.
ontobpr:PositivePermitDecision
rdf:type owl:Class ;
rdfs:comment "the Positive permit decision activity" ;
rdfs:label "(5.2a) Positive permit decision " ;
rdfs:subClassOf ontobpr:Activity ;
rdfs:subClassOf [
rdf:type owl:Restriction ;
owl:onClass ontobpr:RequestReviewResults ;
owl:onProperty ontobpr:afterActivity ;
owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ;
] ;
.
ontobpr:Rejected
rdf:type owl:NamedIndividual ;
rdf:type ontobpr:ReviewStatus ;
rdfs:label "Rejected" ;
.
ontobpr:RequestInformation
rdf:type owl:NamedIndividual ;
rdf:type ontobpr:ReviewStatus ;
rdfs:label "Request information" ;
.
ontobpr:RequestReviewResults
rdf:type owl:Class ;
rdfs:comment "the Request review results activity" ;
rdfs:label "(5.1) Request review results " ;
rdfs:subClassOf ontobpr:Activity ;
.
ontobpr:ReviewPreparation
rdf:type owl:Class ;
rdfs:comment "the Review preparation activity" ;
rdfs:label "(1.2) Review preparation " ;
rdfs:subClassOf ontobpr:Activity ;
rdfs:subClassOf [
rdf:type owl:Restriction ;
owl:onClass ontobpr:CompletenessCheck ;
owl:onProperty ontobpr:afterActivity ;
owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ;
] ;
.
ontobpr:ReviewResult
rdf:type owl:Class ;
rdfs:comment "the review result of a particular agent incorporating a sh:ValidationReport" ;
rdfs:label "Review checking result" ;
rdfs:subClassOf owl:Thing ;
rdfs:subClassOf [
rdf:type owl:Restriction ;
owl:onClass xsd:date ;
owl:onProperty dcterms:issued ;
owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ;
] ;
rdfs:subClassOf [
rdf:type owl:Restriction ;
owl:onClass obpa:Agent ;
owl:onProperty obpa:hasAgent ;
owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ;
] ;
rdfs:subClassOf [
rdf:type owl:Restriction ;
owl:onProperty ontobpr:hasCheckingResults ;
owl:someValuesFrom sh:ValidationReport ;
] ;
.
ontobpr:ReviewStatement
rdf:type owl:Class ;
rdfs:comment "a general review statement for logging events during the building permit review" ;
rdfs:label "Review statement" ;
rdfs:subClassOf owl:Thing ;
rdfs:subClassOf [
rdf:type owl:Restriction ;
owl:onClass xsd:date ;
owl:onProperty dcterms:issued ;
owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ;
] ;
rdfs:subClassOf [
rdf:type owl:Restriction ;
owl:onClass xsd:string ;
owl:onProperty rdfs:comment ;
owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ;
] ;
rdfs:subClassOf [
rdf:type owl:Restriction ;
owl:onClass obpa:Agent ;
owl:onProperty obpa:hasAgent ;
owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ;
] ;
rdfs:subClassOf [
rdf:type owl:Restriction ;
owl:onClass ontobpr:Activity ;
owl:onProperty ontobpr:belongsToActivity ;
owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ;
] ;
.
ontobpr:ReviewStatus
rdf:type owl:Class ;
rdfs:comment "the status of the building application within the building permit review" ;
rdfs:label "Review status" ;
rdfs:subClassOf owl:Thing ;
.
ontobpr:ShaclShapesSet
rdf:type owl:Class ;
rdfs:comment "a set of SHACL shapes for validating data at various activities of the building permit review" ;
rdfs:label "SHACL shapes set" ;
rdfs:subClassOf owl:Thing ;
rdfs:subClassOf [
rdf:type owl:Restriction ;
owl:onProperty ontobpr:hasShapes ;
owl:someValuesFrom sh:Shape ;
] ;
.
ontobpr:UnderReview
rdf:type owl:NamedIndividual ;
rdf:type ontobpr:ReviewStatus ;
rdfs:label "Under review" ;
.
ontobpr:afterActivity
rdf:type owl:ObjectProperty ;
rdf:type owl:TransitiveProperty ;
rdfs:comment "an activity is executed after another activity" ;
rdfs:domain ontobpr:Activity ;
rdfs:label "after activity" ;
rdfs:range ontobpr:Activity ;
rdfs:subPropertyOf owl:topObjectProperty ;
.
ontobpr:applies
rdf:type owl:ObjectProperty ;
rdfs:comment "BuildingApplication applies a BuildingCodeDictionary for checking" ;
rdfs:domain obpa:BuildingApplication ;
rdfs:domain ontobpr:BuildingApplication ;
rdfs:label "applies" ;
rdfs:range isoprops:Dictionary ;
rdfs:range ontobpr:BuildingCodeDictionary ;
rdfs:subPropertyOf owl:topObjectProperty ;
.
ontobpr:belongsToActivity
rdf:type owl:ObjectProperty ;
rdfs:comment "a ReviewStatement belongs to a particular Activity" ;
rdfs:domain ontobpr:ReviewStatement ;
rdfs:label "belongs to activity" ;
rdfs:range ontobpr:Activity ;
rdfs:subPropertyOf owl:topObjectProperty ;
.
ontobpr:checks
rdf:type owl:ObjectProperty ;
rdfs:comment "BuildingAuthority checks a building regarding a BuildingCodeDictionary" ;
rdfs:domain obpa:BuildingAuthority ;
rdfs:domain ontobpr:BuildingAuthority ;
rdfs:label "checks" ;
rdfs:range isoprops:Dictionary ;
rdfs:range ontobpr:BuildingCodeDictionary ;
rdfs:subPropertyOf owl:topObjectProperty ;
.
ontobpr:hasAccessibilityDocument
rdf:type owl:ObjectProperty ;
rdfs:comment "a BuildingApplication has a respective document that contains the accessibility report of the correspoinding building" ;
rdfs:domain ontobpr:BuildingApplication ;
rdfs:label "has accessibility document" ;
rdfs:range ct:Document ;
rdfs:subPropertyOf ontobpr:hasDocument ;
owl:propertyDisjointWith ontobpr:hasBuildingDocument ;
.
ontobpr:hasAccessibilityReportDocument
rdf:type owl:ObjectProperty ;
rdfs:comment "Contains the Results of the SHACL-Shapes for checking the buildings accessibility" ;
rdfs:domain ontobpr:BuildingApplication ;
rdfs:label "has accessibility report document" ;
rdfs:range ct:Document ;
rdfs:subPropertyOf ontobpr:hasDocument ;
owl:propertyDisjointWith ontobpr:hasBuildingDocument ;
.
ontobpr:hasAccessibilityShapesDocument
rdf:type owl:ObjectProperty ;
rdfs:comment "Contains SHACL-Shapes for checking the buildings accessibility" ;
rdfs:domain ontobpr:BuildingApplication ;
rdfs:label "has accessibility shapes document" ;
rdfs:range ct:Document ;
rdfs:subPropertyOf ontobpr:hasDocument ;
owl:propertyDisjointWith ontobpr:hasBuildingDocument ;
.
ontobpr:hasApplicationDocument
rdf:type owl:ObjectProperty ;
rdfs:comment "a BuildingApplication has a respective document (e.g. PDF) representing a human-readable version of the application" ;
rdfs:domain ontobpr:BuildingApplication ;
rdfs:label "has application document" ;
rdfs:range ct:Document ;
rdfs:subPropertyOf ontobpr:hasDocument ;
owl:propertyDisjointWith ontobpr:hasBuildingDocument ;
.
ontobpr:hasAssignmentsDocument
rdf:type owl:ObjectProperty ;
rdfs:comment "Contains the Assignments graph" ;
rdfs:domain ontobpr:BuildingApplication ;
rdfs:label "has assignments document" ;
rdfs:range ct:Document ;
rdfs:subPropertyOf ontobpr:hasDocument ;
owl:propertyDisjointWith ontobpr:hasBuildingDocument ;
.
ontobpr:hasBuildingApplicationContainer
rdf:type owl:ObjectProperty ;
rdfs:comment "the reference from a BuildingApplication to an ICDD container" ;
rdfs:domain ontobpr:BuildingApplication ;
rdfs:label "has building application container" ;
rdfs:range ct:ContainerDescription ;
rdfs:subPropertyOf owl:topObjectProperty ;
.
ontobpr:hasBuildingDocument
rdf:type owl:ObjectProperty ;
rdfs:comment "A Building has a document, which is the IFC representation of this Building" ;
rdfs:domain ontobpr:Building ;
rdfs:label "has building document" ;
rdfs:range ct:Document ;
rdfs:subPropertyOf ontobpr:hasDocument ;
owl:propertyDisjointWith ontobpr:hasApplicationDocument ;
.
ontobpr:hasCheckingResults
rdf:type owl:ObjectProperty ;
rdfs:comment "either a BuildingApplication has ReviewResult or a ReviewResult has sh:ValidationReport" ;
rdfs:domain ontobpr:BuildingApplication ;
rdfs:label "has checking results" ;
rdfs:range ontobpr:ReviewResult ;
rdfs:subPropertyOf owl:topObjectProperty ;
.
ontobpr:hasCurrentActivity
rdf:type owl:ObjectProperty ;
rdfs:comment "a BuildingApplication is in the current Activity" ;
rdfs:domain ontobpr:BuildingApplication ;
rdfs:label "has current activity" ;
rdfs:range ontobpr:Activity ;
rdfs:subPropertyOf owl:topObjectProperty ;
.
ontobpr:hasDecisionDocument
rdf:type owl:ObjectProperty ;
rdfs:comment "Contains the decision of the building permit " ;
rdfs:domain ontobpr:BuildingApplication ;
rdfs:label "has decision document" ;
rdfs:range ct:Document ;
rdfs:subPropertyOf ontobpr:hasDocument ;
owl:propertyDisjointWith ontobpr:hasBuildingDocument ;
.
ontobpr:hasDocument
rdf:type owl:ObjectProperty ;
rdfs:comment "abstract property grouping hasApplicationDocument and hasBuildingDocument" ;
rdfs:domain ontobpr:BuildingApplication ;
rdfs:label "has document" ;
rdfs:range ct:Document ;
rdfs:subPropertyOf owl:topObjectProperty ;
.
ontobpr:hasNatureConservancyReportDocument
rdf:type owl:ObjectProperty ;
rdfs:comment "Contains the Results of the SHACL-Shapes for checking the buildings accessibility" ;
rdfs:domain ontobpr:BuildingApplication ;
rdfs:label "has nature conservancy report document" ;
rdfs:range ct:Document ;
rdfs:subPropertyOf ontobpr:hasDocument ;
owl:propertyDisjointWith ontobpr:hasBuildingDocument ;
.
ontobpr:hasNatureConservancyShapesDocument
rdf:type owl:ObjectProperty ;
rdfs:comment "Contains SHACL-Shapes for checking the buildings nature conservancy" ;
rdfs:domain ontobpr:BuildingApplication ;
rdfs:label "has nature conservancy shapes document" ;
rdfs:range ct:Document ;
rdfs:subPropertyOf ontobpr:hasDocument ;
owl:propertyDisjointWith ontobpr:hasBuildingDocument ;
.
ontobpr:hasShapes
rdf:type owl:ObjectProperty ;
rdfs:comment "ShaclShapesSet has sh:Shape instances" ;
rdfs:domain ontobpr:ShaclShapesSet ;
rdfs:label "has shapes" ;
rdfs:range sh:Shape ;
rdfs:subPropertyOf owl:topObjectProperty ;
.
ontobpr:hasShapesSet
rdf:type owl:ObjectProperty ;
rdfs:comment "either an Activity or a BuildingCodeDictionary has a ShaclShapesSet" ;
rdfs:domain ontobpr:BuildingCodeDictionary ;
rdfs:label "has shapes set" ;
rdfs:range ontobpr:ShaclShapesSet ;
rdfs:subPropertyOf owl:topObjectProperty ;
.
ontobpr:hasSitePlanDocument
rdf:type owl:ObjectProperty ;
rdfs:comment "a BuildingApplication has a respective document that contains the Site plan of the corrensponding construction site" ;
rdfs:domain ontobpr:BuildingApplication ;
rdfs:label "has site plan document" ;
rdfs:range ct:Document ;
rdfs:subPropertyOf ontobpr:hasDocument ;
owl:propertyDisjointWith ontobpr:hasBuildingDocument ;
.
ontobpr:hasSoundInsulationDocument
rdf:type owl:ObjectProperty ;
rdfs:comment "a BuildingApplication has a respective document that contains the sound insulation certificate of the correspoinding building" ;
rdfs:domain ontobpr:BuildingApplication ;
rdfs:label "has sound insulation document" ;
rdfs:range ct:Document ;
rdfs:subPropertyOf ontobpr:hasDocument ;
owl:propertyDisjointWith ontobpr:hasBuildingDocument ;
.
ontobpr:hasStabilityDocument
rdf:type owl:ObjectProperty ;
rdfs:comment "a BuildingApplication has a respective document that contains the stability certificate of the correspoinding building" ;
rdfs:domain ontobpr:BuildingApplication ;
rdfs:label "has stability document" ;
rdfs:range ct:Document ;
rdfs:subPropertyOf ontobpr:hasDocument ;
owl:propertyDisjointWith ontobpr:hasBuildingDocument ;
.
ontobpr:hasStatement
rdf:type owl:ObjectProperty ;
rdfs:comment "any ReviewStatement of any reviewer is attached to a BuildingApplication" ;
rdfs:domain ontobpr:BuildingApplication ;
rdfs:label "has statement" ;
rdfs:range ontobpr:ReviewStatement ;
rdfs:subPropertyOf owl:topObjectProperty ;
.
ontobpr:hasStatus
rdf:type owl:ObjectProperty ;
rdfs:comment "the ReviewStatus of a BuildingApplication" ;
rdfs:domain ontobpr:BuildingApplication ;
rdfs:label "has status" ;
rdfs:range ontobpr:ReviewStatus ;
rdfs:subPropertyOf owl:topObjectProperty ;
.
ontobpr:hasThermalInsulationDocument
rdf:type owl:ObjectProperty ;
rdfs:comment "a BuildingApplication has a respective document that contains the stability certificate of the correspoinding building" ;
rdfs:domain ontobpr:BuildingApplication ;
rdfs:label "has thermal insulation document" ;
rdfs:range ct:Document ;
rdfs:subPropertyOf ontobpr:hasDocument ;
owl:propertyDisjointWith ontobpr:hasBuildingDocument ;
.
ontobpr:isCompleted
rdf:type owl:DatatypeProperty ;
rdfs:comment "a boolean property indicating whether an activity is completet or not" ;
rdfs:domain ontobpr:Activity ;
rdfs:label "is completed" ;
rdfs:range xsd:boolean ;
rdfs:subPropertyOf owl:topDataProperty ;
.
ontobpr:submittedBy
rdf:type owl:ObjectProperty ;
rdfs:domain ontobpr:BuildingApplication ;
rdfs:label "eingereicht von"@de ;
rdfs:label "submitted by"@en ;
rdfs:range obpa:Person ;
rdfs:subPropertyOf owl:topObjectProperty ;
.