Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cover case where dmdSec already has TEI, not MODS header #60

Open
bertsky opened this issue Dec 7, 2021 · 1 comment
Open

cover case where dmdSec already has TEI, not MODS header #60

bertsky opened this issue Dec 7, 2021 · 1 comment
Labels
question Further information is requested

Comments

@bertsky
Copy link
Member

bertsky commented Dec 7, 2021

DFG's METS-Anwendungsprofil (p. 22) also allows for the case where metadata is not in the form of MODS …

<mets:dmdSec ID=”dmd_1”>
  <mets:mdWrap MDTYPE=“MODS“>
    <mets:xmlData>
      <mods:mods>
        ...
      </mods:mods>
    </mets:xmlData>
  </mets:mdWrap>
</mets:dmdSec>

… but in the form of TEI …

<mets:dmdSec ID=”dmd_2”>
  <mets:mdWrap MDTYPE=“TEIHDR“>
    <mets:xmlData>
      <tei:teiHeader>
        ...
      </tei:teiHeader>
    </mets:xmlData>
  </mets:mdWrap>
</mets:dmdSec>

Perhaps we should support that case.

@bertsky
Copy link
Member Author

bertsky commented Dec 9, 2021

@tboenig if I understand you right, this is not realistic, because TEIHDR is not as well standardized as MODS.

But you mentioned that sometimes being able to incorporate other information sources like MarcXML might indeed be useful. So that could be an optional input file, right?

(And we also briefly discussed IIIF manifests.)

@bertsky bertsky added the question Further information is requested label Dec 13, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

1 participant