Compare commits

18 Commits
9 changed files with 52 additions and 2 deletions
+14 -1
View File
@@ -19,6 +19,8 @@ final class MDConcActor implements MDImporterConcordanceListInterface {
"Aktionskünstler*in" => 1,
"Allgemeine Schriftleitung" => 1,
"Architekt" => 1,
"Artist" => 1,
"Producer" => 1,
"Architektin" => 1,
"Architekt*in" => 1,
'Architekt/in' => 1, // created by
@@ -173,6 +175,7 @@ final class MDConcActor implements MDImporterConcordanceListInterface {
"Maschinenfabrik" => 1,
"Mechanische Fabrik" => 1,
"Mechanische Werkstatt" => 1,
"Maler und Grafiker" => 1,
"Meister" => 1,
"Meisterin" => 1,
"Meister*in" => 1,
@@ -277,6 +280,7 @@ final class MDConcActor implements MDImporterConcordanceListInterface {
"Uhrmachermeister" => 1,
"Uhrmachermeisterin" => 1,
"Uhrmachermeister*in" => 1,
"Urheber" => 1,
"Waagmacher" => 1,
"Waagmacherin" => 1,
"Waagmacher*in" => 1,
@@ -428,6 +432,7 @@ final class MDConcActor implements MDImporterConcordanceListInterface {
// 7: Written
"Autor" => 7,
"Author" => 7,
"Autorin" => 7,
"Autor*in" => 7,
'Autor/in' => 7, // written by
@@ -542,6 +547,7 @@ final class MDConcActor implements MDImporterConcordanceListInterface {
"Malermeister" => 9,
"Malermeisterin" => 9,
"Malermeister*in" => 9,
"Painter" => 9,
"Prospektmaler" => 9,
"Prospektmalerin" => 9,
"Prospektmaler*in" => 9,
@@ -565,6 +571,7 @@ final class MDConcActor implements MDImporterConcordanceListInterface {
"Fotographin" => 10,
"Fotograph*in" => 10,
"Fotograph/in" => 10,
"Photographer" => 10,
"Fotograf, Bildjournalist" => 10,
"Fotograf/Werbediadienst" => 10,
"Fotograf (Wehrmachtssoldat)" => 10,
@@ -619,6 +626,7 @@ final class MDConcActor implements MDImporterConcordanceListInterface {
"Widmungsempfänger*in" => 11,
// 12: Printing plate produced
"Engraver" => 12,
"Formschneider" => 12,
"Formschneiderin" => 12,
"Formschneider*in" => 12,
@@ -639,6 +647,8 @@ final class MDConcActor implements MDImporterConcordanceListInterface {
"Lithograph*in" => 12,
"Lithograph & Verleger" => 12,
"Hat Druckplatte hergestellt" => 12,
"Hat Druckplatte erstellt" => 12,
"Hat Druckplatte hergestellt vermutet" => 12,
"Radierer" => 12,
"Radiererin" => 12,
"Radierer*in" => 12,
@@ -746,6 +756,7 @@ final class MDConcActor implements MDImporterConcordanceListInterface {
"Drucker*in" => 26,
"Druck (Bilder)" => 26,
"Druck (Text)" => 26,
"Printer" => 26,
"Bearbeitung und Druck" => 26,
// 27: Recorded
@@ -786,6 +797,7 @@ final class MDConcActor implements MDImporterConcordanceListInterface {
"Porzellanmodelleur" => 31,
"Porzellanmodelleurin" => 31,
"Porzellanmodelleur*in" => 31,
"Sculpturer" => 31,
"Töpfermeister" => 31,
"Töpfermeisterin" => 31,
"Töpfermeister*in" => 31,
@@ -845,7 +857,6 @@ final class MDConcActor implements MDImporterConcordanceListInterface {
"Schriftentwerfer*in" => 35,
"Schriftentwurf" => 35,
"Texter" => 35,
"Urheber" => 35,
// 37: Painted on
"Bemalung" => 37,
@@ -908,6 +919,7 @@ final class MDConcActor implements MDImporterConcordanceListInterface {
"Eigentümerin" => 42,
"Eigentümer*in" => 42,
"Eigentumer" => 42,
"Owner" => 42,
"Inhaber" => 42,
"Inhaberin" => 42,
"Inhaber*in" => 42,
@@ -1418,6 +1430,7 @@ final class MDConcActor implements MDImporterConcordanceListInterface {
'Autor und Sammler' => 23,
'Firma' => 23,
'Kaufmann' => 23,
'?' => 23,
];
+1
View File
@@ -20,6 +20,7 @@ final class MDConcCloserLocationTypes implements MDImporterConcordanceListInterf
# Place of recording
"1" => "1",
"Aufnahmeort" => "1",
"Place of recording" => "1",
# Finding place
+7
View File
@@ -29,6 +29,7 @@ final class MDConcCurrencies implements MDImporterConcordanceListInterface {
"SFR" => "ch-CHF",
"CHF" => "ch-CHF",
"Swiss franc" => "ch-CHF",
"Schweizer Franken" => "ch-CHF",
// Deutsche Mark
"DM" => "de-DM",
@@ -52,6 +53,11 @@ final class MDConcCurrencies implements MDImporterConcordanceListInterface {
"French Franc" => "fr-FF",
"FF" => "fr-FF",
"FRF" => "fr-FF",
"Französischer Franc" => "fr-FF",
// Dutch Guilders
'fl' => 'nl-Gulden',
'FL' => 'nl-Gulden',
// Forint
"Forint" => "hu-Ft",
@@ -82,6 +88,7 @@ final class MDConcCurrencies implements MDImporterConcordanceListInterface {
"GBP" => "uk-GBP",
"uk-GBP" => "uk-GBP",
"Pfd" => "uk-GBP", // Pfund
"Pfund Sterling" => "uk-GBP", // Pfund
"USD" => "us-USD",
"US Dollar" => "us-USD",
"US dollar" => "us-USD",
+6
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",
@@ -62,6 +63,7 @@ final class MDConcEntryTypes implements MDImporterConcordanceListInterface {
"Abgabe" => "1",
"Donation" => "1",
"Geschenk" => "1",
"Gift" => "1",
"Geschenk 2010" => "1",
"Geschenk (Lederscheide" => "1",
"Geschenk 20.10.03" => "1",
@@ -114,6 +116,7 @@ final class MDConcEntryTypes implements MDImporterConcordanceListInterface {
// 2: Purchase
"Ankauf" => "2",
"Ankau" => "2",
"Auktion" => "2",
"3Ankauf" => "2",
"Ankauf Peitz" => "2",
"Ankauf Sagar" => "2",
@@ -338,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",
@@ -367,6 +372,7 @@ final class MDConcEntryTypes implements MDImporterConcordanceListInterface {
"Auftragsarbeit für Museum" => "99",
"Einzelkauf/Schenkung" => "99",
"Schenkung / Leihgabe" => "99",
"Ersessen" => "99",
];
+6 -1
View File
@@ -75,7 +75,6 @@ vermuteter Herstellungsort' => 1,
'Ausführung' => 1,
'Gos-Mehrfacheintrag' => 1,
'vermuteter Herstellungsort Fassung' => 1,
'Kupferstecher' => 1,
'Herstellungsort Fassung' => 1,
'Herstellungsort Hose' => 1,
'Herstellungsort Münze' => 1,
@@ -111,6 +110,7 @@ vermuteter Herstellungsort' => 1,
'Verleger' => 3,
'Verlagsort' => 3,
'Verlag' => 3,
'Verlag vermutet' => 3,
'published' => 3,
'http://terminology.lido-schema.org/eventType/publication' => 3,
'Publikation' => 3,
@@ -122,6 +122,7 @@ vermuteter Herstellungsort' => 1,
// 4: Template creation
'Template creation' => 4,
'Vorlagenerstellung' => 4,
'Vorlagenerstellung vermutet' => 4,
'Stichvorlage' => 4,
'Vorlage' => 4,
'nach' => 4,
@@ -213,6 +214,9 @@ vermuteter Herstellungsort' => 1,
'Druckplatte hergestellt' => 12,
"Hat Druckplatte hergestellt" => 12,
'Herstellung der Druckform/Form' => 12,
'Kupferstecher' => 12,
"Hat Druckplatte erstellt" => 12,
"Hat Druckplatte hergestellt vermutet" => 12,
'http://terminology.lido-schema.org/lido00484' => 12,
// '13' => Sent
@@ -244,6 +248,7 @@ vermuteter Herstellungsort' => 1,
// 20: Copied
'Copied' => 20,
'Kopiert' => 20,
'Kopie' => 20,
'Abgeschrieben' => 20,
// 21: Lived
+2
View File
@@ -28,6 +28,7 @@ final class MDConcLicenses implements MDImporterConcordanceListInterface {
"CC0 1.0 Foto: SKKG 2026" => "CC0",
"CC0 1.0 Universell" => "CC0",
"CC0 1.0 Universell (CC0 1.0)" => "CC0",
"CC0 1.0 Universal (CC0 1.0)" => "CC0",
"kein Copyright / Public domain (CC0 1.0)" => "CC0",
"http://creativecommons.org/publicdomain/zero/1.0" => "CC0",
"http://creativecommons.org/publicdomain/zero/1.0/" => "CC0",
@@ -146,6 +147,7 @@ final class MDConcLicenses implements MDImporterConcordanceListInterface {
"https://www.europeana.eu/rights/rr-f/" => "RR-F",
"Rechte vorbehalten - Freier Zugang" => "RR-F",
"Rechte vorbehalten Freier Zugang" => "RR-F",
"Rechte vorbehalten (InC 1.0)" => "RR-F",
"http://rightsstatements.org/vocab/InC/1.0/" => "RR-F",
"http://rightsstatements.org/page/InC/1.0/" => "RR-F",
"https://rightsstatements.org/page/InC/1.0/" => "RR-F",
+4
View File
@@ -59,6 +59,7 @@ final class MDConcMarkingPosition implements MDImporterConcordanceListInterface
"mittig rechts" => "right",
"Rechts" => "right",
"rechts" => "right",
"mititg rechts" => "right",
"rechts neben Bildnis" => "right",
'Vorderseite, rechts neben der Schulter' => 'right',
'S 2560/2 am Bund vorne rechts' => 'right', // Right
@@ -221,7 +222,9 @@ final class MDConcMarkingPosition implements MDImporterConcordanceListInterface
// Bottom right
"im Bild unten rechts" => "bottom_right",
"rechts unten Signatur" => "bottom_right",
"untern rechts" => "bottom_right",
"verso unten rechts" => "bottom_right",
"unten rehcts" => "bottom_right",
"unterer Bildrand rechts" => "bottom_right",
"Bildrand rechts unten" => "bottom_right",
"Rechts unten" => "bottom_right",
@@ -401,6 +404,7 @@ final class MDConcMarkingPosition implements MDImporterConcordanceListInterface
"Rückseite unten mittig" => "rear_bottom",
"Rückseite, unten mittig" => "rear_bottom",
"Rückseite mittig unten" => "rear_bottom",
"Rückseiten, unten" => "rear_bottom",
'Rückseite S 5499/1-2, Mitte unten' => 'rear_bottom', // Rear side: bottom
'hinten unten' => 'rear_bottom', // Rear side: bottom
'Rückseite Sockel' => 'rear_bottom', // Rear side: bottom
+3
View File
@@ -285,6 +285,7 @@ final class MDConcMarkingType implements MDImporterConcordanceListInterface {
# Printed
"Druck" => "overprint",
"gedruckt" => "overprint",
"Signatur (gedrucktt)" => "overprint",
"gedruckt; geklebt" => "overprint",
"bedruckt" => "overprint",
"bedruckt und Tinte" => "overprint",
@@ -297,9 +298,11 @@ final class MDConcMarkingType implements MDImporterConcordanceListInterface {
"eingedruckt" => "overprint",
"mit schwarzer Farbe bedruckt" => "overprint",
"Druck und glasiert" => "overprint",
"Beschrifung (gedruckt)" => "overprint",
"Druck, weiße Schrift" => "overprint",
"gedruckt und geprägt" => "overprint",
"gdruckt" => "overprint",
"Signatur (gedruckt)" => "overprint",
'Druck - Aphorismus' => 'overprint', // Overprint
'Druck - Beschriftung' => 'overprint', // Overprint
'Druck - Herstellernachweis' => 'overprint', // Overprint
+9
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",
@@ -23,8 +24,10 @@ final class MDConcOwnershipStatus implements MDImporterConcordanceListInterface
"Fund" => "owned",
"Eigenleistung" => "owned",
"Eigentum des Museums" => "owned",
"Eigentum des Museums - TEST" => "owned",
"j" => "owned",
"+" => "owned",
"EigentumForum" => "owned",
"Eigentum Land Berlin" => "owned",
// Permanent loans
@@ -50,6 +53,12 @@ final class MDConcOwnershipStatus implements MDImporterConcordanceListInterface
'Deakzession' => 'deaccessed',
'Deakzessiert' => 'deaccessed',
// To check
'ungeklärt' => 'to_check',
// None
'k.A.' => 'owned',
];
/**