graphy.js
graphy.js copied to clipboard
Add missing `termType` and `value` to `Quad`
A Quad must have a termType and value, since it's a Term: https://rdf.js.org/data-model-spec/#quad-interface
A recent change to Comunica (not sure what) appears to care now, and blows up if the Quads don't have termType available. This should fix that.