Skip to content

Commit c7f550c

Browse files
committed
sameTerm before ill-typed
1 parent 47f61a6 commit c7f550c

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

spec/index.html

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5762,13 +5762,15 @@ <h5>SameValue</h5>
57625762
</p>
57635763

57645764
<ol>
5765-
<li>If one or both arguments are known to be ill-typed,
5766-
then produce a type error.
5767-
</li>
57685765
<li>If <code>term1</code> and <code>term2</code> are
57695766
<a data-cite="RDF12-CONCEPTS#dfn-rdf-term-equality">equal RDF terms</a>,
57705767
the return TRUE.
57715768
</li>
5769+
<li>If both arguments are literals,
5770+
<a data-cite="RDF12-CONCEPTS#dfn-literal">literals</a>
5771+
and one or both arguments are known to be ill-typed,
5772+
then produce a type error.
5773+
</li>
57725774
<li>If <code>term1</code> and <code>term2</code> both
57735775
<a data-cite="RDF12-CONCEPTS#dfn-literal">literals</a>
57745776
and the SPARQL processor can determine the values are equal,

0 commit comments

Comments
 (0)