owlapy.model.OWLSubPropertyAxiom

class owlapy.model.OWLSubPropertyAxiom(sub_property: _P, super_property: _P, annotations: Optional[Iterable[owlapy.model.OWLAnnotation]] = None)[source]

Bases: Generic[owlapy.model._P], owlapy.model.OWLPropertyAxiom

Methods

annotations

get_sub_property

get_super_property

is_annotated

is_annotation_axiom

is_anonymous

is_logical_axiom

annotations()Optional[List[owlapy.model.OWLAnnotation]]
get_sub_property()_P[source]
get_super_property()_P[source]
is_annotated()bool
is_annotation_axiom()bool
is_anonymous()bool
is_logical_axiom()bool