Expand description
Evaluation of value types test(τ) and the term ordering used by
sh:lessThan, ranges, etc. Naive reference semantics.
Functions§
- compare_
terms - Partial ordering over terms: numeric literals compare numerically,
string-typed literals lexicographically, and the XSD date/time/duration
family via their
oxsdatatypesimplementations (which correctly model the partial order for timezone-unaware comparisons and incomparable durations). - value_
type_ holds - Does
termsatisfy value typeτ?