pub fn rio_format_triples<TF, TS>(
    tf: &mut TF,
    triples: TS
) -> StreamResult<(), TS::Error, TF::Error>
Expand description

Format all standard RDF triples of triples using tf.

NB: non-standard (generalized) RDF triples will be silently ignored.