architecture structure id_criteria - freebase-schema/freebase GitHub Wiki
-
name_match: There is a name_match if the names of the structures or their aliases listed on both the sources match. Sometimes structure names may match approximately, may be localized or may be abbreviated on the sources.
-
opened_date_match: There is an opened_date_match if the construction completion or the structure opened date (year should be enough) listed in Freebase property /architecture/structure/opened (Opened) matches with the date on the other source.
-
closed_date_match: There is a closed_date_match if the structure closed or shut down date (year should be enough) listed in Freebase property /architecture/structure/closed (Closed) matches with the date on the other source.
-
owner_match: There is an owner_match if at least one of the structure owners listed in Freebase property /architecture/structure/owner (Owner) matches with the structure owners on the other source.
-
destruction_date_match: There is a destruction_date_match if the structure destruction date (Year should be enough) listed in Freebase property /architecture/structure/destruction_date (Destruction Date) matches with the destruction date on the other source.
-
architect_match: There is an architect_match if at least one of the structure architects listed in Freebase property /architecture/structure/architect (Architect) matches with the architects on the other source.
-
architecture_firm_match: There is an architecture_firm_match if at least one of the structure architecture firms listed in Freebase property /architecture/structure/architecture_firm (Architecture Firm) matches with the architecture firms on the other source.
Here are some typical patterns for determining identity of two structures:
- name_match and opened_date_match. (Example 1)
- name_match and closed_date_match. (Example 2)
- name_match and owner_match. (Example 3)
- name_match and destruction_date_match. (Example 4)
- name_match and architect_match. (Example 5)
- name_match and architecture_firm_match. (Example 6)
Identity features, patterns and examples for /location/location/ type are also applicable for establishing identity relationships in type /architecture/structure.
Pattern 1 Example 1: Permalink Here the names of the structures and their opening dates match on both the sources. Hence the structures are identical.
Pattern 2 Example 2: Permalink Here the names of the structures and their closing dates match on both the sources. Hence it is a match.
Pattern 3 Example 3: Permalink Here the names of the structures and their owners match. Hence the structures are identical.
Pattern 4 Example 4:Permalink Here the names of the structures and their destruction dates (years) match. Hence the structures are identical.
Pattern 5 Example 5: Permalink Here the names of the structures and their architects match on both the sources. Hence the structures are identical.
Pattern 6 Example 6: Permalink Here the names of the structures and one of their architecture firms match on both the sources. Hence the structures are identical.