owlapy.util.OrderedOWLObject

class owlapy.util.OrderedOWLObject(o: _HasIndex)[source]

Bases: object

Holder of OWL Objects that can be used for Python sorted

The Ordering is dependent on the type_index of the impl. classes recursively followed by all components of the OWL Object.

OWL Object holder with a defined sort order

Parameters:

o – OWL Object

Methods

Attributes

o

o