zazuko / rdf-validate-shacl

Validate RDF data purely in JavaScript. An implementation of the W3C SHACL specification on top of the RDFJS stack.
MIT License
98 stars 13 forks source link

`minExclusive`, `maxExlusive` (etc.) handling of non-numerical literals #23

Closed martinmaillard closed 3 years ago

martinmaillard commented 4 years ago

sh:minExclusive, sh:maxExlucive, sh.minInclusive and sh.maxInclusive should handle any type of Literal. Currently, the lib only handles numerical values.