rdfjs / stream-spec

RDF/JS: Stream interfaces – A specification of a low level interface definition representing RDF data independent of a serialized format in a JavaScript environment.
https://rdf.js.org/stream-spec/
5 stars 2 forks source link

Inconsistency in Stream definition #3

Closed RubenVerborgh closed 5 years ago

RubenVerborgh commented 6 years ago

We currently introduce Stream with Quad read();, but further down we're talking about Stream<Quad> and Stream, the latter being a stream of strings.

elf-pavlik commented 5 years ago

closing in favor of #2