Implemented resolution to ISSUE-103 (Syntax simplifications)

FYI I have implemented the resolution to ISSUE-103 in the spec (and the 
TopBraid SHACL API for those tracking it):

sh:NotConstraint -> sh:not
sh:AndConstraint -> sh:and
sh:OrConstraint -> sh:or

sh:EqualConstraint -> sh:equals
sh:NotEqualConstraint -> sh:notEquals
sh:LessThanConstraint -> sh:lessThan
sh:LessThanOrEqualsConstraint -> sh:lessThanOrEquals

Test cases are updated. A review against glitches would be appreciated.

Commits:
https://github.com/w3c/data-shapes/commit/5e2434af37d31abee654fe17740b0948d92fbd9f
https://github.com/w3c/data-shapes/commit/7ab1a5ea72cc149d07b5f360eb37ce47967d085a

Regards
Holger

Received on Saturday, 9 January 2016 05:45:57 UTC