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

get_domain

get_property

is_annotated

is_annotation_axiom

is_anonymous

is_logical_axiom

annotations()Optional[List[owlapy.model.OWLAnnotation]]
get_domain()owlapy.model.OWLClassExpression[source]
get_property()_P
is_annotated()bool
is_annotation_axiom()bool
is_anonymous()bool
is_logical_axiom()bool