UNPKG

n3

Version:

Lightning fast, asynchronous, streaming Turtle / N3 / RDF library.

8 lines (6 loc) 134 B
import N3Store from './N3Store'; export default class N3DatasetCoreFactory { dataset(quads) { return new N3Store(quads); } }