let NtriplesDecoder work on "aggregated" resources as well
Until now NtriplesDecoder creates a record for each line (except in the special case of blank nodes). With the new additional approach a caching mechanism is implemented which aggregates statements by subjects and eventually emits them after the last line is processed.
Signed-off-by: Sebastian Schüpbach sebastian.schuepbach@unibas.ch