-
Notifications
You must be signed in to change notification settings - Fork 1
/
eagle-vocabulary-object-type.rdf
7536 lines (7495 loc) · 433 KB
/
eagle-vocabulary-object-type.rdf
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:skos="http://www.w3.org/2004/02/skos/core#"
xmlns:map="http://www.w3c.rl.ac.uk/2003/11/21-skos-mapping#"
xmlns:dct="http://purl.org/dc/terms/"
xmlns:dc="http://purl.org/dc/elements/1.1/">
<skos:ConceptScheme rdf:about="https://www.eagle-network.eu/voc/objtyp/">
<dc:title>EAGLE Vocabulary - Object type</dc:title>
<dc:creator>EAGLE Consortium</dc:creator>
<dc:contributor/>
<dc:publisher/>
<dc:rights/>
<dc:subject/>
<dc:description><![CDATA[ ]]></dc:description>
<dc:date>2015-01-29</dc:date>
<dct:modified>2014-08-20 15:19:03</dct:modified>
</skos:ConceptScheme>
<skos:Concept rdf:about="https://www.eagle-network.eu/voc/objtyp/lod/1826">
<skos:prefLabel xml:lang="en">Abaton</skos:prefLabel>
<skos:scopeNote xml:lang="de">Stätte der Kultausübung, die der Öffentlichkeit nicht
zugänglich ist. Teilweise synonym mit Adyton verwendet</skos:scopeNote>
<skos:inScheme rdf:resource="https://www.eagle-network.eu/voc/objtyp/"/>
<skos:exactMatch>
<skos:Concept rdf:about="https://archwort.dainst.org/thesaurus/de/vocab/?tema=7922">
<skos:prefLabel xml:lang="de">Abaton</skos:prefLabel>
</skos:Concept>
</skos:exactMatch>
<dct:created>2014-06-12 14:32:01</dct:created>
</skos:Concept>
<skos:Concept rdf:about="https://www.eagle-network.eu/voc/objtyp/lod/1827">
<skos:prefLabel xml:lang="en">Acanthus</skos:prefLabel>
<skos:scopeNote xml:lang="de">Pflanzengattung, deren Blattform als Ornament verbreitet
ist</skos:scopeNote>
<skos:inScheme rdf:resource="https://www.eagle-network.eu/voc/objtyp/"/>
<skos:exactMatch>
<skos:Concept rdf:about="https://archwort.dainst.org/thesaurus/de/vocab/?tema=1398">
<skos:prefLabel xml:lang="de">Akanthus</skos:prefLabel>
</skos:Concept>
</skos:exactMatch>
<skos:exactMatch>
<skos:Concept rdf:about="https://vocab.getty.edu/aat/300164902"/>
</skos:exactMatch>
<dct:created>2014-06-12 14:32:01</dct:created>
</skos:Concept>
<skos:Concept rdf:about="https://www.eagle-network.eu/voc/objtyp/lod/1828">
<skos:prefLabel xml:lang="en">Adytum / Adyton</skos:prefLabel>
<skos:scopeNote xml:lang="de">Ein der Tempelcella angeschlossener Rückraum, der nicht
öffentlich zugänglich ist</skos:scopeNote>
<skos:inScheme rdf:resource="https://www.eagle-network.eu/voc/objtyp/"/>
<skos:exactMatch>
<skos:Concept rdf:about="https://archwort.dainst.org/thesaurus/de/vocab/?tema=8475">
<skos:prefLabel xml:lang="de">Adyton</skos:prefLabel>
</skos:Concept>
</skos:exactMatch>
<skos:exactMatch>
<skos:Concept rdf:about="https://vocab.getty.edu/aat/300004652"/>
</skos:exactMatch>
<dct:created>2014-06-12 14:32:01</dct:created>
</skos:Concept>
<skos:Concept rdf:about="https://www.eagle-network.eu/voc/objtyp/lod/11">
<skos:prefLabel xml:lang="la">Aedificium</skos:prefLabel>
<skos:altLabel xml:lang="en">building</skos:altLabel>
<skos:altLabel xml:lang="fr">édifice</skos:altLabel>
<skos:altLabel xml:lang="es">edificio</skos:altLabel>
<skos:altLabel xml:lang="hu">építmény</skos:altLabel>
<skos:altLabel xml:lang="de">Gebäude</skos:altLabel>
<skos:altLabel xml:lang="el">κτήριο</skos:altLabel>
<skos:altLabel xml:lang="ru">здание</skos:altLabel>
<skos:altLabel xml:lang="ar">مبني</skos:altLabel>
<skos:scopeNote xml:lang="it">qualsiasi opera edificata tranne sepulcrum. Segue
specificazione (murus, turris, aquaeductus, cloaca, curia, basilica, aedes, porticus,
arcus ecc.). S’intende che l’iscrizione scritta direttamente su parete
dell’edificio</skos:scopeNote>
<skos:scopeNote xml:lang="en">To describe any building (except funerary structures) on which
a text is directly inscribed.</skos:scopeNote>
<skos:scopeNote xml:lang="de">Bauwerk, das Räume einschließt und ein Dach
besitzt</skos:scopeNote>
<skos:inScheme rdf:resource="https://www.eagle-network.eu/voc/objtyp/"/>
<skos:exactMatch>
<skos:Concept rdf:about="https://www.eagle-network.eu/voc/objtyp/lod/1234">
<skos:prefLabel xml:lang="de">Monument/Architektur</skos:prefLabel>
</skos:Concept>
</skos:exactMatch>
<skos:exactMatch>
<skos:Concept rdf:about="https://archwort.dainst.org/thesaurus/de/vocab/?tema=1850">
<skos:prefLabel xml:lang="de">Gebäude</skos:prefLabel>
</skos:Concept>
</skos:exactMatch>
<skos:exactMatch>
<skos:Concept rdf:about="https://vocab.getty.edu/aat/300004792"/>
</skos:exactMatch>
<dct:created>2013-10-01 22:44:21</dct:created>
</skos:Concept>
<skos:Concept rdf:about="https://www.eagle-network.eu/voc/objtyp/lod/1829">
<skos:prefLabel xml:lang="en">Aerarium</skos:prefLabel>
<skos:inScheme rdf:resource="https://www.eagle-network.eu/voc/objtyp/"/>
<skos:exactMatch>
<skos:Concept rdf:about="https://vocab.getty.edu/aat/300006051"/>
</skos:exactMatch>
<dct:created>2014-06-12 14:32:01</dct:created>
</skos:Concept>
<skos:Concept rdf:about="https://www.eagle-network.eu/voc/objtyp/lod/15">
<skos:prefLabel xml:lang="la">Aes, fragmentum</skos:prefLabel>
<skos:altLabel xml:lang="es">bronce, fragmento</skos:altLabel>
<skos:altLabel xml:lang="hu">bronz töredék</skos:altLabel>
<skos:scopeNote xml:lang="it">Frammento di un oggetto in bronzo di natura non meglio
specificata</skos:scopeNote>
<skos:inScheme rdf:resource="https://www.eagle-network.eu/voc/objtyp/"/>
<skos:exactMatch>
<skos:Concept rdf:about="https://www.eagle-network.eu/voc/objtyp/lod/1232">
<skos:prefLabel xml:lang="es">Fragmento de bronce</skos:prefLabel>
</skos:Concept>
</skos:exactMatch>
<skos:exactMatch>
<skos:Concept rdf:about="https://archwort.dainst.org/thesaurus/de/vocab/?tema=4553">
<skos:prefLabel xml:lang="de">Bronzeware</skos:prefLabel>
</skos:Concept>
</skos:exactMatch>
<dct:created>2013-10-01 22:44:21</dct:created>
</skos:Concept>
<skos:Concept rdf:about="https://www.eagle-network.eu/voc/objtyp/lod/1830">
<skos:prefLabel xml:lang="en">Aetoma</skos:prefLabel>
<skos:inScheme rdf:resource="https://www.eagle-network.eu/voc/objtyp/"/>
<dct:created>2014-06-12 14:32:01</dct:created>
</skos:Concept>
<skos:Concept rdf:about="https://www.eagle-network.eu/voc/objtyp/lod/3">
<skos:prefLabel xml:lang="fr">Aiguille</skos:prefLabel>
<skos:altLabel xml:lang="la">acus</skos:altLabel>
<skos:altLabel xml:lang="es">Aguja</skos:altLabel>
<skos:inScheme rdf:resource="https://www.eagle-network.eu/voc/objtyp/"/>
<dct:created>2013-10-01 22:44:21</dct:created>
</skos:Concept>
<skos:Concept rdf:about="https://www.eagle-network.eu/voc/objtyp/lod/1871">
<skos:prefLabel xml:lang="en">Aisle</skos:prefLabel>
<skos:inScheme rdf:resource="https://www.eagle-network.eu/voc/objtyp/"/>
<skos:exactMatch>
<skos:Concept rdf:about="https://archwort.dainst.org/thesaurus/de/vocab/?tema=402">
<skos:prefLabel xml:lang="de">Flügel</skos:prefLabel>
</skos:Concept>
</skos:exactMatch>
<skos:exactMatch>
<skos:Concept rdf:about="https://vocab.getty.edu/aat/300004284"/>
</skos:exactMatch>
<dct:created>2014-06-23 09:38:03</dct:created>
</skos:Concept>
<skos:Concept rdf:about="https://www.eagle-network.eu/voc/objtyp/lod/4">
<skos:prefLabel xml:lang="en">Akroter</skos:prefLabel>
<skos:altLabel xml:lang="en">Acroterium</skos:altLabel>
<skos:altLabel xml:lang="en">akrotérion</skos:altLabel>
<skos:scopeNote xml:lang="de">Verzierung am First oder den Ecken eines
Tempelgiebels</skos:scopeNote>
<skos:inScheme rdf:resource="https://www.eagle-network.eu/voc/objtyp/"/>
<skos:exactMatch>
<skos:Concept rdf:about="https://www.eagle-network.eu/voc/objtyp/lod/1212">
<skos:prefLabel xml:lang="es">Acrótera</skos:prefLabel>
</skos:Concept>
</skos:exactMatch>
<skos:exactMatch>
<skos:Concept rdf:about="https://archwort.dainst.org/thesaurus/de/vocab/?tema=755">
<skos:prefLabel xml:lang="de">Akroter</skos:prefLabel>
</skos:Concept>
</skos:exactMatch>
<skos:exactMatch>
<skos:Concept rdf:about="https://vocab.getty.edu/aat/300002214"/>
</skos:exactMatch>
<dct:created>2013-10-01 22:44:21</dct:created>
</skos:Concept>
<skos:Concept rdf:about="https://www.eagle-network.eu/voc/objtyp/lod/29">
<skos:prefLabel xml:lang="en">Altar</skos:prefLabel>
<skos:altLabel xml:lang="en">Small altar</skos:altLabel>
<skos:altLabel xml:lang="de">kleiner Altar</skos:altLabel>
<skos:altLabel xml:lang="la">ara</skos:altLabel>
<skos:altLabel xml:lang="it">altare</skos:altLabel>
<skos:altLabel xml:lang="la">arula</skos:altLabel>
<skos:altLabel xml:lang="fr">autel</skos:altLabel>
<skos:altLabel xml:lang="hu">oltár</skos:altLabel>
<skos:altLabel xml:lang="tr">sunak</skos:altLabel>
<skos:altLabel xml:lang="el">βωμός</skos:altLabel>
<skos:altLabel xml:lang="ru">алтарь</skos:altLabel>
<skos:altLabel xml:lang="ar">مذبح</skos:altLabel>
<skos:scopeNote xml:lang="en">Also listed by Anne Glock from volumes II/7 (Corduba); VI 8, 2
and 3 (Rome); XIII (Gaul and Germania); XVII/4,1 (Milestones) in CIL</skos:scopeNote>
<skos:scopeNote xml:lang="de">Stätte der Kultausübung, in der Antike meist außerhalb des
Tempels, an der Opferriten vollzogen werden können</skos:scopeNote>
<skos:inScheme rdf:resource="https://www.eagle-network.eu/voc/objtyp/"/>
<skos:exactMatch>
<skos:Concept rdf:about="https://archwort.dainst.org/thesaurus/de/vocab/?tema=1407">
<skos:prefLabel xml:lang="de">Altar</skos:prefLabel>
</skos:Concept>
</skos:exactMatch>
<skos:closeMatch>
<skos:Concept rdf:about="https://vocab.getty.edu/aat/300003725"/>
</skos:closeMatch>
<dct:created>2013-10-01 22:44:21</dct:created>
</skos:Concept>
<skos:Concept rdf:about="https://www.eagle-network.eu/voc/objtyp/lod/30">
<skos:prefLabel xml:lang="en">Altar / Basis</skos:prefLabel>
<skos:altLabel xml:lang="en">Base or altar</skos:altLabel>
<skos:altLabel xml:lang="la">ara, basis</skos:altLabel>
<skos:altLabel xml:lang="en">altar / statue base</skos:altLabel>
<skos:altLabel xml:lang="en">statue / altar base</skos:altLabel>
<skos:altLabel xml:lang="fr">Statue avec sa base</skos:altLabel>
<skos:altLabel xml:lang="en">statue base / altar</skos:altLabel>
<skos:altLabel xml:lang="en">Altar or statue base</skos:altLabel>
<skos:altLabel xml:lang="fr">Autel ou base de statue</skos:altLabel>
<skos:scopeNote xml:lang="de">Grundplatte, die der Stabilisierung z.B. einer Statue oder
eines Altars dient</skos:scopeNote>
<skos:inScheme rdf:resource="https://www.eagle-network.eu/voc/objtyp/"/>
<skos:exactMatch>
<skos:Concept rdf:about="https://archwort.dainst.org/thesaurus/de/vocab/?tema=1407">
<skos:prefLabel xml:lang="de">Altar</skos:prefLabel>
</skos:Concept>
</skos:exactMatch>
<skos:exactMatch>
<skos:Concept rdf:about="https://archwort.dainst.org/thesaurus/de/vocab/?tema=1484">
<skos:prefLabel xml:lang="de">Basis</skos:prefLabel>
</skos:Concept>
</skos:exactMatch>
<skos:closeMatch>
<skos:Concept rdf:about="https://vocab.getty.edu/aat/300001656"/>
</skos:closeMatch>
<dct:created>2013-10-01 22:44:21</dct:created>
</skos:Concept>
<skos:Concept rdf:about="https://www.eagle-network.eu/voc/objtyp/lod/31">
<skos:prefLabel xml:lang="de">Altarbekrönung</skos:prefLabel>
<skos:altLabel xml:lang="en">altar, corona</skos:altLabel>
<skos:inScheme rdf:resource="https://www.eagle-network.eu/voc/objtyp/"/>
<skos:exactMatch>
<skos:Concept rdf:about="https://www.eagle-network.eu/voc/objtyp/lod/1275">
<skos:prefLabel xml:lang="es">Corona de altar</skos:prefLabel>
</skos:Concept>
</skos:exactMatch>
<skos:exactMatch>
<skos:Concept rdf:about="https://archwort.dainst.org/thesaurus/de/vocab/?tema=61">
<skos:prefLabel xml:lang="de">Bekrönung</skos:prefLabel>
</skos:Concept>
</skos:exactMatch>
<dct:created>2013-10-01 22:44:21</dct:created>
</skos:Concept>
<skos:Concept rdf:about="https://www.eagle-network.eu/voc/objtyp/lod/1963">
<skos:prefLabel xml:lang="en">Altar-stele</skos:prefLabel>
<skos:inScheme rdf:resource="https://www.eagle-network.eu/voc/objtyp/"/>
<skos:related rdf:resource="https://www.eagle-network.eu/voc/objtyp/lod/30"/>
<dct:created>2015-02-17 14:32:01</dct:created>
</skos:Concept>
<skos:Concept rdf:about="https://www.eagle-network.eu/voc/objtyp/lod/1831">
<skos:prefLabel xml:lang="en">Amphidistyle in-antis</skos:prefLabel>
<skos:inScheme rdf:resource="https://www.eagle-network.eu/voc/objtyp/"/>
<skos:closeMatch>
<skos:Concept rdf:about="https://vocab.getty.edu/aat/300163731"/>
</skos:closeMatch>
<dct:created>2014-06-12 14:32:01</dct:created>
</skos:Concept>
<skos:Concept rdf:about="https://www.eagle-network.eu/voc/objtyp/lod/1832">
<skos:prefLabel xml:lang="en">Amphiprostyle</skos:prefLabel>
<skos:scopeNote xml:lang="de">Variante eines prostylen Tempels, die auch auf der Rückseite
eine Säulenstellung hat</skos:scopeNote>
<skos:inScheme rdf:resource="https://www.eagle-network.eu/voc/objtyp/"/>
<skos:exactMatch>
<skos:Concept rdf:about="https://archwort.dainst.org/thesaurus/de/vocab/?tema=3646">
<skos:prefLabel xml:lang="de">Amphiprostylos</skos:prefLabel>
</skos:Concept>
</skos:exactMatch>
<skos:exactMatch>
<skos:Concept rdf:about="https://vocab.getty.edu/aat/300163729"/>
</skos:exactMatch>
<dct:created>2014-06-12 14:32:01</dct:created>
</skos:Concept>
<skos:Concept rdf:about="https://www.eagle-network.eu/voc/objtyp/lod/16">
<skos:prefLabel xml:lang="fr">Amphith̢̩tre</skos:prefLabel>
<skos:altLabel xml:lang="es">amfiteátrum</skos:altLabel>
<skos:altLabel xml:lang="la">amphitheatrum</skos:altLabel>
<skos:altLabel xml:lang="it">Anfiteatro</skos:altLabel>
<skos:scopeNote xml:lang="de">Theater mit kreisförmig oder halbkreisförmig um die Arena
angelegten Sitzreihen</skos:scopeNote>
<skos:inScheme rdf:resource="https://www.eagle-network.eu/voc/objtyp/"/>
<skos:exactMatch>
<skos:Concept rdf:about="https://archwort.dainst.org/thesaurus/de/vocab/?tema=4116">
<skos:prefLabel xml:lang="de">Amphitheater</skos:prefLabel>
</skos:Concept>
</skos:exactMatch>
<skos:exactMatch>
<skos:Concept rdf:about="https://vocab.getty.edu/aat/300007128"/>
</skos:exactMatch>
<dct:created>2013-10-01 22:44:21</dct:created>
</skos:Concept>
<skos:Concept rdf:about="https://www.eagle-network.eu/voc/objtyp/lod/17">
<skos:prefLabel xml:lang="la">Amphora</skos:prefLabel>
<skos:altLabel xml:lang="en">Anfor</skos:altLabel>
<skos:altLabel xml:lang="it">anfora</skos:altLabel>
<skos:altLabel xml:lang="en">Vase</skos:altLabel>
<skos:altLabel xml:lang="el">αμφορέας</skos:altLabel>
<skos:altLabel xml:lang="ru">амфора</skos:altLabel>
<skos:altLabel xml:lang="ar">امفورة</skos:altLabel>
<skos:inScheme rdf:resource="https://www.eagle-network.eu/voc/objtyp/"/>
<skos:exactMatch>
<skos:Concept rdf:about="https://www.eagle-network.eu/voc/objtyp/lod/1238">
<skos:prefLabel xml:lang="fr">Amphore</skos:prefLabel>
</skos:Concept>
</skos:exactMatch>
<skos:exactMatch>
<skos:Concept rdf:about="https://www.eagle-network.eu/voc/objtyp/lod/1240">
<skos:prefLabel xml:lang="es">Ánfora</skos:prefLabel>
</skos:Concept>
</skos:exactMatch>
<dct:created>2013-10-01 22:44:21</dct:created>
</skos:Concept>
<skos:Concept rdf:about="https://www.eagle-network.eu/voc/objtyp/lod/21">
<skos:prefLabel xml:lang="la">Amphora, cortex</skos:prefLabel>
<skos:altLabel xml:lang="en">amphora cap</skos:altLabel>
<skos:altLabel xml:lang="en">lid</skos:altLabel>
<skos:altLabel xml:lang="es">Tape de anfora</skos:altLabel>
<skos:altLabel xml:lang="it">tappo d’anfora</skos:altLabel>
<skos:scopeNote xml:lang="de">Verschluss zum Abdecken eines Gefäßes</skos:scopeNote>
<skos:inScheme rdf:resource="https://www.eagle-network.eu/voc/objtyp/"/>
<skos:exactMatch>
<skos:Concept rdf:about="https://www.eagle-network.eu/voc/objtyp/lod/1247">
<skos:prefLabel xml:lang="fr">Bouchon d'amphore</skos:prefLabel>
</skos:Concept>
</skos:exactMatch>
<skos:exactMatch>
<skos:Concept rdf:about="https://archwort.dainst.org/thesaurus/de/vocab/?tema=1628">
<skos:prefLabel xml:lang="de">Deckel</skos:prefLabel>
</skos:Concept>
</skos:exactMatch>
<skos:exactMatch>
<skos:Concept rdf:about="https://vocab.getty.edu/aat/300045712"/>
</skos:exactMatch>
<dct:created>2013-10-01 22:44:21</dct:created>
</skos:Concept>
<skos:Concept rdf:about="https://www.eagle-network.eu/voc/objtyp/lod/22">
<skos:prefLabel xml:lang="la">Ampulla</skos:prefLabel>
<skos:altLabel xml:lang="en">bar</skos:altLabel>
<skos:altLabel xml:lang="it">borraccia</skos:altLabel>
<skos:altLabel xml:lang="es">Botella</skos:altLabel>
<skos:altLabel xml:lang="it">bottiglia</skos:altLabel>
<skos:altLabel xml:lang="en">Bottle</skos:altLabel>
<skos:altLabel xml:lang="fr">fiole</skos:altLabel>
<skos:altLabel xml:lang="de">Flasche</skos:altLabel>
<skos:altLabel xml:lang="en">flask</skos:altLabel>
<skos:altLabel xml:lang="el">αγγείο</skos:altLabel>
<skos:altLabel xml:lang="el">λήκυθος</skos:altLabel>
<skos:altLabel xml:lang="ru">лекиф</skos:altLabel>
<skos:altLabel xml:lang="ar">قارورة</skos:altLabel>
<skos:scopeNote xml:lang="de">Verschließbares Behältnis mit schmalem Hals und kleiner
Öffnung für Transport oder Aufbewahrung von Flüssigkeiten oder
Feststoffen</skos:scopeNote>
<skos:inScheme rdf:resource="https://www.eagle-network.eu/voc/objtyp/"/>
<skos:exactMatch>
<skos:Concept rdf:about="https://www.eagle-network.eu/voc/objtyp/lod/1251">
<skos:prefLabel xml:lang="de">Barren</skos:prefLabel>
</skos:Concept>
</skos:exactMatch>
<skos:exactMatch>
<skos:Concept rdf:about="https://www.eagle-network.eu/voc/objtyp/lod/1253">
<skos:prefLabel xml:lang="fr">Bouteille</skos:prefLabel>
</skos:Concept>
</skos:exactMatch>
<skos:exactMatch>
<skos:Concept rdf:about="https://archwort.dainst.org/thesaurus/de/vocab/?tema=7063">
<skos:prefLabel xml:lang="de">Barre</skos:prefLabel>
</skos:Concept>
</skos:exactMatch>
<skos:exactMatch>
<skos:Concept rdf:about="https://archwort.dainst.org/thesaurus/de/vocab/?tema=4628">
<skos:prefLabel xml:lang="de">Flasche</skos:prefLabel>
</skos:Concept>
</skos:exactMatch>
<skos:exactMatch>
<skos:Concept rdf:about="https://vocab.getty.edu/aat/300045627"/>
</skos:exactMatch>
<dct:created>2013-10-01 22:44:21</dct:created>
</skos:Concept>
<skos:Concept rdf:about="https://www.eagle-network.eu/voc/objtyp/lod/167">
<skos:prefLabel xml:lang="fr">Amulette</skos:prefLabel>
<skos:altLabel xml:lang="it">Amuleto</skos:altLabel>
<skos:altLabel xml:lang="he">קמיע</skos:altLabel>
<skos:altLabel xml:lang="he">בולה</skos:altLabel>
<skos:altLabel xml:lang="la">monile, amuletum</skos:altLabel>
<skos:scopeNote xml:lang="de">Kleiner tragbarer Gegenstand, dem glückbringende oder
apotropäische Kräfte zugeschrieben werden</skos:scopeNote>
<skos:inScheme rdf:resource="https://www.eagle-network.eu/voc/objtyp/"/>
<skos:exactMatch>
<skos:Concept rdf:about="https://archwort.dainst.org/thesaurus/de/vocab/?tema=1414">
<skos:prefLabel xml:lang="de">Amulett</skos:prefLabel>
</skos:Concept>
</skos:exactMatch>
<skos:exactMatch>
<skos:Concept rdf:about="https://vocab.getty.edu/aat/300266585"/>
</skos:exactMatch>
<dct:created>2013-10-01 22:44:21</dct:created>
</skos:Concept>
<skos:Concept rdf:about="https://www.eagle-network.eu/voc/objtyp/lod/1833">
<skos:prefLabel xml:lang="en">Anactoron</skos:prefLabel>
<skos:inScheme rdf:resource="https://www.eagle-network.eu/voc/objtyp/"/>
<dct:created>2014-06-12 14:32:01</dct:created>
</skos:Concept>
<skos:Concept rdf:about="https://www.eagle-network.eu/voc/objtyp/lod/1872">
<skos:prefLabel xml:lang="en">Analemma</skos:prefLabel>
<skos:inScheme rdf:resource="https://www.eagle-network.eu/voc/objtyp/"/>
<dct:created>2014-06-23 09:41:18</dct:created>
</skos:Concept>
<skos:Concept rdf:about="https://www.eagle-network.eu/voc/objtyp/lod/1873">
<skos:prefLabel xml:lang="en">Anastylosis</skos:prefLabel>
<skos:inScheme rdf:resource="https://www.eagle-network.eu/voc/objtyp/"/>
<skos:exactMatch>
<skos:Concept rdf:about="https://vocab.getty.edu/aat/300053739"/>
</skos:exactMatch>
<dct:created>2014-06-23 09:44:03</dct:created>
</skos:Concept>
<skos:Concept rdf:about="https://www.eagle-network.eu/voc/objtyp/lod/1834">
<skos:prefLabel xml:lang="en">Anathyrosis</skos:prefLabel>
<skos:scopeNote xml:lang="de">Nicht vollständig geglättete Lagerfläche von
Steinblöcken</skos:scopeNote>
<skos:inScheme rdf:resource="https://www.eagle-network.eu/voc/objtyp/"/>
<skos:exactMatch>
<skos:Concept rdf:about="https://archwort.dainst.org/thesaurus/de/vocab/?tema=6987">
<skos:prefLabel xml:lang="de">Anathyrosis</skos:prefLabel>
</skos:Concept>
</skos:exactMatch>
<dct:created>2014-06-12 14:32:01</dct:created>
</skos:Concept>
<skos:Concept rdf:about="https://www.eagle-network.eu/voc/objtyp/lod/27">
<skos:prefLabel xml:lang="la">Ancora</skos:prefLabel>
<skos:altLabel xml:lang="en">anchor</skos:altLabel>
<skos:altLabel xml:lang="it">ancora</skos:altLabel>
<skos:altLabel xml:lang="hu">ancla</skos:altLabel>
<skos:altLabel xml:lang="fr">ancre</skos:altLabel>
<skos:altLabel xml:lang="de">Anker</skos:altLabel>
<skos:altLabel xml:lang="el">άγκυρα</skos:altLabel>
<skos:altLabel xml:lang="ru">якорь</skos:altLabel>
<skos:altLabel xml:lang="ar">مخطاف</skos:altLabel>
<skos:inScheme rdf:resource="https://www.eagle-network.eu/voc/objtyp/"/>
<dct:created>2013-10-01 22:44:21</dct:created>
</skos:Concept>
<skos:Concept rdf:about="https://www.eagle-network.eu/voc/objtyp/lod/1835">
<skos:prefLabel xml:lang="en">Andrón</skos:prefLabel>
<skos:inScheme rdf:resource="https://www.eagle-network.eu/voc/objtyp/"/>
<skos:exactMatch>
<skos:Concept rdf:about="https://vocab.getty.edu/aat/300004391"/>
</skos:exactMatch>
<dct:created>2014-06-12 14:32:01</dct:created>
</skos:Concept>
<skos:Concept rdf:about="https://www.eagle-network.eu/voc/objtyp/lod/1836">
<skos:prefLabel xml:lang="en">Angle capital</skos:prefLabel>
<skos:inScheme rdf:resource="https://www.eagle-network.eu/voc/objtyp/"/>
<skos:exactMatch>
<skos:Concept rdf:about="https://archwort.dainst.org/thesaurus/de/vocab/?tema=605">
<skos:prefLabel xml:lang="de">ionisches Eckkapitell</skos:prefLabel>
</skos:Concept>
</skos:exactMatch>
<skos:exactMatch>
<skos:Concept rdf:about="https://vocab.getty.edu/aat/300001668"/>
</skos:exactMatch>
<dct:created>2014-06-12 14:32:01</dct:created>
</skos:Concept>
<skos:Concept rdf:about="https://www.eagle-network.eu/voc/objtyp/lod/1837">
<skos:prefLabel xml:lang="en">Angle contraction</skos:prefLabel>
<skos:scopeNote xml:lang="de">Zur Auflösung des dorischen Eckkonfliktes verjüngte
Interkolumnia an den Ecken des Tempels</skos:scopeNote>
<skos:inScheme rdf:resource="https://www.eagle-network.eu/voc/objtyp/"/>
<skos:exactMatch>
<skos:Concept rdf:about="https://archwort.dainst.org/thesaurus/de/vocab/?tema=456">
<skos:prefLabel xml:lang="de">Eckkontraktion</skos:prefLabel>
</skos:Concept>
</skos:exactMatch>
<dct:created>2014-06-12 14:32:01</dct:created>
</skos:Concept>
<skos:Concept rdf:about="https://www.eagle-network.eu/voc/objtyp/lod/1838">
<skos:prefLabel xml:lang="en">Anta capitel</skos:prefLabel>
<skos:scopeNote xml:lang="de">Kapitellförmiger oberer Abschluss einer Ante</skos:scopeNote>
<skos:inScheme rdf:resource="https://www.eagle-network.eu/voc/objtyp/"/>
<skos:exactMatch>
<skos:Concept rdf:about="https://archwort.dainst.org/thesaurus/de/vocab/?tema=7797">
<skos:prefLabel xml:lang="de">Antenkapitell</skos:prefLabel>
</skos:Concept>
</skos:exactMatch>
<dct:created>2014-06-12 14:32:01</dct:created>
</skos:Concept>
<skos:Concept rdf:about="https://www.eagle-network.eu/voc/objtyp/lod/1839">
<skos:prefLabel xml:lang="en">Ante</skos:prefLabel>
<skos:scopeNote xml:lang="de">Verlängerung einer Gebäudewand zu einer vorgezogenen
Mauerzunge</skos:scopeNote>
<skos:inScheme rdf:resource="https://www.eagle-network.eu/voc/objtyp/"/>
<skos:exactMatch>
<skos:Concept rdf:about="https://archwort.dainst.org/thesaurus/de/vocab/?tema=492">
<skos:prefLabel xml:lang="de">Ante</skos:prefLabel>
</skos:Concept>
</skos:exactMatch>
<skos:exactMatch>
<skos:Concept rdf:about="https://vocab.getty.edu/aat/300001635"/>
</skos:exactMatch>
<dct:created>2014-06-12 14:32:01</dct:created>
<dct:modified>2014-06-12 14:51:59</dct:modified>
</skos:Concept>
<skos:Concept rdf:about="https://www.eagle-network.eu/voc/objtyp/lod/1840">
<skos:prefLabel xml:lang="en">Antechamber</skos:prefLabel>
<skos:scopeNote xml:lang="de">Raum im Eingangsbereich eines Gebäude, der zu den anderen
Räumlichkeiten führt</skos:scopeNote>
<skos:inScheme rdf:resource="https://www.eagle-network.eu/voc/objtyp/"/>
<skos:exactMatch>
<skos:Concept rdf:about="https://archwort.dainst.org/thesaurus/de/vocab/?tema=3888">
<skos:prefLabel xml:lang="de">Vorraum</skos:prefLabel>
</skos:Concept>
</skos:exactMatch>
<skos:closeMatch>
<skos:Concept rdf:about="https://vocab.getty.edu/aat/300081620"/>
</skos:closeMatch>
<dct:created>2014-06-12 14:32:01</dct:created>
</skos:Concept>
<skos:Concept rdf:about="https://www.eagle-network.eu/voc/objtyp/lod/28">
<skos:prefLabel xml:lang="en">Antefix</skos:prefLabel>
<skos:altLabel xml:lang="it">antefissa</skos:altLabel>
<skos:altLabel xml:lang="fr">antéfixe</skos:altLabel>
<skos:altLabel xml:lang="la">antefixum</skos:altLabel>
<skos:altLabel xml:lang="el">ακρωτήριο</skos:altLabel>
<skos:altLabel xml:lang="el">πρόπηγμα</skos:altLabel>
<skos:altLabel xml:lang="ar">مشربية سقف</skos:altLabel>
<skos:scopeNote xml:lang="de">Verzierter Stirnziegel eines Daches, häufig in Form einer
Palmette</skos:scopeNote>
<skos:inScheme rdf:resource="https://www.eagle-network.eu/voc/objtyp/"/>
<skos:exactMatch>
<skos:Concept rdf:about="https://archwort.dainst.org/thesaurus/de/vocab/?tema=1141">
<skos:prefLabel xml:lang="de">Antefix</skos:prefLabel>
</skos:Concept>
</skos:exactMatch>
<skos:exactMatch>
<skos:Concept rdf:about="https://vocab.getty.edu/aat/300002217"/>
</skos:exactMatch>
<dct:created>2013-10-01 22:44:21</dct:created>
</skos:Concept>
<skos:Concept rdf:about="https://www.eagle-network.eu/voc/objtyp/lod/1841">
<skos:prefLabel xml:lang="en">Anthemion</skos:prefLabel>
<skos:scopeNote xml:lang="de">Ornament aus Palmette und Lotosblüte, das auf der Giebelspitze
angebracht ist</skos:scopeNote>
<skos:inScheme rdf:resource="https://www.eagle-network.eu/voc/objtyp/"/>
<skos:exactMatch>
<skos:Concept rdf:about="https://archwort.dainst.org/thesaurus/de/vocab/?tema=1144">
<skos:prefLabel xml:lang="de">Firstanthemion</skos:prefLabel>
</skos:Concept>
</skos:exactMatch>
<skos:exactMatch>
<skos:Concept rdf:about="https://vocab.getty.edu/aat/300009982"/>
</skos:exactMatch>
<dct:created>2014-06-12 14:32:01</dct:created>
<dct:modified>2014-06-12 14:57:19</dct:modified>
</skos:Concept>
<skos:Concept rdf:about="https://www.eagle-network.eu/voc/objtyp/lod/221">
<skos:prefLabel xml:lang="de">Anthropomorpher Sarkophag</skos:prefLabel>
<skos:altLabel xml:lang="hu">antropomorf szarkofág</skos:altLabel>
<skos:altLabel xml:lang="la">sarcophagus, humana forma</skos:altLabel>
<skos:inScheme rdf:resource="https://www.eagle-network.eu/voc/objtyp/"/>
<skos:related rdf:resource="https://www.eagle-network.eu/voc/objtyp/lod/214"/>
<dct:created>2013-10-01 22:44:21</dct:created>
</skos:Concept>
<skos:Concept rdf:about="https://www.eagle-network.eu/voc/objtyp/lod/1842">
<skos:prefLabel xml:lang="en">Antithema</skos:prefLabel>
<skos:inScheme rdf:resource="https://www.eagle-network.eu/voc/objtyp/"/>
<dct:created>2014-06-12 14:32:01</dct:created>
</skos:Concept>
<skos:Concept rdf:about="https://www.eagle-network.eu/voc/objtyp/lod/1843">
<skos:prefLabel xml:lang="la">anulus aureus</skos:prefLabel>
<skos:altLabel xml:lang="de">Goldring</skos:altLabel>
<skos:scopeNote xml:lang="en">Also listed by Anne Glock from volumes II/7 (Corduba); VI 8, 2
and 3 (Rome); XIII (Gaul and Germania); XVII/4,1 (Milestones) in CIL</skos:scopeNote>
<skos:inScheme rdf:resource="https://www.eagle-network.eu/voc/objtyp/"/>
<skos:related rdf:resource="https://www.eagle-network.eu/voc/objtyp/lod/168"/>
<skos:exactMatch>
<skos:Concept rdf:about="https://archwort.dainst.org/thesaurus/de/vocab/?tema=593">
<skos:prefLabel xml:lang="de">Anulus</skos:prefLabel>
</skos:Concept>
</skos:exactMatch>
<dct:created>2014-06-12 14:32:01</dct:created>
</skos:Concept>
<skos:Concept rdf:about="https://www.eagle-network.eu/voc/objtyp/lod/1844">
<skos:prefLabel xml:lang="en">Apsis</skos:prefLabel>
<skos:inScheme rdf:resource="https://www.eagle-network.eu/voc/objtyp/"/>
<skos:exactMatch>
<skos:Concept rdf:about="https://archwort.dainst.org/thesaurus/de/vocab/?tema=1427">
<skos:prefLabel xml:lang="de">Apsis</skos:prefLabel>
</skos:Concept>
</skos:exactMatch>
<skos:exactMatch>
<skos:Concept rdf:about="https://vocab.getty.edu/aat/300004607"/>
</skos:exactMatch>
<dct:created>2014-06-12 14:32:01</dct:created>
</skos:Concept>
<skos:Concept rdf:about="https://www.eagle-network.eu/voc/objtyp/lod/14">
<skos:prefLabel xml:lang="fr">Aqueduc</skos:prefLabel>
<skos:altLabel xml:lang="es">Acueducto</skos:altLabel>
<skos:altLabel xml:lang="la">aquaeductum</skos:altLabel>
<skos:altLabel xml:lang="en">Aqueduct</skos:altLabel>
<skos:inScheme rdf:resource="https://www.eagle-network.eu/voc/objtyp/"/>
<skos:exactMatch>
<skos:Concept rdf:about="https://archwort.dainst.org/thesaurus/de/vocab/?tema=1428">
<skos:prefLabel xml:lang="de">Aquädukt</skos:prefLabel>
</skos:Concept>
</skos:exactMatch>
<skos:exactMatch>
<skos:Concept rdf:about="https://vocab.getty.edu/aat/300006165"/>
</skos:exactMatch>
<dct:created>2013-10-01 22:44:21</dct:created>
</skos:Concept>
<skos:Concept rdf:about="https://www.eagle-network.eu/voc/objtyp/lod/436">
<skos:prefLabel xml:lang="en">Archaeological Feature</skos:prefLabel>
<skos:inScheme rdf:resource="https://www.eagle-network.eu/voc/objtyp/"/>
<dct:created>2013-10-01 22:44:21</dct:created>
</skos:Concept>
<skos:Concept rdf:about="https://www.eagle-network.eu/voc/objtyp/lod/35">
<skos:prefLabel xml:lang="de">Architekturteil</skos:prefLabel>
<skos:altLabel xml:lang="la">Architectonica pars</skos:altLabel>
<skos:altLabel xml:lang="es">architectura</skos:altLabel>
<skos:altLabel xml:lang="en">Architectural Element</skos:altLabel>
<skos:altLabel xml:lang="en">Architectural member</skos:altLabel>
<skos:altLabel xml:lang="en">architectural piece</skos:altLabel>
<skos:altLabel xml:lang="fr">Architecture</skos:altLabel>
<skos:altLabel xml:lang="hu">építészeti elem</skos:altLabel>
<skos:inScheme rdf:resource="https://www.eagle-network.eu/voc/objtyp/"/>
<skos:exactMatch>
<skos:Concept rdf:about="https://www.eagle-network.eu/voc/objtyp/lod/1285">
<skos:prefLabel xml:lang="de">Bauornamentik</skos:prefLabel>
</skos:Concept>
</skos:exactMatch>
<skos:exactMatch>
<skos:Concept rdf:about="https://archwort.dainst.org/thesaurus/de/vocab/?tema=7812">
<skos:prefLabel xml:lang="de">Architekturelement</skos:prefLabel>
</skos:Concept>
</skos:exactMatch>
<dct:created>2013-10-01 22:44:21</dct:created>
</skos:Concept>
<skos:Concept rdf:about="https://www.eagle-network.eu/voc/objtyp/lod/119">
<skos:prefLabel xml:lang="de">Architrav</skos:prefLabel>
<skos:altLabel xml:lang="it">architrave</skos:altLabel>
<skos:altLabel xml:lang="es">Arquitrave</skos:altLabel>
<skos:altLabel xml:lang="tr">arşitrav</skos:altLabel>
<skos:altLabel xml:lang="en">Epistyl</skos:altLabel>
<skos:altLabel xml:lang="la">epistylium</skos:altLabel>
<skos:altLabel xml:lang="el">επιστύλιο</skos:altLabel>
<skos:altLabel xml:lang="ru">архитрав</skos:altLabel>
<skos:altLabel xml:lang="ar">عارضه</skos:altLabel>
<skos:altLabel xml:lang="ar">عتب</skos:altLabel>
<skos:scopeNote xml:lang="en">Also listed by Anne Glock from volumes II/7 (Corduba); VI 8, 2
and 3 (Rome); XIII (Gaul and Germania); XVII/4,1 (Milestones) in CIL</skos:scopeNote>
<skos:inScheme rdf:resource="https://www.eagle-network.eu/voc/objtyp/"/>
<skos:exactMatch>
<skos:Concept rdf:about="https://www.eagle-network.eu/voc/objtyp/lod/1511">
<skos:prefLabel xml:lang="fr">Architrave</skos:prefLabel>
</skos:Concept>
</skos:exactMatch>
<skos:exactMatch>
<skos:Concept rdf:about="https://www.eagle-network.eu/voc/objtyp/lod/1513">
<skos:prefLabel xml:lang="es">Arquitrabe</skos:prefLabel>
</skos:Concept>
</skos:exactMatch>
<skos:exactMatch>
<skos:Concept rdf:about="https://archwort.dainst.org/thesaurus/de/vocab/?tema=678">
<skos:prefLabel xml:lang="de">Architrav</skos:prefLabel>
</skos:Concept>
</skos:exactMatch>
<skos:exactMatch>
<skos:Concept rdf:about="https://vocab.getty.edu/aat/300001780"/>
</skos:exactMatch>
<dct:created>2013-10-01 22:44:21</dct:created>
</skos:Concept>
<skos:Concept rdf:about="https://www.eagle-network.eu/voc/objtyp/lod/1845">
<skos:prefLabel xml:lang="en">Archivolt</skos:prefLabel>
<skos:inScheme rdf:resource="https://www.eagle-network.eu/voc/objtyp/"/>
<skos:exactMatch>
<skos:Concept rdf:about="https://archwort.dainst.org/thesaurus/de/vocab/?tema=817">
<skos:prefLabel xml:lang="de">Archivolte</skos:prefLabel>
</skos:Concept>
</skos:exactMatch>
<skos:exactMatch>
<skos:Concept rdf:about="https://vocab.getty.edu/aat/300001152"/>
</skos:exactMatch>
<dct:created>2014-06-12 14:32:01</dct:created>
</skos:Concept>
<skos:Concept rdf:about="https://www.eagle-network.eu/voc/objtyp/lod/41">
<skos:prefLabel xml:lang="la">arenatum</skos:prefLabel>
<skos:altLabel xml:lang="it">malta fresca</skos:altLabel>
<skos:altLabel xml:lang="hu">Mörtel</skos:altLabel>
<skos:altLabel xml:lang="fr">mortier</skos:altLabel>
<skos:altLabel xml:lang="en">on fresh mortar</skos:altLabel>
<skos:altLabel xml:lang="el">αμμοκονίαμα</skos:altLabel>
<skos:inScheme rdf:resource="https://www.eagle-network.eu/voc/objtyp/"/>
<skos:exactMatch>
<skos:Concept rdf:about="https://vocab.getty.edu/aat/300014741"/>
</skos:exactMatch>
<dct:created>2013-10-01 22:44:21</dct:created>
</skos:Concept>
<skos:Concept rdf:about="https://www.eagle-network.eu/voc/objtyp/lod/39">
<skos:prefLabel xml:lang="de">Arkade</skos:prefLabel>
<skos:altLabel xml:lang="en">arcade</skos:altLabel>
<skos:altLabel xml:lang="la">architectura, porticatus</skos:altLabel>
<skos:altLabel xml:lang="hu">árkád</skos:altLabel>
<skos:altLabel xml:lang="es">Pòrtico</skos:altLabel>
<skos:inScheme rdf:resource="https://www.eagle-network.eu/voc/objtyp/"/>
<skos:exactMatch>
<skos:Concept rdf:about="https://www.eagle-network.eu/voc/objtyp/lod/1297">
<skos:prefLabel xml:lang="es">Arcada</skos:prefLabel>
</skos:Concept>
</skos:exactMatch>
<skos:exactMatch>
<skos:Concept rdf:about="https://www.eagle-network.eu/voc/objtyp/lod/1299">
<skos:prefLabel xml:lang="en">Columnar monument</skos:prefLabel>
<skos:altLabel xml:lang="en">Colonnette</skos:altLabel>
</skos:Concept>
</skos:exactMatch>
<skos:exactMatch>
<skos:Concept rdf:about="https://www.eagle-network.eu/voc/objtyp/lod/1295">
<skos:prefLabel xml:lang="fr">Portique</skos:prefLabel>
</skos:Concept>
</skos:exactMatch>
<skos:exactMatch>
<skos:Concept rdf:about="https://archwort.dainst.org/thesaurus/de/vocab/?tema=797">
<skos:prefLabel xml:lang="de">Arkade</skos:prefLabel>
</skos:Concept>
</skos:exactMatch>
<dct:created>2013-10-01 22:44:21</dct:created>
</skos:Concept>
<skos:Concept rdf:about="https://www.eagle-network.eu/voc/objtyp/lod/43">
<skos:prefLabel xml:lang="la">Arma, galea</skos:prefLabel>
<skos:altLabel xml:lang="de">Bewaffnung, Helm</skos:altLabel>
<skos:altLabel xml:lang="fr">casque</skos:altLabel>
<skos:altLabel xml:lang="es">elmo</skos:altLabel>
<skos:altLabel xml:lang="it">elmo</skos:altLabel>
<skos:altLabel xml:lang="de">Helm</skos:altLabel>
<skos:altLabel xml:lang="en">helmet</skos:altLabel>
<skos:altLabel xml:lang="hu">sisak</skos:altLabel>
<skos:altLabel xml:lang="el">όπλο: κράνος</skos:altLabel>
<skos:altLabel xml:lang="ru">шлем</skos:altLabel>
<skos:altLabel xml:lang="ar">خوذة</skos:altLabel>
<skos:inScheme rdf:resource="https://www.eagle-network.eu/voc/objtyp/"/>
<skos:exactMatch>
<skos:Concept rdf:about="https://www.eagle-network.eu/voc/objtyp/lod/1306">
<skos:prefLabel xml:lang="es">Casco</skos:prefLabel>
</skos:Concept>
</skos:exactMatch>
<skos:exactMatch>
<skos:Concept rdf:about="https://archwort.dainst.org/thesaurus/de/vocab/?tema=2058">
<skos:prefLabel xml:lang="de">Helm</skos:prefLabel>
</skos:Concept>
</skos:exactMatch>
<dct:created>2013-10-01 22:44:21</dct:created>
</skos:Concept>
<skos:Concept rdf:about="https://www.eagle-network.eu/voc/objtyp/lod/47">
<skos:prefLabel xml:lang="la">Arma, glans</skos:prefLabel>
<skos:altLabel xml:lang="es">Bala de honda</skos:altLabel>
<skos:altLabel xml:lang="de">Bewaffnung, Glans</skos:altLabel>
<skos:altLabel xml:lang="it">proiettile da fromboliere</skos:altLabel>
<skos:altLabel xml:lang="fr">projectile, balle de fronde</skos:altLabel>
<skos:altLabel xml:lang="en">shot</skos:altLabel>
<skos:altLabel xml:lang="en">sling shell</skos:altLabel>
<skos:altLabel xml:lang="el">όπλο: σφενδόνα</skos:altLabel>
<skos:altLabel xml:lang="el">σφαίρα σφενδόνας</skos:altLabel>
<skos:altLabel xml:lang="ru">праща</skos:altLabel>
<skos:altLabel xml:lang="ar">طلقة</skos:altLabel>
<skos:scopeNote xml:lang="en">Also listed by Anne Glock from volumes II/7 (Corduba); VI 8, 2
and 3 (Rome); XIII (Gaul and Germania); XVII/4,1 (Milestones) in CIL</skos:scopeNote>
<skos:inScheme rdf:resource="https://www.eagle-network.eu/voc/objtyp/"/>
<skos:exactMatch>
<skos:Concept rdf:about="https://www.eagle-network.eu/voc/objtyp/lod/1317">
<skos:prefLabel xml:lang="fr">Balle de fronde</skos:prefLabel>
</skos:Concept>
</skos:exactMatch>
<skos:exactMatch>
<skos:Concept rdf:about="https://archwort.dainst.org/thesaurus/de/vocab/?tema=1531">
<skos:prefLabel xml:lang="de">Bewaffnung</skos:prefLabel>
</skos:Concept>
</skos:exactMatch>
<skos:exactMatch>
<skos:Concept rdf:about="https://archwort.dainst.org/thesaurus/de/vocab/?tema=1904">
<skos:prefLabel xml:lang="de">Geschoss (Projektil)</skos:prefLabel>
</skos:Concept>
</skos:exactMatch>
<dct:created>2013-10-01 22:44:21</dct:created>
</skos:Concept>
<skos:Concept rdf:about="https://www.eagle-network.eu/voc/objtyp/lod/49">
<skos:prefLabel xml:lang="la">Arma, spatha</skos:prefLabel>
<skos:altLabel xml:lang="de">Schwert</skos:altLabel>
<skos:altLabel xml:lang="it">spada</skos:altLabel>
<skos:altLabel xml:lang="hu">spatha</skos:altLabel>
<skos:altLabel xml:lang="en">sword</skos:altLabel>
<skos:inScheme rdf:resource="https://www.eagle-network.eu/voc/objtyp/"/>
<skos:exactMatch>
<skos:Concept rdf:about="https://www.eagle-network.eu/voc/objtyp/lod/1323">
<skos:prefLabel xml:lang="es">Espada</skos:prefLabel>
</skos:Concept>
</skos:exactMatch>
<skos:exactMatch>
<skos:Concept rdf:about="https://archwort.dainst.org/thesaurus/de/vocab/?tema=2837">
<skos:prefLabel xml:lang="de">Schwert</skos:prefLabel>
</skos:Concept>
</skos:exactMatch>
<dct:created>2013-10-01 22:44:21</dct:created>
</skos:Concept>
<skos:Concept rdf:about="https://www.eagle-network.eu/voc/objtyp/lod/1846">
<skos:prefLabel xml:lang="en">Arsenal</skos:prefLabel>
<skos:inScheme rdf:resource="https://www.eagle-network.eu/voc/objtyp/"/>
<skos:exactMatch>
<skos:Concept rdf:about="https://archwort.dainst.org/thesaurus/de/vocab/?tema=3583">
<skos:prefLabel xml:lang="de">Arsenal</skos:prefLabel>
</skos:Concept>
</skos:exactMatch>
<skos:exactMatch>
<skos:Concept rdf:about="https://vocab.getty.edu/aat/300000448"/>
</skos:exactMatch>
<dct:created>2014-06-12 14:32:01</dct:created>
</skos:Concept>
<skos:Concept rdf:about="https://www.eagle-network.eu/voc/objtyp/lod/79">
<skos:prefLabel xml:lang="de">Aschenkiste</skos:prefLabel>
<skos:altLabel xml:lang="de">Aschenurne</skos:altLabel>
<skos:altLabel xml:lang="en">ash urn</skos:altLabel>
<skos:altLabel xml:lang="fr">caveau mortuaire</skos:altLabel>
<skos:altLabel xml:lang="it">cinerario</skos:altLabel>
<skos:altLabel xml:lang="la">arca</skos:altLabel>
<skos:altLabel xml:lang="la">cinerarium</skos:altLabel>
<skos:altLabel xml:lang="la">cinerarium, cista</skos:altLabel>
<skos:altLabel xml:lang="fr">urne funéraire</skos:altLabel>
<skos:altLabel xml:lang="el">τεφροδόχος</skos:altLabel>
<skos:altLabel xml:lang="ru">погребальная урна</skos:altLabel>
<skos:altLabel xml:lang="ar">جرة رماد</skos:altLabel>
<skos:scopeNote xml:lang="en">Also listed by Anne Glock from volumes II/7 (Corduba); VI 8, 2
and 3 (Rome); XIII (Gaul and Germania); XVII/4,1 (Milestones) in CIL</skos:scopeNote>
<skos:inScheme rdf:resource="https://www.eagle-network.eu/voc/objtyp/"/>
<skos:related rdf:resource="https://www.eagle-network.eu/voc/objtyp/lod/78"/>
<skos:exactMatch>
<skos:Concept rdf:about="https://archwort.dainst.org/thesaurus/de/vocab/?tema=8596">
<skos:prefLabel xml:lang="de">Aschenkiste</skos:prefLabel>
</skos:Concept>
</skos:exactMatch>
<dct:created>2013-10-01 22:44:21</dct:created>
</skos:Concept>
<skos:Concept rdf:about="https://www.eagle-network.eu/voc/objtyp/lod/84">
<skos:prefLabel xml:lang="de">Aschenkistendeckel</skos:prefLabel>
<skos:altLabel xml:lang="de">Aschenurne, Deckel</skos:altLabel>
<skos:altLabel xml:lang="en">ash cist (lid of...)</skos:altLabel>
<skos:altLabel xml:lang="en">ash urn cover</skos:altLabel>
<skos:altLabel xml:lang="la">cinerarium, operculum</skos:altLabel>
<skos:altLabel xml:lang="en">cinerary urn cover</skos:altLabel>
<skos:altLabel xml:lang="it">coperchio di cinerario</skos:altLabel>
<skos:altLabel xml:lang="fr">couvercle d'urne funéraire</skos:altLabel>
<skos:altLabel xml:lang="el">πώμα τεφροδόχου</skos:altLabel>
<skos:altLabel xml:lang="ar">غطاء جرة رماد</skos:altLabel>
<skos:inScheme rdf:resource="https://www.eagle-network.eu/voc/objtyp/"/>
<skos:exactMatch>
<skos:Concept rdf:about="https://www.eagle-network.eu/voc/objtyp/lod/1453">
<skos:prefLabel xml:lang="es">Cista funeraria (tapa de...)</skos:prefLabel>
</skos:Concept>
</skos:exactMatch>
<skos:exactMatch>
<skos:Concept rdf:about="https://archwort.dainst.org/thesaurus/de/vocab/?tema=8597">
<skos:prefLabel xml:lang="de">Aschenkistendeckel</skos:prefLabel>
</skos:Concept>
</skos:exactMatch>
<dct:created>2013-10-01 22:44:21</dct:created>
</skos:Concept>
<skos:Concept rdf:about="https://www.eagle-network.eu/voc/objtyp/lod/80">
<skos:prefLabel xml:lang="de">Aschenkistendeckel oder Sarkophagdeckel</skos:prefLabel>
<skos:altLabel xml:lang="la">cinerarium super sarcophago</skos:altLabel>
<skos:inScheme rdf:resource="https://www.eagle-network.eu/voc/objtyp/"/>
<skos:related rdf:resource="https://www.eagle-network.eu/voc/objtyp/lod/214"/>
<dct:created>2013-10-01 22:44:21</dct:created>
</skos:Concept>
<skos:Concept rdf:about="https://www.eagle-network.eu/voc/objtyp/lod/1847">
<skos:prefLabel xml:lang="en">Astragal</skos:prefLabel>
<skos:inScheme rdf:resource="https://www.eagle-network.eu/voc/objtyp/"/>
<skos:exactMatch>
<skos:Concept rdf:about="https://archwort.dainst.org/thesaurus/de/vocab/?tema=4797">
<skos:prefLabel xml:lang="de">Astragal</skos:prefLabel>
</skos:Concept>
</skos:exactMatch>
<skos:exactMatch>
<skos:Concept rdf:about="https://vocab.getty.edu/aat/300003506"/>
</skos:exactMatch>
<dct:created>2014-06-12 14:32:01</dct:created>
</skos:Concept>
<skos:Concept rdf:about="https://www.eagle-network.eu/voc/objtyp/lod/1848">
<skos:prefLabel xml:lang="en">Astylos</skos:prefLabel>
<skos:inScheme rdf:resource="https://www.eagle-network.eu/voc/objtyp/"/>
<skos:exactMatch>
<skos:Concept rdf:about="https://vocab.getty.edu/aat/300240367"/>
</skos:exactMatch>
<dct:created>2014-06-12 14:32:01</dct:created>
</skos:Concept>
<skos:Concept rdf:about="https://www.eagle-network.eu/voc/objtyp/lod/1849">
<skos:prefLabel xml:lang="en">Atlant</skos:prefLabel>
<skos:inScheme rdf:resource="https://www.eagle-network.eu/voc/objtyp/"/>
<skos:exactMatch>
<skos:Concept rdf:about="https://archwort.dainst.org/thesaurus/de/vocab/?tema=499">
<skos:prefLabel xml:lang="de">Atlant</skos:prefLabel>
</skos:Concept>
</skos:exactMatch>
<skos:exactMatch>
<skos:Concept rdf:about="https://vocab.getty.edu/aat/300001574"/>
</skos:exactMatch>
<dct:created>2014-06-12 14:32:01</dct:created>
</skos:Concept>
<skos:Concept rdf:about="https://www.eagle-network.eu/voc/objtyp/lod/1850">
<skos:prefLabel xml:lang="en">Attic</skos:prefLabel>
<skos:inScheme rdf:resource="https://www.eagle-network.eu/voc/objtyp/"/>
<skos:exactMatch>
<skos:Concept rdf:about="https://archwort.dainst.org/thesaurus/de/vocab/?tema=3782">
<skos:prefLabel xml:lang="de">Attika</skos:prefLabel>
</skos:Concept>
</skos:exactMatch>
<skos:closeMatch>
<skos:Concept rdf:about="https://vocab.getty.edu/aat/300002651"/>
</skos:closeMatch>
<skos:closeMatch>
<skos:Concept rdf:about="https://vocab.getty.edu/aat/300004076"/>
</skos:closeMatch>
<dct:created>2014-06-12 14:32:01</dct:created>
</skos:Concept>
<skos:Concept rdf:about="https://www.eagle-network.eu/voc/objtyp/lod/215">
<skos:prefLabel xml:lang="de">Attischer Sarkophag</skos:prefLabel>
<skos:altLabel xml:lang="la">sarcophagus, Atticus</skos:altLabel>
<skos:inScheme rdf:resource="https://www.eagle-network.eu/voc/objtyp/"/>
<skos:related rdf:resource="https://www.eagle-network.eu/voc/objtyp/lod/214"/>
<skos:exactMatch>
<skos:Concept rdf:about="https://archwort.dainst.org/thesaurus/de/vocab/?tema=8600">
<skos:prefLabel xml:lang="de">Attischer Sarkophag</skos:prefLabel>
</skos:Concept>
</skos:exactMatch>
<dct:created>2013-10-01 22:44:21</dct:created>
</skos:Concept>
<skos:Concept rdf:about="https://www.eagle-network.eu/voc/objtyp/lod/69">
<skos:prefLabel xml:lang="en">Auxiliary Fort</skos:prefLabel>
<skos:inScheme rdf:resource="https://www.eagle-network.eu/voc/objtyp/"/>
<dct:created>2013-10-01 22:44:21</dct:created>
</skos:Concept>
<skos:Concept rdf:about="https://www.eagle-network.eu/voc/objtyp/lod/169">
<skos:prefLabel xml:lang="fr">Bague</skos:prefLabel>
<skos:altLabel xml:lang="la">monile, anulus pronubus</skos:altLabel>
<skos:inScheme rdf:resource="https://www.eagle-network.eu/voc/objtyp/"/>
<dct:created>2013-10-01 22:44:21</dct:created>
</skos:Concept>
<skos:Concept rdf:about="https://www.eagle-network.eu/voc/objtyp/lod/45">
<skos:prefLabel xml:lang="fr">Balle de catapulte</skos:prefLabel>
<skos:altLabel xml:lang="la">arma, catapulta</skos:altLabel>
<skos:altLabel xml:lang="es">Bala de catapulta</skos:altLabel>
<skos:inScheme rdf:resource="https://www.eagle-network.eu/voc/objtyp/"/>
<skos:exactMatch>
<skos:Concept rdf:about="https://archwort.dainst.org/thesaurus/de/vocab/?tema=2792">
<skos:prefLabel xml:lang="de">Schleuder</skos:prefLabel>
</skos:Concept>
</skos:exactMatch>
<dct:created>2013-10-01 22:44:21</dct:created>
</skos:Concept>
<skos:Concept rdf:about="https://www.eagle-network.eu/voc/objtyp/lod/1851">
<skos:prefLabel xml:lang="en">Baluster</skos:prefLabel>
<skos:inScheme rdf:resource="https://www.eagle-network.eu/voc/objtyp/"/>
<skos:exactMatch>
<skos:Concept rdf:about="https://archwort.dainst.org/thesaurus/de/vocab/?tema=104">
<skos:prefLabel xml:lang="de">Baluster</skos:prefLabel>
</skos:Concept>
</skos:exactMatch>
<skos:closeMatch>
<skos:Concept rdf:about="https://vocab.getty.edu/aat/300001577"/>
</skos:closeMatch>
<dct:created>2014-06-12 14:32:01</dct:created>
</skos:Concept>
<skos:Concept rdf:about="https://www.eagle-network.eu/voc/objtyp/lod/254">
<skos:prefLabel xml:lang="en">Bank</skos:prefLabel>
<skos:altLabel xml:lang="es">Banco</skos:altLabel>
<skos:altLabel xml:lang="en">Bench</skos:altLabel>
<skos:inScheme rdf:resource="https://www.eagle-network.eu/voc/objtyp/"/>
<skos:exactMatch>
<skos:Concept rdf:about="https://www.eagle-network.eu/voc/objtyp/lod/1768">
<skos:prefLabel xml:lang="fr">Banc</skos:prefLabel>
</skos:Concept>
</skos:exactMatch>
<skos:exactMatch>
<skos:Concept rdf:about="https://archwort.dainst.org/thesaurus/de/vocab/?tema=183">
<skos:prefLabel xml:lang="de">Bank</skos:prefLabel>
</skos:Concept>
</skos:exactMatch>
<dct:created>2013-10-01 22:44:21</dct:created>
</skos:Concept>
<skos:Concept rdf:about="https://www.eagle-network.eu/voc/objtyp/lod/324">
<skos:prefLabel xml:lang="en">Barrack Block</skos:prefLabel>
<skos:inScheme rdf:resource="https://www.eagle-network.eu/voc/objtyp/"/>
<dct:created>2013-10-01 22:44:21</dct:created>
</skos:Concept>
<skos:Concept rdf:about="https://www.eagle-network.eu/voc/objtyp/lod/412">
<skos:prefLabel xml:lang="en">Barrier</skos:prefLabel>
<skos:inScheme rdf:resource="https://www.eagle-network.eu/voc/objtyp/"/>
<skos:exactMatch>
<skos:Concept rdf:about="https://archwort.dainst.org/thesaurus/de/vocab/?tema=91">
<skos:prefLabel xml:lang="de">Barriere</skos:prefLabel>
</skos:Concept>
</skos:exactMatch>
<dct:created>2013-10-01 22:44:21</dct:created>
</skos:Concept>
<skos:Concept rdf:about="https://www.eagle-network.eu/voc/objtyp/lod/425">
<skos:prefLabel xml:lang="en">Barrow</skos:prefLabel>
<skos:inScheme rdf:resource="https://www.eagle-network.eu/voc/objtyp/"/>