Function expand_iri_simple

Source
pub fn expand_iri_simple<W, N, L, H>(
    env: &mut Environment<'_, N, L, H>,
    active_context: &Context<<N as IriVocabulary>::Iri, <N as BlankIdVocabulary>::BlankId>,
    value: Nullable<ExpandableRef<'_>>,
    document_relative: bool,
    vocab: Option<Action>,
) -> Result<Option<Term<<N as IriVocabulary>::Iri, <N as BlankIdVocabulary>::BlankId>>, RejectVocab>
Expand description

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