- From: Eric Prud'hommeaux via GitHub <sysbot+gh@w3.org>
- Date: Mon, 25 Nov 2019 09:10:52 +0000
- To: public-shex-dev@w3.org
Another possibility that reduces the incentive to allow
```
<Shape> // <label> "My shape" { ... }
```
would be allowing leading annotations, e.g.
```
-- <label> "My shape"
<Shape> {
-- <label> "My property
<p1> .
}
```
This would be nice 'cause it would cover triple expressions as well.
--
GitHub Notification of comment by ericprud
Please view or discuss this issue at https://github.com/shexSpec/shex/issues/96#issuecomment-558060308 using your GitHub account
Received on Monday, 25 November 2019 09:10:54 UTC