What is the most straightforward way to parse the content of a File into a RDF/JS Sink?
I have tried using File.stream() and File.stream().getReader(), but finally found out that Sink.import() requires a "special" RDF/JS Stream.
A streaming solution would be prefered, because of the file sizes I sometimes expect.