OWLNamedObject

@protocol OWLNamedObject <OWLObject>

Represents a named object for example, class, property, ontology etc.

  • i.e. anything that has an IRI as its name.
  • IRI

    The IRI of this object.

    Declaration

    Objective-C

    @property (nonatomic, copy, readonly) OWLIRI *_Nonnull IRI;

    Swift

    @NSCopying var iri: OWLIRI { get }