shapes-ISSUE-64 (XSD Datatype facets): Should the Core vocabulary support datatype facets such as sh:minInclusive and sh:maxLength? [SHACL Spec]

shapes-ISSUE-64 (XSD Datatype facets): Should the Core vocabulary support datatype facets such as sh:minInclusive and sh:maxLength? [SHACL Spec]

http://www.w3.org/2014/data-shapes/track/issues/64

Raised by: Holger Knublauch
On product: SHACL Spec

XML Schema has several datatype facets that sound useful for SHACL too. Popular examples include

- minInclusive/minExclusive/maxInclusive/maxExclusive
- minLength/maxLength (XSD also has xsd:length)
- pattern (regex)
- fractionDigits/totalDigits
- whitespace
- stepValue (from schema.org may be useful to drive UIs)

We need to decide whether we want to cover some of these as part of the standard or whether we leave them to the extension mechanisms.

Received on Monday, 1 June 2015 06:27:55 UTC