<?xml version="1.0"?>
<TEI xmlns="http://www.tei-c.org/ns/1.0">
  <teiHeader>
    <fileDesc>
      <titleStmt>
        <title>Names, People, and Places</title>
	<author>TEI @ Oxford</author>
      </titleStmt>
      <editionStmt>
	<edition>
	  <date>September 2008</date>
	</edition>
      </editionStmt>
      <publicationStmt>
	<publisher>University of Oxford</publisher>
	<availability>
	  <p>Freely available for use and derivative works under a Creative Commons Attribution
            license.</p>
	</availability>
	<date>2008-09-22</date>
      </publicationStmt>
      <sourceDesc>
        <p>Some bits are taken from the workshop given in Leipzig, from the LLC forthcoming article
          on the roadmap to P5 or lifted from previous talks/workshops by the TEI Community and
          certainly from the TEI P5 1.0 Release of the Guidelines.</p>
      </sourceDesc>
    </fileDesc>
    <revisionDesc>
      <change>
        <date>$LastChangedDate: 2008-07-15 19:15:29 +0100 (Tue, 15 Jul 2008) $.</date>
        <name>$LastChangedBy: rahtz $</name>
        <note>$LastChangedRevision: 3017 $</note>
      </change>
    </revisionDesc>
  </teiHeader>
  <text>
    <body>

      <div>
        <head>What's in a name?</head>
<list><item>We've already met <gi>name</gi> and <gi>rs</gi> for any form of
name or referring string.</item>
<item>The <ident>namesdates</ident> module also provides
specialisations of these: <gi>persName</gi>, <gi>placeName</gi>,
and <gi>orgName</gi></item>
<item>Each can be further decomposed</item>
<item>They can also be associated with a <term>named entity</term></item>
<item>(Names are also entities)</item></list>

      </div>


      <div>
        <head>Personal Names</head>
        <p>For example...
          <list rend="small">
            <item rend="pause"><gi>persName</gi> (personal name) a
	    noun referring to a person ... equivalent to <gi>name type="person"</gi></item>
            <item rend="pause"><gi>surname</gi> a family (inherited) name </item>
            <item rend="pause"><gi>forename</gi> a forename, given or
            baptismal name</item>
            <item rend="pause"><gi>roleName</gi> a name component
            indicating a particular role or position in society
            </item>
            <item rend="pause"><gi>addName</gi> (additional name) 
	    nickname, epithet, alias, or any other descriptive phrase used within a
            personal name </item>
            <item rend="pause"><gi>nameLink</gi> a connecting phrase
            or link used within a name but not regarded as part of
            it</item>
          </list>
        </p>
          <egXML rend="tiny" xmlns="http://www.tei-c.org/ns/Examples">
            <persName>
              <forename type="first">Inês</forename>
              <forename type="matronymic">Barroca</forename>
              <surname>Rahtz</surname>
	    </persName>
	  </egXML>
      </div>

<div>
<head>Names as referents (1)</head>
<p>In a text we might find the same person referred to on different
occasions in any number of different ways:
          <egXML xmlns="http://www.tei-c.org/ns/Examples">
...<persName>Clara Schumann</persName>.... <persName>Clara</persName>
....<persName>Frau Schumann</persName>
	  </egXML>
</p>
<p>All of these names refer to the same <term>entity</term></p>
<p>We can use an attribute on any naming element to
specify which entity is being referenced:
<list>
<item><att>key</att> if we are supplying an externally-defined code
for the entity</item>
<item><att>ref</att> if we are pointing to a definition of the
entity</item>
</list></p>
</div>
<div><head>Names as referents (2)</head>
<p>For example:-

          <egXML xmlns="http://www.tei-c.org/ns/Examples">
...<persName ref="#CS">Clara Schumann</persName>.... <persName ref="#CS">Clara</persName>
....<persName key="CS123">Frau Schumann</persName>
<!-- ... elsewhere -->
<person xml:id="CS" sex="2">
<persName xml:lang="de">  
              <forename type="first">Clara</forename>
              <forename type="middle">Josephine</forename>
              <surname type="maiden">Wieck</surname>
              <surname type="married">Schumann</surname>
            </persName>
</person>
          </egXML>
</p>        </div>

