Skip to content
This repository has been archived by the owner on May 21, 2019. It is now read-only.

rdf-ext-archive/rdf-store-inmemory

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This package is no longer maintained and not compatible with the latest RDF-Ext version. Similar functionality can be found in the rdf-store-dataset package.

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

About

Deprecated - In Memory RDF Store that follows the RDF Interface

Resources

Stars

Watchers

Forks

Packages

No packages published