organization organization id_criteria - freebase-schema/freebase GitHub Wiki

Identity Criterion for Organization type

Features for establishing identity relationships

  • name_match: There is a name_match if the names of the organizations listed on both the sources are same or match approximately. Sometimes the names may be abbreviated. For ex. EU vs European Union or UN vs United Nations.

  • headquarters_match: There is a headquarters_match if one of the organization headquarters addresses (including city, state, and country) listed in Freebase property /organization/organization/headquarters (Headquarters) matches with ONE OF the headquarters addresses on the other source.

  • date_founded_match: There is a date_founded_match if the organization founding date listed in Freebase property /organization/organization/date_founded (Date founded) matches with the date on the other source.

  • place_founded_match: There is a place_founded_match if the organization founded place listed in Freebase property /organization/organization/place_founded (Place founded) matches with the place on the other source.

  • founders_match: There is a founders_match if at least one of the organization founders listed in Freebase property /organization/organization/founder (Founder) matches with the founders on the other source. In addition to persons (/people/person), countries (/location/country), governments (/government/government), companies (/business/company) and organizations (/organization/organization) can also be organization founders as well.

  • board_members_match: There is a board_members_match if at least one of the organization board members listed in Freebase property /organization/organization/board_members (Board members) matches with the board members on the other source.

  • involved_in_merger_match: There is an involved_in_merger_match if the organization merger information listed in Freebase property /organization/organization/involved_in_merger (Involved in merger) matches with the merger information on the other source.

  • product_of_merger_match: There is a product_of_merger_match if the organization has been created from a merger of organizations and merger information listed in Freebase property /organization/organization/product_of_merger (Product of merger) matches with the merger information on the other source.

  • email_match: There is an email_match if at least one of the organization emails listed in Freebase property /organization/organization/email (Email) matches with the emails on the other source.

  • phone no_match: There is a phone_no_match if at least one of the organization phone numbers listed in Freebase property /organization/organization/phone_number (Phone number) matches with the phone number on the other source.

  • spun_off_from_match: There is a spun_off_from_match if the organization has spun off from another organization and spun off information listed under Freebase property /organization/organization/spun_off_from (Spun Off from) matches with the information on the other source.

  • spin_off_match: There is a spin_off_match if at least one of the organizations that has spun off listed in Freebase property /organization/organization/spin_off (Spin Off) matches with the spun off organization on the other source.

  • parent_match: There is a parent_match if the parent organization listed in Freebase property /organization/organization/parent (Parent) matches with the parent organization on the other source.

  • child_match: There is a child_match if the child organization listed in Freebase property /organization/organization/child (Child) matches with the child organization on the other source.

  • previous_names_match: There is a previous_names_match if at least one of the organization’s previous names listed in Freebase property /organization/organization/previous_names (Previous names) matches with the previous names on the other source.

  • locations_match: There is a locations_match if at least one of the organization locations such as offices, stores, outlets, plants, campuses listed in Freebase property /organization/organization/organization_locations (Organization_location) matches with the organization locations on the other source.

  • acquired_by_match: There is an acquired_by_match if the organization has been acquired by another organization and the acquiring organization listed in Freebase property /organization/organization/acquired_by (Acquired_By) matches with the acquiring organization on the other source.

  • organizations_acquired_match: There is an organizations_acquired_match if at least one of the acquired organizations listed in Freebase property /organization/organization/companies_acuired (Organizations acquired) matches with the acquired organizations on the other source.

  • leadership_match: There is a leadership_match if at least one of the organization leaders listed in Freebase property /organization/organization/leadership (Leadership) matches with the leaders on the other source.

  • partnership_match: There is a partnership_match if at least one of the organization partners listed in Freebase property /organization/organization/partnerships (Partnerships) match with the partners on the other source.

  • slogan_match: There is a slogan_match if at least one of the company slogans listed in Freebase property /organization/organization/slogan (Slogan) match with the slogans on the other source.

General guidelines for establishing identity between two Organizations

Here are some typical patterns for determining identity of two Organizations:

  1. name_match and headquarters_match . (Example 1)

  2. name_match and date_founded_match . (Example 2)

  3. name_match and place_founded_match . (Example 3)

  4. name_match and founders_match . (Example 4)

  5. name_match and board_members_match . (Example 5)

  6. name_match and involved_in_merger_match . (Example 6)

  7. name_match and product_of_merger_match . (Example 7)

  8. name_match and email_match . (Example 8)

  9. name_match and phone_no_match . (Example 9)

  10. name_match and spun_off_from_match . (Example 10)

  11. name_match and spin_off_match . (Example 11)

  12. name_match and parent_match . (Example 12)

  13. name_match and child_match . (Example 13)

  14. name_match and previous_names_match . (Example 14)

  15. name_match and locations_match . (Example 15)

  16. name_match and acquired_by_match . (Example 16)

  17. name_match and acquired_match . (Example 17)

  18. name_match and leadership_match . (Example 18)

  19. name_match and partnership_match . (Example 19)

  20. name_match and slogan_match . (Example 20)

Examples





Pattern 1 Example 1: Permalink Here the names of the organizations and their headquarters match on both the sources. Hence the organizations are identical.





Pattern 2 Example 2: Permalink Here the names of the organizations and their founding years match on both the sources. Hence the organizations are identical.





Pattern 3 Example 3: Permalink Here the names of the organizations and the places they were founded match on both the sources. Hence the organizations are identical.





Pattern 4 Example 4: Permalink Here the names of the organizations and one of their founders match on both the sources. Hence the organizations are identical.





Pattern 5 Example 5: Permalink Here the names of the organizations and several of their board members match on both the sources. Hence the organizations are identical.





Pattern 6 Example 6: Permalink Here the names of the organizations and the new organizations after the merge match on both the sources. Hence the organizations are identical.





Pattern 7 Example 7: Permalink Here the names of the organizations and the organizations that were merged match on both the sources. Hence the organizations are identical.





Pattern 8 Example 8: Permalink Here the names of the organizations and one of their emails match on both the sources. Hence the organizations are identical.





Pattern 9 Example 9: Permalink Here the names of the organizations and their phone numbers match on both the sources. Hence the organizations are identical.





Pattern 10 Example 10: Permalink Here the names of the organizations and the organizations they have spun off from match on both the sources. Hence the organizations are identical.





Pattern 11 Example 11: Permalink Here the names of the organizations and one of their spin-offs match on both the sources. Hence the organizations are identical.





Pattern 12 Example 12: Permalink Here the names of the organizations and their parent companies match on both the sources. Hence the organizations are identical.





Pattern 13 Example 13: Permalink Here the names of the organizations and several of their children organizations match on both the sources. Hence the organizations are identical.





Pattern 14 Example 14: Permalink Here the names of the organizations and few of their previous names match on both the sources. Hence the organizations are identical.





Pattern 15 Example 15: Permalink Here the names of the organizations and few of their venues match on both the sources. Hence the organizations are identical.





Pattern 16 Example 16: Permalink Here the names of the organizations and the organizations they were acquired by match on both the sources. Hence the organizations are identical.





Pattern 17 Example 17: Permalink Here the names of the organizations and the organizations they acquired match on both the sources. Hence the organizations are identical.





Pattern 18 Example 18: Permalink Here the names of the organizations and one of their leaders match on both the sources. Hence the organizations are identical.





Pattern 19 Example 19: Permalink Here the names of the organizations and some of their partners match on both the sources. Hence the organizations are identical.





Pattern 20 Example 20: Permalink Here the names of the organizations and their slogans match on both the sources. Hence the organizations are identical.

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