Understand, I'm running sort and uniq on truthy out of interest... On 12 December 2017 at 10:31, Andy Seaborne <[email protected]> wrote:
> > > On 12/12/17 10:06, Dick Murray wrote: > ... > >> As an aside there are duplicate entries in the data-triples.tmp file, is >> this by design? if you sort data-triples.tmp | uniq > it returns a smaller >> file and I've checked visually and there are duplicate entries... >> > ... > > It's expected. > > data-triples.tmp is a stream of triples from the parser. If the data > contains duplicates (in syntax), data-triples.tmp contain duplicates. > > Andy >
