-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdata_schema.xml
792 lines (792 loc) · 24.4 KB
/
data_schema.xml
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
<?xml version="1.0"?>
<dataSchema>
<RelationshipElement name="Epigraphic record - External Records" type="hierarchical">
<description>A 1-to-n relationship between the parent and its children, respectively.</description>
<parent>Parent Of</parent>
<child>Child Of</child>
</RelationshipElement>
<ArchaeologicalElement name="Control">
<!--ERROR: Identifier not given-->
<description/>
<property name="autonum" type="measure">
<description/>
</property>
</ArchaeologicalElement>
<ArchaeologicalElement name="Diary">
<description/>
<property name="Diary ID" isIdentifier="true" type="measure">
<description/>
<formatString><![CDATA[{{if $1 then "$1 " else "$2 "}}]]></formatString>
<appendCharacterString><![CDATA[ - ]]></appendCharacterString>
</property>
<property name="Diary Text" type="measure">
<description/>
</property>
</ArchaeologicalElement>
<ArchaeologicalElement name="Epigraphic record">
<description/>
<property name="Inscription ID" isIdentifier="true" type="measure">
<description>Unique automatically incremented number of recorded inscription. Do not change.</description>
<formatString><![CDATA[{{if $1 then "$1 " else "$2 "}}]]></formatString>
<appendCharacterString><![CDATA[ - ]]></appendCharacterString>
</property>
<property name="Modern name" isIdentifier="true" type="measure">
<description>Modern name of the site</description>
<formatString><![CDATA[{{if $1 then "$1 " else "$2 "}}]]></formatString>
<appendCharacterString><![CDATA[ - ]]></appendCharacterString>
</property>
<property name="Ancient name" type="measure">
<description>Known ancient name of the site</description>
</property>
<property name="Archaeological Context" type="vocab">
<description>Known archaeological context</description>
<lookup>
<term>{Funerary}
<description/></term>
<term>{Religious}
<description/></term>
<term>{Habitation}
<description/></term>
<term>{Commerce}
<description/></term>
<term>{Production}
<description/></term>
<term>{Transport}
<description/></term>
<term>{Surface_find}
<description/></term>
<term>{Freestanding_object}
<description/></term>
<term>{Other}
<description/></term>
<term>{N_A}
<description/></term>
</lookup>
</property>
<property name="Reuse" type="vocab">
<description> Reused in secondary context, such as modern building, deposited in non-correposnding location. Used for different purpose that originally designed for.</description>
<lookup>
<term>{Yes}
<description/></term>
<term>{No}
<description/></term>
</lookup>
</property>
<property name="Notes" type="measure">
<description>Notes to the findspot of the inscription.</description>
</property>
<property name="Location Accessibility" type="vocab">
<description>Accessibility of the findspot, e. g. how difficult it was to reach the findspot</description>
<lookup>
<term>{Easy}
<description/></term>
<term>{Moderate}
<description/></term>
<term>{Difficult}
<description/></term>
<term>{Almost_Inaccessible}
<description/></term>
<term>{N_A}
<description/></term>
</lookup>
</property>
<property name="Inscription Accessibility" type="vocab">
<description>Accessibility of the inscription. Define how was the inscription visible in terms of accessing it and being able to see it.</description>
<lookup>
<term>{Accessible}
<description/></term>
<term>{Partially_Accessible}
<description/></term>
<term>{Visible_from_distance}
<description/></term>
<term>{Inaccessible}
<description/></term>
<term>{N_A}
<description/></term>
</lookup>
</property>
<property name="Light conditions" type="vocab">
<description>Light conditions when recording was made. The source of light may affect the outcome of observations.</description>
<lookup>
<term>{Bright_sunshine}
<description/></term>
<term>{Moderate_daylight}
<description/></term>
<term>{Cloudy}
<description/></term>
<term>{Dark}
<description/></term>
<term>{Artificial_yellow_light}
<description/></term>
<term>{Artificial_white_light}
<description/></term>
<term>{LED}
<description/></term>
<term>{Firelight}
<description/></term>
<term>{Other}
<description/></term>
<term>{N_A}
<description/></term>
</lookup>
</property>
<property name="Location Photo" type="file" file="true" thumbnail="true">
<description/>
</property>
<property name="Location Sketch" type="file" file="true" thumbnail="true">
<description/>
</property>
<property name="Material" type="vocab">
<description>The type of inscribed material.</description>
<lookup>
<term>{Stone}
<description/></term>
<term>{Timber}
<description/></term>
<term>{Metal}
<description/></term>
<term>{Terracotta}
<description/></term>
<term>{Glass}
<description/></term>
<term>{Other}
<description/></term>
<term>{N_A}
<description/></term>
</lookup>
</property>
<property name="Stone" type="vocab">
<description>The type of inscribed stone. If not sure or Other, make an Annotation.</description>
<lookup>
<term>{Marble}
<description/></term>
<term>{Limestone}
<description/></term>
<term>{Syenite}
<description/></term>
<term>{Poros}
<description/></term>
<term>{Tufa}
<description/></term>
<term>{Granite}
<description/></term>
<term>{Other}
<description/></term>
<term>{N_A}
<description/></term>
</lookup>
</property>
<property name="Metal" type="vocab">
<description>The type of inscribed metal. If not sure or Other, make an Annotation.</description>
<lookup>
<term>{Silver}
<description/></term>
<term>{Gold}
<description/></term>
<term>{Bronze}
<description/></term>
<term>{Alloy}
<description/></term>
<term>{Lead}
<description/></term>
<term>{Other}
<description/></term>
<term>{N_A}
<description/></term>
</lookup>
</property>
<property name="Origin Material" type="measure">
<description/>
</property>
<property name="Description Material" type="measure">
<description/>
</property>
<property name="Colour" type="vocab">
<description>The prevailing colour of inscribed material. If not sure or Other, make an Annotation.</description>
<lookup>
<term>{White}
<description/></term>
<term>{Grey}
<description/></term>
<term>{Brown}
<description/></term>
<term>{Black}
<description/></term>
<term>{Pink}
<description/></term>
<term>{Red}
<description/></term>
<term>{Yellow}
<description/></term>
<term>{Orange}
<description/></term>
<term>{Green}
<description/></term>
<term>{Blue}
<description/></term>
<term>{Transparent}
<description/></term>
<term>{Other}
<description/></term>
<term>{N_A}
<description/></term>
</lookup>
</property>
<property name="Object Type" type="vocab">
<description>The type of inscribed object. If not sure or Other, make an Annotation.</description>
<lookup>
<term>{Stele}
<description/></term>
<term>{Vessel}
<description/></term>
<term>{Architectural_part}
<description/></term>
<term>{Sculpture}
<description/></term>
<term>{Personal_object}
<description/></term>
<term>{Other}
<description/></term>
<term>{N_A}
<description/></term>
</lookup>
</property>
<property name="Stele Type" type="vocab">
<description>The type of inscribed stele. If not sure or Other, make an Annotation.</description>
<lookup>
<term>{Simple}
<description/></term>
<term>{Naiskos}
<description/></term>
<term>{Other}
<description/></term>
<term>{N_A}
<description/></term>
</lookup>
</property>
<property name="Vessel Type" type="vocab">
<description>The inscribed part of the vessel.If not sure or Other, make an Annotation.</description>
<lookup>
<term>{Body_fragment}
<description/></term>
<term>{Bottom}
<description/></term>
<term>{Handle}
<description/></term>
<term>{Rim}
<description/></term>
<term>{Whole_vessel}
<description/></term>
<term>{Other}
<description/></term>
<term>{N_A}
<description/></term>
</lookup>
</property>
<property name="Architecture Type" type="vocab">
<description>The type of inscribed architectural part. If not sure or Other, make an Annotation.</description>
<lookup>
<term>{Column}
<description/></term>
<term>{Altar}
<description/></term>
<term>{Architrave}
<description/></term>
<term>{Capital}
<description/></term>
<term>{Wall}
<description/></term>
<term>{Floor}
<description/></term>
<term>{Door}
<description/></term>
<term>{Other}
<description/></term>
<term>{N_A}
<description/></term>
</lookup>
</property>
<property name="Sculpure Type" type="vocab">
<description> The inscribed part of the sculpture. If not sure or Other, make an Annotation.</description>
<lookup>
<term>{Fragment}
<description/></term>
<term>{Whole}
<description/></term>
</lookup>
</property>
<property name="Personalia Type" type="vocab">
<description>The type of inscribed personal object. If not sure or Other, make an Annotation.</description>
<lookup>
<term>{Jewellery}
<description/></term>
<term>{Weapon}
<description/></term>
<term>{Plaque}
<description/></term>
<term>{Tool}
<description/></term>
<term>{Other}
<description/></term>
<term>{N_A}
<description/></term>
</lookup>
</property>
<property name="Number fragments" type="measure">
<description>Number of fragments belonging to the same inscribed object, e. g. the stele has broken off into three fragments that may or may not join together.</description>
</property>
<property name="Preservation" type="vocab">
<description>State of current preservation of the inscribed monument. 100% = intact, 75-99 % = slightly damaged, 50-74 % = heavily damaged, 25-49 % = almost destroyed, 24-1 % = fragmentary</description>
<lookup>
<term pictureURL="files/data/100_intact.jpg">{100__}
<description/></term>
<term pictureURL="files/data/75_slightly_damaged.jpg">{75___99__}
<description/></term>
<term pictureURL="files/data/50_damaged.jpg">{50___74__}
<description/></term>
<term pictureURL="files/data/25_almost_destroyed.jpg">{25___49__}
<description/></term>
<term pictureURL="files/data/1_fragmentary.jpg">{24___1__}
<description/></term>
</lookup>
</property>
<property name="Object Length Min" type="measure">
<description>Minimal length of inscribed object</description>
</property>
<property name="Object Width Min" type="measure">
<description>Minimal width of inscribed object</description>
</property>
<property name="Object Thickness Min" type="measure">
<description>Minimal thickness of inscribed object</description>
</property>
<property name="Object Length Max" type="measure">
<description>Maximal length of inscribed object</description>
</property>
<property name="Object Width Max" type="measure">
<description>Maximal width of inscribed object</description>
</property>
<property name="Object Thickness Max" type="measure">
<description>Maximal thickness of inscribed object</description>
</property>
<property name="Overview Photo" type="file" file="true" thumbnail="true">
<description>Overview photo of the whole object. Please make sure the whole object is on the photo. If possible include scale.</description>
</property>
<property name="Audio Record" type="file" file="true" thumbnail="true">
<description>If you want, you can record your notes and description of the inscribed object.</description>
</property>
<property name="Video Record" type="file" file="true" thumbnail="true">
<description>If you want, you can record video record of the inscribed object.</description>
</property>
<property name="Decoration Technique" type="vocab">
<description>List the used technique of decoration. If not sure or Other, make an Annotation.</description>
<lookup>
<term>{Relief}
<description/></term>
<term>{Painted}
<description/></term>
<term>{Incised}
<description/></term>
<term>{Other}
<description/></term>
<term>{N_A}
<description/></term>
</lookup>
</property>
<property name="Decoration Type" type="vocab">
<description>List the decoration type. If not sure or Other, make an Annotation.</description>
<lookup>
<term>{Architectural}
<description/></term>
<term>{Figural}
<description/></term>
<term>{Other}
<description/></term>
<term>{N_A}
<description/></term>
</lookup>
</property>
<property name="Architectural Decor Type" type="vocab">
<description>List the architectural decoration type. If not sure or Other, make an Annotation.</description>
<lookup>
<term>{Moulding}
<description/></term>
<term>{Floral}
<description/></term>
<term>{Geometric}
<description/></term>
<term>{Other}
<description/></term>
<term>{N_A}
<description/></term>
</lookup>
</property>
<property name="Figural Decor Type" type="vocab">
<description>List the figural decoration type. If not sure or Other, make an Annotation.</description>
<lookup>
<term>{Anthropomorphic}
<description/></term>
<term>{Animal}
<description/></term>
<term>{Inanimate_object}
<description/></term>
<term>{Other}
<description/></term>
<term>{N_A}
<description/></term>
</lookup>
</property>
<property name="Number Figures" type="measure">
<description/>
</property>
<property name="Anthropomorphic Figure" type="vocab">
<description>List the anthropomorphic figural decoration type. If not sure or Other, make an Annotation.</description>
<lookup>
<term>{Aclepius}
<description/></term>
<term>{Dioskouroi}
<description/></term>
<term>{Heracles}
<description/></term>
<term>{Zeus}
<description/></term>
<term>{Hera}
<description/></term>
<term>{Nymphs}
<description/></term>
<term>{Artemis}
<description/></term>
<term>{Horse_Rider}
<description/></term>
<term>{Nemesis}
<description/></term>
<term>{Symposion}
<description/></term>
<term>{Funerary_portrait}
<description/></term>
<term>{Hunt}
<description/></term>
<term>{War_scene}
<description/></term>
<term>{Other}
<description/></term>
<term>{N_A}
<description/></term>
</lookup>
</property>
<property name="Animal Figure" type="vocab">
<description>List the animal figural decoration type. If not sure or Other, make an Annotation.</description>
<lookup>
<term>{Horse}
<description/></term>
<term>{Dog}
<description/></term>
<term>{Snake}
<description/></term>
<term>{Lion}
<description/></term>
<term>{Deer}
<description/></term>
<term>{Boar}
<description/></term>
<term>{Bear}
<description/></term>
<term>{Bird}
<description/></term>
<term>{Fish}
<description/></term>
<term>{Other}
<description/></term>
<term>{N_A}
<description/></term>
</lookup>
</property>
<property name="Inanimate Figure" type="vocab">
<description>List the inanimate figural decoration type. If not sure or Other, make an Annotation.</description>
<lookup>
<term>{Furniture}
<description/></term>
<term>{Vessel}
<description/></term>
<term>{Weapon}
<description/></term>
<term>{Building}
<description/></term>
<term>{Tree}
<description/></term>
<term>{Landscape}
<description/></term>
<term>{Crown}
<description/></term>
<term>{Grave}
<description/></term>
<term>{Ship}
<description/></term>
<term>{Music_instrument}
<description/></term>
<term>{Tool}
<description/></term>
<term>{Other}
<description/></term>
<term>{N_A}
<description/></term>
</lookup>
</property>
<property name="Size Decor" type="vocab">
<description>Size of the decoration compared to the rest of the inscribed object. The proportion of the object covered by decoration.</description>
<lookup>
<term>{100__}
<description/></term>
<term>{75__}
<description/></term>
<term>{50__}
<description/></term>
<term>{25__}
<description/></term>
</lookup>
</property>
<property name="Decor Description" type="measure">
<description/>
</property>
<property name="Decor Length Max" type="measure">
<description/>
</property>
<property name="Decor Width Max" type="measure">
<description/>
</property>
<property name="Decor Height Max" type="measure">
<description/>
</property>
<property name="Thick Relief Max" type="measure">
<description/>
</property>
<property name="Photo Decoration" type="file" file="true" thumbnail="true">
<description/>
</property>
<property name="Sketch Decoration" type="file" file="true" thumbnail="true">
<description/>
</property>
<property name="State of Wear" type="vocab">
<description> State of wear of the lettering. According to your personal impression.</description>
<lookup>
<term>{Clearly_visible}
<description/></term>
<term>{Visible}
<description/></term>
<term>{Slightly_worn_out}
<description/></term>
<term>{Worn_out}
<description/></term>
<term>{Illegible}
<description/></term>
<term>{N_A}
<description/></term>
</lookup>
</property>
<property name="Number of Rows" type="measure">
<description>Maximal number of rows</description>
</property>
<property name="Number of letters" type="measure">
<description> Maximal number of letters per row.</description>
</property>
<property name="Script Type" type="vocab">
<description>The type of used script.</description>
<lookup>
<term>{Archaic_Epichoric}
<description/></term>
<term>{Old_Attic}
<description/></term>
<term>{Ionic}
<description/></term>
<term>{Roman}
<description/></term>
<term>{Indistinguishable}
<description/></term>
<term>{Other}
<description/></term>
</lookup>
</property>
<property name="Layout" type="vocab">
<description>Prevailing layout of the text.</description>
<lookup>
<term>{Irregular}
<description/></term>
<term>{Stoichedon}
<description/></term>
<term>{Boustrophedon}
<description/></term>
<term>{Retrograde}
<description/></term>
<term>{Vertical}
<description/></term>
<term>{Combined}
<description/></term>
<term>{Other}
<description/></term>
<term>{N_A}
<description/></term>
</lookup>
</property>
<property name="Transcription" type="measure">
<description>Please insert your transcription of the text</description>
</property>
<property name="Stoichos Length" type="measure">
<description>Average length of stoichos, e. g. between the middle of the left letter to the middle of the right letter. Applicable only for stoichedon type of layout.</description>
</property>
<property name="Stoichos Height" type="measure">
<description>Average height of stoichos, e. g. between the middle of the top letter to the middle of the bottom letter. Applicable only for stoichedon type of layout.</description>
</property>
<property name="Lettering Description" type="measure">
<description/>
</property>
<property name="Layout Description" type="measure">
<description/>
</property>
<property name="Photo Lettering" type="file" file="true" thumbnail="true">
<description/>
</property>
<property name="Sketch Lettering" type="file" file="true" thumbnail="true">
<description/>
</property>
<property name="Date" type="vocab">
<description>Chronological period. Archaic = 800-480 BC, Classical = 479-338 BC, Hellenistic = 337-30 BC, Principate = 30 BC-284 AD, Dominate = 284-476 AD, Early Medieval = 476-800, Modern = 800+, if unsure, plase make an Annotation.</description>
<lookup>
<term>{Archaic}
<description/></term>
<term>{Classical}
<description/></term>
<term>{Hellenistic}
<description/></term>
<term>{Principate}
<description/></term>
<term>{Dominate}
<description/></term>
<term>{Early_Medieval}
<description/></term>
<term>{Modern}
<description/></term>
<term>{N_A}
<description/></term>
</lookup>
</property>
<property name="Start Year" type="measure">
<description/>
</property>
<property name="End Year" type="measure">
<description/>
</property>
<property name="Note to Date" type="measure">
<description/>
</property>
<property name="Language Type" type="vocab">
<description>Language of the inscription.</description>
<lookup>
<term>{Greek}
<description/></term>
<term>{Latin}
<description/></term>
<term>{Other}
<description/></term>
<term>{Unclear}
<description/></term>
<term>{N_A}
<description/></term>
</lookup>
</property>
<property name="Language Form" type="vocab">
<description>Form of the language of the inscription.</description>
<lookup>
<term>{Verse}
<description/></term>
<term>{Prose}
<description/></term>
<term>{Too_fragmentary}
<description/></term>
<term>{N_A}
<description/></term>
</lookup>
</property>
<property name="Inscription Typology" type="vocab">
<description>Standard typology of inscriptions.</description>
<lookup>
<term>{Private}
<description/></term>
<term>{Official}
<description/></term>
<term>{Too_fragmentary}
<description/></term>
<term>{N_A}
<description/></term>
</lookup>
</property>
<property name="Private Typology" type="vocab">
<description>Standard typology of private inscriptions.</description>
<lookup>
<term>{Funerary}
<description/></term>
<term>{Honorific}
<description/></term>
<term>{Ownership}
<description/></term>
<term>{Utilitarian}
<description/></term>
<term>{Other}
<description/></term>
<term>{N_A}
<description/></term>
</lookup>
</property>
<property name="Official Typology" type="vocab">
<description>Standard typology of official inscriptions.</description>
<lookup>
<term>{Milestone}
<description/></term>
<term>{Decree}
<description/></term>
<term>{Account}
<description/></term>
<term>{List}
<description/></term>
<term>{Other}
<description/></term>
<term>{N_A}
<description/></term>
</lookup>
</property>
<property name="Document Typology Notes" type="measure">
<description/>
</property>
<property name="Latitude" type="measure">
<description/>
</property>
<property name="Longitude" type="measure">
<description/>
</property>
<property name="Northing" type="measure">
<description/>
</property>
<property name="Easting" type="measure">
<description/>
</property>
</ArchaeologicalElement>
<ArchaeologicalElement name="External Records">
<description/>
<property name="External File Type" type="vocab">
<description>The type of external file, such as photo, squeeze, sketch.</description>
<lookup>
<term>{Photo}
<description/></term>
<term>{Squeeze}
<description/></term>
<term>{Sketch}
<description/></term>
<term>{3D_image}
<description/></term>
</lookup>
</property>
<property name="External File Name" isIdentifier="true" type="measure">
<description/>
<formatString><![CDATA[{{if $1 then "$1 " else "$2 "}}]]></formatString>
<appendCharacterString><![CDATA[ - ]]></appendCharacterString>
</property>
</ArchaeologicalElement>
</dataSchema>