# File lib/rdf/redland/stream.rb, line 22
    def Stream.create_finalizer(stream)
      proc {|id| "Finalizer on #{id}"
        #puts "closing stream"
        Redland::librdf_free_stream(stream)
      }
    end