shexSpec / primer

ShEx primer
MIT License
7 stars 5 forks source link

Syntax error for shape map in the primer #13

Closed larsgsvensson closed 6 years ago

larsgsvensson commented 6 years ago

I think there is a syntax error in the shape map used in one of the examples Line 238. 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.

tombaker commented 6 years ago

Well spotted! This has been corrected.