OWLNamedObject Objective-C @protocol OWLNamedObject <OWLObject> Swift protocol OWLNamedObject : OWLObject Represents a named object for example, class, property, ontology etc. i.e. anything that has an IRI as its name. Show on GitHub IRI The IRI of this object. Declaration Objective-C @property (nonatomic, copy, readonly) OWLIRI *_Nonnull IRI; Swift @NSCopying var iri: OWLIRI { get } Show on GitHub © 2020 SisInf Lab. All rights reserved. (Last updated: 2020-11-22) Generated by jazzy ♪♫ v0.13.6, a Realm project.