pyhornedowl.model.SubObjectPropertyOf
- class pyhornedowl.model.SubObjectPropertyOf(sup: ObjectPropertyExpression, sub: SubObjectPropertyExpression)
A sub property relationship between two object properties.
The existence of the sub property relationship between two individuals also implies the super property relationship also. The super property can also be a property chain. So, if
s
is a super property ofr
thena r b
impliesa s b
.See also: Property Hierarchies Property Chains
- sub
- sup