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