Store the triples in a hash using bdb in the current directory
[Source]
# File rdf/redland/store.rb, line 98 def initialize(name) @store = Redland::librdf_new_storage $world.world, "hashes",name, "new='no',hash-type='bdb',dir='.'" end
Copyright 2004-2005 Dave Beckett, Institute for Learning and Research Technology, University of Bristol