Exemple: <certainty>

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

1 The TEI Infrastructure


att.scoping

Elizabeth went
to <persName xml:id="ESSEX">Essex</persName>
<certainty target="#ESSEX" locus="name" degree="0.6"/>

att.scoping

Elizabeth went to <persName>
 <certainty locus="name" degree="0.6"/>Essex
</persName>

11 Representation of Primary Sources


11.4.2 Hand, Responsibility, and Certainty Attributes

<choice>
 <corr xml:id="c117">wright</corr>
 <sic>wight</sic>
</choice>
<certainty target="#c117" locus="value" degree="0.7"/>
<respons target="#c117" locus="value" resp="#ETD"/>

11.6.2 Lines

I have once — by declaring I would prosecute
by law — hindered a man's proceedings who
<hi xml:id="cstart1" rend="underline">had obtained all
the letters to Mr Boyd</hi>
<!-- ... -->
<certainty target="#cstart1" locus="start" degree="0.70">
 <desc>may begin with previous word</desc>
</certainty>

21 Certainty, Precision, and Responsibility


21.1.2 Structured Indications of Uncertainty

Elizabeth went to
<placeName xml:id="CE-pl1">Essex</placeName>.

<!-- ... elsewhere in the document ... -->
<certainty target="#CE-pl1" locus="name">
 <desc>possibly not a placename</desc>
</certainty>

21.1.2 Structured Indications of Uncertainty


<!-- ... --><certainty target="#CE-pl1" locus="name" degree="0.6"/>

21.1.2 Structured Indications of Uncertainty


<!-- ... --><certainty target="#CE-pl1" locus="name" degree="0.6">
 <desc>probably a placename, but possibly not</desc>
</certainty>
<certainty
  target="#CE-pl1"
  locus="name"
  degree="0.4"
  assertedValue="persName">

 <desc>may refer to the Earl of Essex</desc>
</certainty>

21.1.2 Structured Indications of Uncertainty

Elizabeth went to
<placeName>Essex
<certainty locus="name" degree="0.6"/>
</placeName>.

21.1.2.1 Contingent conditions

Elizabeth went to <placeName xml:id="CE-PL1">Essex</placeName>.
She had always liked <placeName xml:id="CE-PL2">Essex</placeName>.

<!-- ... -->
<!-- 60% chance that P1 is a placename, 40% chance a personal name. -->
<certainty
  xml:id="cert-1"
  target="#CE-PL1"
  locus="name"
  degree="0.6">

 <desc>probably a placename, but possibly not"</desc>
</certainty>
<certainty
  xml:id="cert-2"
  target="#CE-PL1"
  locus="name"
  assertedValue="persName"
  degree="0.4">

 <desc>may refer to the Earl of Essex"</desc>
</certainty>
<!-- 60% chance that P2 is a placename, 40% chance a personal name. 100% chance that it agrees with P1. -->
<certainty
  target="#CE-PL2"
  locus="name"
  given="#cert-1"
  degree="1.0">

 <desc>if CE-PL1 is a placename, CE-PL2 certainly is"</desc>
</certainty>
<certainty
  target="#CE-PL2"
  locus="name"
  assertedValue="persName"
  degree="1.0"
  given="#cert-2">

 <desc>if CE-PL1 is a personal name, then so is CE-PL2</desc>
</certainty>

21.1.2.1 Contingent conditions

Ernest went to <anchor xml:id="CE-a1"/> old <persName xml:id="CE-p2">Saybrook</persName>.

<certainty
  xml:id="cert1"
  target="#CE-p2"
  locus="name"
  degree="0.6"/>

<certainty
  target="#CE-p2"
  locus="start"
  given="#cert1"
  degree="0.9"/>

<certainty
  xml:id="cert2"
  target="#CE-p2"
  locus="name"
  assertedValue="placeName"
  degree="0.4"/>

<certainty
  target="#CE-p2"
  locus="start"
  given="#cert2"
  degree="0.5"/>

<certainty
  xml:id="cert3"
  target="#CE-p2"
  locus="start"
  assertedValue="#CE-a1"
  given="#cert1"
  degree="0.1"/>

<certainty
  xml:id="cert4"
  target="#CE-p2"
  locus="start"
  assertedValue="#CE-a1"
  given="#cert2"
  degree="0.5"/>

21.1.2 Structured Indications of Uncertainty

<certainty locus="name" degree="0.3" match="//persName"/>

21.1.2 Structured Indications of Uncertainty

<div>
 <p>.....</p>
</div>
<div>
 <certainty locus="name" degree="0.3" match=".//persName"/>
