Browsing Interface : Welcome guest : log in
Home |  Graph |  LogLearn |  Editor |  ]  KB:  Language: 
  Formal Language: 


KB Term:  Term intersection
English Word: 

Sigma KEE - OrganizationalMerging
OrganizationalMerging(organizational merging)amalgamation, consolidate, merger, uniting

appearance as argument number 1
-------------------------


(subclass OrganizationalMerging OrganizationalProcess) Mid-level-ontology.kif 17934-17934 Organizational merging is a subclass of organizational process
(documentation OrganizationalMerging EnglishLanguage "The process of two or more Organizations merging into a single Organization.") Mid-level-ontology.kif 17935-17936 Organizational merging is a subclass of organizational process

appearance as argument number 2
-------------------------


(termFormat EnglishLanguage OrganizationalMerging "organizational merging") domainEnglishFormat.kif 42485-42485
(termFormat ChineseTraditionalLanguage OrganizationalMerging "組織合併") domainEnglishFormat.kif 42486-42486
(termFormat ChineseLanguage OrganizationalMerging "组织合并") domainEnglishFormat.kif 42487-42487

antecedent
-------------------------


(=>
    (and
        (instance ?M OrganizationalMerging)
        (patient ?M ?ORG1)
        (patient ?M ?ORG2)
        (not
            (equal ?ORG1 ?ORG2)))
    (and
        (holdsDuring
            (BeginFn
                (WhenFn ?M))
            (not
                (exists (?S1)
                    (and
                        (subOrganization ?ORG1 ?S1)
                        (subOrganization ?ORG2 ?S1)))))
        (holdsDuring
            (EndFn
                (WhenFn ?M))
            (exists (?S2)
                (and
                    (subOrganization ?ORG1 ?S2)
                    (subOrganization ?ORG2 ?S2))))))
Mid-level-ontology.kif 17938-17957 If X is an instance of organizational merging, Y is a patient of X, Z is a patient of X, and equal Y and Z, then there doesn't exist W such that Y is a part of the organization W and Z is a part of the organization W holds during the beginning of the time of existence of X and there exists V such that Y is a part of the organization V and Z is a part of the organization V holds during the end of the time of existence of X


Show full definition with tree view
Show simplified definition (without tree view)
Show simplified definition (with tree view)



Sigma web home      Suggested Upper Merged Ontology (SUMO) web home
Sigma version 3.0.0-ac69cf7a (2026-05-13) is open source software produced by Articulate Software and its partners