owlapy.model.OWLAnnotationAxiom¶
-
class
owlapy.model.
OWLAnnotationAxiom
(annotations: Optional[Iterable[owlapy.model.OWLAnnotation]] = None)[source]¶ Bases:
owlapy.model.OWLAxiom
A super interface for annotation axioms.
Methods
-
annotations
() → Optional[List[owlapy.model.OWLAnnotation]]¶
-
is_annotated
() → bool¶
-
is_anonymous
() → bool¶
-
is_logical_axiom
() → bool¶
-