# File lib/cimi/model/base.rb, line 133
    def all_uri(context)
      self.all(context).map { |e| { :href => e.uri } }
    end