type alias Namespaceimport { type Namespace } from "https://deno.land/x/ldkit/namespaces.ts"; Original type of namespace specification definition: { iri: string; prefix: string; terms: readonly string[]; }