RDF::Core::Storage - An abstract ancestor of storage implementations
use RDF::Core::Storage;
Storage is the place where statements reside. It can add, remove, count and get statements and ask about their existence.
new(\%options)
addStmt($statement)
removeStmt($statement)
existsStmt($subject,$predicate,$object)
countStmts($subject,$predicate,$object)
getStmts($subject,$predicate,$object)
This package is subject to the MPL (or the GPL alternatively).
Ginger Alliance, rdf@gingerall.cz
RDF::Core::Storage::Memory, RDF::Core::Storage::DB_File, RDF::Core::Storage::Postgres