diff --git a/src/MDConcMarkingPosition.php b/src/MDConcMarkingPosition.php index 839e90d..7a1955d 100644 --- a/src/MDConcMarkingPosition.php +++ b/src/MDConcMarkingPosition.php @@ -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", diff --git a/src/MDConcObjectTagRelTypes.php b/src/MDConcObjectTagRelTypes.php index b0b4828..0c1588b 100644 --- a/src/MDConcObjectTagRelTypes.php +++ b/src/MDConcObjectTagRelTypes.php @@ -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'], ]; /**