DEV Community

Torsten Marco Knodt
Torsten Marco Knodt

Posted on • Originally published at stackoverflow.com

How to read File content into a rdfjs Sink?

How to read File content into a rdfjs Sink?

0

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)

Collapse
 
sudcha23 profile image
Sudeep Chauhan

Wow, I didn't know you could add stackoverflow in posts. That's awesome.