Extend concordance lists
This commit is contained in:
parent
ba9b3bcaad
commit
dcfee56fb1
|
@ -41,6 +41,7 @@ final class MDConcCurrencies implements MDImporterConcordanceListInterface {
|
|||
"eu-EUR" => "eu-EUR",
|
||||
"€" => "eu-EUR",
|
||||
"Mark (DDR)" => "ddr-Mark",
|
||||
"DDRMk" => "ddr-Mark",
|
||||
"ddr-Mark" => "ddr-Mark",
|
||||
"GBP" => "uk-GBP",
|
||||
"uk-GBP" => "uk-GBP",
|
||||
|
|
|
@ -14,6 +14,8 @@ final class MDConcDamageTypes implements MDImporterConcordanceListInterface {
|
|||
private const DAMAGE_TYPES = [
|
||||
"breakage" => MDObjectDamageType::breakage,
|
||||
"Wasserschaden" => MDObjectDamageType::water_damage,
|
||||
"Austrocknung" => MDObjectDamageType::desiccation,
|
||||
"Desiccation" => MDObjectDamageType::desiccation,
|
||||
];
|
||||
|
||||
/**
|
||||
|
|
|
@ -22,6 +22,8 @@ final class MDConcEventTypes implements MDImporterConcordanceListInterface {
|
|||
'creation' => 1,
|
||||
'Erschaffung/Herstellung' => 1,
|
||||
'http://terminology.lido-schema.org/eventType/production' => 1,
|
||||
'Leipoldt, J.' => 1,
|
||||
'Rohleder, Walter, Reichenbach' => 1,
|
||||
|
||||
// 2: Was found
|
||||
'Auffinden' => 2,
|
||||
|
@ -43,6 +45,7 @@ final class MDConcEventTypes implements MDImporterConcordanceListInterface {
|
|||
'Gebrauch' => 6,
|
||||
'Use' => 6,
|
||||
'http://terminology.lido-schema.org/eventType/use' => 6,
|
||||
'Diener' => 6,
|
||||
|
||||
// 7: Written
|
||||
|
||||
|
@ -90,14 +93,38 @@ final class MDConcEventTypes implements MDImporterConcordanceListInterface {
|
|||
'Erwerbung' => 41,
|
||||
'Acquisition (Activity)' => 41,
|
||||
'Bodenreform' => 41,
|
||||
'Kauf' => 41,
|
||||
'acquisition_Kauf' => 41,
|
||||
'acquisition_Diener' => 41,
|
||||
|
||||
// 42: Owned
|
||||
'acquisition_unbekannt' => 42,
|
||||
'acquisition_Leipoldt' => 42,
|
||||
'acquisition_Mehlig, P.' => 42,
|
||||
'acquisition_Krone, Hermann' => 42,
|
||||
'acquisition_Schlegel, Charlotte' => 42,
|
||||
'acquisition_Schröder' => 42,
|
||||
'acquisition_Meier, Th.J.' => 42,
|
||||
'acquisition_Schaarschuh, Dresden' => 42,
|
||||
'acquisition_Schönfelder, R.' => 42,
|
||||
'acquisition_Neumeister' => 42,
|
||||
'acquisition_Oehmichen' => 42,
|
||||
'acquisition_Photo-Schröder' => 42,
|
||||
'acquisition_Rohleder' => 42,
|
||||
'acquisition_Mehlig' => 42,
|
||||
|
||||
// 43: Was sold
|
||||
'Kauf' => 43,
|
||||
|
||||
// 49: Gifted, donated
|
||||
'Schenkung' => 49,
|
||||
'Nachlass' => 49,
|
||||
'Übergabe' => 49,
|
||||
'Stiftung' => 49,
|
||||
'acquisition_Schenkung' => 49,
|
||||
'acquisition_Nachlass' => 49,
|
||||
'acquisition_Übergabe' => 49,
|
||||
'acquisition_Stiftung' => 49,
|
||||
'acquisition_Bodenreform' => 49,
|
||||
|
||||
];
|
||||
|
||||
|
|
|
@ -15,6 +15,14 @@ final class MDConcLengths implements MDImporterConcordanceListInterface {
|
|||
"cn" => "cm",
|
||||
",cm" => "cm",
|
||||
"5cm" => "cm",
|
||||
"Breite" => "cm", // Default: cm
|
||||
"breite" => "cm", // Default: cm
|
||||
"Width" => "cm", // Default: cm
|
||||
"width" => "cm", // Default: cm
|
||||
"Höhe" => "cm", // Default: cm
|
||||
"höhe" => "cm", // Default: cm
|
||||
"Height" => "cm", // Default: cm
|
||||
"height" => "cm", // Default: cm
|
||||
|
||||
"inch" => "in",
|
||||
"Zoll" => "in",
|
||||
|
|
|
@ -59,6 +59,7 @@ final class MDConcMarkingType implements MDImporterConcordanceListInterface {
|
|||
"Einkreisung mit wasserfestem Marker" => "handwritten",
|
||||
"ev. Tinte" => "handwritten",
|
||||
"Federtusche" => "handwritten",
|
||||
"Faserstift ?" => "handwritten",
|
||||
"Filzstiftnotiz" => "handwritten",
|
||||
"Füllerbeschriftung auf der Rückseite" => "handwritten",
|
||||
"Goldschrift" => "handwritten",
|
||||
|
|
Loading…
Reference in New Issue
Block a user