Type alias Vocabulary<TBase, TKey>

Vocabulary<TBase, TKey>: ValueVocabulary<TBase, TKey> & {
    terms: TermVocabulary<ValueVocabulary<TBase, TKey>>;
}

Contains a namespace and keys linking to the entries in this namespace. The terms field contains the same values but as NamedNode instead of string.

Type Parameters

  • TBase extends string

  • TKey extends string