Extend marking position and tag relation type concordances
This commit is contained in:
@@ -50,6 +50,7 @@ final class MDConcMarkingPosition implements MDImporterConcordanceListInterface
|
||||
"unterer Bildrand" => "bottom",
|
||||
"Unterer Bildrand" => "bottom",
|
||||
"unterer Bildrand, mittig" => "bottom",
|
||||
"unten mitte" => "bottom",
|
||||
"Unterkante Bild" => "bottom",
|
||||
"Boden, unten" => "bottom",
|
||||
"unterer Blattrand" => "bottom",
|
||||
@@ -89,6 +90,7 @@ final class MDConcMarkingPosition implements MDImporterConcordanceListInterface
|
||||
// Bottom right
|
||||
"im Bild unten rechts" => "bottom_right",
|
||||
"rechts unten Signatur" => "bottom_right",
|
||||
"verso unten rechts" => "bottom_right",
|
||||
"unterer Bildrand rechts" => "bottom_right",
|
||||
"Bildrand rechts unten" => "bottom_right",
|
||||
"Rechts unten" => "bottom_right",
|
||||
|
@@ -21,8 +21,11 @@ final class MDConcObjectTagRelTypes implements MDImporterConcordanceListInterfac
|
||||
'Assoziation' => 'tag',
|
||||
'assoziation' => 'tag',
|
||||
'description' => 'tag',
|
||||
'Druckvorlage' => 'tag',
|
||||
'emotion' => 'tag',
|
||||
'atmosphäre' => 'tag',
|
||||
'Objektart' => 'tag',
|
||||
'objektart' => 'tag',
|
||||
'schlagwort hist.ereignis' => 'tag',
|
||||
'schlagwort thema' => 'tag',
|
||||
|
||||
@@ -43,6 +46,7 @@ final class MDConcObjectTagRelTypes implements MDImporterConcordanceListInterfac
|
||||
'\'datierung\'' => ['event_type' => 24, 'target_section' => 'time'],
|
||||
'datierung' => ['event_type' => 24, 'target_section' => 'time'],
|
||||
'schlagwort zeitraum' => ['event_type' => 24, 'target_section' => 'time'],
|
||||
'person' => ['event_type' => 23, 'target_section' => 'actor'],
|
||||
];
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user