american_football football_team id_criteria - freebase-schema/freebase GitHub Wiki
-
name_match: There is a name_match if the names or aliases of football teams match on both the sources.
-
current_head_coach_match: There is a current_head_coach_match if the team’s current head coach listed in Freebase property /american_football/football_team/current_head_coach (Current head coach) matches with the head coach on the other source.
-
current_roster_match: There is a current_roster_match if at least one of the team’s current players listed in Freebase property /american_football/football_team/current_roster (Current roster) matches with the current players on the other source.
-
historical_roster_match: There is a historical_roster_match if at least one of the team’s previous players listed in Freebase property /american_football/football_team/historical_roster (Historical roster) matches with the previous players on the other source.
-
historical_coaching_staff_match: There is a historical_coaching_staff_match if at least one of the team’s previous coaches listed in Freebase property /american_football/football_team/historical_coaching_staff (Historical coaching staff) matches with the previous coaches on the other source.
Here are some typical patterns for determining identity of american football teams:
- name_match and current_head_coach_match. (Example 1)
- name_match and current_roster_match. (Example 2)
- name_match and historical_roster_match. (Example 3)
- name_match and historical_coaching_staff_match. (Example 4)
Pattern 1 Example 1: Permalink Here the names of the football teams and their head coaches match on both the sources. Hence the football teams are identical.
Pattern 2 Example 2: Permalink Here the names of the football teams and few of their current players on the roster match on both the sources. Hence the football teams are identical.
Pattern 3 Example 3: Permalink Here the names of the football teams and some of their historical players match on both the sources. Hence the football teams are identical.
Pattern 4 Example 4: Permalink Here the names of the football teams and some of their historical coaches match on both the sources. Hence the football teams are identical.***