owlapy.model.OWLAxiom¶
-
class
owlapy.model.
OWLAxiom
(annotations: Optional[Iterable[owlapy.model.OWLAnnotation]] = None)[source]¶ Bases:
owlapy.model.OWLObject
Represents Axioms in the OWL 2 Specification.
An OWL ontology contains a set of axioms. These axioms can be annotation axioms, declaration axioms, imports axioms or logical axioms
Methods
-
annotations
() → Optional[List[owlapy.model.OWLAnnotation]][source]¶
-
is_anonymous
() → bool¶
-