tv tv_actor id_criteria - freebase-schema/freebase GitHub Wiki
-
name_match : There is a name_match if the names of the TV actors or aliases on both the sources are same or an approximate match. Sometimes actor names may have initials, prefix, maiden names, nick names. These should be taken into consideration.
-
starring_roles_match: There is a starring_roles_match if at least one of the actor’s starring TV program performances listed in Freebase property /tv/tv_actor/starring_roles (Starring TV roles) matches with the performances on the other source.
-
guest_roles_match: There is a guest_roles_match if at least one of the actor’s guest TV program performances listed in Freebase property /tv/tv_actor/guest_roles (TV episode performances) matches with the guest performances on the other source.
-
awards_match: There is an awards_match if at least one of the nominations or awards (country/association, category and year) received by the actor listed in Freebase topic matches with the nominations or awards on the other source.
Here are some typical patterns for determining identity of two TV actors:
- name_match and starring_roles_match. (Example 1)
- name_match and guest_roles_match. (Example 2)
- name_match and awards_match. (Example 3)
Identity features, patterns and examples for /people/person/ type are also applicable for establishing identity relationships in type /tv/tv_actor.
Pattern 1 Example 1. Permalink Here the actor names have variations in spellings between the sources and are matched using other known names. Also some of the TV programs that the actor has performed in also match. Hence the TV actors are identical.
Pattern 2 Example 2. Permalink In this example, the names of the actors match on both the sources. Also some of the guest TV appearances done by the actors match. Hence the TV actors are identical.
Pattern 3 Example 3. Permalink Here the names of the actors and the award nominations for them match on both the sides. Hence the TV actors are identical.