From 7c985749f07207be8b5e2ff47abd877c76c210dc Mon Sep 17 00:00:00 2001 From: Joshua Ramon Enslin Date: Thu, 14 May 2026 01:06:50 +0200 Subject: [PATCH] Extend concordance lists --- src/MDConcCertainty.php | 11 +++++++++++ src/MDConcEntryTypes.php | 2 ++ 2 files changed, 13 insertions(+) diff --git a/src/MDConcCertainty.php b/src/MDConcCertainty.php index f2766db..6a21a50 100644 --- a/src/MDConcCertainty.php +++ b/src/MDConcCertainty.php @@ -36,6 +36,7 @@ final class MDConcCertainty implements MDImporterConcordanceListInterface { 'Ausführung' => false, 'Entwurf' => false, 'geschätzt / unsicher / vermutet' => false, + 'ca.' => false, // Certain @@ -47,6 +48,16 @@ final class MDConcCertainty implements MDImporterConcordanceListInterface { 'überarbeitet von' => true, 'Nachfolger von' => true, 'by' => true, + '.', + '1783', + '1875', + '1938', + '1945-05-01', + '1960', + 'Anfang', + 'Dezember', + 'Ende', + '' => true, ]; diff --git a/src/MDConcEntryTypes.php b/src/MDConcEntryTypes.php index 09bee61..b6a984e 100644 --- a/src/MDConcEntryTypes.php +++ b/src/MDConcEntryTypes.php @@ -344,6 +344,8 @@ final class MDConcEntryTypes implements MDImporterConcordanceListInterface { "Bodenreform" => "99", "sichergestellt" => "99", "Other legal acquisition" => "99", + "Städt. Überlieferung" => "99", + "Städtische Überlieferung" => "99", "Egyéb hivatalos megszerzés" => "99", "Global" => "99", "Zurückgegeben" => "99",