Extend concordance lists for event types and licenses

This commit is contained in:
Joshua Ramon Enslin 2024-09-08 21:33:43 +02:00
parent 04b88d0456
commit cdac022d64
Signed by: jrenslin
GPG Key ID: 46016F84501B70AE
2 changed files with 9 additions and 0 deletions

View File

@ -18,6 +18,7 @@ final class MDConcEventTypes implements MDImporterConcordanceListInterface {
'Hergestellt vermutlich' => 1, 'Hergestellt vermutlich' => 1,
'Herstellung' => 1, 'Herstellung' => 1,
'Herstellung vermutlich' => 1, 'Herstellung vermutlich' => 1,
'Herstellungsort' => 1,
'Production' => 1, 'Production' => 1,
'production' => 1, 'production' => 1,
'Bearbeitung' => 1, 'Bearbeitung' => 1,
@ -36,7 +37,9 @@ final class MDConcEventTypes implements MDImporterConcordanceListInterface {
'Ereignis' => 1, 'Ereignis' => 1,
'http://terminology.lido-schema.org/lido00003' => 1, 'http://terminology.lido-schema.org/lido00003' => 1,
'Herstellung des Abzugs/der Abformung' => 1, 'Herstellung des Abzugs/der Abformung' => 1,
'Ausführung' => 1,
'Gos-Mehrfacheintrag' => 1, 'Gos-Mehrfacheintrag' => 1,
'Kupferstecher' => 1,
// 2: Was found // 2: Was found
'Auffinden' => 2, // Finding 'Auffinden' => 2, // Finding
@ -59,6 +62,7 @@ final class MDConcEventTypes implements MDImporterConcordanceListInterface {
'Published' => 3, 'Published' => 3,
'Veröffentlicht' => 3, 'Veröffentlicht' => 3,
'Veröffentlichung' => 3, 'Veröffentlichung' => 3,
'Verleger' => 3,
'published' => 3, 'published' => 3,
'http://terminology.lido-schema.org/eventType/publication' => 3, 'http://terminology.lido-schema.org/eventType/publication' => 3,
'Publikation' => 3, 'Publikation' => 3,
@ -70,7 +74,10 @@ final class MDConcEventTypes implements MDImporterConcordanceListInterface {
// 4: Template creation // 4: Template creation
'Template creation' => 4, 'Template creation' => 4,
'Vorlagenerstellung' => 4, 'Vorlagenerstellung' => 4,
'Stichvorlage' => 4,
'Vorlage' => 4,
'Entwurf; Vorlage' => 4, 'Entwurf; Vorlage' => 4,
'Entwurfsort' => 4,
'Original / Vorlage' => 4, 'Original / Vorlage' => 4,
'Original / Vorlage zu' => 4, 'Original / Vorlage zu' => 4,
'Zeichnung nach' => 4, 'Zeichnung nach' => 4,
@ -208,6 +215,7 @@ final class MDConcEventTypes implements MDImporterConcordanceListInterface {
'Form entworfen' => 30, 'Form entworfen' => 30,
// 31 => Modelled // 31 => Modelled
'Modell' => 31,
'Modelled' => 31, 'Modelled' => 31,
'Modelliert' => 31, 'Modelliert' => 31,

View File

@ -118,6 +118,7 @@ final class MDConcLicenses implements MDImporterConcordanceListInterface {
"http://rightsstatements.org/page/InC/1.0/" => "RR-F", "http://rightsstatements.org/page/InC/1.0/" => "RR-F",
"https://rightsstatements.org/page/InC/1.0/" => "RR-F", "https://rightsstatements.org/page/InC/1.0/" => "RR-F",
"Alle Rechte vorbehalten" => "RR-F", "Alle Rechte vorbehalten" => "RR-F",
"Alle Rechte vorbehalten." => "RR-F",
"Alle Rechte vorbehalten - Urhebererechtlich geschütztes Werk" => "RR-F", "Alle Rechte vorbehalten - Urhebererechtlich geschütztes Werk" => "RR-F",
"IN COPYRIGHT" => "RR-P", "IN COPYRIGHT" => "RR-P",
"Rechtsstatus unbekannt" => "RR-P", "Rechtsstatus unbekannt" => "RR-P",