owlapy.model.OWLAsymmetricObjectPropertyAxiom¶
-
class
owlapy.model.OWLAsymmetricObjectPropertyAxiom(property_: owlapy.model.OWLObjectPropertyExpression, annotations: Optional[Iterable[owlapy.model.OWLAnnotation]] = None)[source]¶ Bases:
owlapy.model.OWLUnaryPropertyAxiom[owlapy.model.OWLObjectPropertyExpression],owlapy.model.OWLObjectPropertyAxiomRepresents AsymmetricObjectProperty axioms in the OWL 2 specification.
Methods
-
annotations() → Optional[List[owlapy.model.OWLAnnotation]]¶
-
is_annotated() → bool¶
-
is_annotation_axiom() → bool¶
-
is_anonymous() → bool¶
-
is_logical_axiom() → bool¶
-