Function json_ld_context_processing::algorithm::expand_iri_simple  
source ยท pub fn expand_iri_simple<W, N, L, H>(
    env: &mut Environment<'_, N, L, H>,
    active_context: &Context<N::Iri, N::BlankId>,
    value: Nullable<ExpandableRef<'_>>,
    document_relative: bool,
    vocab: bool,
) -> Term<N::Iri, N::BlankId>Expand description
Default values for document_relative and vocab should be false and true.