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: Interpretation + InterpretationMut<V> + TermInterpretationMut<V::Iri, V::BlankId, V::Literal>,
I::Resource: Clone,
V: Vocabulary + IriVocabularyMut + LiteralVocabularyMut,
V::Iri: Clone,
V::BlankId: Clone,