Extend concordance lists for event types and licenses
This commit is contained in:
parent
04b88d0456
commit
cdac022d64
|
@ -18,6 +18,7 @@ final class MDConcEventTypes implements MDImporterConcordanceListInterface {
|
|||
'Hergestellt vermutlich' => 1,
|
||||
'Herstellung' => 1,
|
||||
'Herstellung vermutlich' => 1,
|
||||
'Herstellungsort' => 1,
|
||||
'Production' => 1,
|
||||
'production' => 1,
|
||||
'Bearbeitung' => 1,
|
||||
|
@ -36,7 +37,9 @@ final class MDConcEventTypes implements MDImporterConcordanceListInterface {
|
|||
'Ereignis' => 1,
|
||||
'http://terminology.lido-schema.org/lido00003' => 1,
|
||||
'Herstellung des Abzugs/der Abformung' => 1,
|
||||
'Ausführung' => 1,
|
||||
'Gos-Mehrfacheintrag' => 1,
|
||||
'Kupferstecher' => 1,
|
||||
|
||||
// 2: Was found
|
||||
'Auffinden' => 2, // Finding
|
||||
|
@ -59,6 +62,7 @@ final class MDConcEventTypes implements MDImporterConcordanceListInterface {
|
|||
'Published' => 3,
|
||||
'Veröffentlicht' => 3,
|
||||
'Veröffentlichung' => 3,
|
||||
'Verleger' => 3,
|
||||
'published' => 3,
|
||||
'http://terminology.lido-schema.org/eventType/publication' => 3,
|
||||
'Publikation' => 3,
|
||||
|
@ -70,7 +74,10 @@ final class MDConcEventTypes implements MDImporterConcordanceListInterface {
|
|||
// 4: Template creation
|
||||
'Template creation' => 4,
|
||||
'Vorlagenerstellung' => 4,
|
||||
'Stichvorlage' => 4,
|
||||
'Vorlage' => 4,
|
||||
'Entwurf; Vorlage' => 4,
|
||||
'Entwurfsort' => 4,
|
||||
'Original / Vorlage' => 4,
|
||||
'Original / Vorlage zu' => 4,
|
||||
'Zeichnung nach' => 4,
|
||||
|
@ -208,6 +215,7 @@ final class MDConcEventTypes implements MDImporterConcordanceListInterface {
|
|||
'Form entworfen' => 30,
|
||||
|
||||
// 31 => Modelled
|
||||
'Modell' => 31,
|
||||
'Modelled' => 31,
|
||||
'Modelliert' => 31,
|
||||
|
||||
|
|
|
@ -118,6 +118,7 @@ final class MDConcLicenses implements MDImporterConcordanceListInterface {
|
|||
"http://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 - Urhebererechtlich geschütztes Werk" => "RR-F",
|
||||
"IN COPYRIGHT" => "RR-P",
|
||||
"Rechtsstatus unbekannt" => "RR-P",
|
||||
|
|
Loading…
Reference in New Issue
Block a user