| Class | Redland::BNode | 
| In: | rdf/redland/node.rb | 
| Parent: | Node | 
A class to make Blank Node creation easier
 model = Model.new
 dom = BNode.new('dom') # create with optional id
I will probably depreciate this and just use Resource.new() to generate blank nodes.
(C) Copyright 2004-2011 Dave Beckett, (C) Copyright 2004-2005 University of Bristol