diff --git a/index.html b/index.html index f3379da..26ff985 100644 --- a/index.html +++ b/index.html @@ -4572,7 +4572,28 @@

ShEx Compact syntax (ShExC)

[50]    exclusion    ::=    -'.' '-' (iri | literal | LANGTAG) '~'? +'.' (iriExclusion | literalExclusion | languageExclusion) + + + + +[50.1]    +iriExclusion +   ::=    +'-' iri '~'? + + + +[50.2]    +literalExclusion +   ::=    +'-' literal '~'? + + + +[50.3]    +languageExclusion +   ::=    +'-' LANGTAG '~'?