Package graph contains a functionality of a buffer that
consumes triples one by one and can return a byte slice
containing Turtle data of all triples consumed.
Bytes returns the so far consumed triples as a byte slice of
Turle data. The triples in the byte slice are sorted first
by subject, then by predicates, then by objects alphabetically.