owlapy.model.OWLClassAxiom¶
-
class
owlapy.model.
OWLClassAxiom
(annotations: Optional[Iterable[owlapy.model.OWLAnnotation]] = None)[source]¶ Bases:
owlapy.model.OWLLogicalAxiom
The base interface for class axioms.
Methods
-
annotations
() → Optional[List[owlapy.model.OWLAnnotation]]¶
-
is_annotated
() → bool¶
-
is_annotation_axiom
() → bool¶
-
is_anonymous
() → bool¶
-
is_logical_axiom
() → bool¶
-