GroundAttackMissile
|
|
appearance as argument number 1 |
(documentation GroundAttackMissile EnglishLanguage "A missile that attacks targets on the ground.") | MilitaryDevices.kif 994-995 | |
(subclass GroundAttackMissile Missile) | MilitaryDevices.kif 992-992 |
appearance as argument number 2 |
(subclass AGM GroundAttackMissile) | MilitaryDevices.kif 1124-1124 | |
(termFormat ChineseLanguage GroundAttackMissile "地面攻击导弹") | domainEnglishFormat.kif 26682-26682 | |
(termFormat ChineseTraditionalLanguage GroundAttackMissile "地面攻擊導彈") | domainEnglishFormat.kif 26681-26681 | |
(termFormat EnglishLanguage GroundAttackMissile "ground attack missile") | domainEnglishFormat.kif 26680-26680 |
antecedent |
(=> (instance ?M GroundAttackMissile) (hasPurpose ?M (exists (?OBJ ?REGION ?DAMAGE) (and (instrument ?DAMAGE ?M) (patient ?DAMAGE ?OBJ) (instance ?DAMAGE Damaging) (instance ?REGION GeographicArea) (holdsDuring (BeginFn (WhenFn ?DAMAGE)) (and (located ?M ?REGION) (located ?OBJ ?REGION))))))) |
MilitaryDevices.kif 999-1013 |