dracor-org / udracor

Ukrainian Drama Corpus (UDraCor)
2 stars 4 forks source link

Add publicationStmt to teiHeader/fileDesc #9

Closed cmil closed 1 year ago

cmil commented 2 years ago

The TEI files are currently missing the publicationStmt element which is required by the TEI_all as well as the DraCor schema. We should probably add something similar to this:

<publicationStmt>
  <publisher xml:id="dracor">DraCor</publisher>
  <idno type="URL">https://dracor.org</idno>
  <availability>
    <licence>
      <ab>CC0 1.0</ab>
      <ref target="https://creativecommons.org/publicdomain/zero/1.0/">Licence</ref>
    </licence>
  </availability>
</publicationStmt>

The licensing information could probably be adjusted.

DanilSko commented 1 year ago

Fixed in https://github.com/dracor-org/udracor/pull/7