# File lib/iq_rdf/blank_node.rb, line 20
    def initialize(node_id = nil)
      super
      @node_id = node_id
    end