-
Notifications
You must be signed in to change notification settings - Fork 3
/
bcfOWL.owl
875 lines (786 loc) · 40.5 KB
/
bcfOWL.owl
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix geo: <http://www.opengis.net/ont/geosparql#> .
@prefix bot: <https://w3id.org/bot#> .
@prefix ifc: <http://www.buildingsmart-tech.org/ifcOWL/IFC2X3_Final#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix bcfOWL: <http://lbd.arch.rwth-aachen.de/bcfOWL#> .
#### OWL Annotations ####
dcterms:title a owl:AnnotationProperty .
dcterms:description a owl:AnnotationProperty .
dcterms:creator a owl:AnnotationProperty .
dcterms:license a owl:AnnotationProperty .
vann:prefferedNamespacePrefix a owl:AnnotationProperty .
vann:prefferedNamespaceURI a owl:AnnotationProperty .
<http://lbd.arch.rwth-aachen.de/bcfOWL#> rdf:type owl:Ontology ;
owl:versionInfo "0.7.0" ;
owl:versionIRI <http://lbd.arch.rwth-aachen.de/bcfOWL#> ;
dcterms:title "BIM collaboration Format Ontology" ;
dcterms:description "BCF 2.1 Ontology Description based on https://github.com/buildingSMART/BCF-XML" ;
dcterms:creator "Jyrki Oraskai" ;
dcterms:creator "Oliver Schulz" ;
dcterms:creator "Jakob Beetz" ;
dcterms:license "https://creativecommons.org/licenses/by/4.0/" ;
vann:prefferedNamespacePrefix "bcfOWL" ;
vann:prefferedNamespaceURI "http://lbd.arch.rwth-aachen.de/bcfOWL#" .
#### General Concepts ####
bcfOWL:hasGuid
a owl:DatatypeProperty ;
rdfs:label "has GUID"@en ;
rdfs:comment "The GUID of the resource"@en ;
rdfs:domain [ a owl:Class ;
owl:unionOf ( bcfOWL:Project bcfOWL:Topic bcfOWL:Comment bcfOWL:Viewpoint )
] ;
rdfs:range xsd:string .
bcfOWL:hasTopic
a owl:ObjectProperty ;
rdfs:label "has Topic"@en ;
rdfs:comment "A link to the relating comment"@en ;
rdfs:domain [ a owl:Class ;
owl:unionOf ( bcfOWL:Viewpoint bcfOWL:Comment )
] ;
rdfs:range bcfOWL:Topic .
bcfOWL:hasTopicsContainer
a owl:ObjectProperty ;
rdfs:label "has Topics Container"@en ;
rdfs:comment "Link to a resource containing URIs for Topics."@en ;
rdfs:domain bcfOWL:Project .
bcfOWL:hasViewpointsContainer
a owl:ObjectProperty ;
rdfs:label "has Viewpoints Container"@en ;
rdfs:comment "Link to a resource containing URIs for Viewpoints."@en ;
rdfs:domain bcfOWL:Topic .
bcfOWL:hasCommentsContainer
a owl:ObjectProperty ;
rdfs:label "has Comments Container"@en ;
rdfs:comment "Link to a resource containing URIs for Comments."@en ;
rdfs:domain bcfOWL:Viewpoint .
#### Project ####
bcfOWL:Project
a owl:Class ;
rdfs:label "Project"@en ;
rdfs:comment "The project contains reference information about the project the topics belong to."@en ;
rdfs:subClassOf [ a owl:Restriction ;
owl:cardinality "1"^^xsd:int ;
owl:onProperty bcfOWL:hasExtensionSchema
] ;
rdfs:subClassOf [ a owl:Restriction ;
owl:cardinality "1"^^xsd:int ;
owl:onProperty bcfOWL:hasName
] ;
rdfs:subClassOf [ a owl:Restriction ;
owl:cardinality "1"^^xsd:int ;
owl:onProperty bcfOWL:hasProjectId
] ;
rdfs:subClassOf [ a owl:Restriction ;
owl:cardinality "0"^^xsd:int ;
owl:onProperty bcfOWL:hasGuid
] .
bcfOWL:hasExtensionSchema
a owl:ObjectProperty ;
rdfs:label "has Extension Schema"@en ;
rdfs:comment "URI to the extension schema."@en ;
rdfs:domain bcfOWL:Project ;
rdfs:range bcfOWL:ExtensionSchema .
bcfOWL:hasName
a owl:DatatypeProperty ;
rdfs:label "has Name"@en ;
rdfs:comment "Name of the project."@en ;
rdfs:domain bcfOWL:Project ;
rdfs:range xsd:string .
bcfOWL:hasProjectId
a owl:DatatypeProperty ;
rdfs:label "has Project ID"@en ;
rdfs:comment "GUID of the Project"@en ;
rdfs:domain bcfOWL:Project ;
rdfs:range xsd:string .
bcfOWL:hasProject
a owl:ObjectProperty ;
rdfs:label "has Project"@en ;
rdfs:comment "Reference to the corresponding Project"@en ;
rdfs:domain [ a owl:Class ;
owl:unionOf ( bcfOWL:Viewpoint bcfOWL:Comment bcfOWL:Topic )
] ;
rdfs:range bcfOWL:Project .
#### Extensions ####
bcfOWL:ExtensionSchema
a owl:Class ;
rdfs:label "Extension Schema"@en ;
rdfs:comment "The extension define the mapping of a BCF project."@en ;
rdfs:subClassOf [ a owl:Restriction ;
owl:minCardinality "1"^^xsd:int ;
owl:onProperty bcfOWL:hasTopicType
] ;
rdfs:subClassOf [ a owl:Restriction ;
owl:minCardinality "1"^^xsd:int ;
owl:onProperty bcfOWL:hasTopicStatus
] ;
rdfs:subClassOf [ a owl:Restriction ;
owl:minCardinality "0"^^xsd:int ;
owl:onProperty bcfOWL:hasLabels
] ;
rdfs:subClassOf [ a owl:Restriction ;
owl:minCardinality "0"^^xsd:int ;
owl:onProperty bcfOWL:hasPriority
] ;
rdfs:subClassOf [ a owl:Restriction ;
owl:minCardinality "1"^^xsd:int ;
owl:onProperty bcfOWL:hasAuthor
] ;
rdfs:subClassOf [ a owl:Restriction ;
owl:minCardinality "0"^^xsd:int ;
owl:onProperty bcfOWL:hasStage
] .
bcfOWL:TopicType
a owl:Class ;
rdfs:label "Topic Type"@en ;
rdfs:comment "The Topic Type specifies the use case of a BCF Issue. E.g. an Information request, an error etc."@en .
bcfOWL:TopicStatus
a owl:Class ;
rdfs:label "Topic Status"@en ;
rdfs:comment "Status of the issue. Is it still active or closed?"@en .
bcfOWL:Label
a owl:Class ;
rdfs:label "Label"@en ;
rdfs:comment "The label is for tagging the Issue to be able to make a better categorization"@en .
bcfOWL:Priority
a owl:Class ;
rdfs:label "Priority"@en ;
rdfs:comment "Indication of the Priority of an Issue"@en .
bcfOWL:Stage
a owl:Class ;
rdfs:label "Stage"@en ;
rdfs:comment "To what stage of the project does the Topic relate to?"@en .
bcfOWL:hasTopicType
a owl:ObjectProperty ;
rdfs:label "has Topic Type"@en ;
rdfs:comment "Type of the topic (Predefined list)"@en ;
rdfs:domain [ a owl:Class ;
owl:unionOf ( bcfOWL:ExtensionSchema bcfOWL:Topic )
] ;
rdfs:range bcfOWL:TopicType .
bcfOWL:hasTopicStatus
a owl:ObjectProperty ;
rdfs:label "has Topic Status"@en ;
rdfs:comment "Type of the topic (Predefined list)"@en ;
rdfs:domain [ a owl:Class ;
owl:unionOf ( bcfOWL:ExtensionSchema bcfOWL:Topic )
] ;
rdfs:range bcfOWL:TopicStatus .
bcfOWL:hasLabels
a owl:ObjectProperty ;
rdfs:label "has Label"@en ;
rdfs:comment "Tags for grouping Topics. The list of possible values are defined in the extension schema."@en ;
rdfs:domain [ a owl:Class ;
owl:unionOf ( bcfOWL:ExtensionSchema bcfOWL:Topic )
] ;
rdfs:range bcfOWL:Label .
bcfOWL:hasPriority
a owl:ObjectProperty ;
rdfs:label "has Priority"@en ;
rdfs:comment "Topic priority. The list of possible values are defined in the extension schema."@en ;
rdfs:domain [ a owl:Class ;
owl:unionOf ( bcfOWL:ExtensionSchema bcfOWL:Topic )
] ;
rdfs:range bcfOWL:Priority .
bcfOWL:hasAuthor
a owl:ObjectProperty ;
rdfs:label "has Author"@en ;
rdfs:comment "Comment author"@en ;
rdfs:domain [ a owl:Class ;
owl:unionOf ( bcfOWL:ExtensionSchema bcfOWL:Comment )
] ;
rdfs:range foaf:Person .
bcfOWL:hasStage
a owl:ObjectProperty ;
rdfs:label "has Stage"@en ;
rdfs:comment "Stage this topic is part of (Predefined list)."@en ;
rdfs:domain [ a owl:Class ;
owl:unionOf ( bcfOWL:ExtensionSchema bcfOWL:Topic )
] ;
rdfs:range bcfOWL:Stage .
#### Topic ####
bcfOWL:Topic
a owl:Class ;
rdfs:label "Topic"@en ;
rdfs:comment "Topic node contains reference information of the topic. It has one attribute, Guid, which is the topic GUID."@en ;
rdfs:subClassOf [ a owl:Restriction ;
owl:cardinality "1"^^xsd:int ;
owl:onProperty bcfOWL:hasTitle
] ;
rdfs:subClassOf [ a owl:Restriction ;
owl:minCardinality "0"^^xsd:int ;
owl:onProperty bcfOWL:hasIndex
] ;
rdfs:subClassOf [ a owl:Restriction ;
owl:maxCardinality "1"^^xsd:int ;
owl:onProperty bcfOWL:hasIndex
] ;
rdfs:subClassOf [ a owl:Restriction ;
owl:minCardinality "0"^^xsd:int ;
owl:onProperty bcfOWL:hasAssignedTo
] ;
rdfs:subClassOf [ a owl:Restriction ;
owl:maxCardinality "1"^^xsd:int ;
owl:onProperty bcfOWL:hasAssignedTo
] ;
rdfs:subClassOf [ a owl:Restriction ;
owl:minCardinality "0"^^xsd:int ;
owl:onProperty bcfOWL:hasTopicModifiedAuthor
] ;
rdfs:subClassOf [ a owl:Restriction ;
owl:maxCardinality "1"^^xsd:int ;
owl:onProperty bcfOWL:hasTopicModifiedAuthor
] ;
rdfs:subClassOf [ a owl:Restriction ;
owl:minCardinality "0"^^xsd:int ;
owl:onProperty bcfOWL:hasDescription
] ;
rdfs:subClassOf [ a owl:Restriction ;
owl:maxCardinality "1"^^xsd:int ;
owl:onProperty bcfOWL:hasDescription
] ;
rdfs:subClassOf [ a owl:Restriction ;
owl:cardinality "1"^^xsd:int ;
owl:onProperty bcfOWL:hasCreationAuthor
] ;
rdfs:subClassOf [ a owl:Restriction ;
owl:minCardinality "0"^^xsd:int ;
owl:onProperty bcfOWL:hasTopicStatus
] ;
rdfs:subClassOf [ a owl:Restriction ;
owl:maxCardinality "1"^^xsd:int ;
owl:onProperty bcfOWL:hasTopicStatus
] ;
rdfs:subClassOf [ a owl:Restriction ;
owl:minCardinality "0"^^xsd:int ;
owl:onProperty bcfOWL:hasPriority
] ;
rdfs:subClassOf [ a owl:Restriction ;
owl:maxCardinality "1"^^xsd:int ;
owl:onProperty bcfOWL:hasPriority
] ;
rdfs:subClassOf [ a owl:Restriction ;
owl:minCardinality "0"^^xsd:int ;
owl:onProperty bcfOWL:hasLabels
] ;
rdfs:subClassOf [ a owl:Restriction ;
owl:minCardinality "0"^^xsd:int ;
owl:onProperty bcfOWL:hasStage
] ;
rdfs:subClassOf [ a owl:Restriction ;
owl:maxCardinality "1"^^xsd:int ;
owl:onProperty bcfOWL:hasStage
] ;
rdfs:subClassOf [ a owl:Restriction ;
owl:cardinality "1"^^xsd:int ;
owl:onProperty bcfOWL:hasCreationDate
] ;
rdfs:subClassOf [ a owl:Restriction ;
owl:maxCardinality "1"^^xsd:int ;
owl:onProperty bcfOWL:hasTopicType
] ;
rdfs:subClassOf [ a owl:Restriction ;
owl:minCardinality "0"^^xsd:int ;
owl:onProperty bcfOWL:hasTopicType
] ;
rdfs:subClassOf [ a owl:Restriction ;
owl:cardinality "1"^^xsd:int ;
owl:onProperty bcfOWL:hasGuid
] ;
rdfs:subClassOf [ a owl:Restriction ;
owl:minCardinality "0"^^xsd:int ;
owl:onProperty bcfOWL:hasTopicModifiedDate
] ;
rdfs:subClassOf [ a owl:Restriction ;
owl:maxCardinality "1"^^xsd:int ;
owl:onProperty bcfOWL:hasTopicModifiedDate
] ;
rdfs:subClassOf [ a owl:Restriction ;
owl:minCardinality "0"^^xsd:int ;
owl:onProperty bcfOWL:hasDueDate
] ;
rdfs:subClassOf [ a owl:Restriction ;
owl:maxCardinality "1"^^xsd:int ;
owl:onProperty bcfOWL:hasDueDate
] .
bcfOWL:hasTitle
a owl:DatatypeProperty ;
rdfs:label "has Title"@en ;
rdfs:comment "Title of the topic."@en ;
rdfs:domain bcfOWL:Topic ;
rdfs:range xsd:string .
bcfOWL:hasIndex
a owl:DatatypeProperty ;
rdfs:label "has Index"@en ;
rdfs:comment "Parameter for sorting"@en , "Number to maintain the order of the topics."@en ;
rdfs:domain bcfOWL:Topic ;
rdfs:range xsd:integer .
#TODO: We can make AssignedTo, ModifiedAuthor etc to subproperties of hasAuthor
bcfOWL:hasAssignedTo
a owl:ObjectProperty ;
rdfs:label "has Assigned To"@en ;
rdfs:comment "The user to whom this topic is assigned to. Recommended to be in email format. The list of possible values are defined in the extension schema."@en ;
rdfs:domain bcfOWL:Topic ;
rdfs:range foaf:Person .
bcfOWL:hasTopicModifiedAuthor
a owl:ObjectProperty ;
rdfs:label "has Topic Modified Author"@en ;
rdfs:comment "User who modified the topic. Exists only when Topic has been modified after creation."@en ;
rdfs:domain bcfOWL:Topic ;
rdfs:range foaf:Person .
bcfOWL:hasDescription
a owl:DatatypeProperty ;
rdfs:label "has Description"@en ;
rdfs:comment "Description of the topic."@en ;
rdfs:domain bcfOWL:Topic ;
rdfs:range xsd:string .
bcfOWL:hasCreationAuthor
a owl:ObjectProperty ;
rdfs:label "has Creation Author"@en ;
rdfs:comment "User who created the topic."@en ;
rdfs:domain bcfOWL:Topic ;
rdfs:range foaf:Person .
bcfOWL:hasCreationDate
a owl:DatatypeProperty ;
rdfs:label "has Creation Date"@en ;
rdfs:comment "Date when the topic was created."@en ;
rdfs:domain bcfOWL:Topic ;
rdfs:range xsd:dateTime .
bcfOWL:hasTopicModifiedDate
a owl:DatatypeProperty ;
rdfs:label "has Topic Modified Date"@en ;
rdfs:comment "Date when the topic was last modified. Exists only when Topic has been modified after creation."@en ;
rdfs:domain bcfOWL:Topic ;
rdfs:range xsd:dateTime .
bcfOWL:hasDueDate
a owl:DatatypeProperty ;
rdfs:label "has Due Date"@en ;
rdfs:comment "Date until when the topics issue needs to be resolved."@en ;
rdfs:domain bcfOWL:Topic ;
rdfs:range xsd:dateTime .
#### Comment ####
bcfOWL:Comment
a owl:Class ;
rdfs:label "Comment"@en ;
rdfs:comment "The markup file can contain comments related to the topic. Their purpose is to record discussion between different parties related to the topic. Comment has also the Guid attribute for identifying it uniquely."@en ;
rdfs:subClassOf [ a owl:Restriction ;
owl:cardinality "1"^^xsd:int ;
owl:onProperty bcfOWL:hasCommentDate
] ;
rdfs:subClassOf [ a owl:Restriction ;
owl:cardinality "1"^^xsd:int ;
owl:onProperty bcfOWL:hasCommentText
] ;
rdfs:subClassOf [ a owl:Restriction ;
owl:minCardinality "0"^^xsd:int ;
owl:onProperty bcfOWL:hasCommentModifiedAuthor
] ;
rdfs:subClassOf [ a owl:Restriction ;
owl:maxCardinality "1"^^xsd:int ;
owl:onProperty bcfOWL:hasCommentModifiedAuthor
] ;
rdfs:subClassOf [ a owl:Restriction ;
owl:cardinality "1"^^xsd:int ;
owl:onProperty bcfOWL:hasAuthor
] ;
rdfs:subClassOf [ a owl:Restriction ;
owl:minCardinality "0"^^xsd:int ;
owl:onProperty bcfOWL:hasCommentModifiedDate
] ;
rdfs:subClassOf [ a owl:Restriction ;
owl:maxCardinality "1"^^xsd:int ;
owl:onProperty bcfOWL:hasCommentModifiedDate
] ;
rdfs:subClassOf [ a owl:Restriction ;
owl:cardinality "1"^^xsd:int ;
owl:onProperty bcfOWL:hasTopic
] ;
rdfs:subClassOf [ a owl:Restriction ;
owl:cardinality "1"^^xsd:int ;
owl:onProperty bcfOWL:hasProject
] ;
rdfs:subClassOf [ a owl:Restriction ;
owl:minCardinality "0"^^xsd:int ;
owl:onProperty bcfOWL:hasViewpoint
] ;
rdfs:subClassOf [ a owl:Restriction ;
owl:maxCardinality "1"^^xsd:int ;
owl:onProperty bcfOWL:hasViewpoint
] .
bcfOWL:hasCommentText
a owl:DatatypeProperty ;
rdfs:label "has Comment Text"@en ;
rdfs:comment "The comment text"@en ;
rdfs:domain bcfOWL:Comment ;
rdfs:range xsd:string .
bcfOWL:hasCommentModifiedAuthor
a owl:ObjectProperty ;
rdfs:label "has Comment Modified Author"@en ;
rdfs:comment "The author who modified the comment"@en ;
rdfs:domain bcfOWL:Comment ;
rdfs:range foaf:Person .
bcfOWL:hasCommentDate
a owl:DatatypeProperty ;
rdfs:label "has Comment Date"@en ;
rdfs:comment "Date of the comment"@en ;
rdfs:domain bcfOWL:Comment ;
rdfs:range xsd:dateTime .
bcfOWL:hasViewpoint
a owl:ObjectProperty ;
rdfs:label "has Viewpoint"@en ;
rdfs:comment "The viewpoint "@en , "Back reference to the viewpoint"@en ;
rdfs:domain bcfOWL:Comment ;
rdfs:range bcfOWL:Viewpoint .
bcfOWL:hasCommentModifiedDate
a owl:DatatypeProperty ;
rdfs:label "has Comment Modified Date"@en ;
rdfs:comment "The date when comment was modified"@en ;
rdfs:domain bcfOWL:Comment ;
rdfs:range xsd:dateTime .
#### Viewpoint ####
bcfOWL:Viewpoint
a owl:Class ;
rdfs:label "Viewpoint"@en ;
rdfs:comment "The markup file can contain multiple viewpoints related to one or more comments. A viewpoint has also the Guid attribute for identifying it uniquely."@en ;
rdfs:subClassOf [ a owl:Restriction ;
owl:cardinality "1"^^xsd:int ;
owl:onProperty bcfOWL:hasGuid
] ;
rdfs:subClassOf [ a owl:Restriction ;
owl:cardinality "1"^^xsd:int ;
owl:onProperty bcfOWL:hasTopic
] ;
rdfs:subClassOf [ a owl:Restriction ;
owl:cardinality "1"^^xsd:int ;
owl:onProperty bcfOWL:hasProject
] ;
rdfs:subClassOf [ a owl:Restriction ;
owl:minCardinality "0"^^xsd:int ;
owl:onProperty bcfOWL:hasPerspectiveCamera
] ;
rdfs:subClassOf [ a owl:Restriction ;
owl:maxCardinality "1"^^xsd:int ;
owl:onProperty bcfOWL:hasPerspectiveCamera
] ;
rdfs:subClassOf [ a owl:Restriction ;
owl:minCardinality "0"^^xsd:int ;
owl:onProperty bcfOWL:hasOrthogonalCamera
] ;
rdfs:subClassOf [ a owl:Restriction ;
owl:maxCardinality "1"^^xsd:int ;
owl:onProperty bcfOWL:hasOrthogonalCamera
] ;
rdfs:subClassOf [ a owl:Restriction ;
owl:minCardinality "0"^^xsd:int ;
owl:onProperty bcfOWL:hasSelection
] ;
rdfs:subClassOf [ a owl:Restriction ;
owl:maxCardinality "1"^^xsd:int ;
owl:onProperty bcfOWL:hasSelection
] ;
rdfs:subClassOf [ a owl:Restriction ;
owl:cardinality "1"^^xsd:int ;
owl:onProperty bcfOWL:hasDefaulVisibility
] ;
rdfs:subClassOf [ a owl:Restriction ;
owl:minCardinality "0"^^xsd:int ;
owl:onProperty bcfOWL:hasException
] ;
rdfs:subClassOf [ a owl:Restriction ;
owl:maxCardinality "1"^^xsd:int ;
owl:onProperty bcfOWL:hasException
] ;
rdfs:subClassOf [ a owl:Restriction ;
owl:minCardinality "0"^^xsd:int ;
owl:onProperty bcfOWL:spacesVisible
] ;
rdfs:subClassOf [ a owl:Restriction ;
owl:maxCardinality "1"^^xsd:int ;
owl:onProperty bcfOWL:spacesVisible
] ;
rdfs:subClassOf [ a owl:Restriction ;
owl:cardinality "1"^^xsd:int ;
owl:onProperty bcfOWL:spaceBoundariesVisible
] ;
rdfs:subClassOf [ a owl:Restriction ;
owl:cardinality "1"^^xsd:int ;
owl:onProperty bcfOWL:openingsVisible
] ;
rdfs:subClassOf [ a owl:Restriction ;
owl:minCardinality "0"^^xsd:int ;
owl:onProperty bcfOWL:hasColoring
] ;
rdfs:subClassOf [ a owl:Restriction ;
owl:minCardinality "0"^^xsd:int ;
owl:onProperty bcfOWL:hasSnapshot
] ;
rdfs:subClassOf [ a owl:Restriction ;
owl:maxCardinality "1"^^xsd:int ;
owl:onProperty bcfOWL:hasSnapshot
] .
bcfOWL:Component
a owl:Class ;
rdfs:label "Component"@en ;
rdfs:comment "A component that links to a building element." ;
rdfs:subClassOf [ a owl:Restriction ;
owl:minCardinality "0"^^xsd:int ;
owl:onProperty bcfOWL:hasIfcElement
] ;
rdfs:subClassOf [ a owl:Restriction ;
owl:maxCardinality "1"^^xsd:int ;
owl:onProperty bcfOWL:hasIfcElement
] ;
rdfs:subClassOf [ a owl:Restriction ;
owl:minCardinality "0"^^xsd:int ;
owl:onProperty bcfOWL:hasIfcGuid
] ;
rdfs:subClassOf [ a owl:Restriction ;
owl:maxCardinality "1"^^xsd:int ;
owl:onProperty bcfOWL:hasIfcGuid
] ;
rdfs:subClassOf [ a owl:Restriction ;
owl:minCardinality "0"^^xsd:int ;
owl:onProperty bcfOWL:hasOriginatingSystem
] ;
rdfs:subClassOf [ a owl:Restriction ;
owl:maxCardinality "1"^^xsd:int ;
owl:onProperty bcfOWL:hasOriginatingSystem
] ;
rdfs:subClassOf [ a owl:Restriction ;
owl:minCardinality "0"^^xsd:int ;
owl:onProperty bcfOWL:hasAuthoringToolId
] ;
rdfs:subClassOf [ a owl:Restriction ;
owl:maxCardinality "1"^^xsd:int ;
owl:onProperty bcfOWL:hasAuthoringToolId
] .
bcfOWL:Selection
a owl:Class ;
rdfs:label "Selection"@en ;
rdfs:comment "Selected components "@en ;
rdfs:subClassOf [ a owl:Restriction ;
owl:minCardinality "0"^^xsd:int ;
owl:onProperty bcfOWL:hasComponent
] .
#TODO: Subclass exceptions and selections?
bcfOWL:Exception
a owl:Class ;
rdfs:label "Exception"@en ;
rdfs:comment "Components to hide/show determined by default_visibility."@en ;
rdfs:subClassOf [ a owl:Restriction ;
owl:minCardinality "0"^^xsd:int ;
owl:onProperty bcfOWL:hasComponent
] .
bcfOWL:hasBitmap
a owl:ObjectProperty ;
rdfs:label "has Bitmap"@en ;
rdfs:comment "Object Property, pointing to the Bitmap"@en ;
rdfs:domain bcfOWL:Viewpoint ;
rdfs:range bcfOWL:Bitmap .
bcfOWL:hasException
a owl:ObjectProperty ;
rdfs:label "has Exception"@en ;
rdfs:comment "Object Property, pointing to the Exception"@en ;
rdfs:domain bcfOWL:Viewpoint ;
rdfs:range bcfOWL:Exception .
bcfOWL:hasDefaultVisibility
a owl:DatatypeProperty ;
rdfs:label "has Default Visibility"@en ;
rdfs:comment "Object Property, pointing to the Default Visibility"@en ;
rdfs:domain bcfOWL:Viewpoint ;
rdfs:range xsd:boolean .
bcfOWL:spacesVisible
a owl:DatatypeProperty ;
rdfs:label "spaces Visible"@en ;
rdfs:comment "Object Property, pointing to the Spaces Visible class"@en ;
rdfs:domain bcfOWL:Viewpoint ;
rdfs:range xsd:boolean .
bcfOWL:spaceBoundariesVisible
a owl:DatatypeProperty ;
rdfs:label "space Boundaries Visible"@en ;
rdfs:comment "Object Property, pointing to the Space Boundaries Visible class"@en ;
rdfs:domain bcfOWL:Viewpoint ;
rdfs:range xsd:boolean .
bcfOWL:openingsVisible
a owl:DatatypeProperty ;
rdfs:label "openings Visible"@en ;
rdfs:comment "Object Property, pointing to the Openings Visible class"@en ;
rdfs:domain bcfOWL:Viewpoint ;
rdfs:range xsd:boolean .
#TODO: Clipping Planes, Lines and Coloring are not yet finished
bcfOWL:ClippingPlanes
a owl:Class ;
rdfs:label "Clipping Planes"@en ;
rdfs:comment "ClippingPlanes can be used to define a subsection of a building model that is related to the topic. Each clipping plane is defined by Location and Direction."@en .
bcfOWL:Lines
a owl:Class ;
rdfs:label "Lines"@en ;
rdfs:comment "Lines can be used to add markup in 3D. Each line is defined by three dimensional Start Point and End Point. Lines that have the same start and end points are to be considered points and may be displayed accordingly."@en .
bcfOWL:Coloring
a owl:Class ;
rdfs:label "Coloring"@en ;
rdfs:comment "The Coloring element lists colors and a list of associated components that should be displayed with the specified color when displaying a viewpoint. The color is given in ARGB format. Colors are represented as 6 or 8 hexadecimal digits. If 8 digits are present, the first two represent the alpha (transparency) channel. For example, 40E0D0 would be the color <span style=\"color:#40E0D0;\";>Turquoise. More information about the color format can be found on Wikipedia."@en .
bcfOWL:hasIfcGuid
a owl:DatatypeProperty ;
rdfs:label "has Ifc Guid"@en ;
rdfs:comment "The IfcGuid of the component"@en ;
rdfs:domain bcfOWL:Component ;
rdfs:range xsd:string .
bcfOWL:hasClippingPlanes
a owl:ObjectProperty ;
rdfs:label "has Clipping Planes"@en ;
rdfs:comment "Object Property, pointing to the Clipping Planes"@en ;
rdfs:domain bcfOWL:Viewpoint ;
rdfs:range bcfOWL:ClippingPlanes .
bcfOWL:hasLines
a owl:ObjectProperty ;
rdfs:label "has Lines"@en ;
rdfs:comment "Object Property, pointing to the Lines"@en ;
rdfs:domain bcfOWL:Viewpoint ;
rdfs:range bcfOWL:Lines .
bcfOWL:hasIfcElement
a owl:ObjectProperty ;
rdfs:label "has Ifc Element"@en ;
rdfs:comment "The link to the linked data Ifc Element."@en ;
rdfs:domain bcfOWL:Component ;
rdfs:range [ a owl:Class ;
owl:unionOf ( bot:Element ifc:IfcProduct )
] .
bcfOWL:hasAuthoringToolId
a owl:DatatypeProperty ;
rdfs:label "has Authoring Tool Id"@en ;
rdfs:comment "Name of the system in which the component is originated"@en ;
rdfs:domain bcfOWL:Component ;
rdfs:range xsd:string .
bcfOWL:hasOrthogonalCamera
a owl:ObjectProperty ;
rdfs:label "has Orthogonal Camera"@en ;
rdfs:comment "Object Property, pointing to the orthogonal camera"@en ;
rdfs:domain bcfOWL:Viewpoint ;
rdfs:range bcfOWL:OrthogonalCamera .
bcfOWL:hasPerspectiveCamera
a owl:ObjectProperty ;
rdfs:label "has Perspective Camera"@en ;
rdfs:comment "Object Property, pointing to the Perspective Camera"@en ;
rdfs:domain bcfOWL:Viewpoint ;
rdfs:range bcfOWL:PerspectiveCamera .
bcfOWL:hasSnapshot
a owl:DatatypeProperty ;
rdfs:label "has Snapshot"@en ;
rdfs:comment "The URL of the snapshot(.png)"@en ;
rdfs:domain bcfOWL:Viewpoint ;
rdfs:range xsd:anyURI .
bcfOWL:hasColoring
a owl:ObjectProperty ;
rdfs:label "has Coloring"@en ;
rdfs:comment "Object Property, pointing to the Coloring class"@en ;
rdfs:domain bcfOWL:Viewpoint ;
rdfs:range bcfOWL:Coloring .
bcfOWL:hasComponent
a owl:ObjectProperty ;
rdfs:label "has Component"@en ;
rdfs:comment "Pointer to the Component"@en ;
rdfs:domain [ a owl:Class ;
owl:unionOf ( bcfOWL:Selection bcfOWL:Exception )
] ;
rdfs:range bcfOWL:Component .
bcfOWL:hasOriginatingSystem
a owl:ObjectProperty ;
rdfs:label "has Originating System"@en ;
rdfs:comment "Name of the system in which the component is originated"@en ;
rdfs:domain bcfOWL:Component ;
rdfs:range bcfOWL:OriginatingSystem .
bcfOWL:OriginatingSystem
a owl:Class ;
rdfs:label "Originating System"@en ;
rdfs:comment "Software with which the respective element was created"@en .
#TODO: Bitmap
bcfOWL:Bitmap
a owl:Class ;
rdfs:label "Bitmap"@en ;
rdfs:comment "A list of bitmaps can be used to add more information, for example, text in the visualization."@en .
bcfOWL:hasSelection
a owl:ObjectProperty ;
rdfs:label "has Selection"@en ;
rdfs:comment "Object Property, pointing to the Selection class"@en ;
rdfs:domain bcfOWL:Viewpoint ;
rdfs:range bcfOWL:Selection .
#### Cameras ####
bcfOWL:Camera
a owl:Class ;
rdfs:label "Camera"@en ;
rdfs:comment "Camera View"@en ;
rdfs:subClassOf [ a owl:Restriction ;
owl:cardinality "1"^^xsd:int ;
owl:onProperty bcfOWL:hasCameraUpVector
] ;
rdfs:subClassOf [ a owl:Restriction ;
owl:cardinality "1"^^xsd:int ;
owl:onProperty bcfOWL:hasCameraDirection
] ;
rdfs:subClassOf [ a owl:Restriction ;
owl:cardinality "1"^^xsd:int ;
owl:onProperty bcfOWL:hasCameraViewPoint
] .
bcfOWL:OrthogonalCamera
a owl:Class ;
rdfs:label "Orthogonal Camera"@en ;
rdfs:comment "This element describes a viewpoint using orthogonal camera. "@en ;
owl:disjointWith bcfOWL:PerspectiveCamera ;
rdfs:subClassOf bcfOWL:Camera ;
rdfs:subClassOf [ a owl:Restriction ;
owl:cardinality "1"^^xsd:int ;
owl:onProperty bcfOWL:hasViewToWorldScale
] .
bcfOWL:PerspectiveCamera
a owl:Class ;
rdfs:label "Perspective Camera"@en ;
rdfs:comment "This element describes a viewpoint using perspective camera."@en ;
owl:disjointWith bcfOWL:OrthogonalCamera ;
rdfs:subClassOf bcfOWL:Camera ;
rdfs:subClassOf [ a owl:Restriction ;
owl:cardinality "1"^^xsd:int ;
owl:onProperty bcfOWL:hasFieldOfView
] .
bcfOWL:hasFieldOfView
a owl:DatatypeProperty ;
rdfs:label "has Vield Of View"@en ;
rdfs:comment "Camera's field of view angle in degrees."@en ;
rdfs:domain bcfOWL:PerspectiveCamera ;
rdfs:range xsd:double .
bcfOWL:hasViewToWorldScale
a owl:DatatypeProperty ;
rdfs:label "has View To World Scale"@en ;
rdfs:comment "Proportion of camera view to model"@en ;
rdfs:domain bcfOWL:OrthogonalCamera ;
rdfs:range xsd:double .
bcfOWL:hasAspectRatio
a owl:DatatypeProperty ;
rdfs:label "has Aspect Ratio"@en ;
rdfs:comment "Proportional relationship between the width and the height of the view (w/h)"@en ;
rdfs:domain bcfOWL:Camera ;
rdfs:range xsd:double .
bcfOWL:hasCameraUpVector
a owl:DatatypeProperty ;
rdfs:label "has Camera Up Vector"@en ;
rdfs:comment "Points to the Camera up vector, defined as wktLiteral"@en ;
rdfs:domain bcfOWL:Camera ;
rdfs:range geo:wktLiteral .
bcfOWL:hasCameraDirection
a owl:DatatypeProperty ;
rdfs:label "has Camera Direction"@en ;
rdfs:comment "Points to the Camera direction, defined as wktLiteral"@en ;
rdfs:domain bcfOWL:Camera ;
rdfs:range geo:wktLiteral .
bcfOWL:hasCameraViewPoint
a owl:DatatypeProperty ;
rdfs:label "has Camera View Point"@en ;
rdfs:comment "Points to the Camera location, defined as wktLiteral"@en ;
rdfs:domain bcfOWL:Camera ;
rdfs:range geo:wktLiteral .
#TODO: Bring back related Topic