-
Notifications
You must be signed in to change notification settings - Fork 0
/
OMETA.owl
901 lines (897 loc) · 34.4 KB
/
OMETA.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
<?xml version="1.0"?>
<Ontology xmlns="http://www.w3.org/2002/07/owl#"
xml:base="https://github.com/Bianca-LM/art-criticism-ontology/mat"
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/Bianca-LM/art-criticism-ontology/mat"
versionIRI="https://github.com/Bianca-LM/art-criticism-ontology/1.0">
<Prefix name="dc" IRI="http://purl.org/dc/elements/1.1/"/>
<Prefix name="mat" IRI="https://github.com/Bianca-LM/art-criticism-ontology/mat#"/>
<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="opla" IRI="http://www.ontologydesignpatterns.org/opla/"/>
<Prefix name="rdfs" IRI="http://www.w3.org/2000/01/rdf-schema#"/>
<Prefix name="terms" IRI="http://purl.org/dc/terms/"/>
<Prefix name="arco-dd" IRI="https://w3id.org/arco/ontology/denotative-description/1.2#"/>
<Prefix name="catalogue" IRI="https://w3id.org/arco/ontology/catalogue/"/>
<Import>https://w3id.org/arco/ontology/denotative-description/1.2</Import>
<Annotation>
<AnnotationProperty abbreviatedIRI="dc:creator"/>
<Literal>Bianca La Manna</Literal>
</Annotation>
<Annotation>
<AnnotationProperty abbreviatedIRI="dc:title"/>
<Literal>OM&TA (Ontology of Material & Techniques in Art)</Literal>
</Annotation>
<Annotation>
<AnnotationProperty abbreviatedIRI="terms:license"/>
<Literal>CC BY 4.0</Literal>
</Annotation>
<Annotation>
<AnnotationProperty abbreviatedIRI="rdfs:comment"/>
<Literal>OM&TA (Ontology of Materials & Techniques in Art) is an ontology which aims at representing the relationship between materials and techniques for the description of artworks in a semantic way.</Literal>
</Annotation>
<Declaration>
<Class IRI="#Artwork"/>
</Declaration>
<Declaration>
<Class IRI="#Artwork_Component"/>
</Declaration>
<Declaration>
<Class IRI="#Author"/>
</Declaration>
<Declaration>
<Class IRI="#Decoration"/>
</Declaration>
<Declaration>
<Class IRI="#Decorative_Technique"/>
</Declaration>
<Declaration>
<Class IRI="#External_Physical_Datum"/>
</Declaration>
<Declaration>
<Class IRI="#Frame"/>
</Declaration>
<Declaration>
<Class IRI="#Inscription"/>
</Declaration>
<Declaration>
<Class IRI="#Mark"/>
</Declaration>
<Declaration>
<Class IRI="#Mark_of_Carter"/>
</Declaration>
<Declaration>
<Class IRI="#Mark_of_Founder"/>
</Declaration>
<Declaration>
<Class IRI="#Material"/>
</Declaration>
<Declaration>
<Class IRI="#Ornament"/>
</Declaration>
<Declaration>
<Class IRI="#Ornamental_Technique"/>
</Declaration>
<Declaration>
<Class IRI="#Signature"/>
</Declaration>
<Declaration>
<Class IRI="#Signature_Datation"/>
</Declaration>
<Declaration>
<Class IRI="#Support"/>
</Declaration>
<Declaration>
<Class IRI="#Technique"/>
</Declaration>
<Declaration>
<Class IRI="#Title"/>
</Declaration>
<Declaration>
<ObjectProperty IRI="#hasAuthor"/>
</Declaration>
<Declaration>
<ObjectProperty IRI="#hasCurrentSupport"/>
</Declaration>
<Declaration>
<ObjectProperty IRI="#hasDecoration"/>
</Declaration>
<Declaration>
<ObjectProperty IRI="#hasDecorativeTechnique"/>
</Declaration>
<Declaration>
<ObjectProperty IRI="#hasFrame"/>
</Declaration>
<Declaration>
<ObjectProperty IRI="#hasInscription"/>
</Declaration>
<Declaration>
<ObjectProperty IRI="#hasOrnament"/>
</Declaration>
<Declaration>
<ObjectProperty IRI="#hasOrnamentalTechnique"/>
</Declaration>
<Declaration>
<ObjectProperty IRI="#hasPreviousSupport"/>
</Declaration>
<Declaration>
<ObjectProperty IRI="#hasSupport"/>
</Declaration>
<Declaration>
<ObjectProperty IRI="#hasTechnique"/>
</Declaration>
<Declaration>
<ObjectProperty IRI="#hasTitle"/>
</Declaration>
<Declaration>
<ObjectProperty IRI="#isCurrentSupportOf"/>
</Declaration>
<Declaration>
<ObjectProperty IRI="#isDated"/>
</Declaration>
<Declaration>
<ObjectProperty IRI="#isMadeOf"/>
</Declaration>
<Declaration>
<ObjectProperty IRI="#isMarked"/>
</Declaration>
<Declaration>
<ObjectProperty IRI="#isMountedOn"/>
</Declaration>
<Declaration>
<ObjectProperty IRI="#isPerformedOn"/>
</Declaration>
<Declaration>
<ObjectProperty IRI="#isPreviousSupportOf"/>
</Declaration>
<Declaration>
<ObjectProperty IRI="#isSigned"/>
</Declaration>
<Declaration>
<ObjectProperty IRI="#transferredFrom"/>
</Declaration>
<Declaration>
<DataProperty IRI="#dateOfSignature"/>
</Declaration>
<Declaration>
<DataProperty IRI="#hasInscriptionContent"/>
</Declaration>
<Declaration>
<DataProperty IRI="#hasSignature"/>
</Declaration>
<EquivalentClasses>
<Class IRI="#Mark"/>
<Class IRI="https://w3id.org/arco/ontology/denotative-description/Brand"/>
</EquivalentClasses>
<SubClassOf>
<Class IRI="#Decoration"/>
<Class IRI="#Artwork_Component"/>
</SubClassOf>
<SubClassOf>
<Class IRI="#Decorative_Technique"/>
<Class IRI="#Technique"/>
</SubClassOf>
<SubClassOf>
<Class IRI="#Frame"/>
<Class IRI="#External_Physical_Datum"/>
</SubClassOf>
<SubClassOf>
<Class IRI="#Inscription"/>
<Class IRI="#Artwork_Component"/>
</SubClassOf>
<SubClassOf>
<Class IRI="#Mark"/>
<Class IRI="#Artwork_Component"/>
</SubClassOf>
<SubClassOf>
<Class IRI="#Mark_of_Carter"/>
<Class IRI="#Mark"/>
</SubClassOf>
<SubClassOf>
<Class IRI="#Mark_of_Founder"/>
<Class IRI="#Mark"/>
</SubClassOf>
<SubClassOf>
<Class IRI="#Material"/>
<Class IRI="#External_Physical_Datum"/>
</SubClassOf>
<SubClassOf>
<Class IRI="#Ornament"/>
<Class IRI="#Artwork_Component"/>
</SubClassOf>
<SubClassOf>
<Class IRI="#Ornamental_Technique"/>
<Class IRI="#Technique"/>
</SubClassOf>
<SubClassOf>
<Class IRI="#Signature"/>
<Class IRI="#Artwork_Component"/>
</SubClassOf>
<SubClassOf>
<Class IRI="#Signature_Datation"/>
<Class IRI="#Signature"/>
</SubClassOf>
<SubClassOf>
<Class IRI="#Support"/>
<Class IRI="#External_Physical_Datum"/>
</SubClassOf>
<SubClassOf>
<Class IRI="https://w3id.org/arco/ontology/denotative-description/Brand"/>
<Class IRI="#Artwork_Component"/>
</SubClassOf>
<DisjointClasses>
<Class IRI="#Decoration"/>
<Class IRI="#Ornament"/>
</DisjointClasses>
<EquivalentObjectProperties>
<ObjectProperty IRI="#hasAuthor"/>
<ObjectProperty IRI="https://w3id.org/arco/ontology/context-description/hasAuthor"/>
</EquivalentObjectProperties>
<SubObjectPropertyOf>
<ObjectProperty IRI="#hasCurrentSupport"/>
<ObjectProperty IRI="#hasSupport"/>
</SubObjectPropertyOf>
<SubObjectPropertyOf>
<ObjectProperty IRI="#hasDecorativeTechnique"/>
<ObjectProperty IRI="#hasTechnique"/>
</SubObjectPropertyOf>
<SubObjectPropertyOf>
<ObjectProperty IRI="#hasOrnamentalTechnique"/>
<ObjectProperty IRI="#hasTechnique"/>
</SubObjectPropertyOf>
<SubObjectPropertyOf>
<ObjectProperty IRI="#hasPreviousSupport"/>
<ObjectProperty IRI="#hasSupport"/>
</SubObjectPropertyOf>
<SubObjectPropertyOf>
<ObjectProperty IRI="#hasSupport"/>
<ObjectProperty abbreviatedIRI="owl:topObjectProperty"/>
</SubObjectPropertyOf>
<SubObjectPropertyOf>
<ObjectProperty IRI="#isCurrentSupportOf"/>
<ObjectProperty IRI="#hasSupport"/>
</SubObjectPropertyOf>
<SubObjectPropertyOf>
<ObjectProperty IRI="#isMountedOn"/>
<ObjectProperty IRI="#hasSupport"/>
</SubObjectPropertyOf>
<SubObjectPropertyOf>
<ObjectProperty IRI="#isPreviousSupportOf"/>
<ObjectProperty IRI="#hasSupport"/>
</SubObjectPropertyOf>
<InverseObjectProperties>
<ObjectProperty IRI="#hasCurrentSupport"/>
<ObjectProperty IRI="#isCurrentSupportOf"/>
</InverseObjectProperties>
<InverseObjectProperties>
<ObjectProperty IRI="#hasPreviousSupport"/>
<ObjectProperty IRI="#isPreviousSupportOf"/>
</InverseObjectProperties>
<ObjectPropertyDomain>
<ObjectProperty IRI="#hasAuthor"/>
<Class IRI="#Artwork"/>
</ObjectPropertyDomain>
<ObjectPropertyDomain>
<ObjectProperty IRI="#hasCurrentSupport"/>
<Class IRI="#Artwork"/>
</ObjectPropertyDomain>
<ObjectPropertyDomain>
<ObjectProperty IRI="#hasDecoration"/>
<Class IRI="#Artwork"/>
</ObjectPropertyDomain>
<ObjectPropertyDomain>
<ObjectProperty IRI="#hasDecorativeTechnique"/>
<Class IRI="#Decoration"/>
</ObjectPropertyDomain>
<ObjectPropertyDomain>
<ObjectProperty IRI="#hasFrame"/>
<Class IRI="#Artwork"/>
</ObjectPropertyDomain>
<ObjectPropertyDomain>
<ObjectProperty IRI="#hasInscription"/>
<Class IRI="#Artwork"/>
</ObjectPropertyDomain>
<ObjectPropertyDomain>
<ObjectProperty IRI="#hasOrnament"/>
<Class IRI="#Artwork"/>
</ObjectPropertyDomain>
<ObjectPropertyDomain>
<ObjectProperty IRI="#hasOrnamentalTechnique"/>
<Class IRI="#Ornament"/>
</ObjectPropertyDomain>
<ObjectPropertyDomain>
<ObjectProperty IRI="#hasPreviousSupport"/>
<Class IRI="#Artwork"/>
</ObjectPropertyDomain>
<ObjectPropertyDomain>
<ObjectProperty IRI="#hasSupport"/>
<Class IRI="#Artwork"/>
</ObjectPropertyDomain>
<ObjectPropertyDomain>
<ObjectProperty IRI="#hasTechnique"/>
<Class IRI="#Artwork"/>
</ObjectPropertyDomain>
<ObjectPropertyDomain>
<ObjectProperty IRI="#hasTitle"/>
<Class IRI="#Artwork"/>
</ObjectPropertyDomain>
<ObjectPropertyDomain>
<ObjectProperty IRI="#isCurrentSupportOf"/>
<Class IRI="#Support"/>
</ObjectPropertyDomain>
<ObjectPropertyDomain>
<ObjectProperty IRI="#isDated"/>
<Class IRI="#Signature"/>
</ObjectPropertyDomain>
<ObjectPropertyDomain>
<ObjectProperty IRI="#isMadeOf"/>
<ObjectUnionOf>
<Class IRI="#Frame"/>
<Class IRI="#Support"/>
</ObjectUnionOf>
</ObjectPropertyDomain>
<ObjectPropertyDomain>
<ObjectProperty IRI="#isMarked"/>
<Class IRI="#Artwork"/>
</ObjectPropertyDomain>
<ObjectPropertyDomain>
<ObjectProperty IRI="#isMountedOn"/>
<Class IRI="#Material"/>
</ObjectPropertyDomain>
<ObjectPropertyDomain>
<ObjectProperty IRI="#isPerformedOn"/>
<ObjectUnionOf>
<Class IRI="#Decorative_Technique"/>
<Class IRI="#Ornamental_Technique"/>
<Class IRI="#Technique"/>
</ObjectUnionOf>
</ObjectPropertyDomain>
<ObjectPropertyDomain>
<ObjectProperty IRI="#isPreviousSupportOf"/>
<Class IRI="#Support"/>
</ObjectPropertyDomain>
<ObjectPropertyDomain>
<ObjectProperty IRI="#isSigned"/>
<Class IRI="#Artwork"/>
</ObjectPropertyDomain>
<ObjectPropertyDomain>
<ObjectProperty IRI="#transferredFrom"/>
<Class IRI="#Support"/>
</ObjectPropertyDomain>
<ObjectPropertyRange>
<ObjectProperty IRI="#hasAuthor"/>
<Class IRI="#Author"/>
</ObjectPropertyRange>
<ObjectPropertyRange>
<ObjectProperty IRI="#hasCurrentSupport"/>
<Class IRI="#Support"/>
</ObjectPropertyRange>
<ObjectPropertyRange>
<ObjectProperty IRI="#hasDecoration"/>
<Class IRI="#Decoration"/>
</ObjectPropertyRange>
<ObjectPropertyRange>
<ObjectProperty IRI="#hasDecorativeTechnique"/>
<Class IRI="#Decorative_Technique"/>
</ObjectPropertyRange>
<ObjectPropertyRange>
<ObjectProperty IRI="#hasFrame"/>
<Class IRI="#Frame"/>
</ObjectPropertyRange>
<ObjectPropertyRange>
<ObjectProperty IRI="#hasInscription"/>
<Class IRI="#Inscription"/>
</ObjectPropertyRange>
<ObjectPropertyRange>
<ObjectProperty IRI="#hasOrnament"/>
<Class IRI="#Ornament"/>
</ObjectPropertyRange>
<ObjectPropertyRange>
<ObjectProperty IRI="#hasOrnamentalTechnique"/>
<Class IRI="#Ornamental_Technique"/>
</ObjectPropertyRange>
<ObjectPropertyRange>
<ObjectProperty IRI="#hasPreviousSupport"/>
<Class IRI="#Support"/>
</ObjectPropertyRange>
<ObjectPropertyRange>
<ObjectProperty IRI="#hasSupport"/>
<Class IRI="#Support"/>
</ObjectPropertyRange>
<ObjectPropertyRange>
<ObjectProperty IRI="#hasTechnique"/>
<Class IRI="#Technique"/>
</ObjectPropertyRange>
<ObjectPropertyRange>
<ObjectProperty IRI="#hasTitle"/>
<Class IRI="#Title"/>
</ObjectPropertyRange>
<ObjectPropertyRange>
<ObjectProperty IRI="#isCurrentSupportOf"/>
<Class IRI="#Artwork"/>
</ObjectPropertyRange>
<ObjectPropertyRange>
<ObjectProperty IRI="#isDated"/>
<Class IRI="#Signature_Datation"/>
</ObjectPropertyRange>
<ObjectPropertyRange>
<ObjectProperty IRI="#isMadeOf"/>
<Class IRI="#Material"/>
</ObjectPropertyRange>
<ObjectPropertyRange>
<ObjectProperty IRI="#isMarked"/>
<ObjectUnionOf>
<Class IRI="#Mark"/>
<Class IRI="#Mark_of_Carter"/>
<Class IRI="#Mark_of_Founder"/>
</ObjectUnionOf>
</ObjectPropertyRange>
<ObjectPropertyRange>
<ObjectProperty IRI="#isMountedOn"/>
<Class IRI="#Support"/>
</ObjectPropertyRange>
<ObjectPropertyRange>
<ObjectProperty IRI="#isPerformedOn"/>
<Class IRI="#Material"/>
</ObjectPropertyRange>
<ObjectPropertyRange>
<ObjectProperty IRI="#isPreviousSupportOf"/>
<Class IRI="#Artwork"/>
</ObjectPropertyRange>
<ObjectPropertyRange>
<ObjectProperty IRI="#isSigned"/>
<Class IRI="#Signature"/>
</ObjectPropertyRange>
<ObjectPropertyRange>
<ObjectProperty IRI="#transferredFrom"/>
<Class IRI="#Support"/>
</ObjectPropertyRange>
<DataPropertyRange>
<DataProperty IRI="#dateOfSignature"/>
<Datatype abbreviatedIRI="rdfs:Literal"/>
</DataPropertyRange>
<DataPropertyRange>
<DataProperty IRI="#hasInscriptionContent"/>
<Datatype abbreviatedIRI="rdfs:Literal"/>
</DataPropertyRange>
<DataPropertyRange>
<DataProperty IRI="#hasSignature"/>
<Datatype abbreviatedIRI="rdfs:Literal"/>
</DataPropertyRange>
<AnnotationAssertion>
<AnnotationProperty abbreviatedIRI="rdfs:comment"/>
<IRI>#Artwork</IRI>
<Literal>The entity which represents the work of art</Literal>
</AnnotationAssertion>
<AnnotationAssertion>
<AnnotationProperty abbreviatedIRI="rdfs:label"/>
<IRI>#Artwork</IRI>
<Literal xml:lang="en">Artwork</Literal>
</AnnotationAssertion>
<AnnotationAssertion>
<AnnotationProperty abbreviatedIRI="rdfs:comment"/>
<IRI>#Artwork_Component</IRI>
<Literal>A subcomponent of an artwork which can have its own material and technique.</Literal>
</AnnotationAssertion>
<AnnotationAssertion>
<AnnotationProperty abbreviatedIRI="rdfs:label"/>
<IRI>#Artwork_Component</IRI>
<Literal xml:lang="en">Artwork Component</Literal>
</AnnotationAssertion>
<AnnotationAssertion>
<AnnotationProperty abbreviatedIRI="rdfs:comment"/>
<IRI>#Author</IRI>
<Literal>The artists who made the artwork</Literal>
</AnnotationAssertion>
<AnnotationAssertion>
<AnnotationProperty abbreviatedIRI="rdfs:label"/>
<IRI>#Author</IRI>
<Literal xml:lang="en">Author</Literal>
</AnnotationAssertion>
<AnnotationAssertion>
<AnnotationProperty abbreviatedIRI="rdfs:comment"/>
<IRI>#Decoration</IRI>
<Literal>An additional element which is main purpose is not practical or aesthetic, but brings "decorum" to another element.</Literal>
</AnnotationAssertion>
<AnnotationAssertion>
<AnnotationProperty abbreviatedIRI="rdfs:label"/>
<IRI>#Decoration</IRI>
<Literal xml:lang="en">Decoration</Literal>
</AnnotationAssertion>
<AnnotationAssertion>
<AnnotationProperty abbreviatedIRI="rdfs:comment"/>
<IRI>#Decorative_Technique</IRI>
<Literal>A technique that traditionally is used for the creation of decorative elements.</Literal>
</AnnotationAssertion>
<AnnotationAssertion>
<AnnotationProperty abbreviatedIRI="rdfs:label"/>
<IRI>#Decorative_Technique</IRI>
<Literal xml:lang="en">Decorative Technique</Literal>
</AnnotationAssertion>
<AnnotationAssertion>
<AnnotationProperty abbreviatedIRI="rdfs:comment"/>
<IRI>#External_Physical_Datum</IRI>
<Literal>Every external physical datum of an artwork.</Literal>
</AnnotationAssertion>
<AnnotationAssertion>
<AnnotationProperty abbreviatedIRI="rdfs:label"/>
<IRI>#External_Physical_Datum</IRI>
<Literal xml:lang="en">External Physical Datum</Literal>
</AnnotationAssertion>
<AnnotationAssertion>
<AnnotationProperty abbreviatedIRI="rdfs:comment"/>
<IRI>#Frame</IRI>
<Literal>Some works of art comes with a frame, which has a material and can have a decoration.</Literal>
</AnnotationAssertion>
<AnnotationAssertion>
<AnnotationProperty abbreviatedIRI="rdfs:label"/>
<IRI>#Frame</IRI>
<Literal xml:lang="en">Frame</Literal>
</AnnotationAssertion>
<AnnotationAssertion>
<AnnotationProperty abbreviatedIRI="rdfs:comment"/>
<IRI>#Inscription</IRI>
<Literal>Any kind of text added to the artwork, which is not a signature, a date or a mark.</Literal>
</AnnotationAssertion>
<AnnotationAssertion>
<AnnotationProperty abbreviatedIRI="rdfs:label"/>
<IRI>#Inscription</IRI>
<Literal xml:lang="en">Inscription</Literal>
</AnnotationAssertion>
<AnnotationAssertion>
<AnnotationProperty abbreviatedIRI="rdfs:comment"/>
<IRI>#Mark</IRI>
<Literal>The sign of an external contribution out of the author. It can be the founder or the carter, mainly used with scultpures.</Literal>
</AnnotationAssertion>
<AnnotationAssertion>
<AnnotationProperty abbreviatedIRI="rdfs:label"/>
<IRI>#Mark</IRI>
<Literal xml:lang="en">Mark</Literal>
</AnnotationAssertion>
<AnnotationAssertion>
<AnnotationProperty abbreviatedIRI="rdfs:comment"/>
<IRI>#Mark_of_Carter</IRI>
<Literal>The mark of a workshop or factory for model plasters.</Literal>
</AnnotationAssertion>
<AnnotationAssertion>
<AnnotationProperty abbreviatedIRI="rdfs:label"/>
<IRI>#Mark_of_Carter</IRI>
<Literal xml:lang="en">Mark of Carter</Literal>
</AnnotationAssertion>
<AnnotationAssertion>
<AnnotationProperty abbreviatedIRI="rdfs:comment"/>
<IRI>#Mark_of_Founder</IRI>
<Literal>The mark of a workshop or factory for casting metal.</Literal>
</AnnotationAssertion>
<AnnotationAssertion>
<AnnotationProperty abbreviatedIRI="rdfs:label"/>
<IRI>#Mark_of_Founder</IRI>
<Literal xml:lang="en">Mark of Founder</Literal>
</AnnotationAssertion>
<AnnotationAssertion>
<AnnotationProperty abbreviatedIRI="rdfs:comment"/>
<IRI>#Material</IRI>
<Literal>It is the proper material on which the work of art has been made. It can be different from the support.</Literal>
</AnnotationAssertion>
<AnnotationAssertion>
<AnnotationProperty abbreviatedIRI="rdfs:label"/>
<IRI>#Material</IRI>
<Literal xml:lang="en">Material</Literal>
</AnnotationAssertion>
<AnnotationAssertion>
<AnnotationProperty abbreviatedIRI="rdfs:comment"/>
<IRI>#Ornament</IRI>
<Literal>An additional element other from the main body of the artwork, which helps through repeated patterns, and natural elements at the visual organization of the artwork, in which prevails the aesthetic function.</Literal>
</AnnotationAssertion>
<AnnotationAssertion>
<AnnotationProperty abbreviatedIRI="rdfs:label"/>
<IRI>#Ornament</IRI>
<Literal xml:lang="en">Ornament</Literal>
</AnnotationAssertion>
<AnnotationAssertion>
<AnnotationProperty abbreviatedIRI="rdfs:comment"/>
<IRI>#Ornamental_Technique</IRI>
<Literal>A technique that traditionally is used for the creation of ornaments.</Literal>
</AnnotationAssertion>
<AnnotationAssertion>
<AnnotationProperty abbreviatedIRI="rdfs:label"/>
<IRI>#Ornamental_Technique</IRI>
<Literal xml:lang="en">Ornamental Technique</Literal>
</AnnotationAssertion>
<AnnotationAssertion>
<AnnotationProperty abbreviatedIRI="rdfs:comment"/>
<IRI>#Signature</IRI>
<Literal>The signature lived by the author on the artwork</Literal>
</AnnotationAssertion>
<AnnotationAssertion>
<AnnotationProperty abbreviatedIRI="rdfs:label"/>
<IRI>#Signature</IRI>
<Literal xml:lang="en">Signature</Literal>
</AnnotationAssertion>
<AnnotationAssertion>
<AnnotationProperty abbreviatedIRI="rdfs:comment"/>
<IRI>#Signature_Datation</IRI>
<Literal>The date of the signature, lived by the authors themselves on the artwork.</Literal>
</AnnotationAssertion>
<AnnotationAssertion>
<AnnotationProperty abbreviatedIRI="rdfs:label"/>
<IRI>#Signature_Datation</IRI>
<Literal xml:lang="en">Signature Datation</Literal>
</AnnotationAssertion>
<AnnotationAssertion>
<AnnotationProperty abbreviatedIRI="rdfs:comment"/>
<IRI>#Support</IRI>
<Literal>The support on which the technique is performed, "given from nature or elaborated by human beings" (Sciolla).</Literal>
</AnnotationAssertion>
<AnnotationAssertion>
<AnnotationProperty abbreviatedIRI="rdfs:label"/>
<IRI>#Support</IRI>
<Literal xml:lang="en">Support</Literal>
</AnnotationAssertion>
<AnnotationAssertion>
<AnnotationProperty abbreviatedIRI="rdfs:comment"/>
<IRI>#Technique</IRI>
<Literal>"The union of all the principles, rules and manners elaborated by the artists for the material processing over time, experimented in the workshops and artistic laboratories" as defined by Sciolla.</Literal>
</AnnotationAssertion>
<AnnotationAssertion>
<AnnotationProperty abbreviatedIRI="rdfs:label"/>
<IRI>#Technique</IRI>
<Literal xml:lang="en">Technique</Literal>
</AnnotationAssertion>
<AnnotationAssertion>
<AnnotationProperty abbreviatedIRI="rdfs:comment"/>
<IRI>#Title</IRI>
<Literal>The title given by the author to the artwork</Literal>
</AnnotationAssertion>
<AnnotationAssertion>
<AnnotationProperty abbreviatedIRI="rdfs:label"/>
<IRI>#Title</IRI>
<Literal xml:lang="en">Title</Literal>
</AnnotationAssertion>
<AnnotationAssertion>
<AnnotationProperty abbreviatedIRI="rdfs:comment"/>
<IRI>#dateOfSignature</IRI>
<Literal>The property represents the date of the signature datation</Literal>
</AnnotationAssertion>
<AnnotationAssertion>
<AnnotationProperty abbreviatedIRI="rdfs:label"/>
<IRI>#dateOfSignature</IRI>
<Literal xml:lang="en">date of signature</Literal>
</AnnotationAssertion>
<AnnotationAssertion>
<AnnotationProperty abbreviatedIRI="rdfs:comment"/>
<IRI>#hasAuthor</IRI>
<Literal>This property connects the artwork to the author who made it.</Literal>
</AnnotationAssertion>
<AnnotationAssertion>
<AnnotationProperty abbreviatedIRI="rdfs:label"/>
<IRI>#hasAuthor</IRI>
<Literal xml:lang="en">has author</Literal>
</AnnotationAssertion>
<AnnotationAssertion>
<AnnotationProperty abbreviatedIRI="rdfs:comment"/>
<IRI>#hasCurrentSupport</IRI>
<Literal>This property connects an artwork to its current support.</Literal>
</AnnotationAssertion>
<AnnotationAssertion>
<AnnotationProperty abbreviatedIRI="rdfs:label"/>
<IRI>#hasCurrentSupport</IRI>
<Literal xml:lang="en">has current support</Literal>
</AnnotationAssertion>
<AnnotationAssertion>
<AnnotationProperty abbreviatedIRI="rdfs:comment"/>
<IRI>#hasDecoration</IRI>
<Literal>The property connects the artwork to its decoration</Literal>
</AnnotationAssertion>
<AnnotationAssertion>
<AnnotationProperty abbreviatedIRI="rdfs:label"/>
<IRI>#hasDecoration</IRI>
<Literal xml:lang="en">has decoration</Literal>
</AnnotationAssertion>
<AnnotationAssertion>
<AnnotationProperty abbreviatedIRI="rdfs:comment"/>
<IRI>#hasDecorativeTechnique</IRI>
<Literal>The property connects the decoration that belongs to an artwork to the decorative technique used to realize it.</Literal>
</AnnotationAssertion>
<AnnotationAssertion>
<AnnotationProperty abbreviatedIRI="rdfs:label"/>
<IRI>#hasDecorativeTechnique</IRI>
<Literal xml:lang="en">has decorative technique</Literal>
</AnnotationAssertion>
<AnnotationAssertion>
<AnnotationProperty abbreviatedIRI="rdfs:comment"/>
<IRI>#hasFrame</IRI>
<Literal>The property connects the artwork to its frame</Literal>
</AnnotationAssertion>
<AnnotationAssertion>
<AnnotationProperty abbreviatedIRI="rdfs:label"/>
<IRI>#hasFrame</IRI>
<Literal xml:lang="en">has frame</Literal>
</AnnotationAssertion>
<AnnotationAssertion>
<AnnotationProperty abbreviatedIRI="rdfs:comment"/>
<IRI>#hasInscription</IRI>
<Literal>The property connects the artwork to its inscription</Literal>
</AnnotationAssertion>
<AnnotationAssertion>
<AnnotationProperty abbreviatedIRI="rdfs:label"/>
<IRI>#hasInscription</IRI>
<Literal xml:lang="en">has inscription</Literal>
</AnnotationAssertion>
<AnnotationAssertion>
<AnnotationProperty abbreviatedIRI="rdfs:comment"/>
<IRI>#hasInscriptionContent</IRI>
<Literal>This property represents the content of an inscription.</Literal>
</AnnotationAssertion>
<AnnotationAssertion>
<AnnotationProperty abbreviatedIRI="rdfs:label"/>
<IRI>#hasInscriptionContent</IRI>
<Literal xml:lang="en">has inscription content</Literal>
</AnnotationAssertion>
<AnnotationAssertion>
<AnnotationProperty abbreviatedIRI="rdfs:comment"/>
<IRI>#hasOrnament</IRI>
<Literal>The property connects the artwork to its ornament</Literal>
</AnnotationAssertion>
<AnnotationAssertion>
<AnnotationProperty abbreviatedIRI="rdfs:label"/>
<IRI>#hasOrnament</IRI>
<Literal xml:lang="en">has ornament</Literal>
</AnnotationAssertion>
<AnnotationAssertion>
<AnnotationProperty abbreviatedIRI="rdfs:comment"/>
<IRI>#hasOrnamentalTechnique</IRI>
<Literal>The property connects the ornament that belongs to an artwork to the ornamental technique that has been used to realize it.</Literal>
</AnnotationAssertion>
<AnnotationAssertion>
<AnnotationProperty abbreviatedIRI="rdfs:label"/>
<IRI>#hasOrnamentalTechnique</IRI>
<Literal xml:lang="en">has ornamental technique</Literal>
</AnnotationAssertion>
<AnnotationAssertion>
<AnnotationProperty abbreviatedIRI="rdfs:comment"/>
<IRI>#hasPreviousSupport</IRI>
<Literal>This property connects the arttwork with its previous support.</Literal>
</AnnotationAssertion>
<AnnotationAssertion>
<AnnotationProperty abbreviatedIRI="rdfs:label"/>
<IRI>#hasPreviousSupport</IRI>
<Literal xml:lang="en">has previous support</Literal>
</AnnotationAssertion>
<AnnotationAssertion>
<AnnotationProperty abbreviatedIRI="rdfs:comment"/>
<IRI>#hasSignature</IRI>
<Literal>This property represents the signature of the artist imposed on the artwork.</Literal>
</AnnotationAssertion>
<AnnotationAssertion>
<AnnotationProperty abbreviatedIRI="rdfs:label"/>
<IRI>#hasSignature</IRI>
<Literal xml:lang="en">has signature</Literal>
</AnnotationAssertion>
<AnnotationAssertion>
<AnnotationProperty abbreviatedIRI="rdfs:comment"/>
<IRI>#hasSupport</IRI>
<Literal>The property connects the artwork to its current support</Literal>
</AnnotationAssertion>
<AnnotationAssertion>
<AnnotationProperty abbreviatedIRI="rdfs:label"/>
<IRI>#hasSupport</IRI>
<Literal xml:lang="en">has support</Literal>
</AnnotationAssertion>
<AnnotationAssertion>
<AnnotationProperty abbreviatedIRI="rdfs:comment"/>
<IRI>#hasTechnique</IRI>
<Literal>The property connects the artwork to the technique used to realize it</Literal>
</AnnotationAssertion>
<AnnotationAssertion>
<AnnotationProperty abbreviatedIRI="rdfs:label"/>
<IRI>#hasTechnique</IRI>
<Literal xml:lang="en">has technique</Literal>
</AnnotationAssertion>
<AnnotationAssertion>
<AnnotationProperty abbreviatedIRI="rdfs:comment"/>
<IRI>#hasTitle</IRI>
<Literal xml:lang="en">This property connects the artwork with its official title.</Literal>
</AnnotationAssertion>
<AnnotationAssertion>
<AnnotationProperty abbreviatedIRI="rdfs:label"/>
<IRI>#hasTitle</IRI>
<Literal xml:lang="en">has title</Literal>
</AnnotationAssertion>
<AnnotationAssertion>
<AnnotationProperty abbreviatedIRI="rdfs:comment"/>
<IRI>#isCurrentSupportOf</IRI>
<Literal>Inverse property of mat:hasCurrentSupport</Literal>
</AnnotationAssertion>
<AnnotationAssertion>
<AnnotationProperty abbreviatedIRI="rdfs:label"/>
<IRI>#isCurrentSupportOf</IRI>
<Literal xml:lang="en">is current support of</Literal>
</AnnotationAssertion>
<AnnotationAssertion>
<AnnotationProperty abbreviatedIRI="rdfs:comment"/>
<IRI>#isDated</IRI>
<Literal>The property connects the signature to its datation, if it is written on the artwork itself.</Literal>
</AnnotationAssertion>
<AnnotationAssertion>
<AnnotationProperty abbreviatedIRI="rdfs:label"/>
<IRI>#isDated</IRI>
<Literal xml:lang="en">is dated</Literal>
</AnnotationAssertion>
<AnnotationAssertion>
<AnnotationProperty abbreviatedIRI="rdfs:comment"/>
<IRI>#isMadeOf</IRI>
<Literal>The property connects the frame and the support to the material which they are made of.</Literal>
</AnnotationAssertion>
<AnnotationAssertion>
<AnnotationProperty abbreviatedIRI="rdfs:label"/>
<IRI>#isMadeOf</IRI>
<Literal xml:lang="en">is made of</Literal>
</AnnotationAssertion>
<AnnotationAssertion>
<AnnotationProperty abbreviatedIRI="rdfs:comment"/>
<IRI>#isMarked</IRI>
<Literal>The property connects the artwork to the mark that has been affixed on it.</Literal>
</AnnotationAssertion>
<AnnotationAssertion>
<AnnotationProperty abbreviatedIRI="rdfs:label"/>
<IRI>#isMarked</IRI>
<Literal xml:lang="en">is marked</Literal>
</AnnotationAssertion>
<AnnotationAssertion>
<AnnotationProperty abbreviatedIRI="rdfs:comment"/>
<IRI>#isMountedOn</IRI>
<Literal>The property connects the material on which the artwork has been realised to the current support on which it is mounted</Literal>
</AnnotationAssertion>
<AnnotationAssertion>
<AnnotationProperty abbreviatedIRI="rdfs:label"/>
<IRI>#isMountedOn</IRI>
<Literal xml:lang="en">is mounted on</Literal>
</AnnotationAssertion>
<AnnotationAssertion>
<AnnotationProperty abbreviatedIRI="rdfs:comment"/>
<IRI>#isPerformedOn</IRI>
<Literal>The property connects the technique to the material it is performed on.</Literal>
</AnnotationAssertion>
<AnnotationAssertion>
<AnnotationProperty abbreviatedIRI="rdfs:label"/>
<IRI>#isPerformedOn</IRI>
<Literal xml:lang="en">is performed on</Literal>
</AnnotationAssertion>
<AnnotationAssertion>
<AnnotationProperty abbreviatedIRI="rdfs:comment"/>
<IRI>#isPreviousSupportOf</IRI>
<Literal>Inverse property of mat:hasPreviousSupport</Literal>
</AnnotationAssertion>
<AnnotationAssertion>
<AnnotationProperty abbreviatedIRI="rdfs:label"/>
<IRI>#isPreviousSupportOf</IRI>
<Literal xml:lang="en">is previous support of</Literal>
</AnnotationAssertion>
<AnnotationAssertion>
<AnnotationProperty abbreviatedIRI="rdfs:comment"/>
<IRI>#isSigned</IRI>
<Literal>The property connects the artwork to the signature of the artist that made it.</Literal>
</AnnotationAssertion>
<AnnotationAssertion>
<AnnotationProperty abbreviatedIRI="rdfs:label"/>
<IRI>#isSigned</IRI>
<Literal xml:lang="en">is signed</Literal>
</AnnotationAssertion>
<AnnotationAssertion>
<AnnotationProperty abbreviatedIRI="rdfs:comment"/>
<IRI>#transferredFrom</IRI>
<Literal>The property connects the current support of an artwork to the previous support from which it has been transferred.</Literal>
</AnnotationAssertion>
<AnnotationAssertion>
<AnnotationProperty abbreviatedIRI="rdfs:label"/>
<IRI>#transferredFrom</IRI>
<Literal xml:lang="en">transferred from</Literal>
</AnnotationAssertion>
</Ontology>
<!-- Generated by the OWL API (version 4.5.9.2019-02-01T07:24:44Z) https://github.com/owlcs/owlapi -->