owlapy.model.OWLNamedIndividual¶
-
class
owlapy.model.
OWLNamedIndividual
(iri: owlapy.model.IRI)[source]¶ Bases:
owlapy.model.OWLIndividual
,owlapy.model.OWLEntity
Represents a Named Individual in the OWL 2 Specification.
Gets an instance of OWLNamedIndividual that has the specified IRI.
- Parameters:
iri – The IRI.
- Returns:
An OWLNamedIndividual that has the specified IRI.
Methods
Gets the IRI of this object.
Attributes
-
get_iri
() → owlapy.model.IRI[source]¶ Gets the IRI of this object.
- Returns:
The IRI of this object
-
is_anonymous
() → bool¶
-
to_string_id
() → str¶
-
type_index
: Final = 1005¶