pub fn write_term<W, T>(w: &mut W, t: T) -> Result<()>where W: Write, T: Term,
Write the given term into the given write in the N-Triples format.