Extend concordance lists for places and times
This commit is contained in:
parent
e735ee5800
commit
3671295ca9
|
@ -56,6 +56,9 @@ final class MDConcPlace implements MDImporterConcordanceListInterface {
|
|||
|
||||
// 20: Copied
|
||||
// 21: Lived
|
||||
|
||||
'Firmensitz' => 22,
|
||||
|
||||
// 25: Commissioned
|
||||
|
||||
// 26: Printing
|
||||
|
|
|
@ -13,6 +13,9 @@ final class MDConcTime implements MDImporterConcordanceListInterface {
|
|||
|
||||
private const TIME_ROLES_TO_EVENT_TYPE = [
|
||||
|
||||
"Hersteller" => 1,
|
||||
"Herstellung" => 1,
|
||||
|
||||
# General / not yet (?) categorized
|
||||
"Laufzeit" => 24,
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user