Retrieves the IRI of a namespace.
Reports the absolute IRI the namespace was created with, that is the IRI term names are appended to, providing a named alternative to the empty string key (namespace[""]).
namespace[""]
The namespace to retrieve the IRI from
The absolute IRI of namespace
namespace
getNamespaceIRI(app); // "app:/#"getNamespaceIRI(createNamespace("urn:example:")); // "urn:example:" Copy
getNamespaceIRI(app); // "app:/#"getNamespaceIRI(createNamespace("urn:example:")); // "urn:example:"
Retrieves the IRI of a namespace.
Reports the absolute IRI the namespace was created with, that is the IRI term names are appended to, providing a named alternative to the empty string key (
namespace[""]).