pub fn expand_iri_simple<'a, T: Clone, B: Clone, M: Clone, N: VocabularyMut<Iri = T, BlankId = B>, C, W: From<MalformedIri>, H: Handler<N, Meta<W, M>>>(
    vocabulary: &'a mut N,
    active_context: &'a Context<T, B, C, M>,
    Meta: Meta<Nullable<ExpandableRef<'a>>, M>,
    document_relative: bool,
    vocab: bool,
    warnings: &mut H
) -> Meta<Term<T, B>, M>
Expand description

Default values for document_relative and vocab should be false and true.