From 50b3dff4cded9c678b88e2a1e89448040649365a Mon Sep 17 00:00:00 2001 From: Joshua Ramon Enslin Date: Tue, 10 Dec 2024 02:34:44 +0100 Subject: [PATCH] Extend concordance lists --- src/MDConcActor.php | 1 + src/MDConcMarkingPosition.php | 3 +++ src/MDConcMarkingType.php | 1 + 3 files changed, 5 insertions(+) diff --git a/src/MDConcActor.php b/src/MDConcActor.php index c3e39b6..c5e4138 100644 --- a/src/MDConcActor.php +++ b/src/MDConcActor.php @@ -417,6 +417,7 @@ final class MDConcActor implements MDImporterConcordanceListInterface { // 26: Printed "Buchdruckerei" => 26, + "Buchdruck" => 26, "Druck" => 26, "Drucker" => 26, "Druckerei" => 26, diff --git a/src/MDConcMarkingPosition.php b/src/MDConcMarkingPosition.php index 27dd04c..731ce02 100644 --- a/src/MDConcMarkingPosition.php +++ b/src/MDConcMarkingPosition.php @@ -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", diff --git a/src/MDConcMarkingType.php b/src/MDConcMarkingType.php index 07e646d..95cb9a7 100644 --- a/src/MDConcMarkingType.php +++ b/src/MDConcMarkingType.php @@ -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",