[Constructor]
used for the interfaces 2.1
to 2.7
?new Interface
directly
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