Extend lists for actors and licenses

This commit is contained in:
Joshua Ramon Enslin 2022-08-11 01:02:47 +02:00
parent ef8bfdca0f
commit eb8abfaef1
Signed by: jrenslin
GPG Key ID: 46016F84501B70AE
2 changed files with 2 additions and 0 deletions

View File

@ -558,6 +558,7 @@ final class MDConcActor {
"--" => 23,
"---" => 23,
" ---" => 23,
"testfunktion und testrolle" => 23,
"Abteilungsleiter der Abteilung III/2 Vortragswesen, Rednervermittlung im Amt Deutsches Volksbildungswerk, Berlin-Wilmersdorf, Kaiserallee 25" => 23,
"Admiral" => 23,

View File

@ -45,6 +45,7 @@ final class MDConcLicenses {
"https://www.europeana.eu/rights/rr-f/" => "RR-F",
"Rechte vorbehalten - Freier Zugang" => "RR-F",
"Alle Rechte vorbehalten" => "RR-F",
"Alle Rechte vorbehalten - Urhebererechtlich geschütztes Werk" => "RR-F",
"IN COPYRIGHT" => "RR-P",
];