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.
Copyright 2004-2005 Dave Beckett, Institute for Learning and Research Technology, University of Bristol