if @matched_relation_types[role_name]
      @matched_relation_types[role_name][:count] += 1
    else  # Try to find an existing RelationType matching the imported data
      role, score = match_relation_type(role_name)
      @matched_relation_types[role_name] = { count: 1, object: role, score: score }