factory.namedNode('https://foo.example')
vs new rdfjs.NamedNode('https://foo.example')
window
. I might be missing your point though
partial interface
Failed to parse WebIDL: Syntax error at line 7, since interface Store: Store implements Source; ^ Unrecognised tokens.
I think implements
got deprecated in WebIDL
this
and the argument are mutable datasets.this
and the argument will have blank node labels rewritten per RDF Dataset Normalization. These changes will result in datasets that are graph isomorphic to the originals..add()
or .delete()
, will occur in these datasets.toCanonical
does rewrite bnodes, it uses https://github.com/digitalbazaar/rdf-canonize under the hood
.equals()
, to the extent those details have been considered.
.equals
should compare
[ ]
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?