owlapy.model.OWLDataPropertyRangeAxiom

class owlapy.model.OWLDataPropertyRangeAxiom(property_: owlapy.model.OWLDataPropertyExpression, range_: owlapy.model.OWLDataRange, annotations: Optional[Iterable[owlapy.model.OWLAnnotation]] = None)[source]

Bases: owlapy.model.OWLPropertyRangeAxiom[owlapy.model.OWLDataPropertyExpression, owlapy.model.OWLDataRange]

Represents a DataPropertyRange axiom in the OWL 2 Specification.

Methods

annotations

get_property

get_range

is_annotated

is_annotation_axiom

is_anonymous

is_logical_axiom

annotations()Optional[List[owlapy.model.OWLAnnotation]]
get_property()_P
get_range()_R
is_annotated()bool
is_annotation_axiom()bool
is_anonymous()bool
is_logical_axiom()bool