-
Notifications
You must be signed in to change notification settings - Fork 0
/
uo_mappings_all.yml
1274 lines (1216 loc) · 28.2 KB
/
uo_mappings_all.yml
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
#
# afpep
#
afpep:
work:
method: aat # vra:workType class not a property; uses Getty AAT cv in rdf:type
title: dct:title
view: oregon:cco/viewDescription
creato: dct:creator
politi: dct:contributor
date:
method: dc_date
earlie: vra:earliestDate
latest: vra:latestDate
subject:
method: dc_subject_lc # field also contains lc names as subjects and lcsh
cultur: vra:culturalContext
countr:
method: geographic
region: dct:coverage
locati: dct:provenance
measur: vra:measurements
descri: dct:description
inscri: vra:inscription
langua:
method: iso_language
relati: dct:hasPart
type:
method: type
format:
method: mime
identi: dct:identifier
rights:
method: rights # cc licenses for all by-nc-nd , later look at lc.rightsbasis
digiti: oregon:conversionSpecifications
digita: oregon:isPartOf/set
full: oregon:fullText
contri: oregon:contributingInstitution
fullrs: oregon:full # some items in collection PDF, so no data in this field
find: SKIP
dmaccess: SKIP
dmimage: SKIP
dmad1: SKIP
dmad2: SKIP
dmoclcno: SKIP
dmcreated: SKIP
dmmodified: SKIP
dmrecord:
method: replace # dmrecord has CDM number used in old CDM URL dct:replaces https://oregondigital.org/u?/folklore,5322
#
# sheet music
#
sheetmusic:
title: dct:title
creato:
method: lcnaf #dct:creator
captio: oregon:captionTitle # subproperty of dct:alternative, schema.org has caption for images and video only, not in sheetmusic dd
other: dct:alternative
composer:
method: lcnaf #marcrel:cmp
lyrici:
method: lcnaf #marcrel:lyr
arrang:
method: lcnaf #marcrel:arr
origib:
method: geopup # marcrel:pup, street-level info., geonamesify this!
publis: dct:publisher
origin: marcrel:cpc
date: dct:issued
physic: modsrdf:physicalExtent
perfor: oregon:sheetmusic/instrumentation
descri: dct:description
subjec:
method: dc_subject_lc # uses LCSH and LC Names
genre:
method: aat_sheetmusic # vra:workType class, use AAT, always "sheet music" for this collection
cover:
method: cover # create oregon:coverDescription, not in sheetmusic dd, so don't want to put under sheetmusic.
illust: marcrel:ill
lithog: marcrel:prm
sourca:
method: aat # vra:workType, new VRA may have workType as class, add as second workType entry if present (e.g. lithographs)
first: oregon:sheetmusic/firstLine
firsa: oregon:sheetmusic/firsLineChorus
relati: oregon:sheetmusic/largerWork
publia: oregon:sheetmusic/hostItem
theme: oregon:exhibit # curated set, terms LC Subject, different from oregon:set?
source: mods:locationCopySublocation
reposi:
method: collection # use aat:collections concept as dc:isPartof
identi: modsrdf:locationCopyShelfLocator
rights:
method: rights
contac: SKIP
type:
method: type
format:
method: mime
digiti: SKIP
data: oregon:dateDigitized
image: SKIP
metada: SKIP
digita: oregon:set
contri: oregon:contributingInstitution
fullrs: SKIP
# oregon:full will need to be scripted, CDM doesn't track file paths for PDF files
dmoclcno: SKIP
dmaccess: SKIP
find: oregon:full # coordinating file in CDM
dmcreated: SKIP
dmmodified: SKIP
dmrecord:
method: replace # dmrecord has CDM number used in old CDM URL dct:replaces
#
# folklore
#
folklore:
collec:
method: collection # need to add to dc:isPartOfis
collea: SKIP
title: dct:title
photo: modsrdf:locationCopyShelfLocator
photoa: dc:date
colleb:
method: lcnaf #aat:collectors , aat concept of type of agent
contri:
method: lcnaf #dct:contributor
descri: dct:description
inscri: vra:inscription
langua:
method: language
notes: modsrdf:note
subjec:
method: lcnaf #dct:subject
subjea:
method: lcnaf #dct:subject
contra:
method: geographic #dct:spatial
subjed:
method: lc_subject #vra:culture, very short list of lcsh terms are used
subjee: SKIP
subjef: SKIP
sebjeg:
method: ethnographic #oregon:ethnot #American Folklore Society Ethnographic Thesaurus, v. 2.0 not linked
segjeh: oregon:keywords
resour:
method: aat #workType, some might not be in AAT and may need to be changed
relati: SKIP
subjeb: SKIP
reposi: marcrel:rps
source: SKIP
rights:
method: folkrights
copyri: oregon:rightsHolder
record: SKIP
type:
method: type
format:
method: format
catalo: SKIP
identi: dct:identifier #use to match file names in directories
digita: oregon:set
contri: oregon:contributingInstitution
fullrs: SKIP # didn't work for this collection
find: SKIP
dmcreated: SKIP
dmmodified: SKIP
dmrecord:
method: replace # dmrecord has CDM number used in old CDM URL dct:replaces
#
# archpnw
#
title: dct:title
view: oregon:cco/viewDescription
varian: dct:alternative
relate: dct:isPartOf
creato: oregon:cco/creatorDisplay
creata: dct:creator
date: dct:date
covra: dct:temporal
city: method: geographic
county: method: geographic
state: method: geographic
countr: method: geographic
site: madsrdf:streetAddress
photog: oregon: cco/viewDate
photoa: marcrel: pht
catalo: SKIP
object: vra:workType
period: vra:stylePeriod
materi: vra:material
measur: vra:measurements
signif: dct:description
refere: schema:citation
notes: modsref:note
creatb: modsref:note
metada: modsref:note # are these important for public?
digita: dct:isPartOf
sourca: dct:provenance # source of slide, look for repository/collection
source: dct:source
souceb: holding:label
publis: dct:source
rights: method:rights
type: method:type
format: method:format
identi: dct:identifier
techni: oregon:conversionSpecifications
contri: oregon:contributingInstitution
#
# Bestof
#
title: dct:title
additb: dct:alternative
descra: dct:alternative
descri: dct:description
subjec: dct:subject
names: dct:subject
corpor: dct:subject
covera: dct:subject
sub: dct:subject
temp: dct:subject
creato: dct:creator
data: oregon:cco/viewDate
rights: method:rights
reposi: marcrel:rps
relati: oregon:archives/collectionTitle
collec: oregon:archives/collectionIdentifier
collea: oad:has_findingAid
sourca: dct:extent
source: dct:hasFormat
sourcb: oregon:sourceCondition
type: method:type
image: dct:extent
format: method:format
imagd: exif:width
imagc: exif:height
color: exif:colorSpace
date: oregon:dateDigitized
captur: oregon:conversionSpecifications
resolu: exif:resolution
ditigi: method:processing_history
additi: dct:hasVersion
publis: dct:source
digita: oregon:set
digitb: # SKIP
contri: oregon:contributingInstitution
#
# Ulmann2
#
identi: dct:identifier
title: dct:title
sourca: # SKIP
old: dct:alternative
descri: dct:description
series: dct:subject
names: dct:subject
corpor: dct:subject
covera: method:geographic
lc: dct:subject
subjec: dct:subject
photog: dct:creator
date: method:date
reposi: marcrel:rps
collec: oregon:archives/collectionIdentifier
source: oregon:archives/collectionTitle
album: dct:isPartOf
admin: dct:source
type: method:type
format: dct:hasFormat
scan: oregon:conversionSpecifications
metada: # SKIP
catala: # SKIP
catalo: # SKIP
rights: method:rights
proven: dct:provenance
relate: dct:isVersionOf
bandin: # SKIP
publis: dct:source
digita: oregon:set
contri: oregon:contributingInstitution
#
# diss
#
title: dct:title #some French titles
creato: dct:subject #lcnaf for author
subjec: dct:subject #lc and MeSH
descri: dct:description
subjea: dct:subject #French
descra: dct:description #French
journa: swpo:containedInJournal #some French titles
relati: schema:citation #some French titles
publis: dct:source
contri: dct:contributor
date: dct:issued
type: method:type
format: method:format
identi: dct:identifier
data: oregon:dateDigitized
source: holding:label
langua: method:language
rights: method:rights
proces: oregon:conversionSpecifications
notes: modsref:note
metada: # SKIP
image: # SKIP
ambros: # SKIP
catalo: # SKIP
digita: oregon:set
full: oregon:fullText
contra: oregon:contributingInstitution
#
# jasr
#
title: dct:title
covera: dct:temporal
datea: # SKIP
subjec: dct:subject
corpor: dct:subject
creato: dct:creator
publis: dct:source
date: method:date
type: method:type
format: method:format
identi: dct:identifier
source: holding:label
langua: method:language
collec: oregon:archives/collectionTitle
collea: oregon:archives/collectionIdentifier
colleb: oad:has_findingAid
box: # SKIP
folder: # SKIP
rights: method:rights
full: oregon:fullText
datedi: oregon:dateDigitized
proces: oregon:conversionSpecifications
metada: # SKIP
imagb: # SKIP
catalo: # SKIP
ambros: # SKIP
digita: oregon:set
contri: oregon:contributingInstitution
fulla: oregon: #TBD; full PDFs download, in jasr folder ready to go
#
# jsma
#
title: dct:title
creato: dct:creator
creata: oregon:cco/creatorDisplay
cultur: vra:culture
subjec: vra:stylePeriod
date: method:date
materi: vra:material
measur: vra:measurements
catego: vra:workType
descri: dct:description
notes: modsref:note
type: method:type
format: method:format
rights: method:rights
collec: oregon:archives/collectionTitle
source: marcrel:rps
identi: dct:identifier
museum: # SKIP
digita: oregon:set
catalo: # SKIP
#
# ode
#
title: dct:title
date: date:issued
volume: swpo:isVolume
issue: swpo:hasNumber
editio: dct:title
notes: modsref:note
descri: dct:description
contri: schema:editor
type: method:type
format: method:format
identi: dct:identifier
langua: method:language
relati: dct:relation
rights: method:rights
full: oregon:fullText
metada: # SKIP
digita: oregon:set
ambros: # SKIP
contri: oregon:contributingInstitution
#
# oimb
#
title: dct:identifier
source: holding:label
subjec: dct:subject # ITIS, uBio, LC
sub: dct:subject # ITIS, uBio, Geonames, LC
phlyum: dwc:phlyum # ITIS and uBio
class: dwc:class # ITIS
suba: dwc:genus #for genusSpecies
common: dwc:vernacularName
descri: dct:description
covra: dct:spatial
creato: dct:creator
id: dwc:identificationVerificationStatus
slide: # SKIP
date: method:date
catalo: # SKIP
local: dct:isPartOf
type: method:type
format: method:format
identi: dct:identifier
rights: method:rights
digita: oregon:set
sourca: # SKIP
contri: oregon:contributingInstitution
#
# tlegacies
#
title: dct:title
altern: dct:alternative
creato: dct:creator
cultur: vra:culture
organi: dct:description
date: method:date
time: method:date
langua: method:language
lc: dct:subject
subjec: dct:subject
descri: dct:description
descra: dct:description
geogra: method:geographic
work: vra:workType
type: method:type
format: method:format
reposi: marcrel:rps
identi: oregon:archives/collectionIdentifier
size: dct:description
number: dct:description
nwda: oad:has_findingAid
additi: # SKIP
rights: method:rights
catala: # SKIP
repres: # SKIP
publis: dct:source
catalo: # SKIP
metada: # SKIP
digita: oregon:set
contri: oregon:contributingInstitution
#
# wwdl
#
identi: dct:identifier
title: dct:title
book: dct:isPartOf
titla: dct:alternative
descri: dct:description
pagina: schema:numberOfPages
citati: schema:citation
subjec: dct:subject
lc: dct:subject
people: dct:subject
corpor: dct:subject
place: method:geographic
genre: rdaw:formOfWork.en
author: marcrel:aut
photog: marcrel:pht
cartog: marcrel:ctg
illust: marcrel:ill
creato: dct:contributor
previo: # SKIP (in the citation)
date: dct:issued
covera: dct:temporal
publis: dct:source
datedi: oregon:dateDigitized
rights: method:rights
reposi: marcrel:rps
relati: oregon:archives/collectionTitle
collec: oregon:archives/collectionIdentifier
additi: dct:hasVersion
addita: dct:hasVersion
langua: method:language
type: method:type
format: method:format
captur: oregon:conversionSpecifications
file: rdam:fileSize.en
image: exif:width
imaga: exif:height
color: exif:colorSpace
resolu: exif:resolution
digita: # SKIP
metada: # SKIP
imagb: # SKIP
imagc: # SKIP
full: oregon:fullText
link: dct:relation
contra: oregon:contributingInstitution
catalo: # SKIP
load: # SKIP
digitb: oregon:set
fulla: oregon: #TBD; full PDFs download
#
# comm
#
title: dct:identifier
titlb: dct:title
descri: dct:description
identi: dct:alternative
date: method:date
covera: method:geographic
creato: dct:creator
person: dct:subject #lcnaf
subjec: dct:subject
relati: oregon:archives/collectionTitle
collec: oregon:archives/collectionIdentifier
sourca: holding:label
source: dct:hasFormat
type: method:type
publis: dct:source
donor: dct:contributor
rights: method:rights
format: method:format
date: oregon:dateDigitized
captur: oregon:conversionSpecifications
metadata: # SKIP
imaga: # SKIP
catalo: # SKIP
digita: oregon:set
catala: # SKIP
contri: oregon:contributingInstitution
#
# latinoherit
#
title: dct:title
descri: dct:description
subjec: dct:subject # merge for lc, getty, tgm
creato: dct:creator # empty field
photog: # SKIP empty field, merge with creator
covera: method:geographic
date: method:date
contri: dct:contributor
relate: dct:hasVersion
source: # SKIP (empty field, merge with collec- title of collection)
reposi: marcrel:rps
collec: oregon:archives/collectionTitle
collea: oregon:archives/collectionIdentifier
relati: dct:isPartOf
identi: dct:identifier
donor: marcrel:dnr
format: method:format
type: method:type
langua: method:language
rights: method:rights
publis: dct:source
digiti: oregon:conversionSpecifications
digita: oregon:set
contra: oregon:contributingInstitution
#
# univ
#
title: dct:title
creato: dct:creator
subjec: dct:subject
lc: dct:subject
buildi: dct:subject
place: method:geographic
people: dct:subject
names: #SKIP
corpor: dct:subject
event: schema:event
descri: dct:description
notesa: dct:description
peopla: dct:description
publis: dct:source
date: method:date
type: method:type
format: method:format
identi: dct:identifier
source: dct:description
relati: dct:relation
issuin: dct:source
collec: oregon:archives/collectionTitle
collea: oregon:archives/collectionIdentifier
box: oregon:archives/boxNumber
folder: oregon:archives/folderNumber
proces: method:processing_history
datea: oregon:dateDigitized
rights: method:rights
notes: # SKIP
metada: # SKIP
imagin: # SKIP
catalo: # SKIP
digita: oregon:set
contri: oregon:contributingInstitution
#
# uopres
#
identi: dct:identifier
title: dct: title
altern: dct:alternative
docume: dct:isPartOf
descri: dct:description
number: schema:numberOfPages
subjec: dct:subject
tgm: dct:subject
theme: dct:subject
people: dct:subject
corpor: dct:subject
place: method:geographic
creato: dct:creator
contri: dct:contributor
date: method:date
rights: method:rights
reposi: marcrel:rps
collec: oregon:archives/collectionTitle
collea: oregon:archives/collectionIdentifier
box: oregon:archives/boxNumber
folder: oregon:archives/folderNumber
ambros: # SKIP
type: method:type
format: method:format
langua: method:language
full: oregon:fullText
addita: dct:hasVersion
datedi: oregon:dateDigitized
captur: oregon:conversionSpecifications
file: rdam:fileSize.en
image: exif:width
imaga: exif:height
color: exif:colorSpace
resolu: exif:resolution
proces: method:processing_history
metada: # SKIP
imagb: # SKIP
imagc: # SKIP
catalo: # SKIP
catala: # SKIP
load: # SKIP
publis: dct:source
digita: oregon:set
contra: oregon:contributingInstitution
#
# uostock
#
title: dct: title
creato: dct: creator
subjec: dct:subject
buildi: dct:subject
event: schema:events
descri: dct:description
season: dct:subject
genre: dct:subject
note: modsref:note
people: dct:description
publis: dct:source
date: method:date
type: method:type
format: method:format
photo: exif:orientation
phota: rdae:colourContent.ed
identi: dct:identifier
source: dct:hasFormat
relati: dct:description
donor: dct:source
proces: oregon:conversionSpecifications
data: oregon:dateDigitized
rights: method:rights
metada: # SKIP
scanni: # SKIP
catalo: # SKIP
digita: oregon:set
contri: oregon:contributingInstitution
#
# percent
#
projea: rdam:containedInManifestation.en
projec: dct:identifier
identi: dct:identifier
oac: dct:identifier
title: dct:title
altern: dct:alternative
series: dct:isPartOf
descrb: dct:description
descra: dct:description
dscri: dct:description
artist: rdaa:biographicalInformation.en
lc: dct:subject
aat: dct:subject
place: method:geographic
people: dct:subject
creato: dct:creator #lcnaf and ulan
artisb: dct:description
artisa: dct:description
artisc: dct:description
region: dct:description
data: method:date
commis: dct:description
datb: method:date
instal: vra:material
format: vra:material
artwor: vra:measurements
materi: vra:material
source: dct:hasVersion
sourcb: # SKIP
artwob: method:geographic #artwork site
locati: method:geographic #extact site
covera: method:geographic #address
artwoc: method:geographic #county
artwod: dct:relation
langua: method:language
titla: oregon:cco/viewDescription
digita: oregon:dateDigitized
captur: oregon:conversionSpecifications
type: method:type
formaa: method:format
digitb: dct:extent
color: exif:colorSpace
imaga: method:processing_history
missin: #SKIP (missing items?)
full: oregon:fullText
metada: #SKIP (metadata creator)
image: #SKIP (image scanner)
catalo: #SKIP (cataloging status)
load: #SKIP (load date)
rights: method:rights
contri: dct:contributor
publis: dct:source
collec: oregon:set
contra: oregon:contributingInstitution
#
# archivision
#
title: dct:title
view: oregon:cco/viewDescription
agent: oregon:cco/creatorDisplay
creato: dct:creator
creata: dct:creator
date: dct:date
earlie: vra:earliestDate
latest: vra:latestDate
materi: vra:material
measur: vra:measurements
style: vra:stylePeriod
cultur: vra:culture
reposi: marcrel:rps
reposa: vra:idCurrentRepository
city: method:geographic
countr: method:geographic
site: dct:spatial
work: vra:workType
inscri: vra:inscription
subjec: dct:subject
notes: dct:description
descri: dct:description
state: vra:stateEdition
relati: dct:relation
larger: dct:isPartOf
source: dct:source
sourca: #SKIP source caption
sourcb: oregon:archives/collectionTitle
sourcc: #SKIP, same as identifier
vrc: holding:label
rights: method:rights
record: #SKIP
type: method:type
identi: dct:identifier
vrca: holding:label
course: modsrdf:note #or skip
sessio: #SKIP
projec: #SKIP
projea: #SKIP
catalo: #SKIP
metada: #SKIP
keywor: dct:subject
digita: oregon:set
contri: oregon:contributingInstitution
#
# artimages
#
title: dct:title
view: oregon:cco/viewDescription
agent: oregon:cco/creatorDisplay
creato: dct:creator
creata: dct:creator
date: dct:date
earlie: vra:earliestDate
latest: vra:latestDate
materi: vra:material
measur: vra:measurements
style: vra:stylePeriod
cultur: vra:culture
reposi: marcrel:rps
reposa: vra:idCurrentRepository
city: method:geographic
country: method:geographic
site: dct:spatial
work: vra:workType
inscri: vra:inscription
subjec: dct:subject
notes: dct:description
descri: dct:description
state: vra:stateEdition
relati: dct:relation
larger: dct:isPartOf
source: dct:source
sourca: #SKIP source caption
sourcb: oregon:archives/collectionTitle
sourcc: #SKIP source id, only useful for Meggs set of >50 images
vrc: holding:label
rights: method:rights
record: #SKIP
type: method:type
identi: dct:identifier
vrca: holding:label
course: modsrdf:note #or skip
sessio: #SKIP
projec: #SKIP
projea: #SKIP
catalo: #SKIP
metada: #SKIP
keywor: dct:subject
digita: oregon:set
contri: oregon:contributingInstitution
#
# artlicensed
#
title: dct:title
view: oregon:cco/viewDescription
agent: oregon:cco/creatorDisplay
creato: dct:creator
creata: dct:creator
date: dct:date
earlie: vra:earliestDate
latest: vra:latestDate
materi: vra:material
measur: vra:measurements
style: vra:stylePeriod
cultur: vra:culture
reposi: marcrel:rps
reposa: vra:idCurrentRepository
city: method:geographic
countr: method:geographic
site: dct:spatial
work: vra:workType
inscri: vra:inscription
subjec: dct:subject
notes: dct:description
descri: dct:description
state: vra:stateEdition
relati: dct:relation
larger: dct:isPartOf
source: dct:source
sourca: #SKIP source caption
sourcb: oregon:archives/collectionTitle
sourcc: dct:identifier #not necessarily the same as identifier
vrc: holding:label
rights: method:rights
record: #SKIP
type: method:type
identi: dct:identifier
vrca: holding:label
course: modsrdf:note #or skip
sessio: #SKIP
projec: #SKIP
projea: #SKIP
catalo: #SKIP
metada: #SKIP
keywor: dct:subject
digita: oregon:set
contri: oregon:contributingInstitution
#
# lowenstam
#
title: dct:title
worka: dct:Alternate
view: oregon:cco/viewDescription
agent: dct:creator
agenta: oregon:cco/creatorDisplay
date: dct:date
materi: vra:material
measur: vra:measurements
style: vra:stylePeriod
cultur: vra:culture
work: vra:workType
locati: method:geographic
reposa: vra:idCurrentRepository
inscri: vra:inscription
descri: dct:description
state: dct:description
relati: dct:relation
text: dct:description
collec: oregon:archives/collectionTitle
photog: marcrel:pht
photo: oregon:cco/viewDate
box: holding:label
boxa: dct:subject
sectio: dct:subject
identi: dct:identifier
rights: method:rights
record: #SKIP
type: method:type
metada: #SKIP
digita: oregon:set
contri: oregon:contributingInstitution
#
# Manuscripts
#
title: dct:title
identi: dct:identifier
shelfm: holding:label
descri: dct:description
conten: dct:tableOfContents
titla: dct:alternative
altern: dct:alternative
subjec: dct:subject
keywor: dct:subject
genre: dct:subject
part: dct:hasPart
creato: dct:creator
scribe: marcrel:scr
artist: marcrel:art
contri: dct:contributor
datc: method:date
datb: method:date
date: oregon:dateDigitized
publis: dct:source
langua: method:language
reposi: marcrel:rps
sourcb: schema:numberOfPages
sourcc: dct:extent
sourcd: vra:support
source: dct:alternative
collec: oregon:archives/collectionTitle
collea: oregon:archives/collectionIdentifier
notes: modsref:note
layout: rdam:layout.en
illust: dct:description
decora: dct:description
bindin: dct:description
waterm: dct:description
condit: oregon:sourceCondition
restor: dct:description
proven: dct:provenance
contra: #SKIP
prefer: schema:citation
rights: method:rights
acknow: #SKIP
type: method:type
format: method:format
captur: #SKIP
datd: #SKIP
imagb: #SKIP
imagc: #SKIP
metada: #SKIP
metadb: #SKIP
digita: oregon:set
full: oregon:fullText
#
# uovets
#
identi: dct:identifier
title: dct: title
interv: dct:creator
intera: dct:contributor
subjec: dct:subject