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ā¦
Top comments (1)
Wow, I didn't know you could add stackoverflow in posts. That's awesome.