architecture museum id_criteria - freebase-schema/freebase GitHub Wiki
-
name_match: There is a name_match if the names of the museum or their aliases on both the sources are same or close match.
-
established_match: There is an established_match if the museum established/opened date (year is enough) listed in Freebase property /architecture/museum/established (Established) matches with the established date on the other source.
-
address_match: There is an address_match if the museum address (city, state, country) listed in Freebase property /architecture/museum/address (Address) matches with the address on the other source.
-
director_match: There is a director_match if the museum governing body’s lead person/director listed in Freebase property /architecture/museum/director (Director) matches with the lead person/director on the other source.
Here are some typical patterns for determining identity of two museums:
- name_match and established_match (Example 1)
- name_match and address_match (Example 2)
- name_match and director_match (Example 3)
Identity features, patterns and examples for /travel/tourist_attraction type are also applicable for establishing identity relationships in type /architecture/museum.
Pattern 1 Example 1: Permalink Here the names of the museums and the years of their establishment are same on both the sources. Hence the museums are identical.
Pattern 2 Example 2: Permalink Here the names of the museums and their addresses match on both the sources. Hence the museums are identical.
Pattern 3 Example 3: Permalink Here the names of the museums and their directors match on both the sources. Hence the museums are identical.