owlapy.model.OWLSubObjectPropertyOfAxiom

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

Bases: owlapy.model.OWLSubPropertyAxiom[owlapy.model.OWLObjectPropertyExpression], owlapy.model.OWLObjectPropertyAxiom

Represents a SubObjectPropertyOf axiom in the OWL 2 specification

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
get_super_property()_P
is_annotated()bool
is_annotation_axiom()bool
is_anonymous()bool
is_logical_axiom()bool