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 of r then a r b implies a s b.

See also: Property Hierarchies Property Chains

sub
sup