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 17872-17874
(subclass TransferringPosition OrganizationalProcess) Mid-level-ontology.kif 17871-17871 Transferring position is a subclass of organizational process

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


(termFormat ChineseLanguage TransferringPosition "转移位置") domainEnglishFormat.kif 58845-58845
(termFormat ChineseTraditionalLanguage TransferringPosition "轉移位置") domainEnglishFormat.kif 58844-58844
(termFormat EnglishLanguage TransferringPosition "transferring position") domainEnglishFormat.kif 58843-58843

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 17876-17889


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