@metreeca/core - v0.9.17
    Preparing search index...

    Type Alias Namespace

    Namespace: (name?: string) => IRI

    Factory function type for generating IRIs within a common namespace.

    A callable function that constructs IRIs by appending names to the namespace IRI. When created via createNamespace with predefined terms, the function is augmented with typed properties for direct access to known terms.

    The function signature accepts an optional name parameter and returns the constructed IRI. If name is omitted, returns the namespace IRI itself.

    Type Declaration

      • (name?: string): IRI
      • Parameters

        • Optionalname: string

        Returns IRI

    createNamespace for creating namespace factories with typed term properties