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

Formal Language: 



KB Term:  Term intersection
English Word: 

Sigma KEE - TransferringPosition
TransferringPosition(transferring position)ascend, move_up, rise

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


(documentation TransferringPosition EnglishLanguage "Any process within an Organization where a person is moved from one Position to another, e.g. the promotion or demotion of an employee.") Mid-level-ontology.kif 17162-17164
(subclass TransferringPosition OrganizationalProcess) Mid-level-ontology.kif 17161-17161 Transferring position is a subclass of organizational process

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


(termFormat ChineseLanguage TransferringPosition "转移位置") domainEnglishFormat.kif 58852-58852
(termFormat ChineseTraditionalLanguage TransferringPosition "轉移位置") domainEnglishFormat.kif 58851-58851
(termFormat EnglishLanguage TransferringPosition "transferring position") domainEnglishFormat.kif 58850-58850

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


(=>
    (and
        (instance ?T TransferringPosition)
        (experiencer ?T ?H))
    (exists (?P1 ?P2 ?ORG)
        (and
            (holdsDuring
                (BeginFn
                    (WhenFn ?T))
                (occupiesPosition ?H ?P1 ?ORG))
            (holdsDuring
                (EndFn
                    (WhenFn ?T))
                (occupiesPosition ?H ?P2 ?ORG))
            (not
                (equal ?P1 ?P2)))))
Mid-level-ontology.kif 17166-17179


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 is open source software produced by Articulate Software and its partners