Extend concordance lists for marking types, positions
This commit is contained in:
parent
0bb62c675f
commit
c3e4581f2d
@ -46,6 +46,7 @@ final class MDConcMarkingPosition implements MDImporterConcordanceListInterface
|
||||
// Bottom
|
||||
"unten" => "bottom",
|
||||
"unter der Zeichnung" => "bottom",
|
||||
"unter der Bild" => "bottom",
|
||||
"unterer Bildrand" => "bottom",
|
||||
"Unterer Bildrand" => "bottom",
|
||||
"unterer Bildrand, mittig" => "bottom",
|
||||
@ -354,6 +355,7 @@ final class MDConcMarkingPosition implements MDImporterConcordanceListInterface
|
||||
"oberer Holzkasten" => "other",
|
||||
"Verso" => "other",
|
||||
"Avers" => "other",
|
||||
"Text" => "other",
|
||||
];
|
||||
|
||||
/**
|
||||
|
@ -42,6 +42,7 @@ final class MDConcMarkingType implements MDImporterConcordanceListInterface {
|
||||
"Datierung (handschriftlich)" => "handwritten",
|
||||
"Titel (handschriftlich)" => "handwritten",
|
||||
"Widmung (handschriftlich)" => "handwritten",
|
||||
"Text" => "handwritten",
|
||||
|
||||
# Handwriting
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user