Extend concordance lists

This commit is contained in:
2026-09-02 18:43:19 +02:00
parent fc8f98ff23
commit 628ccabdf5
2 changed files with 13 additions and 0 deletions
+5
View File
@@ -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",
];
+8
View File
@@ -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',
];
/**