Object type for accessing IRIs within a common namespace.
Provides IRI access via property lookup. The namespace IRI itself is available via the empty string key (ns[""]), while terms are accessed as named properties (ns.label or ns["label"]).
ns[""]
ns.label
ns["label"]
Predefined term names for closed namespace access
createNamespace for creating namespace objects
Object type for accessing IRIs within a common namespace.
Provides IRI access via property lookup. The namespace IRI itself is available via the empty string key (
ns[""]), while terms are accessed as named properties (ns.labelorns["label"]).