@@ -5672,7 +5672,7 @@ <h5>NOT IN</h5>
5672
5672
<h4>Functions on RDF Terms</h4>
5673
5673
5674
5674
<section id="func-sameTerm">
5675
- <h5>SameTerm </h5>
5675
+ <h5>sameTerm </h5>
5676
5676
<pre class="prototype nohighlight"> <span class="return">xsd:boolean</span> <span class="operator">sameTerm</span> (<span class="type"><span class="type RDFterm">RDF term</span></span> <span class="name">term1</span>, <span class="type"><span class="type RDFterm">RDF term</span></span> <span class="name">term2</span>)</pre>
5677
5677
<p>Returns TRUE if <code>term1</code> and <code>term2</code> are the same RDF term as
5678
5678
defined in [[[RDF12-CONCEPTS]]] [[RDF12-CONCEPTS]]; returns FALSE otherwise.</p>
@@ -5683,8 +5683,8 @@ <h5>SameTerm</h5>
5683
5683
</p>
5684
5684
<ul>
5685
5685
<li><code>term1</code> and <code>term2</code> are
5686
- <a data-cite="RDF12-CONCEPTS#iri">IRIs</a> that are
5687
- <a data-cite="RDF12-CONCEPTS#dfn-iri-equality">equal as IRIs</a>.
5686
+ <a data-cite="RDF12-CONCEPTS#iri">IRIs</a> that are the
5687
+ <a data-cite="RDF12-CONCEPTS#dfn-iri-equality">same as IRIs</a>.
5688
5688
</li>
5689
5689
<li><code>term1</code> and <code>term2</code> are
5690
5690
<a data-cite="RDF12-CONCEPTS#dfn-literal">literals</a> that are
@@ -5749,7 +5749,7 @@ <h5>SameTerm</h5>
5749
5749
</section>
5750
5750
<section id="func-sameValue">
5751
5751
<span id="func-RDFterm-equal"><!-- obsolete id --></span>
5752
- <h5>SameValue </h5>
5752
+ <h5>sameValue </h5>
5753
5753
<pre class="prototype nohighlight">
5754
5754
<span class="return">xsd:boolean</span> <span class="operator" style="text-transform: none;">sameValue</span> (<span class="type"><span class="type RDFterm">RDF term</span></span> <span class="name">term1</span>, <span class="type"><span class="type RDFterm">RDF term</span></span> <span class="name">term2</span>)
5755
5755
</pre>
@@ -5767,6 +5767,7 @@ <h5>SameValue</h5>
5767
5767
Consider adding non-literal `=` to operator mapping table.
5768
5768
</p>
5769
5769
5770
+ <p>The result of this function is determined by going through the following steps.</p>
5770
5771
<ol>
5771
5772
<li>If <code>term1</code> and <code>term2</code> are
5772
5773
<a data-cite="RDF12-CONCEPTS#dfn-rdf-term-equality">equal RDF terms</a>,
@@ -5843,7 +5844,7 @@ <h5>SameValue</h5>
5843
5844
</div>
5844
5845
<div id="sameValue-NaN" class="note">
5845
5846
<p>
5846
- The <a href="#OperatorMapping">Operator Mapping</a> for "`=`""
5847
+ The <a href="#OperatorMapping">Operator Mapping</a> for "`=`"
5847
5848
is the function
5848
5849
<a data-cite="XPATH-FUNCTIONS-31#func-numeric-equal">`fn:numeric-equal`</a>
5849
5850
which returns `false` when comparing arguments involving `NaN`.
0 commit comments