# File lib/rdf/redland/node.rb, line 190
    def initialize(namespace)
      super(:uri_string=>namespace)
      @nodecache = {}
    end