# File lib/rdf/redland/node.rb, line 75
    def bnode(id=nil)
      @node = Redland.librdf_new_node_from_blank_identifier($world.world,id)
    end