Merge branch 'master' of gitea:museum-digital/MDImporterConcordanceLists
This commit is contained in:
commit
2f482acfa9
@ -140,12 +140,12 @@ final class MDConcMarkingPosition implements MDImporterConcordanceListInterface
|
||||
"Volle Vorderseite" => "front_front",
|
||||
"Volle Frontseite" => "front_front",
|
||||
"Vorderseite" => "front_front",
|
||||
"Forderseite" => "front_front",
|
||||
"Vorderseite / Stirn" => "front_front",
|
||||
"Vorn" => "front_front",
|
||||
"vorn" => "front_front",
|
||||
"Vorne" => "front_front",
|
||||
"vorne" => "front_front",
|
||||
|
||||
|
||||
// Rear
|
||||
"Leinwandrückseite" => "rear_side",
|
||||
@ -244,8 +244,6 @@ final class MDConcMarkingPosition implements MDImporterConcordanceListInterface
|
||||
|
||||
// Misc.
|
||||
"x" => "other",
|
||||
"Vorderseite" => "other",
|
||||
"Forderseite" => "other",
|
||||
"VS" => "other",
|
||||
"VS:" => "other",
|
||||
"vs" => "other",
|
||||
@ -408,7 +406,6 @@ final class MDConcMarkingPosition implements MDImporterConcordanceListInterface
|
||||
"Oberseite Kiste" => "other",
|
||||
"beidseitig am Waagengestell, Waagebalken, auf Abdeckung" => "other",
|
||||
"vs Umschrift" => "other",
|
||||
"Frontseite" => "other",
|
||||
"Vorderseite Akkordeon" => "other",
|
||||
"mittig am Fußgestell" => "other",
|
||||
"Balkenskala links" => "other",
|
||||
|
@ -144,6 +144,8 @@ final class MDConcMarkingType implements MDImporterConcordanceListInterface {
|
||||
"verschlungenes Monogramm" => "handwritten",
|
||||
|
||||
# Scratchings
|
||||
"Beschriftung (geritzt)" => "scratch",
|
||||
"Signatur (geritzt)" => "scratch",
|
||||
"kratzen, Filzstift" => "scratch",
|
||||
"gekratzt" => "scratch",
|
||||
"eingeritztes Kreuzchen" => "scratch",
|
||||
|
@ -15,6 +15,7 @@ final class MDConcObjectTagRelTypes implements MDImporterConcordanceListInterfac
|
||||
|
||||
'' => 'tag',
|
||||
'tag' => 'tag',
|
||||
'schlagwort' => 'tag',
|
||||
'description' => 'tag',
|
||||
|
||||
"motive" => "article",
|
||||
|
Loading…
x
Reference in New Issue
Block a user