0.3.0 • Published 8 years ago

rdf-store-inmemory v0.3.0

Weekly downloads
117
License
MIT
Repository
github
Last release
8 years ago

rdf-store-inmemory

Build Status NPM Version

In Memory RDF Store that follows the RDF Interface specification

Install

npm install --save rdf-store-inmemory

Usage

A simple in-memory triple store implementation. Cross graph read operations are supported by using undefined as graph IRI. In that case .graph returns all graphs merged into a single graph and .match operates on that single merged graph. Because there is nothing to configure, the constructor doesn't require any parameters. (Originally from here)

History

Taken from zazukoians/rdf-ext

Licence

MIT