pub fn to_interpreted_graph_quads<I, V>(
vocabulary: &mut V,
interpretation: &mut I,
value: &(impl LinkedDataGraph<I, V> + LinkedDataResource<I, V>),
) -> Result<(I::Resource, Vec<InterpretedQuad<I>>), IntoQuadsError>where
I: InterpretationMut<V> + IriInterpretationMut<V::Iri> + BlankIdInterpretationMut<V::BlankId> + LiteralInterpretationMut<V::Literal> + Interpretation,
I::Resource: Clone,
V: IriVocabularyMut + LiteralVocabularyMut + Vocabulary,
V::Iri: Clone,
V::BlankId: Clone,