pub trait Vocabulary: IriVocabulary + BlankIdVocabulary + LiteralVocabulary + LanguageTagVocabulary { }
Expand description

Vocabulary.

A vocabulary is a collection that stores the lexical representation of IRIs and blank node identifiers. This allows the use of custom lightweight types to store, copy and compare IRIs and blank IDs.

Any vocabulary implements the Namespace trait.

Implementors§