Skip to content

Commit 0daf149

Browse files
committed
Preparatory reformating
1 parent cca75e6 commit 0daf149

File tree

1 file changed

+21
-6
lines changed

1 file changed

+21
-6
lines changed

spec/index.html

Lines changed: 21 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5674,15 +5674,30 @@ <h5>RDFterm-equal</h5>
56745674
<pre class="prototype nohighlight">
56755675
<span class="return">xsd:boolean</span> <span class="operator" style="text-transform: none;">RDFterm-equal</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>)
56765676
</pre>
5677-
<p>This function cannot be used directly in expressions. The purpose of this function is to define the semantics of the "=" operator when applied to two RDF terms that do not fall into any of the other, more concrete cases covered in the operator mapping table in Section&nbsp;<a href="#OperatorMapping" class="sectionRef"></a>.</p>
5677+
5678+
<p>This function cannot be used directly in expressions. The purpose
5679+
of this function is to define the semantics of the "=" operator when applied to
5680+
two RDF terms that do not fall into any of the other, more concrete cases
5681+
covered in the operator mapping table in Section
5682+
<a href="#OperatorMapping" class="sectionRef"></a>.
5683+
</p>
5684+
56785685
<p>The function is defined as follows:</p>
56795686
<ul>
5680-
<li>Returns TRUE if <code>term1</code> and <code>term2</code> are <em>equal</em> RDF terms, as defined below.</li>
5681-
<li>Produces a type error if <code>term1</code> and <code>term2</code> are both literals having the
5682-
same <a data-cite="RDF12-CONCEPTS#dfn-datatype-iri">datatype IRI</a>; this datatype IRI is <em>not</em> in the
5683-
set of <a data-cite="RDF12-CONCEPTS#dfn-recognized-datatype-iri">recognized datatype IRIs</a>; and the
5684-
<a data-cite="RDF12-CONCEPTS#dfn-lexical-form">lexical forms</a> of the two literals are different from one another.</li>
5687+
5688+
<li>Returns TRUE if <code>term1</code> and <code>term2</code>
5689+
are <em>equal</em> RDF terms, as defined below.</li>
5690+
5691+
<li>Produces a type error if <code>term1</code> and <code>term2</code> are both
5692+
literals having the same
5693+
<a data-cite="RDF12-CONCEPTS#dfn-datatype-iri">datatype IRI</a>;
5694+
this datatype IRI is <em>not</em> in the set of
5695+
<a data-cite="RDF12-CONCEPTS#dfn-recognized-datatype-iri">recognized datatype IRIs</a>;
5696+
and the <a data-cite="RDF12-CONCEPTS#dfn-lexical-form">lexical forms</a>
5697+
of the two literals are different from one another.</li>
5698+
56855699
<li>Returns FALSE otherwise.</li>
5700+
56865701
</ul>
56875702
<p>
56885703
<code>term1</code> and <code>term2</code> are <em>equal</em> RDF terms if any of the following is

0 commit comments

Comments
 (0)