We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b7407f commit efea737Copy full SHA for efea737
spec/index.html
@@ -5838,9 +5838,9 @@ <h5>SameValue</h5>
5838
of the datatype.
5839
</p>
5840
<p>
5841
- The function `sameValue` returns true or false in cases where
5842
- the SPARQL processor can determine that the values of the
5843
- arguments are equal or are not equal. If the SPARQL processor
+ If the two arguments are literals, the function `sameValue` returns `true` or `false` in cases where
+ the SPARQL processor can determine that the values of these
+ literals are equal or are not equal. If the SPARQL processor
5844
can not be sure, it returns `error`.
5845
5846
</div>
0 commit comments