publicationStmt

Kodierung

Beschreibung

Das <publicationStmt> umfasst Angaben zu Veröffentlichung (Institution/Person, Ort, Datum) und zur Lizenz.

Kodierungsbeispiel

<publicationStmt>
    <publisher>
        <orgName role="institution" xml:lang="de">Bundesarchiv</orgName>
        <orgName role="institution" xml:lang="en">Federal Archives</orgName>
        <persName>
            <surname>Hollmann</surname>
            <forename>Michael</forename>
            <note type="remarkResponsibility" xml:lang="de">Präsident des Bundesarchivs</note>
            <note type="remarkResponsibility" xml:lang="en">President of the Federal Archives</note>
        </persName>
        <orgName role="project" xml:lang="de">Bundesarchiv – Edition „Die Kabinettsprotokolle der Bundesregierung“</orgName>
        <orgName role="project" xml:lang="en">Federal Archives – Edition "The Cabinet minutes of the Federal Government"</orgName>
        <ref target="https://www.kabinettsprotokolle.bundesarchiv.de">https://www.kabinettsprotokolle.bundesarchiv.de</ref>
        <email>edition.kabinettsprotokolle@bundesarchiv.de</email>
        <address>
            <addrLine>Potsdamer Str. 1, 56075 Koblenz</addrLine>
            <country>Germany</country>
        </address>
    </publisher>
    <pubPlace>Koblenz</pubPlace>
    <date type="publication" when="2023-11"/>
    <availability>
        <licence target="https://creativecommons.org/publicdomain/zero/1.0/">
            <p>This work is marked with CC0 1.0</p>
        </licence>
    </availability>
</publicationStmt>