From 628ccabdf52616031e96ecf43f72721ee3eff54b Mon Sep 17 00:00:00 2001 From: Joshua Ramon Enslin Date: Wed, 2 Sep 2026 18:43:19 +0200 Subject: [PATCH] Extend concordance lists --- src/MDConcEntryTypes.php | 5 +++++ src/MDConcOwnershipStatus.php | 8 ++++++++ 2 files changed, 13 insertions(+) diff --git a/src/MDConcEntryTypes.php b/src/MDConcEntryTypes.php index f959f15..dd536f9 100644 --- a/src/MDConcEntryTypes.php +++ b/src/MDConcEntryTypes.php @@ -22,6 +22,7 @@ final class MDConcEntryTypes implements MDImporterConcordanceListInterface { "Herkunft unklar" => "0", "keine Angaben" => "0", "unbenannt" => "0", + "k.A." => "0", "unbekannt" => "0", "Unbekannt" => "0", "05.03.07" => "0", @@ -115,6 +116,7 @@ final class MDConcEntryTypes implements MDImporterConcordanceListInterface { // 2: Purchase "Ankauf" => "2", "Ankau" => "2", + "Auktion" => "2", "3Ankauf" => "2", "Ankauf Peitz" => "2", "Ankauf Sagar" => "2", @@ -339,6 +341,8 @@ final class MDConcEntryTypes implements MDImporterConcordanceListInterface { "Museums Altbestand" => "98", "Depotfund" => "98", "Eigentum" => "98", + "EigentumZCOM" => "98", + "Rechtsnachfolge" => "98", // 99: Other legal acquisition "Anderer rechtmäßiger Zugang" => "99", @@ -368,6 +372,7 @@ final class MDConcEntryTypes implements MDImporterConcordanceListInterface { "Auftragsarbeit für Museum" => "99", "Einzelkauf/Schenkung" => "99", "Schenkung / Leihgabe" => "99", + "Ersessen" => "99", ]; diff --git a/src/MDConcOwnershipStatus.php b/src/MDConcOwnershipStatus.php index 784704f..d40cb0f 100644 --- a/src/MDConcOwnershipStatus.php +++ b/src/MDConcOwnershipStatus.php @@ -15,6 +15,7 @@ final class MDConcOwnershipStatus implements MDImporterConcordanceListInterface // 0: No known entry type "Eigentum" => "owned", + "EigentumZCOM" => "owned", "Geschenk" => "owned", "Besitz" => "owned", "Owned" => "owned", @@ -26,6 +27,7 @@ final class MDConcOwnershipStatus implements MDImporterConcordanceListInterface "Eigentum des Museums - TEST" => "owned", "j" => "owned", "+" => "owned", + "EigentumForum" => "owned", "Eigentum Land Berlin" => "owned", // Permanent loans @@ -51,6 +53,12 @@ final class MDConcOwnershipStatus implements MDImporterConcordanceListInterface 'Deakzession' => 'deaccessed', 'Deakzessiert' => 'deaccessed', + // To check + 'ungeklärt' => 'to_check', + + // None + 'k.A.' => 'owned', + ]; /**