owlapy.model.OWLPropertyDomainAxiom¶
-
class
owlapy.model.OWLPropertyDomainAxiom(property_: _P, domain: owlapy.model.OWLClassExpression, annotations: Optional[Iterable[owlapy.model.OWLAnnotation]] = None)[source]¶ Bases:
Generic[owlapy.model._P],owlapy.model.OWLUnaryPropertyAxiom[owlapy.model._P]Represents ObjectPropertyDomain axioms in the OWL 2 specification.
Methods
-
annotations() → Optional[List[owlapy.model.OWLAnnotation]]¶
-
get_domain() → owlapy.model.OWLClassExpression[source]¶
-
is_annotated() → bool¶
-
is_annotation_axiom() → bool¶
-
is_anonymous() → bool¶
-
is_logical_axiom() → bool¶
-