<div><head>The thing itself (1)</head>
<p>TEI provides special-purpose elements for maintaining structured
information about named entities (as well as their names):
<list>
<item><gi>person</gi>, <gi>place</gi>, <gi>event</gi></item>
<item>may be grouped into <gi>listPerson</gi>, <gi>listPlace</gi>,
(and soon <gi>listEvent</gi>)</item>
<item>relationships can also be modelled, explicitly using
<gi>relation</gi> or implicitly by context</item>
</list>
   <egXML rend="tiny" xmlns="http://www.tei-c.org/ns/Examples">
<person xml:id="VM1893" sex="1">
<persName xml:lang="ru">Владимир Владимирович Маяковский</persName>
<persName xml:lang="fr">Wladimir Maïakowski</persName>
<birth when="1893-07-19">7 July (OS) 1893, <placeName
ref="#BGDT" xml:lang="en">Baghdati, Georgia</placeName></birth>
<death when="1930-04-14"/>
<occupation>Poet and playwright, among the foremost representatives of
early-20th century Russian Futurism.</occupation>
<!-- ... -->
</person>
</egXML></p></div>


<!--
<http://maps.google.com/maps?f=q&hl=en&q=Bagdadi,+Georgia&sll=32.091883,-81.095581&sspn=2.889746,4.669189&ie=UTF8&cd=1&geocode=0,42.069271,42.823681&ll=42.102298,42.832947&spn=0.600134,1.167297&t=p&z=10>-->


<div><head>Traits, states, and events</head>
<p>The scope of elements one might record for a named
entity is <emph>large</emph>. The TEI provides three generic elements,
and some specific ones. </p>
<p>We identify three main classes of information:
<list>
            <item>characteristics or <term>traits</term> which do not,
            by and large, change over time </item>
            <item>characteristics or <term>states</term> which hold
            true only at a specific time </item>
            <item><term>events</term> or incidents which may lead to a
            change of state or, less frequently, trait </item>
          </list>
</p>
<p>For a person, typical traits are such things as <gi>faith</gi>,
<gi>sex</gi>, <gi>socEcStatus</gi>; typical states are such things as
<gi>occupation</gi>, <gi>residence</gi>, <gi>education</gi>; typical
events are such things as <gi>birth</gi> and <gi>death</gi>.</p>
        </div>

      <div>
        <head>Personal Relationships</head>
        <list>
          <item rend="pause"><gi>relationGrp</gi> (relation group)
          provides information about relationships identified amongst
          people, places, and organizations </item>
          <item rend="pause"><gi>relation</gi> (relationship)
          describes any kind of relationship or linkage amongst a
          specified group of participants <list type="gloss">
              <label>
                <att>name</att>
              </label>
              <item>supplies a name for the kind of relationship of
              which this is an instance</item>
              <label>
                <att>active</att>
              </label>
              <item>identifies the 'active' participants in a
              non-mutual relationship, or all the participants in a
              mutual one</item>
              <label>
                <att>mutual</att>
              </label>
              <item>supplies a list of participants amongst all of
              whom the relationship holds equally</item>
              <label>
                <att>passive</att>
              </label>
              <item>identifies the ‘passive’ participants in a
              non-mutual relationship</item>
            </list>
          </item>

        </list>
      </div>
        <div>
          <head>Example</head>
          <egXML xmlns="http://www.tei-c.org/ns/Examples">
            <person xml:id="jsbach" sex="1">
              <persName>Johann Sebastian Bach</persName>
            </person>
            <person xml:id="cdbach"  sex="2">
              <persName>Catharina Dorothea Bach</persName>
            </person>
            <person xml:id="ghbach"  sex="1">
              <persName>Gottfried Heinrich Bach</persName>
            </person>
            <!--….-->
            <relationGrp type="children" subtype="first-marriage">
              <relation name="parent" active="#jsbach" passive="#cdbach"/>
              <!--….-->
            </relationGrp>
            <relationGrp type="children" subtype="second-marriage">
              <relation name="parent" active="#jsbach" passive="#ghbach"/>
              <!--….-->
            </relationGrp>
          </egXML>
        </div>



      <div>
        <head>Other kinds of entity</head>
	<list>
        <item><gi>org</gi>: a  named collection of
        people regarded as a single unit, such as a business,
        institution, or tribe.</item>
