Node[] next = it.next();
Resource subject = (Resource)next[0];
Resource predicate = (Resource)next[1];
Node object = next[2];
// WARNING: Don't clean up the subject yet ! We must only do it *after* the merge, else
// The merge won't be made in the same order as the Unix sort
// Clean the predicate