slub / mets-mods2tei

Convert bibliographic meta data in MODS format to TEI headers
Apache License 2.0
8 stars 7 forks source link

Use allowed values for "bibl@type" #36

Open wrznr opened 4 years ago

wrznr commented 4 years ago

http://dfg-viewer.de/strukturdatenset/ has to be mapped onto http://deutschestextarchiv.de/doku/basisformat/mdSdBibl.html

wrznr commented 4 years ago

@cthomasdta FYI

bertsky commented 2 years ago

An exhaustive list of tags can be found in Kitodo.Production BTW.

cthomasdta commented 2 years ago

+ for DTABf-M we would like to have (additional to manuscript/MAN) things like

I think this would be the right place in the header for that kind of categorisation, right?

bertsky commented 2 years ago

Thanks @cthomasdta for bringing up this additional case! I did not notice it before but it is in the schema already – perhaps the documentation website should be updated?

We already have manuscript in Strukturdatenset for METS divs, but I wonder where (at what place in the representation) your subcategories would go. Do we have an analogue to that in the existing types?

cthomasdta commented 2 years ago

Thanks @cthomasdta for bringing up this additional case! I did not notice it before but it is in the schema already – perhaps the documentation website should be updated?

Yes, you are right, <bibl type="MAN"> is missing in the DTABf docu here, but it is given in the overview of header elements here.

We already have manuscript in Strukturdatenset for METS divs, but I wonder where (at what place in the representation) your subcategories would go. Do we have an analogue to that in the existing types?

I will think about this (esp. if these are subcategories indeed) and try to find examples.

P.S. I see now, we also have to differentiate between prints and manuscripts, where the header info goes:

bertsky commented 2 years ago
  • manuscripts: //fileDesc/sourceDesc/msDesc -- I would place "draft", "concept", "fair copy", "diary" etc. here.

You mean as in

<msDesc>
  <physDesc>
    <typeDesc>
      <p>diary</p>
    </typeDesc>
  </physDesc>
</msDesc>

?

Are you sure that bibl is exclusively used for print? IIUC msDesc (in TEI literally (manuscript description) contains a description of a single identifiable manuscript or other text-bearing object such as early printed books.) only describes the original written form of the work. But if the work has not been printed or there is no earlier written exemplar for it, then this should be kept empty.

cthomasdta commented 2 years ago

No, I did mean //fileDesc/sourceDesc/msDesc, cf. these two examples from edition humboldt digital, where alle 500+ other docs are encoded accordingly -- and hopefully not wrong:

Here, we use @rend instead of @type, for reasons I cannot remember at the moment, but this is not our issue here.

= //fileDesc/sourceDesc/msDesc[@rend='manuscript'], other values are:

bertsky commented 2 years ago

Here, we use @rend instead of @type, for reasons I cannot remember at the moment, but this is not our issue here.

= //fileDesc/sourceDesc/msDesc[@rend='manuscript'], other values are:

understood. So in your examples, bibl type="MAN" is still missing, and in the DTABf documentation (website), msDesc/@rend is.

Also, perhaps msDesc/@rend should be restricted by the schema to a set of allowable values (from the Strukturdatenset).

I can find manuscript and fragment in Strukturdatenset, but not the other values. So should the METS Anwendungsprofil be extended for manuscripts accordingly? (You don't seem to offer METS on edition-humboldt, so perhaps we should consider this a case of #61. You don't happen to know how DTABf relates to the TEI Anwendungsprofil?)

cthomasdta commented 2 years ago

[…] (You don't seem to offer METS on edition-humboldt, so perhaps we should consider this a case of #61.

As far as I understand issue 61, yes. That:

You don't happen to know how DTABf relates to the TEI Anwendungsprofil?)

I do not know, sorry. Maybe @tboenig does?

tboenig commented 2 years ago

@cthomasdta @bertsky At the moment, the application profile (TEI Anwendungsprofil für Handschriften) has not been defined or adopted in DTABf.

bertsky commented 2 years ago

At the moment, the application profile (TEI Anwendungsprofil für Handschriften) has not been defined or adopted in DTABf.

@tboenig yes, but how does it relate (conceptually)? Among the many conventions outlined by DTABf, how many does it have in common with TEI Anwendungsprofil?