<item><gi>place</gi>: a named location of any kind (including
mythological and non-terrestrial places)</item>
<item>These can be grouped in the same way (using <gi>listOrg</gi> or
<gi>listPlace</gi>), and also have states, traits, and events.</item>
	</list>
      </div>


      <div>
        <head>Places</head>
<list>
<item>Places can be identified solely in terms of geographical
features or locations, e.g.             <egXML xmlns="http://www.tei-c.org/ns/Examples">
<place><placeName>
   <geogFeat>mount</geogFeat>
   <geogName>Sinai</geogName>
</placeName></place></egXML></item>
<item>More usually, they are identified in geo-political terms, using
<list><item>adminstrative units such as <gi>bloc</gi>, <gi>country</gi>,
<gi>region</gi>, <gi>settlement</gi>, <gi>district</gi></item>
<item>physical location using <gi>geo</gi> and <gi>offset</gi> </item></list></item>
<item>Note that all these things are traits — they may change over time</item>
</list></div>

<div><head>For example: Mayakovsky's birth place</head>

   <egXML xmlns="http://www.tei-c.org/ns/Examples">
<place xml:id="BGDT">
<placeName xml:lang="ka">ბაღდათი</placeName>
<placeName xml:lang="en">Baghdati</placeName>
<placeName notAfter="1990" notBefore="1940"> Mayakovsky</placeName>
<location type="geopolitical">
<country>Georgia</country>
<region type="geog">Imereti</region>
</location>
<location type="physical">
<offset>West of</offset>
<placeName>
<geogFeat>River</geogFeat>
<geogName>Khanistskali</geogName>
</placeName>
<geo>42.102298,42.832947</geo>
</location>
<population when="2007"><p>4,700 people</p></population>
</place>
   </egXML></div>

   <div>
     <head>Places can be nested (unlike people) </head>
     <egXML xmlns="http://www.tei-c.org/ns/Examples">           
       <place xml:id="LT">
	 <country>Lithuania</country>
	 <country xml:lang="lt">Lietuva</country>
	 <place xml:id="LT-VN">
	   <settlement>Vilnius</settlement>
	 </place>
	 <place xml:id="LT-KA">
	   <settlement>Kaunas</settlement>
	 </place>
   </place></egXML></div>
   
   <div>
     <head>Sources</head>
     <p>Responsibility and uncertainty about the sources can be asserted by using
     attributes from the  <ident>att.editLike</ident> class:
     <egXML xmlns="http://www.tei-c.org/ns/Examples">
       <org xml:id="MXY" type="tribe" resp="#herodotus">
	 <orgName>The Maxyans</orgName>
	 <country>Libya</country>
	 <desc>According to Herodotus, they were a west Libyan
	 tribe who said that they were descended from the men
	 of Troy.</desc>
       </org>
     </egXML>
   </p>
   </div>
   
   
<!--
   <div>
     <head>Nyms</head>
     <p>The elements <gi>listNym</gi> and <gi>nym</gi> have been introduced to define canonical
     name or name-part of any kind <list>
     <item rend="pause">
       <gi>nym</gi>
       <list type="simple">
	 <item>can contain <ident>model.entryParts</ident> (e.g. <gi>form</gi>,
	 <gi>orth</gi>, <gi>etym</gi>) and may also include a number of other <gi>nym</gi>s</item>
	 <item>in addition to global attributes and att.typed, it includes the attribute
	 <att>parts</att> to point to constituent <gi>nym</gi>s </item>
       </list>
     </item>
     <item rend="pause"><gi>listNym</gi> a list of canonical names</item>
     <item rend="pause"><att>nymRef</att> has been added to the attribute class att.naming to
     refer to the canonical name</item>
   </list>
     </p>
   </div>
   
   <div>
     <head>Example</head>
     <egXML xmlns="http://www.tei-c.org/ns/Examples">
       <nym xml:id="lipsk">
	 <form>Lipsk</form>
	 <etym>From <lang>Slavic</lang>; it means <gloss>settlement where the lime trees
	 stand</gloss>. </etym>
       </nym>
     </egXML>
   </div>
