Extend concordance lists
This commit is contained in:
parent
a0e5ecdd29
commit
50b3dff4cd
@ -417,6 +417,7 @@ final class MDConcActor implements MDImporterConcordanceListInterface {
|
||||
|
||||
// 26: Printed
|
||||
"Buchdruckerei" => 26,
|
||||
"Buchdruck" => 26,
|
||||
"Druck" => 26,
|
||||
"Drucker" => 26,
|
||||
"Druckerei" => 26,
|
||||
|
@ -171,6 +171,8 @@ final class MDConcMarkingPosition implements MDImporterConcordanceListInterface
|
||||
"Rückseite, unten rechts" => "rear_side",
|
||||
"Rückseite, unter Doublierung" => "rear_side",
|
||||
|
||||
"Rückseite, mittig" => "rear_center",
|
||||
|
||||
// Misc.
|
||||
"x" => "other",
|
||||
"Vorderseite" => "other",
|
||||
@ -345,6 +347,7 @@ final class MDConcMarkingPosition implements MDImporterConcordanceListInterface
|
||||
"Vorderseite Akkordeon" => "other",
|
||||
"mittig am Fußgestell" => "other",
|
||||
"Balkenskala links" => "other",
|
||||
"Signatur (gedruckt)" => "other",
|
||||
"auf Passpartout" => "other",
|
||||
"auf Papp-Schmuckrahmen" => "other",
|
||||
"Fotomitte" => "other",
|
||||
|
@ -32,6 +32,7 @@ final class MDConcMarkingType implements MDImporterConcordanceListInterface {
|
||||
"rot gemasert" => "handwritten",
|
||||
"ornamentiert" => "handwritten",
|
||||
"handschriftlich; aufgeklebt" => "handwritten",
|
||||
"Beschriftung auf Plakette (handschriftlich)" => "handwritten",
|
||||
"Beschriftung" => "handwritten",
|
||||
"Beschriftung (handschriftlich)" => "handwritten",
|
||||
"Beschriftung (spiegelverkehrt und gedreht)" => "handwritten",
|
||||
|
Loading…
Reference in New Issue
Block a user