- From: Holger Knublauch <holger@topquadrant.com>
- Date: Thu, 10 Sep 2015 14:35:45 +1000
- To: RDF Data Shapes Working Group <public-data-shapes-wg@w3.org>
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