owlapy.model.OWLFunctionalDataPropertyAxiom

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

Bases: owlapy.model.OWLUnaryPropertyAxiom[owlapy.model.OWLDataPropertyExpression], owlapy.model.OWLDataPropertyAxiom

Represents FunctionalDataProperty axioms in the OWL 2 specification.

Methods

annotations

get_property

is_annotated

is_annotation_axiom

is_anonymous

is_logical_axiom

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