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

Formal Language: 



KB Term:  Term intersection
English Word: 

  TerminalAttackControl

Sigma KEE - TerminalAttackControl
TerminalAttackControl(terminal attack control)

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


(documentation TerminalAttackControl EnglishLanguage "These are actions to identify and precisely report the location of targets, and with global positioning systems, laser designators, beacons, or other means, conduct either terminal attack control (TAC) or terminal guidance operations (TGO) to effectively engage them. TAC involves actions to control the maneuver of and grant weapons release clearance to attacking aircraft. TGO includes any electronic, mechanical, voice or visual communication that provides approaching aircraft or weapons additional information regarding a specific location or target. TAC differs from TGO in that TAC includes the authority to clear aircraft to release ordnance and TGO does not. Because of this, TAC requires individuals to be qualified as joint terminal attack controllers, but TGO does not.") MilitaryProcesses.kif 451-463
(subclass TerminalAttackControl Classifying) MilitaryProcesses.kif 449-449 Terminal attack control is a subclass of classifying
(subclass TerminalAttackControl DirectActionActivity) MilitaryProcesses.kif 448-448 Terminal attack control is a subclass of direct action activity
(subclass TerminalAttackControl Stating) MilitaryProcesses.kif 450-450 Terminal attack control is a subclass of stating

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


(termFormat ChineseLanguage TerminalAttackControl "终端攻击控制") domainEnglishFormat.kif 57536-57536
(termFormat ChineseTraditionalLanguage TerminalAttackControl "終端攻擊控制") domainEnglishFormat.kif 57535-57535
(termFormat EnglishLanguage TerminalAttackControl "terminal attack control") domainEnglishFormat.kif 57534-57534

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


(=>
    (and
        (instance ?TA_CTRL TerminalAttackControl)
        (agent ?TA_CTRL ?AGENT1)
        (patient ?TA_CTRL ?TARGET))
    (exists (?AGENT2)
        (and
            (not
                (equal ?AGENT1 ?AGENT2))
            (confersRight
                (exists (?ATTACK)
                    (and
                        (instance ?ATTACK Attack)
                        (agent ?ATTACK ?AGENT2)
                        (patient ?ATTACK ?TARGET))) ?TA_CTRL ?AGENT2))))
MilitaryProcesses.kif 482-498
(=>
    (instance ?TA_CTRL TerminalAttackControl)
    (hasPurpose ?TA_CTRL
        (exists (?AGENT ?ATTACK ?LOCATION ?TARGET)
            (and
                (targetInAttack ?ATTACK ?TARGET)
                (patient ?TA_CTRL ?TARGET)
                (agent ?TA_CTRL ?AGENT)
                (result ?TA_CTRL
                    (knows ?AGENT
                        (located ?TARGET ?LOCATION)))))))
MilitaryProcesses.kif 468-478


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

Show without tree


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