Redland::TripleStore
Store the triples in a hash using bdb in the current directory
# File lib/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
[Validate]
Generated with the Darkfish Rdoc Generator 2.