pyhornedowl.model.SubObjectPropertyOf
- class pyhornedowl.model.SubObjectPropertyOf(sub: SubObjectPropertyExpression, sup: ObjectPropertyExpression)
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
sub: SubObjectPropertyExpression
- sup
sup: ObjectPropertyExpression