: <annotation>

These search results reproduce every example of the use of <annotation> 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 <annotation> 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.

16 Linking, Segmentation, and Alignment


16.11 Annotations

<TEI xmlns="http://www.tei-c.org/ns/1.0">
 <teiHeader>
  <fileDesc>
   <titleStmt>
    <title>De Bello Gallico</title>
   </titleStmt>
<!-- ... -->
  </fileDesc>
 </teiHeader>
 <text>
  <body>
   <div type="edition">
    <div type="textpartsubtype="chapter"
     n="1xml:id="ch1">

     <p n="1xml:id="c1p1">
      <seg n="1xml:id="c1p1s1">Gallia est omnis divisa in partes tres, quarum unam
             incolunt Belgae, aliam Aquitani, tertiam qui ipsorum lingua Celtae, nostra
             Galli appellantur.</seg>
<!-- ... -->
      <seg n="6xml:id="c1p1s6">Belgae ab extremis Galliae finibus oriuntur,
             pertinent ad inferiorem partem fluminis Rheni, spectant in septentrionem et
             orientem solem.</seg>
      <seg n="7xml:id="c1p1s7">Aquitania a Garumna flumine ad Pyrenaeos montes et
             eam partem Oceani quae est ad Hispaniam pertinet; spectat inter occasum solis
             et septentriones.]</seg>
<!-- ... -->
     </p>
<!-- ... -->
    </div>
<!-- Ch. 2 etc. ... -->
   </div>
  </body>
 </text>
 <standOff>
  <listPlace>
   <place xml:id="Gallia">
    <placeName xml:lang="la">Gallia</placeName>
    <placeName xml:lang="en">Gaul</placeName>
    <idno type="URI">https://pleiades.stoa.org/places/993</idno>
   </place>
<!-- ... -->
  </listPlace>
 </standOff>
 <TEI xmlns="http://www.tei-c.org/ns/1.0">
  <teiHeader>
<!-- Metadata applying just to the set of annotations -->
  </teiHeader>
  <standOff>
   <listAnnotation>
    <annotation xml:id="ann01"
     motivation="linkingtarget="#Gallia">

     <respStmt xml:id="ed">
      <resp>creator</resp>
      <persName>Fred Editor</persName>
     </respStmt>
     <revisionDesc>
      <change status="created"
       when="2020-05-21T13:59:00Zwho="#ed"/>

      <change status="modified"
       when="2020-05-21T19:48:00Zwho="#ed"/>

     </revisionDesc>
     <licence target="http://creativecommons.org/licenses/by/3.0/"/>
<!-- Gallia in seg 1 -->
     <ptr target="#string-range(c1p1s1,0,6)"/>
<!-- Galliae in seg 6 -->
     <ptr target="#string-range(c1p1s6,19,7)"/>
    </annotation>
<!-- ... -->
   </listAnnotation>
  </standOff>
 </TEI>
</TEI>
⚓︎

<listAnnotation> (en)

<listAnnotation>
 <annotation xml:id="bgann1"
  motivation="commenting"
  target="#match(bg-c1p1s1,'Gallia.*omnis')">

  <respStmt>
   <resp>creator</resp>
   <persName>Francis Kelsey</persName>
  </respStmt>
  <note>‘Gaul as a whole,’ contrasted with Gaul in the narrower sense, or Celtic Gaul; Celtic Gaul also is often called Gallia.</note>
 </annotation>
 <annotation xml:id="bgann2"
  motivation="commenting"
  target="#match(bg-c1p1s1,'Gallia.*divisa')">

  <respStmt>
   <resp>creator</resp>
   <persName>Rice Holmes</persName>
  </respStmt>
  <note>Gallia...divisa: Notice the order of the words. ‘Gaul, taken as a whole, is divided’.</note>
 </annotation>
 <annotation xml:id="bgann3"
  motivation="commentingtarget="#match(bg-c1p1s1,'Belgae')">

  <respStmt>
   <resp>creator</resp>
   <persName>Arthur Tappan Walker</persName>
  </respStmt>
  <note>Belgae -arum m., the Belgae or Belgians</note>
 </annotation>
 <annotation xml:id="bgann4"
  motivation="commentingtarget="#match(bg-c1p1s1,'Aquitani')">

  <respStmt>
   <resp>creator</resp>
   <persName>Arthur Tappan Walker</persName>
  </respStmt>
  <note>Aquitani, -orum m.: the Aquitani, inhabiting southwestern Gaul</note>
 </annotation>
 <annotation xml:id="bgann5"
  motivation="commentingtarget="#match(bg-c1p1s1,'Celtae')">

  <respStmt>
   <resp>creator</resp>
   <persName>Arthur Tappan Walker</persName>
  </respStmt>
  <note>Celtae, -arum m: the Celtae or Celts</note>
 </annotation>
 <annotation xml:id="bgann6"
  motivation="commenting"
  target="#match(bg-c1p1s2,'Gallos(.|\n)*dividit')">

  <respStmt>
   <resp>creator</resp>
   <persName>William Francis Allen</persName>
   <persName>Joseph Henry Allen</persName>
   <persName>Harry Pratt Judson</persName>
  </respStmt>
  <note>the verb is singular, because the two rivers make one boundary; as we should say,
     ‘is divided by the line of the Seine and Marne.’</note>
 </annotation>
</listAnnotation>
<!-- Elsewhere in the document -->
<text>
 <body>
  <div type="edition">
   <div type="textpartsubtype="chapter"
    n="1xml:id="bg-c1">

    <p n="1xml:id="bg-c1p1">
     <seg n="1xml:id="bg-c1p1s1">Gallia est omnis divisa in partes tres, quarum unam incolunt Belgae, aliam
           Aquitani, tertiam qui ipsorum lingua Celtae, nostra Galli appellantur.</seg>
     <seg n="2xml:id="bg-c1p1s2">Hi omnes lingua, institutis, legibus inter se differunt. Gallos ab Aquitanis
           Garumna flumen, a Belgis Matrona et Sequana dividit.</seg>
<!-- ... -->
    </p>
   </div>
  </div>
 </body>
</text>
서지목록 모두 보기 ⚓︎

<annotation> (en)

<annotation xml:id="ann1"
 motivation="linkingtarget="#Gallia">

<!-- See https://www.w3.org/TR/annotation-model/#lifecycle-information and https://www.w3.org/TR/annotation-model/#agents -->
 <respStmt xml:id="fred">
  <resp>creator</resp>
  <persName>Fred Editor</persName>
 </respStmt>
 <revisionDesc>
  <change status="created"
   when="2020-05-21T13:59:00Zwho="#fred"/>

  <change status="modified"
   when="2020-05-21T19:48:00Zwho="#fred"/>

 </revisionDesc>
<!-- See https://www.w3.org/TR/annotation-model/#rights-information -->
 <licence target="http://creativecommons.org/licenses/by/3.0/"/>
<!-- Multiple bodies -->
<!-- Pointers to sections of text in the same document -->
 <ptr target="#string-range(c1p1s1,0,6)"/>
 <ptr target="#string-range(c1p1s6,19,7)"/>
</annotation>
모두 보기 ⚓︎

<annotation> (en)

<annotation xml:id="TheCorrectTitle"
 motivation="commentingtarget="#line1">

 <note>The correct title of this specification, and the correct full name of XML, is
   "Extensible Markup Language". "eXtensible Markup Language" is just a spelling error.
   However, the abbreviation "XML" is not only correct but, appearing as it does in the title
   of the specification, an official name of the Extensible Markup Language. </note>
</annotation>
모두 보기 ⚓︎