ars_breviata.xml 4.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <?xml-model href="schema/tei-vbd.rng"
  3. title="Vercelli Book Digital standard schema"
  4. schematypens="http://relaxng.org/ns/structure/1.0"
  5. type="application/xml"
  6. ?>
  7. <TEI xmlns="http://www.tei-c.org/ns/1.0" xmlns:xi="http://www.w3.org/2001/XInclude">
  8. <teiHeader>
  9. <fileDesc>
  10. <titleStmt>
  11. <title>Ars breviata</title>
  12. <author>S. Agostino</author>
  13. <respStmt>
  14. <resp>Edited by</resp>
  15. <name ></name>
  16. </respStmt>
  17. <respStmt>
  18. <resp>Text Encoding by</resp>
  19. <name></name>
  20. </respStmt>
  21. <respStmt>
  22. <resp>Changes for EVT testing purposes by</resp>
  23. <name ></name>
  24. </respStmt>
  25. </titleStmt>
  26. <editionStmt>
  27. <edition>
  28. </edition>
  29. </editionStmt>
  30. <publicationStmt>
  31. <p></p>
  32. </publicationStmt>
  33. <notesStmt>
  34. <note>
  35. </note>
  36. </notesStmt>
  37. <sourceDesc>
  38. <listWit>
  39. <witness xml:id="V"> <!-- da inserire qui xml: id? CORRETTO -->
  40. <msDesc>
  41. <msIdentifier>
  42. <settlement>Città del Vaticano</settlement>
  43. <repository>Biblioteca Apostolica Vaticana</repository>
  44. <idno>Pal.lat. 1746</idno>
  45. </msIdentifier>
  46. </msDesc>
  47. </witness>
  48. <witness xml:id="P">
  49. <msDesc>
  50. <msIdentifier>
  51. <settlement>Paris</settlement>
  52. <repository>Bibliothèque nationale de France</repository>
  53. <idno>Latin 7520</idno> <!-- inserire seconda mano -->
  54. </msIdentifier>
  55. </msDesc>
  56. </witness>
  57. <witness xml:id="B">
  58. <msDesc>
  59. <msIdentifier>
  60. <settlement>Bruxelles</settlement>
  61. <repository> Bibliothèque royale de Belgique</repository>
  62. <idno>9581-95</idno>
  63. </msIdentifier>
  64. </msDesc>
  65. </witness>
  66. </listWit>
  67. </sourceDesc>
  68. </fileDesc>
  69. <encodingDesc>
  70. <variantEncoding method="parallel-segmentation" location="internal" />
  71. <tagsDecl>
  72. </tagsDecl>
  73. <!-- CHARDECL da completare -->
  74. <charDecl>
  75. <char xml:id="h_cum_puncto_supra_hoc">
  76. <charName>h cum puncto supra=hoc</charName>
  77. <mapping type="codepoint" >U+E516</mapping>
  78. <mapping type="diplomatic"></mapping>
  79. </char>
  80. </charDecl>
  81. </encodingDesc>
  82. </teiHeader>
  83. <!--inizio surface da completare-->
  84. <facsimile>
  85. <surface>
  86. <graphic url="data/images/single/fol_9r.jpg" width="3016px" height="3955px" />
  87. <zone ulx="225" uly="349" lrx="2226" lry="477" rendition="Line" xml:id="TB_line_09r_01"/>
  88. </surface>
  89. </facsimile>
  90. <!-- inizio text -->
  91. <text>
  92. <group>
  93. <xi:include href="doc/Testimone-B.xml" xmlns:xi="http://www.w3.org/2001/XInclude" xpointer="B_text"/>
  94. <xi:include href="doc/Testimone-P.xml" xmlns:xi="http://www.w3.org/2001/XInclude" xpointer="P_text"/>
  95. <xi:include href="doc/Testimone-V.xml" xmlns:xi="http://www.w3.org/2001/XInclude" xpointer="V_text"/>
  96. <!--<xi:include href="doc/V-interpretativa.xml" xmlns:xi="http://www.w3.org/2001/XInclude"
  97. xpointer="V_text_interp"/>-->
  98. </group>
  99. <back>
  100. <div type="notes">
  101. <note xml:id="asdf">...</note>
  102. </div>
  103. </back>
  104. </text>
  105. </TEI>