From fce5b2ebba10e2c41fc85eec9ee4795fcdedb582 Mon Sep 17 00:00:00 2001 From: Joshua Ramon Enslin Date: Mon, 12 Sep 2022 23:54:15 +0200 Subject: [PATCH] Add more, thus far missing, concordances --- src/MDConcLicenses.php | 1 + src/MDConcMarkingPosition.php | 1 + src/MDConcMarkingType.php | 3 +++ 3 files changed, 5 insertions(+) diff --git a/src/MDConcLicenses.php b/src/MDConcLicenses.php index c93fa91..cc583a9 100644 --- a/src/MDConcLicenses.php +++ b/src/MDConcLicenses.php @@ -24,6 +24,7 @@ final class MDConcLicenses { "CC_BY_SA" => "CC BY-SA", "CC-BY-SA" => "CC BY-SA", "CC.BY-SA" => "CC BY-SA", + "Namensnennung - Weitergabe unter gleichen Bedingungen 4.0 International (CC BY-SA 4.0)" => "CC BY-SA", "CC BY_NC" => "CC BY-NC", "CC_BY_NC" => "CC BY-NC", diff --git a/src/MDConcMarkingPosition.php b/src/MDConcMarkingPosition.php index ae829c1..0d6a991 100644 --- a/src/MDConcMarkingPosition.php +++ b/src/MDConcMarkingPosition.php @@ -41,6 +41,7 @@ final class MDConcMarkingPosition { "Boden, unten" => "bottom", "unterer Blattrand" => "bottom", "Boden" => "bottom", + "Boden und Standring" => "bottom", "Unterseite" => "bottom", "untere Passpartoutkante und untere linke Ecke auf Foto" => "bottom", "Unterboden" => "bottom", diff --git a/src/MDConcMarkingType.php b/src/MDConcMarkingType.php index 77a8f7a..0deb3fb 100644 --- a/src/MDConcMarkingType.php +++ b/src/MDConcMarkingType.php @@ -58,6 +58,7 @@ final class MDConcMarkingType { "Etikett" => "glued", // This whole value doesn't make sense "Blau gerändertes helles Etikett" => "glued", + "Papieretikett, Klebeetikett" => "glued", "Links kleines Etikett; Kreide" => "glued", # Cast (e.g. iron cast) @@ -67,6 +68,8 @@ final class MDConcMarkingType { "eingegossen" => "cast", "mit eingegossen" => "cast", + "Marke in Unterglasur- und Aufglasurmalerei" => "cast", + # Printed "Druck" => "overprint", "gedruckt" => "overprint",