(11th-April-2021)
For each property we can specify the domain and range
The domain of a property is a member of the subject class while the range of a property is a member of the object class
For example the has_base property can have a member from the Pizza class (subject class) as domain
Similarly the range for has_base can be a member of the Pizza_base class (object class)
We can achieve this as shown in the next slides
Adding Domain for has_base property (1)
Adding Domain for has_base property (2)
Adding Range for has_base property (1)
Adding Range for has_base property (2)
The Final Screenshot for has_base Property
Comments