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