File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -5762,13 +5762,15 @@ <h5>SameValue</h5>
5762
5762
</p>
5763
5763
5764
5764
<ol>
5765
- <li>If one or both arguments are known to be ill-typed,
5766
- then produce a type error.
5767
- </li>
5768
5765
<li>If <code>term1</code> and <code>term2</code> are
5769
5766
<a data-cite="RDF12-CONCEPTS#dfn-rdf-term-equality">equal RDF terms</a>,
5770
5767
the return TRUE.
5771
5768
</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>
5772
5774
<li>If <code>term1</code> and <code>term2</code> both
5773
5775
<a data-cite="RDF12-CONCEPTS#dfn-literal">literals</a>
5774
5776
and the SPARQL processor can determine the values are equal,
You can’t perform that action at this time.
0 commit comments