serialize_node_with

Function serialize_node_with 

Source
pub fn serialize_node_with<I, V, T>(
    vocabulary: &mut V,
    interpretation: &mut I,
    value: &T,
) -> Result<Node<V::Iri, V::BlankId>, Error>
Expand description

Serialize the given Linked-Data value into a JSON-LD node object using a custom vocabulary and interpretation.