Function to_lexical_quads_with

Source
pub fn to_lexical_quads_with<I, V: Vocabulary>(
    vocabulary: &mut V,
    interpretation: &mut I,
    value: &impl LinkedData<I, V>,
) -> Result<Vec<RdfQuad>, IntoQuadsError>
where I: Interpretation + InterpretationMut<V> + ReverseTermInterpretation<Iri = V::Iri, BlankId = V::BlankId, Literal = V::Literal>,