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

Formal Language: 



KB Term:  Term intersection
English Word: 

Sigma KEE - SubunifiedCommander
SubunifiedCommander(subunified commander)

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


(instance SubunifiedCommander Position) MilitaryPersons.kif 334-334 Subunified commander is an instance of position
(subAttribute SubunifiedCommander MilitaryCommander) MilitaryPersons.kif 335-335 Subunified commander is a subattribute of military commander

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


(termFormat ChineseLanguage SubunifiedCommander "统一指挥官") domainEnglishFormat.kif 55866-55866
(termFormat ChineseTraditionalLanguage SubunifiedCommander "統一指揮官") domainEnglishFormat.kif 55865-55865
(termFormat EnglishLanguage SubunifiedCommander "subunified commander") domainEnglishFormat.kif 55864-55864

consequent
-------------------------


(=>
    (and
        (instance ?PLANNING OperationPlanning)
        (agent ?PLANNING ?COMMANDER))
    (or
        (and
            (instance ?COMMANDER CombatantCommander)
            (exists (?REQUEST ?CHAIRMAN)
                (and
                    (instance ?REQUEST Requesting)
                    (agent ?REQUEST ?CHAIRMAN)
                    (attribute ?CHAIRMAN ChairmanJCS)
                    (causes ?REQUEST ?PLANNING))))
        (and
            (instance ?COMMANDER SubunifiedCommander)
            (exists (?REQUEST ?COMMANDERSUPER ?MILITARY)
                (and
                    (instance ?REQUEST Requesting)
                    (agent ?REQUEST ?COMMANDERSUPER)
                    (attribute ?COMMANDERSUPER MilitaryCommander)
                    (subordinatePosition ?MILITARY ?COMMANDER ?COMMANDERSUPER)
                    (instance ?MILITARY MilitaryForce)
                    (causes ?REQUEST ?PLANNING))))))
MilitaryProcesses.kif 1582-1604


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