owlapy.model.OWLDataComplementOf

class owlapy.model.OWLDataComplementOf(data_range: owlapy.model.OWLDataRange)[source]

Bases: owlapy.model.OWLDataRange

Represents DataComplementOf in the OWL 2 Specification.

Parameters:

data_range – data range to complement

Methods

get_data_range

returns:

the wrapped data range

is_anonymous

Attributes

type_index

get_data_range()owlapy.model.OWLDataRange[source]
Returns:

the wrapped data range

is_anonymous()bool
type_index: Final = 4002