owlapy.model.OWLEntity¶
-
class
owlapy.model.
OWLEntity
[source]¶ Bases:
owlapy.model.OWLNamedObject
Represents Entities in the OWL 2 Specification.
Methods
Gets the IRI of this object.
-
abstract
get_iri
() → owlapy.model.IRI¶ Gets the IRI of this object.
- Returns:
The IRI of this object
-
abstract