From 214f8e76372700c3f694c29506603cf5534b5f7f Mon Sep 17 00:00:00 2001 From: Eric Prud'hommeaux Date: Thu, 20 Sep 2018 08:34:16 -0400 Subject: [PATCH] ~ allow ()s around a triple constraint [shexSpec/shex#87] --- index.html | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/index.html b/index.html index 618330c..8ce1125 100644 --- a/index.html +++ b/index.html @@ -4360,15 +4360,6 @@

ShEx Compact syntax (ShExC)

- - -[39]    -innerTripleExpr -   ::=    -multiElementGroup | multiElementOneOf - - - [40]    @@ -4415,7 +4406,7 @@

ShEx Compact syntax (ShExC)

[44]    bracketedTripleExpr    ::=    -'(' innerTripleExpr ')' cardinality? annotation* semanticActions +'(' tripleExpression ')' cardinality? annotation* semanticActions