ISSUE-81: Final names of property pair constraints?

Could a native speaker please let me know if any of the following names 
sound "funny" and how they should be replaced, keeping in mind 
consistency and compactness?

- EqualConstraint   (EqualTo? Equals?)
- NotEqualConstraint
- LessThanConstraint (LessConstraint?)
- LessThanOrEqualConstraint (LessThanOrEqualToConstraint?)

Example usage:

ex:MyShape
     a sh:Shape ;
     sh:constraint [
         a sh:EqualConstraint ;
         sh:predicate1 ex:property1 ;
         sh:predicate2 ex:property2 ;
     ]
.

Thanks
Holger

Received on Thursday, 10 September 2015 04:36:21 UTC