[ ]
is an example of an unlabeled bnode in Turtle. The label doesn't exist in RDF proper, and since RDFjs isn't a serialization, I'm not sure it makes sense to have process-wide bnode labels.
finished
imported here from readable-stream
is undefined.
finished
is somehow not exported in the browsers version, see https://github.com/nodejs/readable-stream/blob/master/readable-browser.js
readable-stream
is yet another package? how are you serving your code? webpack?
readable.js
with a readable-browser.js
in it's own package.json (see https://github.com/nodejs/readable-stream/blob/c7dee8c4d0e7315ab7ebf6ea3eb3c9669f00fb96/package.json#L57). And the readable-browser.js
does not export finished
for some reason. Not sure if this is intentionally or a bug, I will file an issue there to clarify this
./lib/
with readable-stream/lib/
?