-->   
   <div>
     <head>Dates and Periods</head>
     <p>The support for dates in TEI P5 has concentrated on enabling greater use of international
     standards (W3C and ISO) <list>
     <item><gi>date</gi> contains a date in any format</item>
     <item>
     <gi>time</gi> contains a phrase defining a time of day in any format </item>
     </list></p>
   </div>
   
   <div>
     <head>Example</head>
     <egXML xmlns="http://www.tei-c.org/ns/Examples">
       <place xml:id="leipzig-univ">
	 <placeName>University of Leipzig</placeName>
	 <event type="foundation">
	   <desc>The university was founded on <date when="1409-12-02">December 2, 1409</date>.
	   </desc>
	 </event>
       </place>
     </egXML>
   </div>
   
   <div>
     <head>W3C Date Formats</head>
     <p>Thanks to the mapping to W3C (att.datable.w3c) and ISO date formats, automatic
     processing and validation of expression of dates and times are now allowed</p>
     <p>att.datable.w3c provides attributes for normalization of elements that contain datable
     events using the W3C datatypes <list type="gloss">
     <label>
       <att>when</att>
     </label>
     <item>supplies the value of a date or time in a standard form</item>
     <label>
       <att>notBefore</att>
     </label>
     <item>specifies the earliest possible date for the event in standard form</item>
     <label>
       <att>notAfter</att>
     </label>
     <item>specifies the latest possible date for the event in standard form</item>
     <label>
       <att>from</att>
     </label>
     <item>indicates the starting point of the period in standard form</item>
     <label>
       <att>to</att>
     </label>
     <item>indicates the ending point of the period in standard form</item>
   </list>
     </p>
     <p>The W3C standard form for dates is YYYY-MM-DD.</p>
   </div>
   
   <div>
     <head>Example</head>
     <egXML xmlns="http://www.tei-c.org/ns/Examples">
       <place xml:id="leipzig-univ2">
	 <placeName>University of Leipzig</placeName>
	 <!--…-->
	 <event type="opening" notBefore="1409-09-09">
	   <desc>The <foreign xml:lang="la">Alma mater 
	   Lipsiensis</foreign> opened in 1409, after it 
	   had been officially endorsed by Pope Alexander
	   V in his Bull of  Acknowledgment on 
	   (September 9 of that year).</desc>
	 </event>
       </place>
     </egXML>
   </div>
   
   
   <div>
     <head>ISO Date Fomats</head>
     <p> For some uses the subset of ISO 8601 which is used by the W3C might not be enough, so
     the TEI provides an optional att.datable.iso class to give the following attributes if
     needed: <list type="gloss">
     <label>
       <att>when-iso</att>
     </label>
	<item>the value of a date or time in a standard form</item>
	<label>
	  <att>notBefore-iso</att>
	</label>
	<item>the earliest possible date for the event</item>
	<label>
	  <att>notAfter-iso</att>
	</label>
	<item>the latest possible date for the event</item>
	<label>
	  <att>from-iso</att>
	</label>
	<item>the starting point of the period</item>
	<label>
	  <att>to-iso</att>
	</label>
	<item>the ending point of the period</item>
	<label>
	  <att>dur-iso</att>
	</label>
	<item>the length of this element in time</item>
      </list>
	</p>
	<p>The ISO standard, for example, allows specifying dates and durations with a precision
	by omitting some digits to the left, while the W3C datatypes require in most cases
	conformance to a stricter precision.</p>
      </div>

      <div>
	<head>Example</head>
	<egXML xmlns="http://www.tei-c.org/ns/Examples">
	  <p>He arrived <time when="12:00:00">around noon</time>. He arrived <time when-iso="12"
	  >around noon</time>.</p>
	</egXML>
      </div>
      
      <div>
	<head>Time Periods and Relative Chronology</head>
	<p>Time periods and relative chronology can also be defined. </p>
	<egXML xmlns="http://www.tei-c.org/ns/Examples" rend="tiny">
	  <encodingDesc>
	    <classDecl>
	      <taxonomy xml:id="periods">
		<category xml:id="hellenistic">
		  <catDesc><ref target="http://www.wikipedia.com/wiki/Hellenistic"
				> Hellenistic</ref>. Commonly treated as <date notBefore="-0323"
				notAfter="-0031"/>. </catDesc>
		</category>
		<!--…-->
	      </taxonomy>
	    </classDecl>
	  </encodingDesc>
	  <!--…-->
              <p> The city was built near a marble quarry which was extensively exploited in the
	      <date period="#hellenistic">Hellenistic</date> and <date period="#roman"
	      >Roman</date> periods.</p>
	      
	</egXML>
      </div>
      



    </body>
  </text>
</TEI>
