owlapy.model.OWLEntity

class owlapy.model.OWLEntity[source]

Bases: owlapy.model.OWLNamedObject

Represents Entities in the OWL 2 Specification.

Methods

get_iri

Gets the IRI of this object.

is_anonymous

to_string_id

abstract get_iri()owlapy.model.IRI

Gets the IRI of this object.

Returns:

The IRI of this object

is_anonymous()bool[source]
to_string_id()str[source]