- From: Jose Emilio Labra Gayo via GitHub <sysbot+gh@w3.org>
- Date: Thu, 05 Sep 2019 01:34:11 +0000
- To: public-shex-dev@w3.org
labra has just created a new issue for https://github.com/shexSpec/shex:
== Annotations after shape label directly ==
The following shape parses:
```
<Shape> IRI // <label> "My shape"
{
<p> .
}
```
while the following doesn't:
```
<Shape> // <label> "My shape"
{
<p> .
}
```
Could we adapt the grammar to allow the last shape?
Please view or discuss this issue at https://github.com/shexSpec/shex/issues/96 using your GitHub account
Received on Thursday, 5 September 2019 01:34:12 UTC