From 79493a2848db4bf9ad3de2482634734c314f8957 Mon Sep 17 00:00:00 2001 From: Joshua Ramon Enslin Date: Tue, 19 May 2026 18:57:26 +0200 Subject: [PATCH] Extend concordance lists --- src/MDConcEventTypes.php | 4 ++++ src/MDConcLengths.php | 1 + src/MDConcWeights.php | 1 + 3 files changed, 6 insertions(+) diff --git a/src/MDConcEventTypes.php b/src/MDConcEventTypes.php index 911961b..48df484 100644 --- a/src/MDConcEventTypes.php +++ b/src/MDConcEventTypes.php @@ -14,6 +14,7 @@ final class MDConcEventTypes implements MDImporterConcordanceListInterface { private const EVENT_TYPE_NAMES_TO_ID = [ // 1: Created + '' => 1, 'Hergestellt' => 1, 'Hergestellt vermutlich' => 1, 'Herstellung Fassung' => 1, @@ -27,6 +28,9 @@ Herstellung' => 1, 'ehem. zugeschrieben' => 1, 'Mitarbeit' => 1, 'Dekor' => 1, + "event" => 1, + "Event" => 1, + 'http://terminology.lido-schema.org/lido00007', 'Dekor vermutet' => 1, 'Technischer Hersteller' => 1, 'Herstellung vermutlich' => 1, diff --git a/src/MDConcLengths.php b/src/MDConcLengths.php index 5efc89c..7c051ee 100644 --- a/src/MDConcLengths.php +++ b/src/MDConcLengths.php @@ -72,6 +72,7 @@ final class MDConcLengths implements MDImporterConcordanceListInterface { "hinten", "zwischenund", "Standring", + "g", "kleinsterDurchmesser", "größterDurchmesser", "kleinster Durchmesser", diff --git a/src/MDConcWeights.php b/src/MDConcWeights.php index 39c3e7d..a626133 100644 --- a/src/MDConcWeights.php +++ b/src/MDConcWeights.php @@ -21,6 +21,7 @@ final class MDConcWeights implements MDImporterConcordanceListInterface { return match($input) { + "mm", "cm" => false, "Gramm",