Skip to content

Commit b1eb06e

Browse files
afshartig
andcommitted
Update spec/index.html
Co-authored-by: Olaf Hartig <[email protected]>
1 parent 6cbf72e commit b1eb06e

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

spec/index.html

+6-5
Original file line numberDiff line numberDiff line change
@@ -5672,7 +5672,7 @@ <h5>NOT IN</h5>
56725672
<h4>Functions on RDF Terms</h4>
56735673

56745674
<section id="func-sameTerm">
5675-
<h5>SameTerm</h5>
5675+
<h5>sameTerm</h5>
56765676
<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>
56775677
<p>Returns TRUE if <code>term1</code> and <code>term2</code> are the same RDF term as
56785678
defined in [[[RDF12-CONCEPTS]]] [[RDF12-CONCEPTS]]; returns FALSE otherwise.</p>
@@ -5683,8 +5683,8 @@ <h5>SameTerm</h5>
56835683
</p>
56845684
<ul>
56855685
<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>.
56885688
</li>
56895689
<li><code>term1</code> and <code>term2</code> are
56905690
<a data-cite="RDF12-CONCEPTS#dfn-literal">literals</a> that are
@@ -5749,7 +5749,7 @@ <h5>SameTerm</h5>
57495749
</section>
57505750
<section id="func-sameValue">
57515751
<span id="func-RDFterm-equal"><!-- obsolete id --></span>
5752-
<h5>SameValue</h5>
5752+
<h5>sameValue</h5>
57535753
<pre class="prototype nohighlight">
57545754
<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>)
57555755
</pre>
@@ -5767,6 +5767,7 @@ <h5>SameValue</h5>
57675767
Consider adding non-literal `=` to operator mapping table.
57685768
</p>
57695769

5770+
<p>The result of this function is determined by going through the following steps.</p>
57705771
<ol>
57715772
<li>If <code>term1</code> and <code>term2</code> are
57725773
<a data-cite="RDF12-CONCEPTS#dfn-rdf-term-equality">equal RDF terms</a>,
@@ -5843,7 +5844,7 @@ <h5>SameValue</h5>
58435844
</div>
58445845
<div id="sameValue-NaN" class="note">
58455846
<p>
5846-
The <a href="#OperatorMapping">Operator Mapping</a> for "`=`""
5847+
The <a href="#OperatorMapping">Operator Mapping</a> for "`=`"
58475848
is the function
58485849
<a data-cite="XPATH-FUNCTIONS-31#func-numeric-equal">`fn:numeric-equal`</a>
58495850
which returns `false` when comparing arguments involving `NaN`.

0 commit comments

Comments
 (0)