Range Constraints
Let’s learn about range constraints.
We'll cover the following...
A range constraint requires that a property must have a value in the value space of the type that has been defined as its range. This is implicitly expressed by defining a type for a property as its range. For instance, the attribute age
defined for the object type Person
in ...