<TEI xmlns="http://www.tei-c.org/ns/1.0">
  <teiHeader>
    <fileDesc>
      <titleStmt>
        <title type="main">TEI by Example</title>
        <title type="sub">Module 2: The TEI Header</title>
        <author xml:id="RvdB">Ron Van den Branden</author>
        <editor xml:id="EV">Edward Vanhoutte</editor>
        <editor xml:id="MT">Melissa Terras</editor>
        <sponsor>Association for Literary and Linguistic Computing (ALLC)</sponsor>
        <sponsor>Centre for Data, Culture and Society, University of Edinburgh, UK</sponsor> 
        <sponsor>Centre for Digital Humanities (CDH), University College London, UK</sponsor>
        <sponsor>Centre for Computing in the Humanities (CCH), King’s College London, UK</sponsor>
        <sponsor>Centre for Scholarly Editing and Document Studies (CTB) , Royal Academy of Dutch Language and Literature, Belgium</sponsor>
        <funder>
          <address>
            <addrLine>Centre for Scholarly Editing and Document Studies (CTB)</addrLine>
            <addrLine>Royal Academy of Dutch Language and Literature</addrLine>
            <addrLine>Koningstraat 18</addrLine>
            <addrLine>9000 Gent</addrLine>
            <addrLine>Belgium</addrLine>
          </address>
          <email>ctb@kantl.be</email>
        </funder>
        <principal>Edward Vanhoutte</principal>
        <principal>Melissa Terras</principal>
      </titleStmt>
      <publicationStmt>
        <publisher>Centre for Scholarly Editing and Document Studies (CTB) , Royal Academy of Dutch Language and Literature, Belgium</publisher>
        <distributor>Centre for Scholarly Editing and Document Studies (CTB) , Royal Academy of Dutch Language and Literature, Belgium</distributor>
        <pubPlace>Gent</pubPlace>
        <address>
          <addrLine>Centre for Scholarly Editing and Document Studies (CTB)</addrLine>
          <addrLine>Royal Academy of Dutch Language and Literature</addrLine>
          <addrLine>Koningstraat 18</addrLine>
          <addrLine>9000 Gent</addrLine>
          <addrLine>Belgium</addrLine>
        </address>
        <availability status="free">
          <p>Licensed under a <ref target="http://creativecommons.org/licenses/by-sa/3.0/">Creative Commons Attribution ShareAlike 3.0 License</ref>
                    </p>
        </availability>
        <date when="2010-07-09">9 July 2010</date>
      </publicationStmt>
      <seriesStmt>
        <title>TEI by Example.</title>
        <respStmt>
          <name>Edward Vanhoutte</name>
          <resp>editor</resp>
        </respStmt>
        <respStmt>
          <name>Ron Van den Branden</name>
          <resp>editor</resp>
        </respStmt>
        <respStmt>
          <name>Melissa Terras</name>
          <resp>editor</resp>
        </respStmt>
      </seriesStmt>
      <sourceDesc>
        <p>Digitally born</p>
      </sourceDesc>
    </fileDesc>
    <encodingDesc>
      <projectDesc>
        <p>TEI by Example offers a series of freely available online tutorials walking individuals through the different stages in marking up a document in TEI (Text Encoding Initiative). Besides a general introduction to text encoding, step-by-step tutorial modules provide example-based introductions to eight different aspects of electronic text markup for the humanities. Each tutorial module is accompanied with a dedicated examples section, illustrating actual TEI encoding practice with real-life examples. The theory of the tutorial modules can be tested in interactive tests and exercises.</p>
      </projectDesc>
    </encodingDesc>
    <profileDesc>
      <langUsage>
        <language ident="en-GB">en-GB</language>
      </langUsage>
    </profileDesc>
    <revisionDesc>
      <change when="2020-06-19" who="#RvdB">technical revision</change>
      <change when="2010-07-14" who="#RvdB">corrected significant typo (<gi>biblStruct</gi> for <gi>biblFull</gi>), removed <gi>ref</gi> around <gi>gi</gi>
            </change>
      <change when="2010-07-09" who="#RvdB">release</change>
      <change when="2009-09-28" who="#RvdB">corrected typos + examples</change>
      <change when="2009-08-18" who="#RvdB">creation</change>
    </revisionDesc>
  </teiHeader>
  <text xml:id="TBED02v00" type="examples">
    <body>
            <div xml:id="erasmus" type="example">
        <head>Desiderius Erasmus: <title level="m">Colloquia familiaria</title>
                </head>
        <p>This example features the TEI header for the transcription of <title level="m">Colloquia familiaria</title>, a series of colloquia written by Desiderius Erasmus. They are encoded and made available by the Stoa Consortium, University of Kentucky.</p>
        <p>This is an excellent example of a TEI header. The file description provides the minimal information sections about the title and responsibilities of the electronic text, its publication, and its source. Editorial principles are documented in <gi>encodingDesc</gi>, which also has a statement about sampling decisions in <gi>samplingDesc</gi> (see section <ref target="https://tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD52">2.3.2 The Sampling Declaration</ref> of the TEI Guidelines). It also contains a formal declaration of a reference system, for which it makes use of <gi>refState</gi> elements (see section <ref target="https://tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD54M">2.3.5.3 Milestone Method</ref> of the TEI Guidelines). Two classification systems are declared in <gi>classDecl</gi>: Library of Congress Subject Headings and Library of Congress Classification. The next header section, <gi>profileDesc</gi>, contains the actual classification of the text according to both systems, in <gi>textClass</gi>. This is a nice illustration of two classification strategies: using natural language keywords (<gi>keywords</gi>) or abstract classification codes (<gi>classCode</gi>). Also, the languages of the text are formally declared in <gi>langUsage</gi>. Finally, a complete revision history is available in <gi>revisionDesc</gi>.</p>
        <figure xml:id="erasmus-example">
          <egXML xmlns="http://www.tei-c.org/ns/Examples">
            <teiHeader>
              <fileDesc>
                <titleStmt>
                  <title>Colloquia familiaria</title>
                  <author>Desiderius Erasmus</author>
                  <respStmt>
                    <resp>Encoded by</resp>
                    <name xml:id="JN">Jennifer K. Nelson</name>
                    <name xml:id="GE">Gretche Ermer</name>
                  </respStmt>
                  <principal>A. Ross Scaife</principal>
                  <sponsor>Cultural Heritage Language Technologies</sponsor>
                  <funder>NSF-EU</funder>
                </titleStmt>
                <publicationStmt>
                  <publisher>Stoa Consortium</publisher>
                  <pubPlace>Lexington, KY</pubPlace>
                  <address>
                    <addrLine>Department of Modern and Classical Languages, Literatures and Cultures</addrLine>
                    <addrLine>1055 Patterson Office Tower</addrLine>
                    <addrLine>University of Kentucky</addrLine>
                    <addrLine>Lexington, KY 40506-0027</addrLine>
                    <addrLine>url:http://www.stoa.org</addrLine>
                  </address>
                  <date>2002-09-05</date>
                </publicationStmt>
                <sourceDesc>
                  <biblStruct>
                    <monogr>
                      <author>Erasmus, Desiderius, d. 1536</author>
                      <title type="main">Desiderii Erasmi Roterodami colloquia familiaria</title>
                      <title type="subordinate">ad optimarum editionum fidem diligenter emendata, cum
                        succincta difficiliorum explanatione</title>
                      <edition>Ed. stereotypa</edition>
                      <imprint>
                        <pubPlace>Lipsiae</pubPlace>
                        <publisher>sumptibus Ottonis Holtze</publisher>
                        <date>1867-1872</date>
                      </imprint>
                      <extent>771 p. (2 vols) ; 15 cm.</extent>
                    </monogr>
                  </biblStruct>
                </sourceDesc>
              </fileDesc>
              <encodingDesc>
                <samplingDecl>
                  <p>Editorial notes in the Holtze edition have not been reproduced</p>
                </samplingDecl>
                <editorialDecl>
                  <normalization method="silent">
                    <p>Original punctuation conventions in the Holtze edition have been retained as much as
                      possible</p>
                  </normalization>
                  <hyphenation eol="none">
                    <p>Hyphenated words that appear at the end of the line in the Holtze edition have been
                      reformed</p>
                  </hyphenation>
                  <interpretation>
                    <p>Italics are recorded without interpretation</p>
                  </interpretation>
                </editorialDecl>
                <refsDecl>
                  <refState unit="colloquium"/>
                  <refState unit="topic"/>
                </refsDecl>
                <classDecl>
                  <taxonomy xml:id="lcsh">
                    <bibl>Library of Congress Subject Headings</bibl>
                  </taxonomy>
                  <taxonomy xml:id="lc">
                    <bibl>Library of Congress Classification</bibl>
                  </taxonomy>
                </classDecl>
              </encodingDesc>
              <profileDesc>
                <langUsage>
                  <language ident="la">Latin</language>
                  <language ident="grc">Ancient Greek</language>
                </langUsage>
                <textClass>
                  <keywords scheme="#lcsh">
                    <list>
                      <item>Dialogues, Latin (Medieval and modern)</item>
                      <item>Folly -- Early works to 1800</item>
                    </list>
                  </keywords>
                  <classCode scheme="#lc">PA8501</classCode>
                </textClass>
              </profileDesc>
              <revisionDesc>
                <change when="2004-03-01" who="#GE">[ed] added text of "De utilitate colloquiorum ad lectorem"</change>
                <change when="2003-10-14" who="#JN">[ed] expanded TEI header to include more information, e.g. LC subject headings and LC classification</change>
                <change when="2002-09-01" who="#JN">[markup]: began tei-compliant markup</change>
              </revisionDesc>
            </teiHeader>
          </egXML>
          <head type="legend">Adapted from a TEI P4 XML encoding of the header for Desiderius Eramus’ <title level="m">Colloquia Familiaria</title> (<ref type="bibl" target="#erasmus1872">Erasmus, 1872</ref>).</head>
        </figure>
      </div>
        </body>
    <back>
      <div type="bibliography">
        <listBibl>
          <bibl xml:id="erasmus1872">
                        <author>Erasmus, Desiderius</author>. <date>1867-1872</date>. <title level="m">Desiderii Erasmi Roterodami colloquia familiaria</title>. <pubPlace>Lipsiae</pubPlace>: <publisher>sumptibus Ottonis Holtze</publisher>. Encoded and made available by the Stoa Consortium, University of Kentucky at <ptr target="https://web.archive.org/web/20160220004338/http://www.stoa.org/hopper/text.jsp?doc=Stoa:text:2003.02.0006"/>.</bibl>
          <bibl xml:id="higginson1885">
                        <author>Higginson, Thomas Wentworth</author>. <date>1885</date>. <title level="u">Letter of November 7, 1885</title>. Encoded and made available by  the Lincoln Electronic Text Center of the University of Nebraska at <ptr target="http://higginson.unl.edu/letters/LC1885k07.html"/>.</bibl>
          <bibl xml:id="islam2004">
                        <editor>Islam, Mubina</editor>. <date>2004</date>. <title level="u">A Selection of Sonnets: electronic edition encoded in XML with a TEI DTD</title>. Unpublished Master’s Dissertation, <pubPlace>London</pubPlace>: <publisher>University College London</publisher>.</bibl>
          <bibl xml:id="marlowe1616">
                        <author>Marlowe, Christopher</author>. <date>1616</date>. <title level="m">The Tragedie of Doctor Faustus</title>. Encoded and made available by the Perseus Digital Library. Available online at <ptr target="http://www.perseus.tufts.edu/hopper/text?doc=Perseus:text:1999.03.0011"/>.</bibl>
          <bibl xml:id="shakespeare1978">
                        <author>Shakespeare, William</author>. <date>1978</date>. <title level="m">The Complete Works of William Shakespeare</title>. Edited by <editor>Alexander, Peter</editor>. <pubPlace>London</pubPlace>: <publisher>Collins</publisher>.</bibl>
          <bibl xml:id="whitman1890">
                        <author>Whitman, Walt</author>. <date>1890</date>. <title level="u">After the Argument</title>. Manuscript encoded and made available by the Walt Whitman Archive at <ptr target="http://www.whitmanarchive.org/manuscripts/transcriptions/loc.00001.html"/>.</bibl>
          <bibl xml:id="wilde1930">
                        <author>Wilde, Oscar</author>. <date>1930</date>. <title level="a">The Importance of Being Earnest</title>. In: <title level="m">Plays, Prose Writings and Poems</title>. <pubPlace>London</pubPlace>: <publisher>Everyman</publisher>. Encoded and made available by CELT: Corpus of Electronic Texts: a project of University College, Cork. Available online at <ptr target="http://www.ucc.ie/celt/published/E850003-002/"/>.</bibl>
        </listBibl>
      </div>
    </back>
  </text>
  <!-- 
        $Date$
        $Id$  -->
</TEI>