fn gml_node<W: Write>( w: &mut W, graph: &Graph<BookID, (), Undirected>, v: NodeIndex<DefaultIx> ) -> Result<()>