- From: Eric Prud'hommeaux via GitHub <sysbot+gh@w3.org>
- Date: Wed, 03 Oct 2018 11:38:43 +0000
- To: public-shex-dev@w3.org
Note also that **if** we wanted to allow annotations/semActs on start rules without this change, we can't se `shapeExpression` directly: ``` diff - [6] | start | ::= | "start" '=' inlineShapeExpression + [6] | start | ::= | "start" '=' shapeAnd ("OR" shapeAnd)* ``` -- GitHub Notification of comment by ericprud Please view or discuss this issue at https://github.com/shexSpec/shex/issues/88#issuecomment-426605008 using your GitHub account
Received on Wednesday, 3 October 2018 11:38:45 UTC