-
Notifications
You must be signed in to change notification settings - Fork 0
/
ontscidoc3d_2.0.owl
1288 lines (1284 loc) · 62.6 KB
/
ontscidoc3d_2.0.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
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"?>
<Ontology xmlns="http://www.w3.org/2002/07/owl#"
xml:base="https://github.com/igorbajena/ontscidoc3d-2"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:xml="http://www.w3.org/XML/1998/namespace"
xmlns:xsd="http://www.w3.org/2001/XMLSchema#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
ontologyIRI="https://github.com/igorbajena/ontscidoc3d-2">
<Prefix name="" IRI="https://github.com/igorbajena/ontscidoc3d-2"/>
<Prefix name="osd" IRI="http://www.ontscidoc3d.hs-mainz.de/ontology/"/>
<Prefix name="owl" IRI="http://www.w3.org/2002/07/owl#"/>
<Prefix name="rdf" IRI="http://www.w3.org/1999/02/22-rdf-syntax-ns#"/>
<Prefix name="xml" IRI="http://www.w3.org/XML/1998/namespace"/>
<Prefix name="xsd" IRI="http://www.w3.org/2001/XMLSchema#"/>
<Prefix name="xsp" IRI="http://www.owl-ontologies.com/2005/08/07/xsp.owl#"/>
<Prefix name="rdfs" IRI="http://www.w3.org/2000/01/rdf-schema#"/>
<Prefix name="skos" IRI="http://www.w3.org/2004/02/skos/core#"/>
<Prefix name="swrl" IRI="http://www.w3.org/2003/11/swrl#"/>
<Prefix name="swrlb" IRI="http://www.w3.org/2003/11/swrlb#"/>
<Prefix name="protege" IRI="http://protege.stanford.edu/plugins/owl/protege#"/>
<Import>http://erlangen-crm.org/211015/</Import>
<Declaration>
<Class IRI="osd_13a_Topic_Assignment"/>
</Declaration>
<Declaration>
<Class IRI="osd_13b_Context_Assignment"/>
</Declaration>
<Declaration>
<Class IRI="osd_13c_Location_Assignment"/>
</Declaration>
<Declaration>
<Class IRI="osd_13d_Role_Assignment"/>
</Declaration>
<Declaration>
<Class IRI="osd_13e_Date_Assignment"/>
</Declaration>
<Declaration>
<Class IRI="osd_13f_Documentation_Assignment"/>
</Declaration>
<Declaration>
<Class IRI="osd_13g_Alternative_Title_Assignment"/>
</Declaration>
<Declaration>
<Class IRI="osd_13h_Right_Status_Assignment"/>
</Declaration>
<Declaration>
<Class IRI="osd_13j_Adressbook_Assignment"/>
</Declaration>
<Declaration>
<Class IRI="osd_22a_Object"/>
</Declaration>
<Declaration>
<Class IRI="osd_24a_Physical_Source"/>
</Declaration>
<Declaration>
<Class IRI="osd_30a_Copy_Right"/>
</Declaration>
<Declaration>
<Class IRI="osd_31a_Annotation"/>
</Declaration>
<Declaration>
<Class IRI="osd_31b_Source"/>
</Declaration>
<Declaration>
<Class IRI="osd_31c_Comment"/>
</Declaration>
<Declaration>
<Class IRI="osd_31d_Note"/>
</Declaration>
<Declaration>
<Class IRI="osd_31e_Article"/>
</Declaration>
<Declaration>
<Class IRI="osd_32a_Authority_Document"/>
</Declaration>
<Declaration>
<Class IRI="osd_35c_Source_Subtitle"/>
</Declaration>
<Declaration>
<Class IRI="osd_35d_Object_Subtitle"/>
</Declaration>
<Declaration>
<Class IRI="osd_35e_Object_Alternative_Title"/>
</Declaration>
<Declaration>
<Class IRI="osd_42a_Authority_Document_Identifier"/>
</Declaration>
<Declaration>
<Class IRI="osd_42b_Type_ID"/>
</Declaration>
<Declaration>
<Class IRI="osd_42c_Actor_ID"/>
</Declaration>
<Declaration>
<Class IRI="osd_42d_Corporate_Body_ID"/>
</Declaration>
<Declaration>
<Class IRI="osd_42e_Place_ID"/>
</Declaration>
<Declaration>
<Class IRI="osd_42f_Inventory_Number"/>
</Declaration>
<Declaration>
<Class IRI="osd_42g_Language_Identifier"/>
</Declaration>
<Declaration>
<Class IRI="osd_47a_Spatial_Coordinates"/>
</Declaration>
<Declaration>
<Class IRI="osd_50a_Verbal_Date"/>
</Declaration>
<Declaration>
<Class IRI="osd_50b_Editorial_Date"/>
</Declaration>
<Declaration>
<Class IRI="osd_51a_Authority_File_Url"/>
</Declaration>
<Declaration>
<Class IRI="osd_51b_Sketchfab_Url"/>
</Declaration>
<Declaration>
<Class IRI="osd_51c_Preview_Image_Url"/>
</Declaration>
<Declaration>
<Class IRI="osd_51d_Image_Url"/>
</Declaration>
<Declaration>
<Class IRI="osd_51e_File_Url"/>
</Declaration>
<Declaration>
<Class IRI="osd_51f_Source_Url"/>
</Declaration>
<Declaration>
<Class IRI="osd_51g_Coroprate_Body_Url"/>
</Declaration>
<Declaration>
<Class IRI="osd_51h_Annotation_URL"/>
</Declaration>
<Declaration>
<Class IRI="osd_52b_Editorial_Timespan"/>
</Declaration>
<Declaration>
<Class IRI="osd_53a_Place"/>
</Declaration>
<Declaration>
<Class IRI="osd_53b_Location"/>
</Declaration>
<Declaration>
<Class IRI="osd_53c_Source_Section"/>
</Declaration>
<Declaration>
<Class IRI="osd_55a_Type"/>
</Declaration>
<Declaration>
<Class IRI="osd_55b_Broader_Type"/>
</Declaration>
<Declaration>
<Class IRI="osd_55c_Research_Activity_Type"/>
</Declaration>
<Declaration>
<Class IRI="osd_55d_Object_Type"/>
</Declaration>
<Declaration>
<Class IRI="osd_55e_Source_Type"/>
</Declaration>
<Declaration>
<Class IRI="osd_55f_Historical_Event_Type"/>
</Declaration>
<Declaration>
<Class IRI="osd_55g_Person_Type"/>
</Declaration>
<Declaration>
<Class IRI="osd_55h_Corporate_Body_Type"/>
</Declaration>
<Declaration>
<Class IRI="osd_55i_3D_Reconstruction_Type"/>
</Declaration>
<Declaration>
<Class IRI="osd_55j_Certainty_Value_Type"/>
</Declaration>
<Declaration>
<Class IRI="osd_55k_Primary_Source_Type"/>
</Declaration>
<Declaration>
<Class IRI="osd_55l_Historical_Actor_Type"/>
</Declaration>
<Declaration>
<Class IRI="osd_55m_Editing_Status"/>
</Declaration>
<Declaration>
<Class IRI="osd_55n_Right_Status"/>
</Declaration>
<Declaration>
<Class IRI="osd_55o_Religion"/>
</Declaration>
<Declaration>
<Class IRI="osd_55p_Technique"/>
</Declaration>
<Declaration>
<Class IRI="osd_55q_Detail_Level_Type"/>
</Declaration>
<Declaration>
<Class IRI="osd_55r_property_type"/>
</Declaration>
<Declaration>
<Class IRI="osd_56a_Language"/>
</Declaration>
<Declaration>
<Class IRI="osd_57a_Material"/>
</Declaration>
<Declaration>
<Class IRI="osd_5a_Historical_Event"/>
</Declaration>
<Declaration>
<Class IRI="osd_73a_3D_Reconstruction"/>
</Declaration>
<Declaration>
<Class IRI="osd_73b_3D_Reconstruction_Version"/>
</Declaration>
<Declaration>
<Class IRI="osd_73c_3D_Reconstruction_Variation"/>
</Declaration>
<Declaration>
<Class IRI="osd_74a_Corporate_Body"/>
</Declaration>
<Declaration>
<Class IRI="osd_7a_Research_Activity"/>
</Declaration>
<Declaration>
<Class IRI="osd_7b_Membership"/>
</Declaration>
<Declaration>
<Class IRI="osd_7c_Documentation"/>
</Declaration>
<Declaration>
<Class IRI="osd_82a_Person_Name"/>
</Declaration>
<Declaration>
<Class IRI="osd_82b_Corporate_Body_Name"/>
</Declaration>
<Declaration>
<Class IRI="osd_82c_Person_Alternative_Name"/>
</Declaration>
<Declaration>
<Class IRI="osd_82d_Corporate_Body_Alternative_Name"/>
</Declaration>
<Declaration>
<Class IRI="osd_84a_Source_Part"/>
</Declaration>
<Declaration>
<Class IRI="osd_89a_Topic"/>
</Declaration>
<Declaration>
<Class IRI="osd_89b_Context"/>
</Declaration>
<Declaration>
<ObjectProperty IRI="P12.1_created"/>
</Declaration>
<Declaration>
<ObjectProperty IRI="P12.1i_was_created_by"/>
</Declaration>
<Declaration>
<ObjectProperty IRI="P130.1_is_similar_to"/>
</Declaration>
<Declaration>
<ObjectProperty IRI="P130.1i_similar_to"/>
</Declaration>
<Declaration>
<ObjectProperty IRI="P130.2_is_equal_to"/>
</Declaration>
<Declaration>
<ObjectProperty IRI="P130.2i_is_equal_to"/>
</Declaration>
<Declaration>
<ObjectProperty IRI="#inverse_of_P12_occurred_in_the_presence_of_1"/>
</Declaration>
<Declaration>
<DataProperty IRI="P82a_has_earliest_start"/>
</Declaration>
<Declaration>
<DataProperty IRI="P82b_has_latest_end"/>
</Declaration>
<SubClassOf>
<Class IRI="osd_13a_Topic_Assignment"/>
<Class IRI="http://erlangen-crm.org/211015/E13_Attribute_Assignment"/>
</SubClassOf>
<SubClassOf>
<Class IRI="osd_13b_Context_Assignment"/>
<Class IRI="http://erlangen-crm.org/211015/E13_Attribute_Assignment"/>
</SubClassOf>
<SubClassOf>
<Class IRI="osd_13c_Location_Assignment"/>
<Class IRI="http://erlangen-crm.org/211015/E13_Attribute_Assignment"/>
</SubClassOf>
<SubClassOf>
<Class IRI="osd_13d_Role_Assignment"/>
<Class IRI="http://erlangen-crm.org/211015/E13_Attribute_Assignment"/>
</SubClassOf>
<SubClassOf>
<Class IRI="osd_13e_Date_Assignment"/>
<Class IRI="http://erlangen-crm.org/211015/E13_Attribute_Assignment"/>
</SubClassOf>
<SubClassOf>
<Class IRI="osd_13f_Documentation_Assignment"/>
<Class IRI="http://erlangen-crm.org/211015/E13_Attribute_Assignment"/>
</SubClassOf>
<SubClassOf>
<Class IRI="osd_13g_Alternative_Title_Assignment"/>
<Class IRI="http://erlangen-crm.org/211015/E13_Attribute_Assignment"/>
</SubClassOf>
<SubClassOf>
<Class IRI="osd_13h_Right_Status_Assignment"/>
<Class IRI="http://erlangen-crm.org/211015/E13_Attribute_Assignment"/>
</SubClassOf>
<SubClassOf>
<Class IRI="osd_13j_Adressbook_Assignment"/>
<Class IRI="http://erlangen-crm.org/211015/E13_Attribute_Assignment"/>
</SubClassOf>
<SubClassOf>
<Class IRI="osd_22a_Object"/>
<Class IRI="http://erlangen-crm.org/211015/E22_Human-Made_Object"/>
</SubClassOf>
<SubClassOf>
<Class IRI="osd_24a_Physical_Source"/>
<Class IRI="http://erlangen-crm.org/211015/E24_Physical_Human-Made_Thing"/>
</SubClassOf>
<SubClassOf>
<Class IRI="osd_30a_Copy_Right"/>
<Class IRI="http://erlangen-crm.org/211015/E30_Right"/>
</SubClassOf>
<SubClassOf>
<Class IRI="osd_31a_Annotation"/>
<Class IRI="http://erlangen-crm.org/211015/E31_Document"/>
</SubClassOf>
<SubClassOf>
<Class IRI="osd_31b_Source"/>
<Class IRI="http://erlangen-crm.org/211015/E31_Document"/>
</SubClassOf>
<SubClassOf>
<Class IRI="osd_31c_Comment"/>
<Class IRI="http://erlangen-crm.org/211015/E31_Document"/>
</SubClassOf>
<SubClassOf>
<Class IRI="osd_31d_Note"/>
<Class IRI="http://erlangen-crm.org/211015/E31_Document"/>
</SubClassOf>
<SubClassOf>
<Class IRI="osd_31e_Article"/>
<Class IRI="http://erlangen-crm.org/211015/E31_Document"/>
</SubClassOf>
<SubClassOf>
<Class IRI="osd_32a_Authority_Document"/>
<Class IRI="http://erlangen-crm.org/211015/E32_Authority_Document"/>
</SubClassOf>
<SubClassOf>
<Class IRI="osd_35c_Source_Subtitle"/>
<Class IRI="http://erlangen-crm.org/211015/E35_Title"/>
</SubClassOf>
<SubClassOf>
<Class IRI="osd_35d_Object_Subtitle"/>
<Class IRI="http://erlangen-crm.org/211015/E35_Title"/>
</SubClassOf>
<SubClassOf>
<Class IRI="osd_35e_Object_Alternative_Title"/>
<Class IRI="http://erlangen-crm.org/211015/E35_Title"/>
</SubClassOf>
<SubClassOf>
<Class IRI="osd_42a_Authority_Document_Identifier"/>
<Class IRI="http://erlangen-crm.org/211015/E42_Identifier"/>
</SubClassOf>
<SubClassOf>
<Class IRI="osd_42b_Type_ID"/>
<Class IRI="http://erlangen-crm.org/211015/E42_Identifier"/>
</SubClassOf>
<SubClassOf>
<Class IRI="osd_42c_Actor_ID"/>
<Class IRI="http://erlangen-crm.org/211015/E42_Identifier"/>
</SubClassOf>
<SubClassOf>
<Class IRI="osd_42d_Corporate_Body_ID"/>
<Class IRI="http://erlangen-crm.org/211015/E42_Identifier"/>
</SubClassOf>
<SubClassOf>
<Class IRI="osd_42e_Place_ID"/>
<Class IRI="http://erlangen-crm.org/211015/E42_Identifier"/>
</SubClassOf>
<SubClassOf>
<Class IRI="osd_42f_Inventory_Number"/>
<Class IRI="http://erlangen-crm.org/211015/E42_Identifier"/>
</SubClassOf>
<SubClassOf>
<Class IRI="osd_42g_Language_Identifier"/>
<Class IRI="http://erlangen-crm.org/211015/E42_Identifier"/>
</SubClassOf>
<SubClassOf>
<Class IRI="osd_47a_Spatial_Coordinates"/>
<Class IRI="http://erlangen-crm.org/211015/E94_Space_Primitive"/>
</SubClassOf>
<SubClassOf>
<Class IRI="osd_50a_Verbal_Date"/>
<Class IRI="http://erlangen-crm.org/211015/E41_Appellation"/>
</SubClassOf>
<SubClassOf>
<Class IRI="osd_50b_Editorial_Date"/>
<Class IRI="http://erlangen-crm.org/211015/E41_Appellation"/>
</SubClassOf>
<SubClassOf>
<Class IRI="osd_51a_Authority_File_Url"/>
<Class IRI="http://erlangen-crm.org/211015/E41_Appellation"/>
</SubClassOf>
<SubClassOf>
<Class IRI="osd_51b_Sketchfab_Url"/>
<Class IRI="http://erlangen-crm.org/211015/E41_Appellation"/>
</SubClassOf>
<SubClassOf>
<Class IRI="osd_51c_Preview_Image_Url"/>
<Class IRI="http://erlangen-crm.org/211015/E41_Appellation"/>
</SubClassOf>
<SubClassOf>
<Class IRI="osd_51d_Image_Url"/>
<Class IRI="http://erlangen-crm.org/211015/E41_Appellation"/>
</SubClassOf>
<SubClassOf>
<Class IRI="osd_51e_File_Url"/>
<Class IRI="http://erlangen-crm.org/211015/E41_Appellation"/>
</SubClassOf>
<SubClassOf>
<Class IRI="osd_51f_Source_Url"/>
<Class IRI="http://erlangen-crm.org/211015/E41_Appellation"/>
</SubClassOf>
<SubClassOf>
<Class IRI="osd_51g_Coroprate_Body_Url"/>
<Class IRI="http://erlangen-crm.org/211015/E41_Appellation"/>
</SubClassOf>
<SubClassOf>
<Class IRI="osd_51h_Annotation_URL"/>
<Class IRI="http://erlangen-crm.org/211015/E41_Appellation"/>
</SubClassOf>
<SubClassOf>
<Class IRI="osd_52b_Editorial_Timespan"/>
<Class IRI="http://erlangen-crm.org/211015/E52_Time-Span"/>
</SubClassOf>
<SubClassOf>
<Class IRI="osd_53a_Place"/>
<Class IRI="http://erlangen-crm.org/211015/E53_Place"/>
</SubClassOf>
<SubClassOf>
<Class IRI="osd_53b_Location"/>
<Class IRI="http://erlangen-crm.org/211015/E53_Place"/>
</SubClassOf>
<SubClassOf>
<Class IRI="osd_53c_Source_Section"/>
<Class IRI="http://erlangen-crm.org/211015/E53_Place"/>
</SubClassOf>
<SubClassOf>
<Class IRI="osd_55a_Type"/>
<Class IRI="http://erlangen-crm.org/211015/E55_Type"/>
</SubClassOf>
<SubClassOf>
<Class IRI="osd_55b_Broader_Type"/>
<Class IRI="http://erlangen-crm.org/211015/E55_Type"/>
</SubClassOf>
<SubClassOf>
<Class IRI="osd_55c_Research_Activity_Type"/>
<Class IRI="http://erlangen-crm.org/211015/E55_Type"/>
</SubClassOf>
<SubClassOf>
<Class IRI="osd_55d_Object_Type"/>
<Class IRI="http://erlangen-crm.org/211015/E55_Type"/>
</SubClassOf>
<SubClassOf>
<Class IRI="osd_55e_Source_Type"/>
<Class IRI="http://erlangen-crm.org/211015/E55_Type"/>
</SubClassOf>
<SubClassOf>
<Class IRI="osd_55f_Historical_Event_Type"/>
<Class IRI="http://erlangen-crm.org/211015/E55_Type"/>
</SubClassOf>
<SubClassOf>
<Class IRI="osd_55g_Person_Type"/>
<Class IRI="http://erlangen-crm.org/211015/E55_Type"/>
</SubClassOf>
<SubClassOf>
<Class IRI="osd_55h_Corporate_Body_Type"/>
<Class IRI="http://erlangen-crm.org/211015/E55_Type"/>
</SubClassOf>
<SubClassOf>
<Class IRI="osd_55i_3D_Reconstruction_Type"/>
<Class IRI="http://erlangen-crm.org/211015/E55_Type"/>
</SubClassOf>
<SubClassOf>
<Class IRI="osd_55j_Certainty_Value_Type"/>
<Class IRI="http://erlangen-crm.org/211015/E55_Type"/>
</SubClassOf>
<SubClassOf>
<Class IRI="osd_55k_Primary_Source_Type"/>
<Class IRI="http://erlangen-crm.org/211015/E55_Type"/>
</SubClassOf>
<SubClassOf>
<Class IRI="osd_55l_Historical_Actor_Type"/>
<Class IRI="http://erlangen-crm.org/211015/E55_Type"/>
</SubClassOf>
<SubClassOf>
<Class IRI="osd_55m_Editing_Status"/>
<Class IRI="http://erlangen-crm.org/211015/E55_Type"/>
</SubClassOf>
<SubClassOf>
<Class IRI="osd_55n_Right_Status"/>
<Class IRI="http://erlangen-crm.org/211015/E55_Type"/>
</SubClassOf>
<SubClassOf>
<Class IRI="osd_55o_Religion"/>
<Class IRI="http://erlangen-crm.org/211015/E55_Type"/>
</SubClassOf>
<SubClassOf>
<Class IRI="osd_55p_Technique"/>
<Class IRI="http://erlangen-crm.org/211015/E55_Type"/>
</SubClassOf>
<SubClassOf>
<Class IRI="osd_55q_Detail_Level_Type"/>
<Class IRI="http://erlangen-crm.org/211015/E55_Type"/>
</SubClassOf>
<SubClassOf>
<Class IRI="osd_55r_property_type"/>
<Class IRI="http://erlangen-crm.org/211015/E55_Type"/>
</SubClassOf>
<SubClassOf>
<Class IRI="osd_56a_Language"/>
<Class IRI="http://erlangen-crm.org/211015/E56_Language"/>
</SubClassOf>
<SubClassOf>
<Class IRI="osd_57a_Material"/>
<Class IRI="http://erlangen-crm.org/211015/E57_Material"/>
</SubClassOf>
<SubClassOf>
<Class IRI="osd_5a_Historical_Event"/>
<Class IRI="http://erlangen-crm.org/211015/E5_Event"/>
</SubClassOf>
<SubClassOf>
<Class IRI="osd_73a_3D_Reconstruction"/>
<Class IRI="http://erlangen-crm.org/211015/E73_Information_Object"/>
</SubClassOf>
<SubClassOf>
<Class IRI="osd_73b_3D_Reconstruction_Version"/>
<Class IRI="http://erlangen-crm.org/211015/E73_Information_Object"/>
</SubClassOf>
<SubClassOf>
<Class IRI="osd_73c_3D_Reconstruction_Variation"/>
<Class IRI="http://erlangen-crm.org/211015/E73_Information_Object"/>
</SubClassOf>
<SubClassOf>
<Class IRI="osd_74a_Corporate_Body"/>
<Class IRI="http://erlangen-crm.org/211015/E74_Group"/>
</SubClassOf>
<SubClassOf>
<Class IRI="osd_7a_Research_Activity"/>
<Class IRI="http://erlangen-crm.org/211015/E7_Activity"/>
</SubClassOf>
<SubClassOf>
<Class IRI="osd_7b_Membership"/>
<Class IRI="http://erlangen-crm.org/211015/E7_Activity"/>
</SubClassOf>
<SubClassOf>
<Class IRI="osd_7c_Documentation"/>
<Class IRI="http://erlangen-crm.org/211015/E7_Activity"/>
</SubClassOf>
<SubClassOf>
<Class IRI="osd_82a_Person_Name"/>
<Class IRI="http://erlangen-crm.org/211015/E41_Appellation"/>
</SubClassOf>
<SubClassOf>
<Class IRI="osd_82b_Corporate_Body_Name"/>
<Class IRI="http://erlangen-crm.org/211015/E41_Appellation"/>
</SubClassOf>
<SubClassOf>
<Class IRI="osd_82c_Person_Alternative_Name"/>
<Class IRI="http://erlangen-crm.org/211015/E41_Appellation"/>
</SubClassOf>
<SubClassOf>
<Class IRI="osd_82d_Corporate_Body_Alternative_Name"/>
<Class IRI="http://erlangen-crm.org/211015/E41_Appellation"/>
</SubClassOf>
<SubClassOf>
<Class IRI="osd_84a_Source_Part"/>
<Class IRI="http://erlangen-crm.org/211015/E22_Human-Made_Object"/>
</SubClassOf>
<SubClassOf>
<Class IRI="osd_89a_Topic"/>
<Class IRI="http://erlangen-crm.org/211015/E89_Propositional_Object"/>
</SubClassOf>
<SubClassOf>
<Class IRI="osd_89b_Context"/>
<Class IRI="http://erlangen-crm.org/211015/E89_Propositional_Object"/>
</SubClassOf>
<SubObjectPropertyOf>
<ObjectProperty IRI="http://erlangen-crm.org/211015/P11_had_participant"/>
<ObjectProperty IRI="P12.1_created"/>
</SubObjectPropertyOf>
<SubObjectPropertyOf>
<ObjectProperty IRI="P12.1_created"/>
<ObjectProperty IRI="http://erlangen-crm.org/211015/P12_occurred_in_the_presence_of"/>
</SubObjectPropertyOf>
<SubObjectPropertyOf>
<ObjectProperty IRI="P12.1i_was_created_by"/>
<ObjectProperty IRI="http://erlangen-crm.org/211015/P12i_was_present_at"/>
</SubObjectPropertyOf>
<SubObjectPropertyOf>
<ObjectProperty IRI="P130.1_is_similar_to"/>
<ObjectProperty IRI="http://erlangen-crm.org/211015/P130_shows_features_of"/>
</SubObjectPropertyOf>
<SubObjectPropertyOf>
<ObjectProperty IRI="P130.1i_similar_to"/>
<ObjectProperty IRI="http://erlangen-crm.org/211015/P130i_features_are_also_found_on"/>
</SubObjectPropertyOf>
<SubObjectPropertyOf>
<ObjectProperty IRI="P130.2_is_equal_to"/>
<ObjectProperty IRI="http://erlangen-crm.org/211015/P130_shows_features_of"/>
</SubObjectPropertyOf>
<SubObjectPropertyOf>
<ObjectProperty IRI="P130.2i_is_equal_to"/>
<ObjectProperty IRI="http://erlangen-crm.org/211015/P130i_features_are_also_found_on"/>
</SubObjectPropertyOf>
<SubObjectPropertyOf>
<ObjectProperty IRI="#inverse_of_P12_occurred_in_the_presence_of_1"/>
<ObjectProperty IRI="http://erlangen-crm.org/211015/P12i_was_present_at"/>
</SubObjectPropertyOf>
<InverseObjectProperties>
<ObjectProperty IRI="P12.1_created"/>
<ObjectProperty IRI="P12.1i_was_created_by"/>
</InverseObjectProperties>
<InverseObjectProperties>
<ObjectProperty IRI="P130.1_is_similar_to"/>
<ObjectProperty IRI="P130.1i_similar_to"/>
</InverseObjectProperties>
<InverseObjectProperties>
<ObjectProperty IRI="P130.2_is_equal_to"/>
<ObjectProperty IRI="P130.2i_is_equal_to"/>
</InverseObjectProperties>
<SubDataPropertyOf>
<DataProperty IRI="P82a_has_earliest_start"/>
<DataProperty IRI="http://erlangen-crm.org/211015/P82_at_some_time_within"/>
</SubDataPropertyOf>
<SubDataPropertyOf>
<DataProperty IRI="P82b_has_latest_end"/>
<DataProperty IRI="http://erlangen-crm.org/211015/P82_at_some_time_within"/>
</SubDataPropertyOf>
<AnnotationAssertion>
<AnnotationProperty abbreviatedIRI="rdfs:comment"/>
<IRI>http://erlangen-crm.org/211015/E12_Production</IRI>
<Literal xml:lang="en">Scope note: This class comprises activities that are designed to, and
succeed in, creating one or more new items. It specializes the notion of
modification into production. The decision as to whether or not an object
is regarded as new is context sensitive. Normally, items are considered
&quot;new&quot; if there is no obvious overall similarity between them and the
consumed items and material used in their production. In other cases, an
item is considered &quot;new&quot; because it becomes relevant to documentation by a
modification. For example, the scribbling of a name on a potsherd may make
it a voting token. The original potsherd may not be worth documenting, in
contrast to the inscribed one. This entity can be collective: the printing
of a thousand books, for example, would normally be considered a single
event. An event should also be documented using E81 Transformation if it
results in the destruction of one or more objects and the simultaneous
production of others using parts or material from the originals. In this
case, the new items have separate identities and matter is preserved, but
identity is not. Examples: - the construction of the SS Great Britain -
the first casting of the Little Mermaid from the harbour of Copenhagen -
Rembrandt's creating of the seventh state of his etching &quot;Woman sitting
half dressed beside a stove&quot;, 1658, identified by Bartsch Number 197
(E12,E65,E81) In First Order Logic: E12(x) &#8835; E11(x) E12(x) &#8835; E63(x)</Literal>
</AnnotationAssertion>
<AnnotationAssertion>
<AnnotationProperty abbreviatedIRI="rdfs:comment"/>
<IRI>http://erlangen-crm.org/211015/E13_Attribute_Assignment</IRI>
<Literal xml:lang="en">Scope note: This class comprises the actions of making assertions about
properties of an object or any relation between two items or concepts.
This class allows the documentation of how the respective assignment came
about, and whose opinion it was. All the attributes or properties assigned
in such an action can also be seen as directly attached to the respective
item or concept, possibly as a collection of contradictory values. All
cases of properties in this model that are also described indirectly
through an action are characterised as &quot;short cuts&quot; of this action. This
redundant modelling of two alternative views is preferred because many
implementations may have good reasons to model either the action or the
short cut, and the relation between both alternatives can be captured by
simple rules. In particular, the class describes the actions of people
making propositions and statements during certain museum procedures, e.g.
the person and date when a condition statement was made, an identifier was
assigned, the museum object was measured, etc. Which kinds of such
assignments and statements need to be documented explicitly in structures
of a schema rather than free text, depends on if this information should
be accessible by structured queries. Examples: - the assessment of the
current ownership of Martin Doerr's silver cup in February 1997 In First
Order Logic: E13(x) &#8835; E7(x)</Literal>
</AnnotationAssertion>
<AnnotationAssertion>
<AnnotationProperty abbreviatedIRI="rdfs:comment"/>
<IRI>http://erlangen-crm.org/211015/E30_Right</IRI>
<Literal xml:lang="en">Scope note: This class comprises legal privileges concerning material and
immaterial things or their derivatives. These include reproduction and
property rights. Examples: - Copyright held by ISO on ISO/CD 21127 -
ownership of the &quot;Mona Lisa&quot; by the Louvre In First Order Logic: E30(x) &#8835;
E89(x</Literal>
</AnnotationAssertion>
<AnnotationAssertion>
<AnnotationProperty abbreviatedIRI="rdfs:comment"/>
<IRI>http://erlangen-crm.org/211015/E42_Identifier</IRI>
<Literal xml:lang="en">Scope note: This class comprises strings or codes assigned to instances of
E1 CRM Entity in order to identify them uniquely and permanently within
the context of one or more organisations. Such codes are often known as
inventory numbers, registration codes, etc. and are typically composed of
alphanumeric sequences. The class E42 Identifier is not normally used for
machine-generated identifiers used for automated processing unless these
are also used by human agents. Examples: - &quot;MM.GE.195&quot; - &quot;13.45.1976&quot; -
&quot;OXCMS: 1997.4.1&quot; - ISSN &quot;0041-5278&quot; - ISRC &quot;FIFIN8900116&quot; - Shelf mark
&quot;Res 8 P 10&quot; - &quot;Guillaume de Machaut (1300?-1377)&quot; [a controlled personal
name heading that follows the French rules] In First Order Logic: E42(x) &#8835;
E41(x)</Literal>
</AnnotationAssertion>
<AnnotationAssertion>
<AnnotationProperty abbreviatedIRI="rdfs:comment"/>
<IRI>http://erlangen-crm.org/211015/E46_Section_Definition</IRI>
<Literal xml:lang="en">Scope note: This class comprises areas of objects referred to in terms
specific to the general geometry or structure of its kind. The 'prow' of
the boat, the 'frame' of the picture, the 'front' of the building are all
instances of E46 Section Definition. The class highlights the fact that
parts of objects can be treated as locations. This holds in particular for
features without natural boundaries, such as the &quot;head&quot; of a marble statue
made out of one block (cf. E53 Place). In answer to the question 'where is
the signature?' one might reply 'on the lower left corner'. (Section
Definition is closely related to the term &quot;segment&quot; in Gerstl, P.&amp;
Pribbenow, S, 1996 &quot; A conceptual theory of part &#8211; whole relations and its
applications&quot;, Data &amp; Knowledge Engineering 20 305-322, North Holland-
Elsevier). Examples: - &quot;the entrance lobby to the Ripley Center&quot; - &quot;the
poop deck of H.M.S Victory&quot; - &quot;the Venus de Milo's left buttock&quot; - &quot;left
inner side of my box&quot; In First Order Logic: E46(x) &#8835; E44(x)</Literal>
</AnnotationAssertion>
<AnnotationAssertion>
<AnnotationProperty abbreviatedIRI="rdfs:comment"/>
<IRI>http://erlangen-crm.org/211015/E57_Material</IRI>
<Literal xml:lang="en">Scope note: This class is a specialization of E55 Type and comprises the
concepts of materials. Instances of E57 Material may denote properties of
matter before its use, during its use, and as incorporated in an object,
such as ultramarine powder, tempera paste, reinforced concrete. Discrete
pieces of raw-materials kept in museums, such as bricks, sheets of fabric,
pieces of metal, should be modelled individually in the same way as other
objects. Discrete used or processed pieces, such as the stones from Nefer
Titi's temple, should be modelled as parts (cf. P46 is composed of). This
type is used categorically in the model without reference to instances of
it, i.e. the Model does not foresee the description of instances of
instances of E57 Material, e.g.: &quot;instances of gold&quot;. It is recommended
that internationally or nationally agreed codes and terminology are used.
Examples: - brick - gold - aluminium - polycarbonate - resin In First
Order Logic: E57(x) &#8835; E55(x)</Literal>
</AnnotationAssertion>
<AnnotationAssertion>
<AnnotationProperty abbreviatedIRI="rdfs:comment"/>
<IRI>http://erlangen-crm.org/211015/E67_Birth</IRI>
<Literal xml:lang="en">Scope note: This class comprises the births of human beings. E67 Birth is
a biological event focussing on the context of people coming into life.
(E63 Beginning of Existence comprises the coming into life of any living
beings). Twins, triplets etc. are brought into life by the same E67 Birth
event. The introduction of the E67 Birth event as a documentation element
allows the description of a range of family relationships in a simple
model. Suitable extensions may describe more details and the complexity of
motherhood with the intervention of modern medicine. In this model, the
biological father is not seen as a necessary participant in the E67 Birth
event. Examples: - the birth of Alexander the Great In First Order Logic:
E67(x) &#8835; E63(x)</Literal>
</AnnotationAssertion>
<AnnotationAssertion>
<AnnotationProperty abbreviatedIRI="rdfs:comment"/>
<IRI>http://erlangen-crm.org/211015/E69_Death</IRI>
<Literal xml:lang="en">Scope note: This class comprises the deaths of human beings. If a person
is killed, their death should be instantiated as E69 Death and as E7
Activity. The death or perishing of other living beings should be
documented using E64 End of Existence. Examples: - the murder of Julius
Caesar (E69,E7) - the death of Senator Paul Wellstone In First Order
Logic: E69(x) &#8835; E64(x)</Literal>
</AnnotationAssertion>
<AnnotationAssertion>
<AnnotationProperty abbreviatedIRI="rdfs:comment"/>
<IRI>http://erlangen-crm.org/211015/E73_Information_Object</IRI>
<Literal xml:lang="en">Scope note: This class comprises identifiable immaterial items, such as a
poems, jokes, data sets, images, texts, multimedia objects, procedural
prescriptions, computer program code, algorithm or mathematical formulae,
that have an objectively recognizable structure and are documented as
single units. The encoding structure known as a &quot;named graph&quot; also falls
under this class, so that each &quot;named graph&quot; is an instance of an E73
Information Object. An E73 Information Object does not depend on a
specific physical carrier, which can include human memory, and it can
exist on one or more carriers simultaneously. Instances of E73 Information
Object of a linguistic nature should be declared as instances of the E33
Linguistic Object subclass. Instances of E73 Information Object of a
documentary nature should be declared as instances of the E31 Document
subclass. Conceptual items such as types and classes are not instances of
E73 Information Object, nor are ideas without a reproducible expression.
Examples: - image BM000038850.JPG from the Clayton Herbarium in London -
E. A. Poe's &quot;The Raven&quot; - the movie &quot;The Seven Samurai&quot; by Akira Kurosawa
- the Maxwell Equations - The Getty AAT as published as Linked Open Data,
accessed 1/10/2014 In First Order Logic: E73(x) &#8835; E89(x) E73(x) &#8835; E90(x)</Literal>
</AnnotationAssertion>
<AnnotationAssertion>
<AnnotationProperty abbreviatedIRI="rdfs:comment"/>
<IRI>http://erlangen-crm.org/211015/E74_Group</IRI>
<Literal xml:lang="en">Scope note: This class comprises any gatherings or organizations of E39
Actors that act collectively or in a similar way due to any form of
unifying relationship. In the wider sense this class also comprises
official positions which used to be regarded in certain contexts as one
actor, independent of the current holder of the office, such as the
president of a country. In such cases, it may happen that the Group never
had more than one member. A joint pseudonym (i.e., a name that seems
indicative of an individual but that is actually used as a persona by two
or more people) is a particular case of E74 Group.. A gathering of people
becomes an E74 Group when it exhibits organizational characteristics
usually typified by a set of ideas or beliefs held in common, or actions
performed together. These might be communication, creating some common
artifact, a common purpose such as study, worship, business, sports, etc.
Nationality can be modelled as membership in an E74 Group (cf. HumanML
markup). Married couples and other concepts of family are regarded as
particular examples of E74 Group. Examples: - the impressionists - the
Navajo - the Greeks - the peace protestors in New York City on February 15
2003 - Exxon-Mobil - King Solomon and his wives - the President of the
Swiss Confederation - Nicolas Bourbaki - Betty Crocker - Ellery Queen In
First Order Logic: E74(x) &#8835; E39(x)</Literal>
</AnnotationAssertion>
<AnnotationAssertion>
<AnnotationProperty abbreviatedIRI="rdfs:comment"/>
<IRI>http://erlangen-crm.org/211015/E89_Propositional_Object</IRI>
<Literal xml:lang="en">Scope note: This class comprises immaterial items, including but not
limited to stories, plots, procedural prescriptions, algorithms, laws of
physics or images that are, or represent in some sense, sets of
propositions about real or imaginary things and that are documented as
single units or serve as topic of discourse. This class also comprises
items that are &quot;about&quot; something in the sense of a subject. In the wider
sense, this class includes expressions of psychological value such as
non-figural art and musical themes. However, conceptual items such as
types and classes are not instances of E89 Propositional Object. This
should not be confused with the definition of a type, which is indeed an
instance of E89 Propositional Object. Examples: - Maxwell's Equations -
The ideational contents of Aristotle's book entitled 'Metaphysics' as
rendered in the Greek texts translated in &#8230; Oxford edition&#8230; - The
underlying prototype of any &quot;no-smoking&quot; sign (E36) - The common ideas of
the plots of the movie &quot;The Seven Samurai&quot; by Akira Kurosawa and the movie
&quot;The Magnificent Seven&quot; by John Sturges - The image content of the photo
of the Allied Leaders at Yalta published by UPI, 1945 (E38) In First Order
Logic: E89(x) &#8835; E28(x)</Literal>
</AnnotationAssertion>
<AnnotationAssertion>
<AnnotationProperty abbreviatedIRI="rdfs:comment"/>
<IRI>P12.1_created</IRI>
<Literal>This property documents the creation of a 3D model in a specific research activity.</Literal>
</AnnotationAssertion>
<AnnotationAssertion>
<AnnotationProperty abbreviatedIRI="rdfs:comment"/>
<IRI>P12.1i_was_created_by</IRI>
<Literal><p style="margin-top: 0">
Inverse of P12.1 created
</p></Literal>
</AnnotationAssertion>
<AnnotationAssertion>
<AnnotationProperty abbreviatedIRI="rdfs:comment"/>
<IRI>P130.1_is_similar_to</IRI>
<Literal>This property documents Objects that are similar to one another. They have to be very close in style, form, parts etc.</Literal>
</AnnotationAssertion>
<AnnotationAssertion>
<AnnotationProperty abbreviatedIRI="rdfs:comment"/>
<IRI>P130.2_is_equal_to</IRI>
<Literal>This property documents Objects that are equal to one another. They have to be the same in style, form, parts etc.</Literal>
</AnnotationAssertion>
<AnnotationAssertion>
<AnnotationProperty abbreviatedIRI="rdfs:comment"/>
<IRI>osd_13a_Topic_Assignment</IRI>
<Literal>This class comprises the actions of making assertions about properties of osd_89a_Topic.</Literal>
</AnnotationAssertion>
<AnnotationAssertion>
<AnnotationProperty abbreviatedIRI="rdfs:comment"/>
<IRI>osd_13b_Context_Assignment</IRI>
<Literal>This class comprises actions of making assertions about properties of osd_89b_Context.</Literal>
</AnnotationAssertion>
<AnnotationAssertion>
<AnnotationProperty abbreviatedIRI="rdfs:comment"/>
<IRI>osd_13c_Location_Assignment</IRI>
<Literal>This class comprises actions of making attributions of locations to an osd_22a_object, i.e. addresses and spatial coordinates.</Literal>
</AnnotationAssertion>
<AnnotationAssertion>
<AnnotationProperty abbreviatedIRI="rdfs:comment"/>
<IRI>osd_13d_Role_Assignment</IRI>
<Literal>This class comprises actions of making attributions of a certain role to instances of osd_21a_Person within a production or modification event.</Literal>
</AnnotationAssertion>
<AnnotationAssertion>
<AnnotationProperty abbreviatedIRI="rdfs:comment"/>
<IRI>osd_13e_Date_Assignment</IRI>
<Literal>This class comprises the actions of making assertions about properties of osd_52a_Timespan.</Literal>
</AnnotationAssertion>
<AnnotationAssertion>
<AnnotationProperty abbreviatedIRI="rdfs:comment"/>
<IRI>osd_13f_Documentation_Assignment</IRI>
<Literal>This class comprises the actions of making assertions about properties of osd_7c_Documentation.</Literal>
</AnnotationAssertion>
<AnnotationAssertion>
<AnnotationProperty abbreviatedIRI="rdfs:comment"/>
<IRI>osd_13g_Alternative_Title_Assignment</IRI>
<Literal>This class comprises the actions of making assertions about properties of all alternative titles or names, i.e. osd_35e_Object_Alternative_Title.</Literal>
</AnnotationAssertion>
<AnnotationAssertion>
<AnnotationProperty abbreviatedIRI="rdfs:comment"/>
<IRI>osd_13h_Right_Status_Assignment</IRI>
<Literal>This class comprises the actions of making attributions of status of rights to a source or 3D Model.</Literal>
</AnnotationAssertion>
<AnnotationAssertion>
<AnnotationProperty abbreviatedIRI="rdfs:comment"/>
<IRI>osd_13j_Adressbook_Assignment</IRI>
<Literal>Assignes to instances of osd 21a Person information taken from address books of the 19th and early 20th century such as time span of residence and occupation.</Literal>
</AnnotationAssertion>
<AnnotationAssertion>
<AnnotationProperty abbreviatedIRI="rdfs:comment"/>
<IRI>osd_22a_Object</IRI>
<Literal>This class comprises objects which were physically built but also objects that of whom i is not clear if they are really existed. The underlying assumption is that an object has sufficient backing sources, otherwise it would not be chosen for reconstruction. This class comprises also objects (also no longer existing objects), which are used for reconstruction, i.e. a chair on a photo, when the chair is reconstructed. The photo is therefore not an instance of this class.
Examples:
• New Synagogue of Breslau
• Choir of a church
• Clock
• Painting</Literal>
</AnnotationAssertion>
<AnnotationAssertion>
<AnnotationProperty abbreviatedIRI="rdfs:comment"/>
<IRI>osd_24a_Physical_Source</IRI>
<Literal>This class comprises instances of the actual physical or material osd_31b_Source that can have a keeper. Instances of osd_31b_Source are by definition an immaterial item and therefore could not have a keeper.</Literal>
</AnnotationAssertion>
<AnnotationAssertion>
<AnnotationProperty abbreviatedIRI="rdfs:comment"/>
<IRI>osd_30a_Copy_Right</IRI>
<Literal>This class comprises legal privileges concerning material and immaterial things or their derivatives. These include copy rights of a osd_31a_Source or osd_73a_3D_Reconstruction.</Literal>
</AnnotationAssertion>
<AnnotationAssertion>
<AnnotationProperty abbreviatedIRI="rdfs:comment"/>
<IRI>osd_31a_Annotation</IRI>
<Literal>This class comprises descriptive information made by a member of the project in the process of reconstruction or research, hence annotation.</Literal>
</AnnotationAssertion>
<AnnotationAssertion>
<AnnotationProperty abbreviatedIRI="rdfs:comment"/>
<IRI>osd_31b_Source</IRI>
<Literal>This class comprises sources that were consulted during the process of creation of a 3D reconstruction. Documents are immaterial items, such as texts, drawings, images. They can also be created in a osd_7a_Research_Activity.</Literal>
</AnnotationAssertion>
<AnnotationAssertion>
<AnnotationProperty abbreviatedIRI="rdfs:comment"/>
<IRI>osd_31c_Comment</IRI>
<Literal>This class comprises descriptive information made by a member of the project based on archival research.</Literal>
</AnnotationAssertion>
<AnnotationAssertion>
<AnnotationProperty abbreviatedIRI="rdfs:comment"/>
<IRI>osd_31d_Note</IRI>
<Literal>This class comprises explanatory notes on production dates of instances of osd_31b_Source and osd_22a_Object, as well as on historical titles (instances of osd_35e_Object_Alternative_Title).</Literal>
</AnnotationAssertion>
<AnnotationAssertion>
<AnnotationProperty abbreviatedIRI="rdfs:comment"/>
<IRI>osd_31e_Article</IRI>
<Literal>This class comprises descriptive information concerning the sociocultural context.</Literal>
</AnnotationAssertion>
<AnnotationAssertion>
<AnnotationProperty abbreviatedIRI="rdfs:comment"/>
<IRI>osd_32a_Authority_Document</IRI>
<Literal>This class comprises authority lists and other documents that define terminology or conceptual systems for consistent use.
Examples:
Getty AAT
GND
Geonames</Literal>
</AnnotationAssertion>
<AnnotationAssertion>
<AnnotationProperty abbreviatedIRI="rdfs:comment"/>
<IRI>osd_35c_Source_Subtitle</IRI>
<Literal>This class comprises the altenative titles assigned to osd_31b_Source, i.e. nomenclature.</Literal>
</AnnotationAssertion>
<AnnotationAssertion>
<AnnotationProperty abbreviatedIRI="rdfs:comment"/>
<IRI>osd_35d_Object_Subtitle</IRI>
<Literal>This class comprises the altenative titles assigned to osd_22a_Object, i.e. especially for title parts which include the socalled nomenclature.</Literal>
</AnnotationAssertion>
<AnnotationAssertion>
<AnnotationProperty abbreviatedIRI="rdfs:comment"/>
<IRI>osd_35e_Object_Alternative_Title</IRI>
<Literal>This class comprises the altenative titles assigned to osd_22a_Object, i.e. especially traditional names or names mentioned in sources.</Literal>
</AnnotationAssertion>
<AnnotationAssertion>
<AnnotationProperty abbreviatedIRI="rdfs:comment"/>
<IRI>osd_42a_Authority_Document_Identifier</IRI>
<Literal>Acronyms for well known Authority Files.
Examples:
• GND
• Getty AAT</Literal>
</AnnotationAssertion>
<AnnotationAssertion>
<AnnotationProperty abbreviatedIRI="rdfs:comment"/>
<IRI>osd_42b_Type_ID</IRI>
<Literal>This class comprises strings or codes assigned to instances of osd_55a_Type and osd_55b_Broader_Type in order to identify them uniquely and permanently within the context of one or more organisations or an authority document, can be an acronym.</Literal>
</AnnotationAssertion>
<AnnotationAssertion>
<AnnotationProperty abbreviatedIRI="rdfs:comment"/>
<IRI>osd_42c_Actor_ID</IRI>
<Literal>This class comprises strings or codes assigned to instances of osd_21a_Person in order to identify them uniquely and permanently within the context of one or more organisations or an authority document, can be an acronym.</Literal>