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>where
N: VocabularyMut,
<N as IriVocabulary>::Iri: Clone,
<N as BlankIdVocabulary>::BlankId: Clone,
W: From<MalformedIri>,
H: Handler<N, W>,
Expand description
Default values for document_relative
and vocab
should be false
and true
.