Extend concordance lists

This commit is contained in:
Joshua Ramon Enslin 2024-12-10 02:34:44 +01:00
parent a0e5ecdd29
commit 50b3dff4cd
Signed by: jrenslin
GPG Key ID: 46016F84501B70AE
3 changed files with 5 additions and 0 deletions

View File

@ -417,6 +417,7 @@ final class MDConcActor implements MDImporterConcordanceListInterface {
// 26: Printed
"Buchdruckerei" => 26,
"Buchdruck" => 26,
"Druck" => 26,
"Drucker" => 26,
"Druckerei" => 26,

View File

@ -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",

View File

@ -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",