</div>

21.1.2 Structured Indications of Uncertainty

<certainty locus="name" degree="0.7" match="//div[@type='checked']//persName"/>

21.1.2 Structured Indications of Uncertainty

<div>
<!-- ... -->
 <certainty match=".//my:*" locus="value" degree="0.9"/>
</div>

21.1.2 Structured Indications of Uncertainty

I have a <emph xml:id="CE-p3">bun</emph>.

<certainty target="#CE-p3" locus="value" degree="0.5"/>

21.1.2 Structured Indications of Uncertainty

You will want to use
<choice>
 <expan xml:id="CE-e1">Standard
   Generalized Markup Language</expan>
 <expan xml:id="CE-e40">Some Grandiose Methodology for Losers</expan>
 <abbr>SGML</abbr>
</choice> ...

<!-- ... -->
<certainty target="#CE-e1" locus="value" degree="0.9"/>
<certainty target="#CE-e40" locus="value" degree="0.5"/>

21.1.2 Structured Indications of Uncertainty

I have a <emph xml:id="CE-P3">bun</emph>.

<certainty
  target="#CE-P3"
  locus="value"
  assertedValue="gun"
  degree="0.8">

 <desc>a gun makes more sense in a holdup</desc>
</certainty>

21.1.2 Structured Indications of Uncertainty

<u xml:id="CE-u1" who="#A">Have you heard the election results?</u>
<certainty
  target="#CE-u1"
  match="@who"
  locus="value"
  degree="0.5"/>

21.1.2 Structured Indications of Uncertainty

<u who="#A">Have you heard the election results?<certainty match="@who" locus="value" degree="0.5"/>
</u>

21.1.2 Structured Indications of Uncertainty

<certainty match="//p" locus="location" degree="0.2"/>

21.1.2 Structured Indications of Uncertainty

<certainty
  target="#a101"
  match="p"
  locus="location"
  degree="0.2"/>

21.1.2 Structured Indications of Uncertainty

<persName resp="#LB">Essex
<certainty match="@resp" locus="value" degree="0.2"/>
</persName>

21.1.2 Structured Indications of Uncertainty

<certainty match="//*/@resp" locus="value" degree="0.2"/>

21.1.2 Structured Indications of Uncertainty

<certainty
  target="#dd001"
  match="@resp"
  locus="value"
  degree="0.2"/>

21.1.2 Structured Indications of Uncertainty

<certainty match="//*[@resp='#LB']" locus="value" degree="0.2"/>

<certainty>

<certainty
  target="#ESX"
  locus="name"
  assertedValue="placeName"
  degree="0.2">

 <desc>It is unlikely, but possible, that this refers to the place
   rather than the person.</desc>
</certainty>

<certainty>

Ernest went to <anchor xml:id="A1"/> old
<persName xml:id="SYB">Saybrook</persName>.

<certainty
  xml:id="c1"
  target="#SYB"
  locus="name"
  degree="0.6"/>

<certainty
  target="#SYB"
  locus="start"
  given="#c1"
  degree="0.9"/>

<certainty
  xml:id="C-c2"
  target="#SYB"
  locus="name"
  assertedValue="persName"
  degree="0.4"/>

<certainty
  target="#SYB"
  locus="start"
  given="#C-c2"
  degree="0.5"/>

<certainty
  target="#SYB"
  locus="start"
  assertedValue="#a1"
  given="#c1"
  degree="0.5"/>

<certainty>

張先生去看<persName xml:id="zh-tw_JZZ">江子翠</persName>那邊有什麼活動。

<certainty target="#zh-tw_JZZ" locus="name" degree="0.6"/>
<certainty
  target="#zh-tw_JZZ"
  locus="name"
  assertedValue="placeName"
  degree="0.4"/>

<certainty>

王先生找到<anchor xml:id="zh-tw_A1"/><persName xml:id="zh-tw_lin"></persName>,感動極了。

<certainty
  xml:id="zh-tw_c1"
  target="#zh-tw_lin"
  locus="name"
  degree="0.8"/>

<certainty
  target="#zh-tw_lin"
  given="#c1"
  locus="start"
  degree="0.9"/>

<certainty
  xml:id="zh-tw_c2"
  target="#zh-tw_lin"
  locus="name"
  assertedValue="placeName"
  degree="0.2"/>

<certainty
  target="#zh-tw_lin"
  given="#c2"
  locus="start"
  degree="0.1"/>

<certainty
  target="#zh-tw_lin"
  given="#c2"
  locus="start"
  assertedValue="#a1"
  degree="0.9"/>