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

get_iri

Gets the IRI of this object.

is_anonymous

to_string_id

Attributes

type_index

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