Function to_lexical_subject_quads_with

Source
pub fn to_lexical_subject_quads_with<I, V: Vocabulary>(
    vocabulary: &mut V,
    interpretation: &mut I,
    graph: Option<&Id>,
    value: &(impl LinkedDataSubject<I, V> + LinkedDataResource<I, V>),
) -> Result<(Id, Vec<RdfQuad>), IntoQuadsError>
where I: Interpretation + InterpretationMut<V> + ReverseTermInterpretation<Iri = V::Iri, BlankId = V::BlankId, Literal = V::Literal>, I::Resource: Clone,