Function expand_iri_with

Source
pub async fn expand_iri_with<'a, N, L, W>(
    env: Environment<'a, N, L, W>,
    active_context: &'a mut Context<<N as IriVocabulary>::Iri, <N as BlankIdVocabulary>::BlankId>,
    value: Nullable<ExpandableRef<'a>>,
    document_relative: bool,
    vocab: Option<Action>,
    local_context: &'a Merged<'a>,
    defined: &'a mut DefinedTerms,
    remote_contexts: ProcessingStack<<N as IriVocabulary>::Iri>,
    options: Options,
) -> Result<Option<Term<<N as IriVocabulary>::Iri, <N as BlankIdVocabulary>::BlankId>>, Error>
Expand description

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