<TEI xmlns="http://www.tei-c.org/ns/1.0">
  <teiHeader>
    <fileDesc>
      <titleStmt>
        <title type="main">TEI by Example</title>
        <title type="sub">Module 4: Poetry</title>
        <author xml:id="EV">Edward Vanhoutte</author>
        <editor xml:id="RvdB">Ron Van den Branden</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 practise 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-16" who="#RvdB">technical revision</change>
      <change when="2010-07-09" who="#RvdB">release</change>
      <change when="2010-07-08" who="#EV">revision and added 2.3. grouping structures and 6.2. dedications</change>
      <change when="2007-10-22" who="#EV">added 6.2 Acrostics</change>
      <change when="2007-10-22" who="#EV">
                <list>
                    <item>-added new prose with internal rhyme under 3.1</item>
                    <item>inserted enjambements under 4.4 and rewrote that section</item>
                    <item>edited summary of 4</item>
                    <item>added summary to 5</item>
                    <item>removed <q>suggestions</q> div</item>
                </list>
            </change>
      <change when="2007-10-11" who="#EV">correction of text</change>
      <change when="2007-10-11" who="#EV">revision</change>
      <change when="2007-09-25" who="#EV">revision</change>
      <change when="2007-05-22" who="#RvdB">revision</change>
    </revisionDesc>
  </teiHeader>
  <text xml:id="TBED04v00" type="tutorials">
    <body>
            <div xml:id="intro">
        <head>Introduction</head>
        <p>According to the Oxford English Dictionary, poetry is: 
          <cit>
            <quote source="#quoteref1">Composition in verse or some comparable patterned arrangement of language in which the expression of feelings and ideas is given intensity by the use of distinctive style and rhythm; the art of such a composition.</quote>
            <bibl xml:id="quoteref1">
                            <title level="m">Oxford English Dictionary</title>, <title level="a">poetry</title>, 2a</bibl>
          </cit> or 
          <cit>
            <quote source="#quoteref2">The product of this art as a form of literature; the writings of a poet or poets; poems collectively or generally.</quote>
            <bibl xml:id="quoteref2">
                            <title level="m">Oxford English Dictionary</title>, <title level="a">poetry</title>, 2b</bibl>
        </cit>
        </p>
        <p>A poem then can have different manifestations:
          <list rend="bulleted">
            <item>
              <cit>
                <quote source="#quoteref3">A piece of writing or an oral composition, often characterised by a metrical structure, in which the expression of feelings, ideas, etc., is typically given intensity or flavour by distinctive diction, rhythm, imagery</quote>
                                <bibl xml:id="quoteref3">
                                    <title level="m">Oxford English Dictionary</title>, <title level="a">poem</title>, 1</bibl>
                            </cit>
            </item>
            <item>
              <cit>
                <quote source="#quoteref4">A composition in prose having elements in common with a poem.</quote>
                <bibl xml:id="quoteref4">
                                    <title level="m">Oxford English Dictionary</title>, <title level="a">poem</title>, 2a</bibl>
              </cit>
            </item>
            <item>
              <cit>
                <quote source="#quoteref5">An artwork or piece of music having elements in common with a poem.</quote>
                <bibl xml:id="quoteref5">
                                    <title level="m">Oxford English Dictionary</title>, <title level="a">poem</title>, 2b</bibl>
              </cit>
            </item>
          </list>
        </p>
        <p>The length of a poem can vary from a couple of words to a multi-volume book.</p>
        <p>If length is not a decisive feature of the poetry genre, verse or some comparable patterned arrangement of language, metrical structure, and metaphorical language certainly are.</p>
        <p>The use of metaphorical language is for some critics an argument in favour of the treatment of prose poetry as a form of poetry, while for other critics the absence of a patterned arrangement of language and metrical structure is an argument in favour of the treatment of prose poetry as a form of prose. Likewise, Elizabethan and Jacobean drama, which was often written in verse by authors such as William Shakespeare, Christopher Marlowe, Thomas Middleton, and Ben Jonson, can be considered drama or poetry just as the chorus in a Greek play that was originally composed to be sung.</p>
        <p>The TEI Guidelines don’t interfere with this poetry/prose debate by treating texts by their document types rather than by their genres. That’s why the TEI Guidelines present a chapter on verse, not on poetry. The document type is—contrary to what it may seem—not an innate property of the document, but a formalised analysis of a document by a subjective agent such as a scholar, editor, or encoder who identifies a text as prose, verse, or drama through their own subjective reasoning. For the detailed documentation of the possible encodings of the thus identified text, the encoder or scholar may then turn to the appropriate sections of the TEI Guidelines.</p>
        <p>In this module on poetry, we take a step back and consider poetry by example. We will analyse different instances of poetry structurally and encode them for their defining features such as:
          <list rend="bulleted">
            <item>
              <p>patterned arrangement of language</p>
            </item>
            <item>
              <p>rhyme</p>
            </item>
            <item>
              <p>metrical structure</p>
            </item>
            <item>
              <p>metaphorical language</p>
            </item>
          </list>
        </p>
      </div>
        </body>
  </text>
    <!-- 
        $Date$
        $Id$  -->
</TEI>