Skip to content

DCLP litpap.info: Description

James M.S. Cowey edited this page May 18, 2017 · 18 revisions

Differences and Similarities: DCLP (litpap.info) and HGV/DDB (papyri.info)

File organisation

DCLP files aggregate both metadata and text in the one file. The files are organised according to the TM number.

Content of the files

body/text section

basically works in the same way as the DDBDP section of papyri.info. There have no changes to Leiden+ / xSugar so far. Some tweaks in the planning and perhaps to be carried out in the next few weeks. Things like indenting texts. Addition of text critical mark up are planned. Further proliferation of g types has taken place. Many of these should be re-encoded once we have new Leiden+ for them.

metadata section

Lots of changes to the XML here.

Starting with where there have been no changes:

Date section e.g.

Provenance section e.g.

Changes to physDesc

In papyri.info we have e.g.

               <physDesc>
                  <objectDesc>
                     <supportDesc>
                        <support>
                           <material>Papyrus</material>
                        </support>
                     </supportDesc>
                  </objectDesc>
               </physDesc>

in litpap.info we have e.g.

               <physDesc>
                  <objectDesc form="codex">
                     <supportDesc>
                        <support>
                           <material>papyrus</material>
                        </support>
                     </supportDesc>
                     <layoutDesc>
                        <layout writtenLines="28">
                           <p>papyrus codex (written lines: [28] ?, pagination: 0)</p>
                        </layout>
                     </layoutDesc>
                  </objectDesc>
               </physDesc>

The editor has been modified in order to be able to enter such information. layoutDesc added; some attributes used where there are not any in papyri.info e.g. @form on objectDesc

Changes to profileDesc

In papyri.info we have e.g.

      <profileDesc>
         <langUsage>
            <language ident="fr">Französisch</language>
            <language ident="en">Englisch</language>
            <language ident="de">Deutsch</language>
            <language ident="it">Italienisch</language>
            <language ident="es">Spanisch</language>
            <language ident="la">Latein</language>
            <language ident="el">Griechisch</language>
         </langUsage>
         <textClass>
            <keywords scheme="hgv">
               <term>Eingabe</term>
               <term>Tarmuthis an den Strategen Apion</term>
               <term>Überfall durch die Frau eines πρεσβύτερος und ihn selbst</term>
               <term>Zerstörung von Kleidung</term>
               <term>Raub ihrer Ware (Gemüse) und Armreifen (Silber) in Abwesenheit ihres Ehemannes</term>
            </keywords>
         </textClass>
      </profileDesc>

in litpap.info we have e.g.

      <profileDesc>
         <textClass>
            <keywords>
               <term>poetry lyric</term>
               <term type="culture">literature</term>
               <term type="religion">classical</term>
               <term type="overview">Pindarus; Olympian odes 010.1-11, 24-35</term>
            </keywords>
         </textClass>
         <langUsage>
            <language ident="en">English</language>
            <language ident="grc">Greek</language>
         </langUsage>
      </profileDesc>

@types on terms are new