# File lib/rdf/redland/node.rb, line 176 def initialize(id=nil) @node = Redland.librdf_new_node_from_blank_identifier($world.world,id) if not @node then raise RedlandError.new("Node construction failed")end ObjectSpace.define_finalizer(self,Node.create_finalizer(@node)) end