rdfjs / dataset-spec

RDF/JS: Dataset specification 1.0 – This specification provides a definition how to store multiple quads in a so-called dataset.
https://rdf.js.org/dataset-spec/
6 stars 5 forks source link

Add DatasetCoreFactory #20

Closed rubensworks closed 5 years ago

rubensworks commented 5 years ago

Just like DatasetFactory, should we also have a DatasetCoreFactory to create DatasetCore instances from a sequence of quads (or another DatasetCore)?