blake-regalia / graphy.js

A collection of RDF libraries for JavaScript
https://graphy.link/
ISC License
161 stars 3 forks source link

Parser stream `prefix` event does not match RDF/JS spec #42

Open tpluscode opened 3 years ago

tpluscode commented 3 years ago

The prefix event is defined in the RDF/JS Stream spec to emit pairs of [ string, NamedNode ]

@graphy however, emits them as [ string, string ]