RDFStore

Object store implementation with facilities for storage of instances of RDFInstance.

RDFStore is a class derived from Store.

Synopsis

uses('rdfstore');

Description

RDFStore extends Store to store RDF graphs using the JSON encoding described at http://n2.talis.com/wiki/RDF_JSON_Specification

Public Methods