rdf-store-inmemory

v0.1.2
In Memory RDF Store that follows the RDF Interface specification
rdf-stores rdf linked data

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

Metadata

  • MIT
  • Whatever
  • Nicola Greco
  • released 8/22/2015

Downloads

Maintainers