SmartDataAnalytics / RdfProcessingToolkit

Command line interface based RDF processing toolkit to run sequences of SPARQL statements ad-hoc on RDF datasets, streams of bindings and streams of named graphs with support for processing JSON, CSV and XML using function extensions
https://smartdataanalytics.github.io/RdfProcessingToolkit/
Other
39 stars 3 forks source link

RDF output gets cut off near the end #16

Closed Aklakan closed 3 years ago

Aklakan commented 3 years ago

There is a missing call to StreamRDF.finish()

Aklakan commented 3 years ago

Th missing StreamRDF.finish() was added.