Resolve
RDF Terms
Data based on @zazuko/vocabularies
Namespace
Recommended prefix
Copy 'PREFIX xsd: <http://www.w3.org/2001/XMLSchema#>'
lang:""
decimal
lang:""
`decimal` represents a subset of the real numbers, which can be represented
by decimal numerals. The _value space_ of decimal is the set of numbers
that can be obtained by dividing an integer by a non-negative power of ten,
i.e., expressible as `i / 10n` where `i` and `n` are integers and `n ≥ 0`.
Precision is not reflected in this value space; the number `2.0` is not
distinct from the number `2.00`. The order relation on `decimal` is the order
relation on real numbers, restricted to this subset.