Class | Redland::BNode |
In: |
lib/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.