Example: <birth>

These search results reproduce every example of the use of <birth> in the Guidelines, including all localised and translated versions. In some cases, the examples have been drawn from discussion of other elements in the Guidelines and illustrating the use of <birth> is not the main focus of the passage in question. In other cases, examples may be direct translations of each other, and hence identical from the perspective of their encoding.

13 Names, Dates, People, and Places


13.1.2 Dating Attributes

<birth when="1857-03-15">15 March 1857.</birth>

13.1.2 Dating Attributes

<birth notBefore="1857-03-01"
 notAfter="1857-04-30">
Some time in
   March or April of 1857.</birth>

<birth>

<birth>Before 1920, Midlands region.</birth>

<birth>

<birth>Années 20, dans les Pouilles.</birth>

<birth>

<birth when="1901-01-16"> Elle est née le<date> 16 janvier 1901</date> à <name type="place">Louvres</name>, alors commune de <name type="place">Seine-et-Oise</name> (aujourd'hui
   dans le <name type="place">Val-d'Oise</name>), au nord-ouest de l'actuel aéroport de<name type="place"> Roissy</name>. </birth>

<birth>

<birth>早於1920的上海租界</birth>

<birth>

<birth when="1960-12-10">
 <date>1960年12月10日</date>早晨,在一個靠近<name type="place">龍山寺</name>的小平房裡</birth>

<birth>

<birth when="1960-12-10">In a small cottage near <name type="place">Aix-la-Chapelle</name>,
   early in the morning of <date>10 Dec 1960</date></birth>

<person>

<person xml:id="fr_Ovi01sex="1"
 role="poet">

 <persName xml:lang="en">Ovid</persName>
 <persName xml:lang="la">Publius Ovidius Naso</persName>
 <birth when="-0044-03-20"> 20 March 43 BC<placeName>
   <settlement type="city">Sulmona</settlement>
   <country key="IT">Italie</country>
  </placeName></birth>
 <death notBefore="0017notAfter="0018">17 or 18 AD<placeName>
   <settlement type="city">Tomis (Constanta)</settlement>
   <country key="RO">Roumanie</country>
  </placeName></death>
</person>

<person>

<person xml:id="zh-tw_Ovi01sex="1"
 role="poet">

 <persName xml:lang="en">Ovid</persName>
 <persName xml:lang="zh-TW">奧維德</persName>
 <birth when="-0044-03-20"> 西元前43年3月20日<placeName>
   <settlement type="city">Sulmona</settlement>
   <country key="IT">義大利</country>
  </placeName></birth>
 <death notBefore="0017notAfter="0018">西元後17或18年<placeName>
   <settlement type="city">Tomis (Constanta)</settlement>
   <country key="RO">羅馬尼亞</country>
  </placeName></death>
</person>

<person>

<person xml:id="Ovi01sex="1role="poet">
 <persName xml:lang="en">Ovid</persName>
 <persName xml:lang="la">Publius Ovidius Naso</persName>
 <birth when="-0044-03-20"> 20 March 43 BC <placeName>
   <settlement type="city">Sulmona</settlement>
   <country key="IT">Italy</country>
  </placeName></birth>
 <death notBefore="0017notAfter="0018">17 or 18 AD <placeName>
   <settlement type="city">Tomis (Constanta)</settlement>
   <country key="RO">Romania</country>
  </placeName></death>
</person>

10 Manuscript Description


10.3.6 Names of Persons, Places, and Organizations

<person xml:id="HOC001">
 <persName>
  <surname>Hoccleve</surname>
  <forename>Thomas</forename>
 </persName>
 <birth notBefore="1368"/>
 <occupation>poet</occupation>
<!-- other personal data -->
</person>

15 Language Corpora


15.2.2 The Participant Description

<person sex="2age="mid">
 <birth when="1950-01-12">
  <date>12 Jan 1950</date>
  <name type="place">Shropshire, UK</name>
 </birth>
 <langKnowledge tags="en fr">
  <langKnown level="firsttag="en">English</langKnown>
  <langKnown tag="fr">French</langKnown>
 </langKnowledge>
 <residence>Long term resident of Hull</residence>
 <education>University postgraduate</education>
 <occupation>Unknown</occupation>
 <socecStatus scheme="#pepcode="#b2"/>
</person>