func (ts *TripleStore) MakeFixed() *graph.FixedIterator { return graph.NewFixedIteratorWithCompare(compareStrings) }
func (ts *MemTripleStore) MakeFixed() *graph.FixedIterator { return graph.NewFixedIteratorWithCompare(graph.BasicEquality) }