# File lib/rdf/redland/uri.rb, line 29
    def Uri.create_finalizer(uri)
      proc {|id| 
        Redland::librdf_free_uri uri if $world }
    end