sports sports_team id_criteria - freebase-schema/freebase GitHub Wiki
-
name_match: There is a name_match if both the sources have the matching names for the sports team. Sometimes names may match approximately due to abbreviations, and foreign language translations.
-
founded_date_match: There is a founded_date_match, if the team founded date (year is enough) listed in Freebase property /sports/sports_team/founded matches with the date on the other source.
-
sport_match: There is a sport_match, if the team sport listed in Freebase property /sports/sports_team/sport (Sport) matches with the sport on the other source.
-
sports_team_location_match: There is a sports_team_location_match, if the team location (city, state and country) listed in Freebase property /sports/sports_team/location (Sports Team Location) matches with the location on the other source.
-
member_of_league_match: There is a member_of_league_match, if the team is a member of leagues listed in Freebase property /sports/sports_team/league (Member of) and at least one of the leagues matches with the leagues on the other source.
-
championship_match: There is a championship_match if at least one of the championship events listed in Freebase property /sports/sports_team/championships (Championships) matches with the championships on the other source.
-
roster_match: There is a roster_match if at least one of the team players listed in Freebase property /sports/sports_team/roster (Roster) matches with the team players on the other source.
-
coach_match: There is a coach_match if at least one of the team coaches listed in Freebase property /sports/sports_team/coaches (Coaches) matches with the team coaches on the other source.
-
arena_stadium_match: There is an arena_stadium_match if at least one of the team stadiums listed in Freebase property /sports/sports_team/arena_stadium (Arena/Stadium) matches with the team arena/stadiums on the other source.
Here are some typical patterns for determining identity of two sports teams:
- name_match and sport_match and sports_team_location_match. (Example 1)
- name_match and member_of_league_match. (Example 2)
- name_match and founded_date_match. (Example 3)
- name_match and championship_match. (Example 4)
- name_match and roster_match. (Example 5)
- name_match and coach_match. (Example 6)
- name_match and arena_stadium_match. (Example 7)
Pattern 1 Example 1: Permalink Here the names of the sports team, the sports they play and their locations match on both the sources. Hence teams are identical.
Pattern 2 Example 2: Permalink Here the names of the teams, and one of their league memberships match. Hence the teams are identical.
Pattern 3 Example 3: Permalink Here the names of the sports teams and their founding years match on both the sources. Hence it is a match.
Pattern 4 Example 4: Permalink Here the names of the teams and one of the championships they have participated in match on both the sources. Hence the teams are identical.
Pattern 5 Example 5: Permalink Here the names of the sports teams and several of their team members match on both the sources. Hence it is a match.
Pattern 6 Example 6: Permalink Here the names of the teams and their head coaches match on both the sources. Hence the sports teams are identical.
Pattern 7 Example 7: Permalink Here the names of the sports teams and their stadium arenas match on both the sources. Hence the sports teams are identical.