ilrt / Beyond2022TeiTemplate

Work on creating a template for the TEI/XML that will be used in the Medieval Gold Seam and other seams
2 stars 0 forks source link

Does the description, extend and medium relate to the TEI/XML document and not the original source? #18

Closed MikeJ1971 closed 3 years ago

MikeJ1971 commented 3 years ago

If we are talking about the TEI/XML document, then these might be the elements we use.

The edition details could be used as the description, e.g.:

<edition>English translation of the Irish Exchequer receipt roll for 29 and 30 Edward I encoded as TEI/XML</edition>

For the extent, there is an extent element:

         <extent>11 membranes of source material translated and encoded</extent>
         <!-- <extent>xxxs bytes</extent> -->

If we are talking about the TEI document, then the size and medium could be computationally derived when the file is processed.

However, if we are talking about the original manuscript then we need to look at mDesc element

            <msDesc>
               <msIdentifier>
                  <settlement>London</settlement>
                  <repository>The National Archives</repository>
                  <!-- Is the idno sufficient for the unique reference code for the database? https://github.com/ilrt/Beyond2022TeiTemplate/issues/17-->
                  <idno>E 101/233/16</idno>
                  <msName>Roll of receipts. 29 and 30 Edward I.</msName>
               </msIdentifier>
               <msContents>
                  <textLang>Latin</textLang>
               </msContents>
               <physDesc>
                  <p>A parchment roll of 18 membranes.</p>
               </physDesc>
               <history>
                  <origin>
                     <p>Probably drawn up in Ireland and despatched to Westminster, England, for an
                        audit of the accounts of the treasurer of the Irish Exchequer</p>
                  </origin>
               </history>
            </msDesc>

See https://tei-c.org/release/doc/tei-p5-doc/en/html/ref-editionStmt.html https://tei-c.org/release/doc/tei-p5-doc/en/html/ref-extent.html

crooksp commented 3 years ago

The original manuscript, so 11 membranes etc.