Struct rdf_types::IndexVocabulary
source · pub struct IndexVocabulary<I = Index, B = Index> { /* private fields */ }
Expand description
Vocabulary that stores IRIs and blank node identifiers with a unique index.
Implementations§
source§impl<I, B> IndexVocabulary<I, B>
impl<I, B> IndexVocabulary<I, B>
Trait Implementations§
source§impl<I, B: IndexedBlankId> BlankIdVocabulary for IndexVocabulary<I, B>
impl<I, B: IndexedBlankId> BlankIdVocabulary for IndexVocabulary<I, B>
source§impl<I, B: IndexedBlankId> BlankIdVocabularyMut for IndexVocabulary<I, B>
impl<I, B: IndexedBlankId> BlankIdVocabularyMut for IndexVocabulary<I, B>
source§fn insert_blank_id(&mut self, blank_id: &BlankId) -> B
fn insert_blank_id(&mut self, blank_id: &BlankId) -> B
Inserts a blank node identifier to the vocabulary and returns its id. Read more