rdfjs / N3.js

Lightning fast, spec-compatible, streaming RDF for JavaScript
http://rdf.js.org/N3.js/
Other
676 stars 127 forks source link

Implement DatasetCoreFactory #314

Open RubenVerborgh opened 1 year ago

RubenVerborgh commented 1 year ago

We should implement the DatasetCoreFactory; an example implementation is here: https://github.com/iherman/rdfjs-c14n/blob/3d87b3a8e0513329057c19ff707f0e4bb835c0cc/testing/run/rdfn3.ts#L17-L26

jeswr commented 1 year ago

https://github.com/rdfjs/N3.js/pull/288 does a fair bit of that work