diff --git a/shacl12-ui/widgets/score-shapes.ttl b/shacl12-ui/widgets/score-shapes.ttl index d62c295a..db9ab507 100644 --- a/shacl12-ui/widgets/score-shapes.ttl +++ b/shacl12-ui/widgets/score-shapes.ttl @@ -301,6 +301,33 @@ shui:hasDatatypeNumericConstraint ] [ sh:hasValue xsd:float ; + ] + [ + sh:hasValue xsd:short ; # -32768 - 32767 + ] + [ + sh:hasValue xsd:byte ; # -128 - 127 + ] + [ + sh:hasValue xsd:nonNegativeInteger ; + ] + [ + sh:hasValue xsd:long ; # -9223372036854775808 - 9223372036854775807 + ] + [ + sh:hasValue xsd:int ; # -2147483648 - 2147483647 + ] + [ + sh:hasValue xsd:unsignedShort ; # 0 - 65535 + ] + [ + sh:hasValue xsd:unsignedByte ; # 0 - 255 + ] + [ + sh:hasValue xsd:unsignedInt ; # 0 - 4294967295 + ] + [ + sh:hasValue xsd:unsignedLong ; # 0 - 18446744073709551615 ] ) ; ] ;