ArchiveTFMVienna / Rundbriefe

Digitization of the "Rundbriefe des Zentralinstituts für Theaterwissenschaft"
1 stars 0 forks source link

make sure the values of @ref and @xml:id are matching #4

Closed csae8092 closed 6 years ago

csae8092 commented 6 years ago

e.g. currently

<principal>
      <rs ref="#patrick_aprent" type="person">Patrick Aprent</rs>
</principal>

does not match

<person xml:id="aprent_patrick">
    <persName ref="https://orcid.org/0000-0002-0359-5981">
        <surname>Aprent</surname>
        <forename>Patrick</forename>
    </persName>
</person>
KlausIllmayer commented 6 years ago

indeed - we agreed to define the identifier for persons to "surname_firstname". so we changed this in the "listperson.xml". but we didn't come to the point of applying it to the Rundbriefe-xml-files (and I forgot to mention it). so thanks for reminding.