graphy.js icon indicating copy to clipboard operation
graphy.js copied to clipboard

Add missing `termType` and `value` to `Quad`

Open Peeja opened this issue 1 year ago • 0 comments

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.

Peeja avatar Jul 22 '24 19:07 Peeja