pyhornedowl.model.TransitiveObjectProperty

class pyhornedowl.model.TransitiveObjectProperty(first: ObjectPropertyExpression)

A transitive relationship between two object properties.

When r is transitive, then a r b, and b r c implies a r c also.

See also: TransitiveObjectProperty

first