You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm attempting to validate some RDF data thtough a SHACL schema. When setting a minimum-inclusive limit on a decimal quantity, it behaves as an exclusive limit.
For example, sh:minInclusive 18; does not validate for 18, the error message itself being contradictory: LiteralValue("minInclusive violation. Expected 18 >= 18")
I'm attempting to validate some RDF data thtough a SHACL schema. When setting a minimum-inclusive limit on a decimal quantity, it behaves as an exclusive limit.
For example,
sh:minInclusive 18;
does not validate for18
, the error message itself being contradictory:LiteralValue("minInclusive violation. Expected 18 >= 18")
Example data used:
The text was updated successfully, but these errors were encountered: