Function to_interpreted_quads

Source
pub fn to_interpreted_quads<I, V>(
    vocabulary: &mut V,
    interpretation: &mut I,
    value: &impl LinkedData<I, V>,
) -> Result<Vec<InterpretedQuad<I>>, IntoQuadsError>