[primer] Syntax error for shape map in the primer

larsgsvensson has just created a new issue for https://github.com/shexSpec/primer:

== Syntax error for shape map in the primer ==
I think there is a syntax error in the shape map used in one of the examples [Line 238](https://github.com/shexSpec/primer/blob/ecd904b49cfe08c81e57fe807803a3da2b14b3f8/index.html#L238). It currently says
```
{FOCUS, foaf:age, _} @ school:Enrollee
```
I think that should read
```
{FOCUS foaf:age _} @ school:Enrollee
```
(without the commas in the selector). That is at least the syntax used in [Example 3 of the shape map specification](http://shex.io/shape-map/#syntax).
          


          



Please view or discuss this issue at https://github.com/shexSpec/primer/issues/13 using your GitHub account

Received on Tuesday, 20 March 2018 11:58:37 UTC