diff --git a/spec/index.html b/spec/index.html index 8e39840..2e72e45 100644 --- a/spec/index.html +++ b/spec/index.html @@ -10457,6 +10457,12 @@

Grammar

  • The expression argument of an aggregate function can not contain an aggregate function.
  • Only custom aggregate functions use the DISTINCT keyword in a function call.
  • +
  • A reifier or + annotation syntax + is only permitted after a triple when the property position is + a simple path (IRI, the keyword a or a variable), + and not for other path expressions. +
  • @@ -11236,7 +11242,7 @@

    Grammar

    [111]   AnnotationBlockPath   ::=   - '{|' PropertyListPath '|}' + '{|' PropertyListPathNotEmpty '|}' @@ -11250,7 +11256,7 @@

    Grammar

    [113]   AnnotationBlock   ::=   - '{|' PropertyList '|}' + '{|' PropertyListNotEmpty '|}'