owlapy.model.HasFiller

class owlapy.model.HasFiller[source]

Bases: Generic[owlapy.model._T]

An interface to objects that have a filler.

Parameters:

_T – filler type

Methods

get_filler

Gets the filler for this restriction.

abstract get_filler()_T[source]

Gets the filler for this restriction. In the case of an object restriction this will be an individual, in the case of a data restriction this will be a constant (data value). For quantified restriction this will be a class expression or a data range.

Returns:

the value