From 559b17257313a05458916b8327361ad65b123cd8 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Oke=20M=C3=B6ller?= <moeller@hab.de>
Date: Fri, 7 Mar 2025 14:01:02 +0100
Subject: [PATCH] Erweiterung der Metadaten
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

Metadaten zur Unterscheidung von autorisierten und unautorisierten Drucken

Erweiterung zunächst nur in 1778a, um dann das Schema anzupassen.
---
 .../Ernst_und_Falk/EF_DR_HAB_LO4622_1778a.xml | 56 +++++++++++++++----
 1 file changed, 46 insertions(+), 10 deletions(-)

diff --git a/Dramen/Ernst_und_Falk/EF_DR_HAB_LO4622_1778a.xml b/Dramen/Ernst_und_Falk/EF_DR_HAB_LO4622_1778a.xml
index 46ad35a..c73c105 100644
--- a/Dramen/Ernst_und_Falk/EF_DR_HAB_LO4622_1778a.xml
+++ b/Dramen/Ernst_und_Falk/EF_DR_HAB_LO4622_1778a.xml
@@ -28,6 +28,7 @@
                         <affiliation>Georg August Universität
                             Göttingen</affiliation>
                         <idno type="gnd">https://d-nb.info/gnd/1262000343</idno>
+                        <idno type="orchid"/>
                     </persName>
                 </respStmt>
                 <respStmt>
@@ -40,6 +41,7 @@
                         <email>moeller@hab.de</email>
                         <affiliation>Herzog August Bibliothek
                             Wolfenbüttel</affiliation>
+                        <idno type="gnd"/>
                         <idno type="orchid">0009-0004-1426-491X </idno>
                     </persName>
                 </respStmt>
@@ -70,22 +72,56 @@
                     </physDesc>
                 </msDesc>
                 <bibl>
-                    <title>Ernst und Falk. Gespräche für Freymäurer
-                        (1778a)</title>
-                    <abbr>EF_DR_HAB_LO4622_1778a</abbr>
-                    <date>1778</date>
+                    <title>Ernst und Falk. Gespräche für Freymäurer</title>
+                    <!--Label für die Anzeige in LERA-->
+                    <abbr>1778a</abbr>
+                    <date>
+                        <!--Publikationsjahr im Druck-->
+                        <date type="provided">1778</date>
+                        <!--rekonstruiertes Publikationsjahr-->
+                        <date cert="unknown" type="reconstructed"/>
+                    </date>
                     <ptr
                         target="http://http://diglib.hab.de/drucke/lo-4622-1s/start.htm"/>
-                    <note>1778a</note>
+                    <!--Druckvariante mit @type="authorized | unauthorized"-->
+                    <note type="authorized">1778a</note>
+                    <!--Autor:in-->
+                    <author>
+                        <persName>Gotthold Ephraim Lessing</persName>
+                        <idno type="gnd"
+                            >https://d-nb.info/gnd/118572121</idno></author>
+                    <!--Herausgeber:in-->
+                    <editor role="publisher"/>
+                    <pubPlace>
+                        <!--Druckort im Druck-->
+                        <placeName type="provided">Wolfenbüttel</placeName>
+                        <!--rekonstruierter Druckort-->
+                        <placeName cert="high" type="reconstructed"
+                            >Göttingen</placeName>
+                    </pubPlace>
+                    <!--Verlag-->
+                    <publisher/>
+                    <!--Drucker:in-->
+                    <respStmt>
+                        <resp>Drucker/Pressman</resp>
+                        <persName>
+                            <idno type="gnd"
+                                >https://d-nb.info/gnd/118678345</idno>
+                            <forename>Johann Christian</forename>
+                            <surname>Dieterich</surname>
+                        </persName>
+                    </respStmt>
                 </bibl>
-                <listWit type="textWitnesses" subtype="1778a">
+                <listWit corresp="1778a">
+                    <!--Andere Exemplare der gleichen Variante-->
                     <witness>
-                        <bibl>Wolfenbüttel, HAB, LO 4622 1s</bibl>
-                        <ptr
-                            target="http://http://diglib.hab.de/drucke/lo-4622-1s/start.htm"
-                        />
+                        <bibl></bibl>
+                        <ptr target="insert"/>
                     </witness>
                 </listWit>
+                <listWit><witness xml:id="insert">
+                    <bibl></bibl>
+                </witness></listWit>
             </sourceDesc>
         </fileDesc>
         <encodingDesc>
-- 
GitLab