pub fn to_interpreted_quads<I, V>(
vocabulary: &mut V,
interpretation: &mut I,
value: &impl LinkedData<I, V>,
) -> Result<Vec<InterpretedQuad<I>>, IntoQuadsError>where
I: InterpretationMut<V> + TermInterpretationMut<V::Iri, V::BlankId, V::Literal> + Interpretation,
I::Resource: Clone,
V: IriVocabularyMut + LiteralVocabularyMut + Vocabulary,
V::Iri: Clone,
V::BlankId: Clone,