Redland::TripleStore
Store the triples in memory
# File rdf/redland/store.rb, line 45 def initialize(mem_name="",options_string="") super('memory',mem_name,options_string) end
(C) Copyright 2004-2013 Dave Beckett, (C) Copyright 2004-2005 University of Bristol