Closed
Description
One would expect that a property named decimalValue would have xsd:decimal as its range. It does not. The range is now xsd:double.
FIX: change the name to doubleValue or change the range to xsd:decimal.
This future-proofing allows for other properties that may need to point to particular datatypes. E.g. floatValue, integerValue etc.
See also #171