amusement_parks park id_criteria - freebase-schema/freebase GitHub Wiki

Identity Criterion for Amusement Park type

Features for establishing identity relationships

  • name_match: There is a name_match if the names or aliases of the amusement parks match exactly on both the sources.

  • opened_match: There is an opened_match if the park’s opened date (year is enough) listed in Freebase property /amusement_parks/park/opened (Opened) matches with the opened date on the other source.

  • closed_match: There is a closed_match if the park’s closed date (year is enough) listed in Freebase property /amusement_parks/park/closed (Closed) matches with the closed date on the other source.

  • rides_match: There is a rides_match if at least one of the park’s rides listed in Freebase property /amusement_parks/park/rides (Rides) matches with the rides on the other source.

  • owner_match: There is an owner_match if at least one of the park’s owners listed in Freebase property /amusement_parks/park/owner (Owner) or (business/asset/owners since it is a delegated property ) matches with the owners on the other source.

General guidelines for establishing identity between two Amusement Parks

Here are some typical patterns for determining identity of two amusement parks:

  1. name_match and opened_match (Example 1)

  2. name_match and closed_match (Example 2)

  3. name_match and rides_match (Example 3, Example 4)

  4. name_match and owner_match (Example 5)

Additional Patterns and Features

Identity features, Patterns and Examples for following types are also applicable for establishing identity relationships in type /amusement_parks/park:

Examples





Pattern 1 Example 1: Permalink Here the names of the amusement parks and their opening dates match on both the sources. Hence the parks are identical.





Pattern 2 Example 2: Permalink Here the names of the amusement parks and their closing dates match on both the sources. Hence the parks are identical.





Pattern 3 Example 3: Permalink Here the names of the amusement parks and one of the rides match on both the sources. Hence the parks are identical.





Pattern 3 Example 4: Permalink Here though the rides match, the names of the amusement parks do not match completely. Hence the parks are not identical.





Pattern 4 Example 5: Permalink Here the names of the amusement parks and their owners (business/asset/owners property value) match on both the sources. Hence the parks are identical.

⚠️ **GitHub.com Fallback** ⚠️