Redland::TripleStore
Store the triples in a hash using bdb in the current directory
# File rdf/redland/store.rb, line 101 def initialize(name) @store = Redland::librdf_new_storage $world.world, "hashes",name, "new='no',hash-type='bdb',dir='.'" end
(C) Copyright 2004-2013 Dave Beckett, (C) Copyright 2004-2005 University of Bristol