Re: [shex] Annotations after shape label directly (#96)

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