RDF::Core::Storage::Memory - An in-memory implementation of RDF::Core::Storage
require RDF::Core::Storage::Memory;
my $storage = new RDF::Core::Storage::Memory;
my $model = new RDF::Core::Model (Storage => $storage);
- •
- new
The constructor creates an empty storage in memory. It has no
parameters.
The rest of the interface is described in RDF::Core::Storage.
This package is subject to the MPL (or the GPL alternatively).
Ginger Alliance, rdf@gingerall.cz
RDF::Core::Storage, RDF::Core::Model, RDF::Core::Enumerator