diff --git a/spec/index.html b/spec/index.html index 3eabcac0..ea600a0b 100644 --- a/spec/index.html +++ b/spec/index.html @@ -2684,6 +2684,7 @@

VALUES syntax

             VALUES (?z) { ("abc") ("def") }
           
+

Note that the same variable cannot be mentioned multiple times within the variables list of a VALUES clause.

VALUES Examples

@@ -11124,8 +11125,9 @@

Grammar

DELETE, nor in DELETE DATA.
  • Rules for limiting the use of blank node identifiers are given in section 19.6.
  • -
  • The number of variables in the variable list of VALUES block +
  • The number of variables in the variable list of a VALUES block must be the same as the number of each list of associated values in the DataBlock.
  • +
  • Variables in the variable list of a VALUES block must be unique within that list.
  • Variables introduced by AS in a SELECT clause must not already be in-scope.
  • The variable assigned in a BIND clause must not be already @@ -12614,6 +12616,7 @@

    Changes between SPARQL 1.1 Query Language and SPARQL 1.2 Query Language

  • Migrate XML Schema references to 1.1
  • Update references to XPath from 2.0 to 3.1
  • Define `EBV` as a functional form.
  • +
  • Forbid duplicated variables in `VALUES`.