owlapy.model.OWLSubAnnotationPropertyOfAxiom

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

Bases: owlapy.model.OWLAnnotationAxiom

Represents an SubAnnotationPropertyOf 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()owlapy.model.OWLAnnotationProperty[source]
get_super_property()owlapy.model.OWLAnnotationProperty[source]
is_annotated()bool
is_annotation_axiom()bool
is_anonymous()bool
is_logical_axiom()bool