owlapy.model.OWLLogicalAxiom¶
-
class
owlapy.model.OWLLogicalAxiom(annotations: Optional[Iterable[owlapy.model.OWLAnnotation]] = None)[source]¶ Bases:
owlapy.model.OWLAxiomA base interface of all axioms that affect the logical meaning of an ontology. This excludes declaration axioms (including imports declarations) and annotation axioms.
Methods
-
annotations() → Optional[List[owlapy.model.OWLAnnotation]]¶
-
is_annotated() → bool¶
-
is_annotation_axiom() → bool¶
-
is_anonymous() → bool¶
-