TransitiveObjectProperty

class TransitiveObjectProperty(object_property_expression: ObjectPropertyExpression | URIRef | Reference | Referenced | str | IdentifierBox, *, annotations: list[Annotation] | None = None)[source]

Bases: _UnaryObjectProperty

An object property axiom defined in 9.2.13 “Transitive Object Properties”.

Initialize a unary object property axiom.

Attributes Summary

property_type

Attributes Documentation

property_type: ClassVar[URIRef] = rdflib.term.URIRef('http://www.w3.org/2002/07/owl#TransitiveProperty')