Skip to content

let NtriplesDecoder work on "aggregated" resources as well

Sebastian Schüpbach requested to merge feature/rdf-xml-reader into develop

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

Merge request reports