This repository has been archived by the owner on Sep 25, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
cbim-2.0.1.rdf
1970 lines (1969 loc) · 92 KB
/
cbim-2.0.1.rdf
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
<?xml version="1.0"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:owl="http://www.w3.org/2002/07/owl#"
xmlns="http://www.coinsweb.nl/cbim-2.0.rdf#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:xsd="http://www.w3.org/2001/XMLSchema#"
xml:base="http://www.coinsweb.nl/cbim-2.0.rdf">
<owl:Ontology rdf:about="">
<owl:versionInfo>COINS 2.0 by COINS technical management group</owl:versionInfo>
<creator>
<Organisation rdf:ID="COINSTechnicalManagementGroup">
<description>COINS Technical Management Group</description>
<userID>COINSTMG</userID>
<creationDate rdf:datatype="http://www.w3.org/2001/XMLSchema#dateTime"
>2015-11-27T09:39:27.831</creationDate>
<name>COINS Technical Management Group</name>
<creator rdf:resource="#COINSTechnicalManagementGroup"/>
<rdf:type>
<owl:Class rdf:ID="CoinsContainerObject"/>
</rdf:type>
</Organisation>
</creator>
<creationDate rdf:datatype="http://www.w3.org/2001/XMLSchema#dateTime"
>2016-04-04T12:00:00.00</creationDate>
</owl:Ontology>
<rdfs:Datatype rdf:about="http://www.w3.org/2001/XMLSchema#anySimpleType"/>
<owl:Class rdf:ID="ExpiredEntity">
<classCreationDate rdf:datatype="http://www.w3.org/2001/XMLSchema#dateTime"
>2016-04-04T12:00:00.00</classCreationDate>
<rdfs:comment xml:lang="en-GB">Defines individuals that are expired</rdfs:comment>
<rdfs:label xml:lang="en-GB">ExpiredEntity</rdfs:label>
<isClassExtendable rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean"
>true</isClassExtendable>
<rdfs:comment xml:lang="en-NL">Definieert verlopen individuals</rdfs:comment>
<classCreator rdf:resource="#COINSTechnicalManagementGroup"/>
<classVersionID>v1.0</classVersionID>
<isClassAbstract rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean"
>false</isClassAbstract>
<rdfs:label xml:lang="nl-NL">VerlopenEntiteit</rdfs:label>
<rdfs:subClassOf>
<owl:Class rdf:ID="Concept"/>
</rdfs:subClassOf>
</owl:Class>
<owl:Class rdf:ID="ExternalDocumentReference">
<owl:disjointWith>
<owl:Class rdf:ID="InternalDocumentReference"/>
</owl:disjointWith>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty>
<owl:ObjectProperty rdf:ID="nextTrunkVersion"/>
</owl:onProperty>
<owl:allValuesFrom rdf:resource="#ExternalDocumentReference"/>
</owl:Restriction>
</rdfs:subClassOf>
<isClassAbstract rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean"
>false</isClassAbstract>
<rdfs:label xml:lang="en-GB">External document referentie</rdfs:label>
<rdfs:comment xml:lang="nl-NL">Extern document referentie buiten de COINS Container</rdfs:comment>
<classCreationDate rdf:datatype="http://www.w3.org/2001/XMLSchema#dateTime"
>2016-04-04T12:00:00.00</classCreationDate>
<rdfs:label xml:lang="nl-NL">Extern document referentie</rdfs:label>
<classVersionID>v1.0</classVersionID>
<isClassExtendable rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean"
>true</isClassExtendable>
<classCreator rdf:resource="#COINSTechnicalManagementGroup"/>
<rdfs:comment xml:lang="en-GB">External document reference residing outside the COINSContainer</rdfs:comment>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty>
<owl:ObjectProperty rdf:ID="documentUri"/>
</owl:onProperty>
<owl:cardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger"
>1</owl:cardinality>
</owl:Restriction>
</rdfs:subClassOf>
<rdfs:subClassOf>
<owl:Class rdf:ID="DocumentReference"/>
</rdfs:subClassOf>
</owl:Class>
<owl:Class rdf:ID="CartesianLocator">
<isClassExtendable rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean"
>true</isClassExtendable>
<isClassAbstract rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean"
>false</isClassAbstract>
<rdfs:label xml:lang="en-GB">CartesianLocator</rdfs:label>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty>
<owl:FunctionalProperty rdf:ID="secondaryOrientation"/>
</owl:onProperty>
<owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger"
>1</owl:maxCardinality>
</owl:Restriction>
</rdfs:subClassOf>
<classCreator rdf:resource="#COINSTechnicalManagementGroup"/>
<rdfs:comment xml:lang="en-GB">Specifier for position and orientation using a 3D Euclidean space for relative placement of shaperepresentations.</rdfs:comment>
<classCreationDate rdf:datatype="http://www.w3.org/2001/XMLSchema#dateTime"
>2016-04-04T12:00:00.00</classCreationDate>
<rdfs:subClassOf>
<owl:Class rdf:ID="Locator"/>
</rdfs:subClassOf>
<rdfs:comment xml:lang="nl-NL">Specificeert een positie en orientatie in 3D Euclidische ruimte voor relatieve plaatsing van vormrepresentaties</rdfs:comment>
<classVersionID>v1.0</classVersionID>
<owl:disjointWith>
<owl:Class rdf:ID="Vector"/>
</owl:disjointWith>
<rdfs:label xml:lang="nl-NL">Plaatsbepaling</rdfs:label>
<owl:disjointWith>
<owl:Class rdf:ID="EntityProperty"/>
</owl:disjointWith>
<owl:disjointWith>
<owl:Class rdf:ID="Party"/>
</owl:disjointWith>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty>
<owl:FunctionalProperty rdf:ID="primaryOrientation"/>
</owl:onProperty>
<owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger"
>1</owl:maxCardinality>
</owl:Restriction>
</rdfs:subClassOf>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty>
<owl:FunctionalProperty rdf:ID="translation"/>
</owl:onProperty>
<owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger"
>1</owl:maxCardinality>
</owl:Restriction>
</rdfs:subClassOf>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty>
<owl:ObjectProperty rdf:about="#nextTrunkVersion"/>
</owl:onProperty>
<owl:allValuesFrom rdf:resource="#CartesianLocator"/>
</owl:Restriction>
</rdfs:subClassOf>
</owl:Class>
<owl:Class rdf:ID="ContainsRelation">
<owl:disjointWith>
<owl:Class rdf:ID="Part"/>
</owl:disjointWith>
<classCreationDate rdf:datatype="http://www.w3.org/2001/XMLSchema#dateTime"
>2016-04-04T12:00:00.00</classCreationDate>
<rdfs:label xml:lang="en-GB">ContainsRelation</rdfs:label>
<isClassExtendable rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean"
>true</isClassExtendable>
<owl:disjointWith>
<owl:Class rdf:ID="Assembly"/>
</owl:disjointWith>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty>
<owl:ObjectProperty rdf:about="#nextTrunkVersion"/>
</owl:onProperty>
<owl:allValuesFrom rdf:resource="#ContainsRelation"/>
</owl:Restriction>
</rdfs:subClassOf>
<rdfs:label xml:lang="nl-NL">OnderdeelRelatie</rdfs:label>
<rdfs:comment xml:lang="en-GB">ContainsRelation</rdfs:comment>
<rdfs:subClassOf>
<owl:Class rdf:ID="Entity"/>
</rdfs:subClassOf>
<classVersionID>v1.0</classVersionID>
<isClassAbstract rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean"
>false</isClassAbstract>
<rdfs:subClassOf>
<owl:Restriction>
<owl:cardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger"
>1</owl:cardinality>
<owl:onProperty>
<owl:FunctionalProperty rdf:ID="hasAssembly"/>
</owl:onProperty>
</owl:Restriction>
</rdfs:subClassOf>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty>
<owl:FunctionalProperty rdf:ID="hasPart"/>
</owl:onProperty>
<owl:cardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger"
>1</owl:cardinality>
</owl:Restriction>
</rdfs:subClassOf>
<classCreator rdf:resource="#COINSTechnicalManagementGroup"/>
<rdfs:comment xml:lang="nl-NL">OnderdeelRelatie</rdfs:comment>
</owl:Class>
<owl:Class rdf:ID="SimpleProperty">
<rdfs:subClassOf>
<owl:Class rdf:about="#EntityProperty"/>
</rdfs:subClassOf>
<rdfs:label xml:lang="en-GB">SimpleProperty</rdfs:label>
<rdfs:comment xml:lang="nl-NL">Simpel kenmerk</rdfs:comment>
<classCreator rdf:resource="#COINSTechnicalManagementGroup"/>
<rdfs:label xml:lang="nl-NL">Simpel kenmerk</rdfs:label>
<rdfs:subClassOf>
<owl:Restriction>
<owl:allValuesFrom rdf:resource="#SimpleProperty"/>
<owl:onProperty>
<owl:ObjectProperty rdf:about="#nextTrunkVersion"/>
</owl:onProperty>
</owl:Restriction>
</rdfs:subClassOf>
<classVersionID>v1.0</classVersionID>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty>
<owl:FunctionalProperty rdf:ID="datatypeValue"/>
</owl:onProperty>
<owl:cardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger"
>1</owl:cardinality>
</owl:Restriction>
</rdfs:subClassOf>
<rdfs:comment xml:lang="en-GB">Simple Property</rdfs:comment>
<isClassExtendable rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean"
>true</isClassExtendable>
<classCreationDate rdf:datatype="http://www.w3.org/2001/XMLSchema#dateTime"
>2016-04-04T12:00:00.00</classCreationDate>
<isClassAbstract rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean"
>false</isClassAbstract>
</owl:Class>
<owl:Class rdf:about="#EntityProperty">
<rdfs:subClassOf>
<owl:Class>
<owl:unionOf rdf:parseType="Collection">
<owl:Class rdf:ID="ComplexProperty"/>
<owl:Class rdf:about="#SimpleProperty"/>
</owl:unionOf>
</owl:Class>
</rdfs:subClassOf>
<rdfs:label xml:lang="en-GB">EntityProperty</rdfs:label>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onClass>
<owl:Class rdf:about="#Entity"/>
</owl:onClass>
<owl:minQualifiedCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger"
>1</owl:minQualifiedCardinality>
<owl:onProperty>
<owl:ObjectProperty rdf:ID="propertyBelongsTo"/>
</owl:onProperty>
</owl:Restriction>
</rdfs:subClassOf>
<rdfs:comment xml:lang="nl-NL">Entiteit kenmerk</rdfs:comment>
<isClassExtendable rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean"
>false</isClassExtendable>
<rdfs:subClassOf>
<owl:Restriction>
<owl:allValuesFrom rdf:resource="#EntityProperty"/>
<owl:onProperty>
<owl:ObjectProperty rdf:about="#nextTrunkVersion"/>
</owl:onProperty>
</owl:Restriction>
</rdfs:subClassOf>
<rdfs:comment xml:lang="en-GB">Entity property</rdfs:comment>
<rdfs:label xml:lang="nl-NL">EntiteitKenmerk</rdfs:label>
<rdfs:subClassOf>
<owl:Class rdf:about="#Entity"/>
</rdfs:subClassOf>
<classCreationDate rdf:datatype="http://www.w3.org/2001/XMLSchema#dateTime"
>2016-04-04T12:00:00.00</classCreationDate>
<classVersionID>v1.0</classVersionID>
<isClassAbstract rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean"
>true</isClassAbstract>
<classCreator rdf:resource="#COINSTechnicalManagementGroup"/>
</owl:Class>
<owl:Class rdf:about="#DocumentReference">
<rdfs:comment xml:lang="en-GB">Document reference klasse voor het beschrijven van referenties naar documenten</rdfs:comment>
<rdfs:subClassOf>
<owl:Class rdf:ID="ComplexPropertyValue"/>
</rdfs:subClassOf>
<rdfs:label xml:lang="nl-NL">Document referentie</rdfs:label>
<rdfs:comment xml:lang="nl-NL">Document referentie class for describing referals to documents</rdfs:comment>
<classCreator rdf:resource="#COINSTechnicalManagementGroup"/>
<rdfs:subClassOf>
<owl:Class>
<owl:unionOf rdf:parseType="Collection">
<owl:Class rdf:about="#InternalDocumentReference"/>
<owl:Class rdf:about="#ExternalDocumentReference"/>
</owl:unionOf>
</owl:Class>
</rdfs:subClassOf>
<classVersionID>v1.0</classVersionID>
<rdfs:label xml:lang="en-GB">Document reference</rdfs:label>
<isClassExtendable rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean"
>true</isClassExtendable>
<classCreationDate rdf:datatype="http://www.w3.org/2001/XMLSchema#dateTime"
>2016-04-04T12:00:00.00</classCreationDate>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty>
<owl:ObjectProperty rdf:about="#nextTrunkVersion"/>
</owl:onProperty>
<owl:allValuesFrom rdf:resource="#DocumentReference"/>
</owl:Restriction>
</rdfs:subClassOf>
<isClassAbstract rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean"
>false</isClassAbstract>
</owl:Class>
<owl:Class rdf:about="#Party">
<rdfs:subClassOf>
<owl:Restriction>
<owl:allValuesFrom rdf:resource="#Party"/>
<owl:onProperty>
<owl:ObjectProperty rdf:about="#nextTrunkVersion"/>
</owl:onProperty>
</owl:Restriction>
</rdfs:subClassOf>
<rdfs:label xml:lang="nl-NL">Partij</rdfs:label>
<classVersionID>v1.0</classVersionID>
<rdfs:comment xml:lang="nl-NL">Abstracte Partij</rdfs:comment>
<rdfs:subClassOf>
<owl:Class rdf:about="#Entity"/>
</rdfs:subClassOf>
<rdfs:comment xml:lang="en-GB">Abstract reference to a LegalEntity.</rdfs:comment>
<classCreationDate rdf:datatype="http://www.w3.org/2001/XMLSchema#dateTime"
>2016-04-04T12:00:00.00</classCreationDate>
<rdfs:subClassOf>
<owl:Class>
<owl:unionOf rdf:parseType="Collection">
<owl:Class rdf:ID="Organisation"/>
<owl:Class rdf:ID="Person"/>
</owl:unionOf>
</owl:Class>
</rdfs:subClassOf>
<isClassExtendable rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean"
>false</isClassExtendable>
<rdfs:label xml:lang="en-GB">Party</rdfs:label>
<isClassAbstract rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean"
>true</isClassAbstract>
<classCreator rdf:resource="#COINSTechnicalManagementGroup"/>
</owl:Class>
<owl:Class rdf:ID="SecuredDocumentReference">
<isClassExtendable rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean"
>true</isClassExtendable>
<rdfs:comment xml:lang="nl-NL">Beveiligd document referentie</rdfs:comment>
<rdfs:subClassOf rdf:resource="#DocumentReference"/>
<rdfs:label xml:lang="nl-NL">Beveiligd document referentie</rdfs:label>
<classCreator rdf:resource="#COINSTechnicalManagementGroup"/>
<rdfs:subClassOf>
<owl:Class>
<owl:unionOf rdf:parseType="Collection">
<owl:Class rdf:ID="SecuredExternalDocumentReference"/>
<owl:Class rdf:ID="SecuredInternalDocumentReference"/>
</owl:unionOf>
</owl:Class>
</rdfs:subClassOf>
<classCreationDate rdf:datatype="http://www.w3.org/2001/XMLSchema#dateTime"
>2016-04-04T12:00:00.00</classCreationDate>
<isClassAbstract rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean"
>true</isClassAbstract>
<rdfs:comment xml:lang="en-GB">Secured document reference</rdfs:comment>
<classVersionID>v1.0</classVersionID>
<rdfs:subClassOf>
<owl:Restriction>
<owl:allValuesFrom rdf:resource="#SecuredDocumentReference"/>
<owl:onProperty>
<owl:ObjectProperty rdf:about="#nextTrunkVersion"/>
</owl:onProperty>
</owl:Restriction>
</rdfs:subClassOf>
<rdfs:label xml:lang="en-GB">Secured document reference</rdfs:label>
</owl:Class>
<owl:Class rdf:ID="UriProperty">
<rdfs:comment xml:lang="nl-NL">Uri kenmerk</rdfs:comment>
<rdfs:label xml:lang="nl-NL">Uri kenmerk</rdfs:label>
<owl:equivalentClass>
<owl:Class>
<owl:intersectionOf rdf:parseType="Collection">
<owl:Class rdf:about="#SimpleProperty"/>
<owl:Restriction>
<owl:onProperty>
<owl:FunctionalProperty rdf:about="#datatypeValue"/>
</owl:onProperty>
<owl:allValuesFrom rdf:resource="http://www.w3.org/2001/XMLSchema#anyURI"/>
</owl:Restriction>
</owl:intersectionOf>
</owl:Class>
</owl:equivalentClass>
<rdfs:label xml:lang="en-GB">UriProperty</rdfs:label>
<classCreationDate rdf:datatype="http://www.w3.org/2001/XMLSchema#dateTime"
>2016-04-04T12:00:00.00</classCreationDate>
<owl:disjointWith>
<owl:Class rdf:ID="BooleanProperty"/>
</owl:disjointWith>
<rdfs:comment xml:lang="en-GB">Uri Property</rdfs:comment>
<rdfs:subClassOf rdf:resource="#SimpleProperty"/>
<owl:disjointWith>
<owl:Class rdf:ID="DateTimeProperty"/>
</owl:disjointWith>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty>
<owl:FunctionalProperty rdf:about="#datatypeValue"/>
</owl:onProperty>
<owl:allValuesFrom rdf:resource="http://www.w3.org/2001/XMLSchema#anyURI"/>
</owl:Restriction>
</rdfs:subClassOf>
<classVersionID>v1.0</classVersionID>
<classCreator rdf:resource="#COINSTechnicalManagementGroup"/>
<isClassAbstract rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean"
>false</isClassAbstract>
<isClassExtendable rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean"
>true</isClassExtendable>
<owl:disjointWith>
<owl:Class rdf:ID="NumericProperty"/>
</owl:disjointWith>
<owl:disjointWith>
<owl:Class rdf:ID="StringProperty"/>
</owl:disjointWith>
<rdfs:subClassOf>
<owl:Restriction>
<owl:allValuesFrom rdf:resource="#UriProperty"/>
<owl:onProperty>
<owl:ObjectProperty rdf:about="#nextTrunkVersion"/>
</owl:onProperty>
</owl:Restriction>
</rdfs:subClassOf>
</owl:Class>
<owl:Class rdf:about="#Concept">
<isClassAbstract rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean"
>true</isClassAbstract>
<rdfs:label xml:lang="nl-NL">Concept</rdfs:label>
<rdfs:label xml:lang="en-GB">Concept</rdfs:label>
<rdfs:subClassOf rdf:resource="http://www.w3.org/2002/07/owl#Thing"/>
<classVersionID>v1.0</classVersionID>
<isClassExtendable rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean"
>false</isClassExtendable>
<classCreationDate rdf:datatype="http://www.w3.org/2001/XMLSchema#dateTime"
>2016-04-04T12:00:00.00</classCreationDate>
<rdfs:comment xml:lang="nl-NL">supertype voor alle COINS klasses. Deze klasse bevat geen kenmerken of relaties</rdfs:comment>
<rdfs:comment xml:lang="en-GB">superclass for all COINS classes. This class is without any properties or relations</rdfs:comment>
<classCreator rdf:resource="#COINSTechnicalManagementGroup"/>
</owl:Class>
<owl:Class rdf:ID="DirectedConnection">
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty>
<owl:ObjectProperty rdf:ID="toObject"/>
</owl:onProperty>
<owl:cardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger"
>1</owl:cardinality>
</owl:Restriction>
</rdfs:subClassOf>
<rdfs:comment xml:lang="nl-NL">Gerichte connectie object tussen Objecten</rdfs:comment>
<classCreationDate rdf:datatype="http://www.w3.org/2001/XMLSchema#dateTime"
>2016-04-04T12:00:00.00</classCreationDate>
<isClassAbstract rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean"
>false</isClassAbstract>
<rdfs:label xml:lang="en-GB">DirectedConnection</rdfs:label>
<rdfs:subClassOf>
<owl:Class rdf:ID="Connection"/>
</rdfs:subClassOf>
<rdfs:comment xml:lang="en-GB">Directed connection object between Objects</rdfs:comment>
<classCreator rdf:resource="#COINSTechnicalManagementGroup"/>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty>
<owl:ObjectProperty rdf:ID="fromObject"/>
</owl:onProperty>
<owl:cardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger"
>1</owl:cardinality>
</owl:Restriction>
</rdfs:subClassOf>
<isClassExtendable rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean"
>true</isClassExtendable>
<rdfs:label xml:lang="nl-NL">GerichteConnectie</rdfs:label>
<classVersionID>v1.0</classVersionID>
<rdfs:subClassOf>
<owl:Restriction>
<owl:allValuesFrom rdf:resource="#DirectedConnection"/>
<owl:onProperty>
<owl:ObjectProperty rdf:about="#nextTrunkVersion"/>
</owl:onProperty>
</owl:Restriction>
</rdfs:subClassOf>
</owl:Class>
<owl:Class rdf:ID="FloatProperty">
<rdfs:comment xml:lang="nl-NL">Getal kenmerk</rdfs:comment>
<rdfs:subClassOf>
<owl:Restriction>
<owl:allValuesFrom rdf:resource="#FloatProperty"/>
<owl:onProperty>
<owl:ObjectProperty rdf:about="#nextTrunkVersion"/>
</owl:onProperty>
</owl:Restriction>
</rdfs:subClassOf>
<rdfs:label xml:lang="nl-NL">Getal kenmerk</rdfs:label>
<rdfs:subClassOf>
<owl:Class rdf:about="#NumericProperty"/>
</rdfs:subClassOf>
<rdfs:label xml:lang="en-GB">FloatProperty</rdfs:label>
<classCreationDate rdf:datatype="http://www.w3.org/2001/XMLSchema#dateTime"
>2016-04-04T12:00:00.00</classCreationDate>
<classVersionID>v1.0</classVersionID>
<rdfs:comment xml:lang="en-GB">FloatProperty</rdfs:comment>
<isClassExtendable rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean"
>true</isClassExtendable>
<isClassAbstract rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean"
>false</isClassAbstract>
<owl:equivalentClass>
<owl:Class>
<owl:intersectionOf rdf:parseType="Collection">
<owl:Class rdf:about="#SimpleProperty"/>
<owl:Restriction>
<owl:onProperty>
<owl:FunctionalProperty rdf:about="#datatypeValue"/>
</owl:onProperty>
<owl:allValuesFrom>
<owl:NamedIndividual rdf:about="http://www.w3.org/2001/XMLSchema#float"/>
</owl:allValuesFrom>
</owl:Restriction>
</owl:intersectionOf>
</owl:Class>
</owl:equivalentClass>
<classCreator rdf:resource="#COINSTechnicalManagementGroup"/>
<owl:disjointWith>
<owl:Class rdf:ID="IntegerProperty"/>
</owl:disjointWith>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty>
<owl:FunctionalProperty rdf:about="#datatypeValue"/>
</owl:onProperty>
<owl:allValuesFrom rdf:resource="http://www.w3.org/2001/XMLSchema#float"/>
</owl:Restriction>
</rdfs:subClassOf>
</owl:Class>
<owl:Class rdf:about="#Assembly">
<isClassAbstract rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean"
>true</isClassAbstract>
<classCreator rdf:resource="#COINSTechnicalManagementGroup"/>
<rdfs:subClassOf>
<owl:Class rdf:about="#Entity"/>
</rdfs:subClassOf>
<rdfs:comment xml:lang="nl-NL">Assembly</rdfs:comment>
<rdfs:comment xml:lang="en-GB">Parent</rdfs:comment>
<isClassExtendable rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean"
>true</isClassExtendable>
<rdfs:label xml:lang="en-GB">Assembly</rdfs:label>
<rdfs:label xml:lang="nl-NL">Assembly</rdfs:label>
<classCreationDate rdf:datatype="http://www.w3.org/2001/XMLSchema#dateTime"
>2016-04-04T12:00:00.00</classCreationDate>
<classVersionID>v1.0</classVersionID>
</owl:Class>
<owl:Class rdf:about="#InternalDocumentReference">
<classCreationDate rdf:datatype="http://www.w3.org/2001/XMLSchema#dateTime"
>2016-04-04T12:00:00.00</classCreationDate>
<rdfs:label xml:lang="nl-NL">Intern document referentie</rdfs:label>
<rdfs:subClassOf>
<owl:Restriction>
<owl:cardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger"
>1</owl:cardinality>
<owl:onProperty>
<owl:FunctionalProperty rdf:ID="filePath"/>
</owl:onProperty>
</owl:Restriction>
</rdfs:subClassOf>
<rdfs:label xml:lang="en-GB">Internal document reference</rdfs:label>
<rdfs:comment xml:lang="nl-NL">intern document referentie in de Coins container</rdfs:comment>
<isClassExtendable rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean"
>true</isClassExtendable>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty>
<owl:ObjectProperty rdf:about="#nextTrunkVersion"/>
</owl:onProperty>
<owl:allValuesFrom rdf:resource="#InternalDocumentReference"/>
</owl:Restriction>
</rdfs:subClassOf>
<owl:disjointWith rdf:resource="#ExternalDocumentReference"/>
<rdfs:subClassOf rdf:resource="#DocumentReference"/>
<classCreator rdf:resource="#COINSTechnicalManagementGroup"/>
<rdfs:comment xml:lang="en-GB">internal document within the Coins container</rdfs:comment>
<classVersionID>v1.0</classVersionID>
<isClassAbstract rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean"
>false</isClassAbstract>
</owl:Class>
<owl:Class rdf:about="#Connection">
<rdfs:subClassOf>
<owl:Restriction>
<owl:allValuesFrom rdf:resource="#Connection"/>
<owl:onProperty>
<owl:ObjectProperty rdf:about="#nextTrunkVersion"/>
</owl:onProperty>
</owl:Restriction>
</rdfs:subClassOf>
<rdfs:label xml:lang="en-GB">Connection</rdfs:label>
<classVersionID>v1.0</classVersionID>
<rdfs:label xml:lang="nl-NL">Connectie</rdfs:label>
<classCreator rdf:resource="#COINSTechnicalManagementGroup"/>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty>
<owl:ObjectProperty rdf:ID="hasConnectedObjects"/>
</owl:onProperty>
<owl:cardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger"
>2</owl:cardinality>
</owl:Restriction>
</rdfs:subClassOf>
<rdfs:comment xml:lang="en-GB">undirected Connection between Objects</rdfs:comment>
<isClassExtendable rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean"
>true</isClassExtendable>
<rdfs:subClassOf>
<owl:Class rdf:about="#Entity"/>
</rdfs:subClassOf>
<isClassAbstract rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean"
>false</isClassAbstract>
<classCreationDate rdf:datatype="http://www.w3.org/2001/XMLSchema#dateTime"
>2016-04-04T12:00:00.00</classCreationDate>
<rdfs:comment xml:lang="nl-NL">ongerichte connectie tussen Objecten</rdfs:comment>
</owl:Class>
<owl:Class rdf:about="#ComplexPropertyValue">
<classCreator rdf:resource="#COINSTechnicalManagementGroup"/>
<rdfs:comment xml:lang="nl-NL">Complex kenmerk waarde</rdfs:comment>
<rdfs:label xml:lang="nl-NL">ComplexKenmerkwaarde</rdfs:label>
<isClassExtendable rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean"
>true</isClassExtendable>
<rdfs:subClassOf>
<owl:Class rdf:about="#Entity"/>
</rdfs:subClassOf>
<isClassAbstract rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean"
>false</isClassAbstract>
<rdfs:subClassOf>
<owl:Restriction>
<owl:allValuesFrom rdf:resource="#ComplexPropertyValue"/>
<owl:onProperty>
<owl:ObjectProperty rdf:about="#nextTrunkVersion"/>
</owl:onProperty>
</owl:Restriction>
</rdfs:subClassOf>
<classCreationDate rdf:datatype="http://www.w3.org/2001/XMLSchema#dateTime"
>2016-04-04T12:00:00.00</classCreationDate>
<rdfs:label xml:lang="en-GB">ComplexPropertyValue</rdfs:label>
<rdfs:comment xml:lang="en-GB">Complex property value</rdfs:comment>
<classVersionID>v1.0</classVersionID>
</owl:Class>
<owl:Class rdf:ID="LocatorProperty">
<classCreator rdf:resource="#COINSTechnicalManagementGroup"/>
<owl:equivalentClass>
<owl:Class>
<owl:intersectionOf rdf:parseType="Collection">
<owl:Class rdf:about="#ComplexProperty"/>
<owl:Restriction>
<owl:onProperty>
<owl:ObjectProperty rdf:ID="objectValue"/>
</owl:onProperty>
<owl:allValuesFrom>
<owl:Class rdf:about="#Locator"/>
</owl:allValuesFrom>
</owl:Restriction>
</owl:intersectionOf>
</owl:Class>
</owl:equivalentClass>
<classVersionID>v1.0RC10</classVersionID>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty>
<owl:ObjectProperty rdf:about="#objectValue"/>
</owl:onProperty>
<owl:allValuesFrom>
<owl:Class rdf:about="#Locator"/>
</owl:allValuesFrom>
</owl:Restriction>
</rdfs:subClassOf>
<rdfs:label xml:lang="en-GB">LocatorProperty</rdfs:label>
<rdfs:label xml:lang="nl-NL">LocatieKenmerk</rdfs:label>
<rdfs:comment xml:lang="nl-NL">Locatie kenmerk</rdfs:comment>
<isClassAbstract rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean"
>false</isClassAbstract>
<rdfs:comment xml:lang="en-GB">Locator property</rdfs:comment>
<rdfs:subClassOf>
<owl:Class rdf:about="#ComplexProperty"/>
</rdfs:subClassOf>
<isClassExtendable rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean"
>true</isClassExtendable>
</owl:Class>
<owl:Class rdf:ID="Object">
<isClassAbstract rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean"
>false</isClassAbstract>
<classVersionID>v1.0</classVersionID>
<rdfs:comment xml:lang="en-GB">Object</rdfs:comment>
<rdfs:comment xml:lang="nl-NL">Object</rdfs:comment>
<rdfs:subClassOf>
<owl:Class rdf:about="#Entity"/>
</rdfs:subClassOf>
<isClassExtendable rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean"
>true</isClassExtendable>
<classCreationDate rdf:datatype="http://www.w3.org/2001/XMLSchema#dateTime"
>2016-04-04T12:00:00.00</classCreationDate>
<rdfs:subClassOf>
<owl:Class>
<owl:unionOf rdf:parseType="Collection">
<owl:Class rdf:about="#CoinsContainerObject"/>
<owl:Class rdf:ID="CataloguePart"/>
</owl:unionOf>
</owl:Class>
</rdfs:subClassOf>
<rdfs:subClassOf>
<owl:Restriction>
<owl:allValuesFrom rdf:resource="#Object"/>
<owl:onProperty>
<owl:ObjectProperty rdf:about="#nextTrunkVersion"/>
</owl:onProperty>
</owl:Restriction>
</rdfs:subClassOf>
<rdfs:label xml:lang="nl-NL">Object</rdfs:label>
<rdfs:label xml:lang="en-GB">Object</rdfs:label>
<classCreator rdf:resource="#COINSTechnicalManagementGroup"/>
</owl:Class>
<owl:Class rdf:about="#StringProperty">
<rdfs:label xml:lang="nl-NL">String kenmerk</rdfs:label>
<owl:disjointWith>
<owl:Class rdf:about="#NumericProperty"/>
</owl:disjointWith>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty>
<owl:FunctionalProperty rdf:about="#datatypeValue"/>
</owl:onProperty>
<owl:allValuesFrom>
<owl:NamedIndividual rdf:about="http://www.w3.org/2001/XMLSchema#string"/>
</owl:allValuesFrom>
</owl:Restriction>
</rdfs:subClassOf>
<isClassExtendable rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean"
>false</isClassExtendable>
<rdfs:label xml:lang="en-GB">String Property</rdfs:label>
<classCreator rdf:resource="#COINSTechnicalManagementGroup"/>
<owl:equivalentClass>
<owl:Class>
<owl:intersectionOf rdf:parseType="Collection">
<owl:Class rdf:about="#SimpleProperty"/>
<owl:Restriction>
<owl:onProperty>
<owl:FunctionalProperty rdf:about="#datatypeValue"/>
</owl:onProperty>
<owl:allValuesFrom rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
</owl:Restriction>
</owl:intersectionOf>
</owl:Class>
</owl:equivalentClass>
<classCreationDate rdf:datatype="http://www.w3.org/2001/XMLSchema#dateTime"
>2016-04-04T12:00:00.00</classCreationDate>
<owl:disjointWith rdf:resource="#UriProperty"/>
<isClassAbstract rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean"
>false</isClassAbstract>
<rdfs:subClassOf>
<owl:Restriction>
<owl:allValuesFrom rdf:resource="#StringProperty"/>
<owl:onProperty>
<owl:ObjectProperty rdf:about="#nextTrunkVersion"/>
</owl:onProperty>
</owl:Restriction>
</rdfs:subClassOf>
<rdfs:comment xml:lang="en-GB">String Property</rdfs:comment>
<rdfs:comment xml:lang="nl-NL">String kenmerk</rdfs:comment>
<owl:disjointWith>
<owl:Class rdf:about="#BooleanProperty"/>
</owl:disjointWith>
<rdfs:subClassOf rdf:resource="#SimpleProperty"/>
<owl:disjointWith>
<owl:Class rdf:about="#DateTimeProperty"/>
</owl:disjointWith>
<classVersionID>v1.0</classVersionID>
</owl:Class>
<owl:Class rdf:ID="DocumentProperty">
<classCreationDate rdf:datatype="http://www.w3.org/2001/XMLSchema#dateTime"
>2016-04-04T12:00:00.00</classCreationDate>
<rdfs:label xml:lang="nl-NL">heeftDocument</rdfs:label>
<owl:equivalentClass>
<owl:Class>
<owl:intersectionOf rdf:parseType="Collection">
<owl:Class rdf:about="#ComplexProperty"/>
<owl:Restriction>
<owl:onProperty>
<owl:ObjectProperty rdf:about="#objectValue"/>
</owl:onProperty>
<owl:allValuesFrom rdf:resource="#DocumentReference"/>
</owl:Restriction>
</owl:intersectionOf>
</owl:Class>
</owl:equivalentClass>
<classCreator rdf:resource="#COINSTechnicalManagementGroup"/>
<rdfs:label xml:lang="en-GB">HasDocument</rdfs:label>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty>
<owl:ObjectProperty rdf:about="#objectValue"/>
</owl:onProperty>
<owl:allValuesFrom rdf:resource="#DocumentReference"/>
</owl:Restriction>
</rdfs:subClassOf>
<isClassAbstract rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean"
>false</isClassAbstract>
<classVersionID>v1.0</classVersionID>
<rdfs:comment xml:lang="en-GB">HasDocument</rdfs:comment>
<rdfs:subClassOf>
<owl:Class rdf:about="#ComplexProperty"/>
</rdfs:subClassOf>
<isClassExtendable rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean"
>true</isClassExtendable>
<rdfs:comment xml:lang="nl-NL">heeftDocument</rdfs:comment>
</owl:Class>
<owl:Class rdf:about="http://www.w3.org/2000/01/rdf-schema#Resource"/>
<owl:Class rdf:about="#DateTimeProperty">
<rdfs:label xml:lang="nl-NL">DatumTijdKenmerk</rdfs:label>
<rdfs:comment xml:lang="en-GB">DateTimeProperty</rdfs:comment>
<classCreationDate rdf:datatype="http://www.w3.org/2001/XMLSchema#dateTime"
>2016-04-04T12:00:00.00</classCreationDate>
<rdfs:subClassOf>
<owl:Restriction>
<owl:allValuesFrom rdf:resource="#DateTimeProperty"/>
<owl:onProperty>
<owl:ObjectProperty rdf:about="#nextTrunkVersion"/>
</owl:onProperty>
</owl:Restriction>
</rdfs:subClassOf>
<isClassAbstract rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean"
>false</isClassAbstract>
<owl:disjointWith>
<owl:Class rdf:about="#BooleanProperty"/>
</owl:disjointWith>
<owl:disjointWith rdf:resource="#StringProperty"/>
<owl:disjointWith>
<owl:Class rdf:about="#NumericProperty"/>
</owl:disjointWith>
<classVersionID>v1.0</classVersionID>
<owl:equivalentClass>
<owl:Class>
<owl:intersectionOf rdf:parseType="Collection">
<owl:Class rdf:about="#SimpleProperty"/>
<owl:Restriction>
<owl:onProperty>
<owl:FunctionalProperty rdf:about="#datatypeValue"/>
</owl:onProperty>
<owl:allValuesFrom rdf:resource="http://www.w3.org/2001/XMLSchema#dateTime"/>
</owl:Restriction>
</owl:intersectionOf>
</owl:Class>
</owl:equivalentClass>
<rdfs:label xml:lang="en-GB">DateTimeProperty</rdfs:label>
<classCreator rdf:resource="#COINSTechnicalManagementGroup"/>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty>
<owl:FunctionalProperty rdf:about="#datatypeValue"/>
</owl:onProperty>
<owl:allValuesFrom rdf:resource="http://www.w3.org/2001/XMLSchema#dateTime"/>
</owl:Restriction>
</rdfs:subClassOf>
<rdfs:comment xml:lang="nl-NL">DatumTijdKenmerk</rdfs:comment>
<isClassExtendable rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean"
>true</isClassExtendable>
<rdfs:subClassOf rdf:resource="#SimpleProperty"/>
<owl:disjointWith rdf:resource="#UriProperty"/>
</owl:Class>
<owl:Class rdf:ID="VersionObject">
<rdfs:comment xml:lang="nl-NL">VersieObject biedt ondersteuning voor versiemanagement van zijn individuals</rdfs:comment>
<classCreator rdf:resource="#COINSTechnicalManagementGroup"/>
<rdfs:subClassOf rdf:resource="#Concept"/>
<classVersionID>v1.0</classVersionID>
<rdfs:label xml:lang="en-GB">VersionObject</rdfs:label>
<rdfs:comment xml:lang="en-GB">VersionObject enables individuals to specificy their next version.</rdfs:comment>
<isClassExtendable rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean"
>true</isClassExtendable>
<classCreationDate rdf:datatype="http://www.w3.org/2001/XMLSchema#dateTime"
>2016-04-04T12:00:00.00</classCreationDate>
<isClassAbstract rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean"
>false</isClassAbstract>
<rdfs:label xml:lang="nl-NL">VersieObject</rdfs:label>
</owl:Class>
<owl:Class rdf:about="#SecuredExternalDocumentReference">
<rdfs:subClassOf>
<owl:Class>
<owl:intersectionOf rdf:parseType="Collection">
<owl:Class rdf:about="#ExternalDocumentReference"/>
<owl:Class rdf:about="#SecuredDocumentReference"/>
</owl:intersectionOf>
</owl:Class>
</rdfs:subClassOf>
<rdfs:subClassOf>
<owl:Restriction>
<owl:cardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger"
>1</owl:cardinality>
<owl:onProperty>
<owl:ObjectProperty rdf:ID="checksumUri"/>
</owl:onProperty>
</owl:Restriction>
</rdfs:subClassOf>
<classCreator rdf:resource="#COINSTechnicalManagementGroup"/>
<isClassAbstract rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean"
>false</isClassAbstract>
<rdfs:label xml:lang="nl-NL">Extern beveiligd document referentie</rdfs:label>
<rdfs:label xml:lang="en-GB">External secured document reference</rdfs:label>
<rdfs:subClassOf>
<owl:Restriction>
<owl:cardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger"
>1</owl:cardinality>
<owl:onProperty>
<owl:FunctionalProperty rdf:ID="checksumUriAlgorithm"/>
</owl:onProperty>
</owl:Restriction>
</rdfs:subClassOf>
<isClassExtendable rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean"
>true</isClassExtendable>
<rdfs:comment xml:lang="nl-NL">Extern beveiligd document referentie buiten de COINS container</rdfs:comment>
<rdfs:subClassOf rdf:resource="#SecuredDocumentReference"/>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty>
<owl:ObjectProperty rdf:about="#nextTrunkVersion"/>
</owl:onProperty>
<owl:allValuesFrom rdf:resource="#SecuredExternalDocumentReference"/>
</owl:Restriction>
</rdfs:subClassOf>
<rdfs:comment xml:lang="en-GB">Exernal secured document reference residing outside the COINS Container</rdfs:comment>
<classCreationDate rdf:datatype="http://www.w3.org/2001/XMLSchema#dateTime"
>2016-04-04T12:00:00.00</classCreationDate>
<classVersionID>v1.0</classVersionID>
</owl:Class>
<owl:Class rdf:about="#Vector">
<owl:disjointWith rdf:resource="#CartesianLocator"/>
<classCreator rdf:resource="#COINSTechnicalManagementGroup"/>
<classVersionID>v1.0</classVersionID>
<classCreationDate rdf:datatype="http://www.w3.org/2001/XMLSchema#dateTime"
>2016-04-04T12:00:00.00</classCreationDate>
<rdfs:label xml:lang="nl-NL">Vector</rdfs:label>
<rdfs:label xml:lang="en-GB">Vector</rdfs:label>
<rdfs:subClassOf rdf:resource="#ComplexPropertyValue"/>
<rdfs:subClassOf>
<owl:Restriction>
<owl:allValuesFrom rdf:resource="#Vector"/>
<owl:onProperty>
<owl:ObjectProperty rdf:about="#nextTrunkVersion"/>
</owl:onProperty>
</owl:Restriction>
</rdfs:subClassOf>
<owl:disjointWith rdf:resource="#EntityProperty"/>
<isClassAbstract rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean"
>false</isClassAbstract>
<owl:disjointWith rdf:resource="#Party"/>
<rdfs:comment xml:lang="nl-NL">3D Vector</rdfs:comment>
<isClassExtendable rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean"
>true</isClassExtendable>
<rdfs:comment xml:lang="en-GB">3D Vector specifier.</rdfs:comment>
</owl:Class>
<owl:Class rdf:about="#BooleanProperty">
<rdfs:comment xml:lang="en-GB">BooleanProperty</rdfs:comment>
<classCreationDate rdf:datatype="http://www.w3.org/2001/XMLSchema#dateTime"
>2016-04-04T12:00:00.00</classCreationDate>
<rdfs:label xml:lang="nl-NL">Boolean kenmerk</rdfs:label>
<owl:disjointWith>
<owl:Class rdf:about="#NumericProperty"/>
</owl:disjointWith>
<isClassExtendable rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean"
>true</isClassExtendable>
<rdfs:comment xml:lang="nl-NL">Boolean kenmerk</rdfs:comment>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty>
<owl:FunctionalProperty rdf:about="#datatypeValue"/>
</owl:onProperty>
<owl:allValuesFrom>
<owl:NamedIndividual rdf:about="http://www.w3.org/2001/XMLSchema#boolean"/>
</owl:allValuesFrom>
</owl:Restriction>
</rdfs:subClassOf>
<rdfs:subClassOf>
<owl:Restriction>
<owl:allValuesFrom rdf:resource="#BooleanProperty"/>
<owl:onProperty>
<owl:ObjectProperty rdf:about="#nextTrunkVersion"/>
</owl:onProperty>
</owl:Restriction>
</rdfs:subClassOf>
<isClassAbstract rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean"
>false</isClassAbstract>
<owl:disjointWith rdf:resource="#StringProperty"/>
<rdfs:label xml:lang="en-GB">BooleanProperty</rdfs:label>
<owl:disjointWith rdf:resource="#UriProperty"/>
<classVersionID>v1.0</classVersionID>
<owl:equivalentClass>
<owl:Class>
<owl:intersectionOf rdf:parseType="Collection">
<owl:Class rdf:about="#SimpleProperty"/>
<owl:Restriction>
<owl:onProperty>
<owl:FunctionalProperty rdf:about="#datatypeValue"/>
</owl:onProperty>
<owl:allValuesFrom rdf:resource="http://www.w3.org/2001/XMLSchema#boolean"/>
</owl:Restriction>
</owl:intersectionOf>
</owl:Class>
</owl:equivalentClass>
<rdfs:subClassOf rdf:resource="#SimpleProperty"/>