# File lib/yadis/service.rb, line 14
  def match_type_uris(type_uris)
    type_uris.find_all {|t| @service_types.member?(t)}
  end