pub fn rio_format_quads<QF, QS>(
qf: &mut QF,
quads: QS,
) -> StreamResult<(), QS::Error, QF::Error>where
QF: QuadsFormatter,
QS: QuadSource,
Expand description
Format all standard RDF quads of quads
using qf
.
NB: non-standard (generalized) RDF quads will be silently ignored.