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



KB Term:  Term intersection
English Word: 

Sigma KEE - MilitaryAircraft
MilitaryAircraft(military aircraft)
military_plane, warplane

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


(subclass MilitaryAircraft Aircraft) Military.kif 241-241 Military aircraft is a subclass of aircraft
(subclass MilitaryAircraft MilitaryVehicle) Military.kif 242-242 Military aircraft is a subclass of military vehicle
(documentation MilitaryAircraft EnglishLanguage "Any Aircraft which is made for a MilitaryOrganization. This includes fighters, Bombers, attack helicopters, etc.") Military.kif 243-245 Military aircraft is a subclass of military vehicle
(externalImage MilitaryAircraft "http://upload.wikimedia.org/wikipedia/commons/ thumb/ 1/ 19/ F-14A_Tomcat_over_Iraq_during_Southern_Watch.jpg/ 250px_F-14A_Tomcat_over_Iraq_during_Southern_Watch.jpg") pictureList.kif 1181-1181 Military aircraft is a subclass of military vehicle

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


(subclass Fighter MilitaryAircraft) Military.kif 247-247 Fighter is a subclass of military aircraft
(subclass Bomber MilitaryAircraft) Military.kif 273-273 Bomber is a subclass of military aircraft
(termFormat EnglishLanguage MilitaryAircraft "military aircraft") domainEnglishFormat.kif 37541-37541 Bomber is a subclass of military aircraft
(termFormat ChineseTraditionalLanguage MilitaryAircraft "軍用飛機") domainEnglishFormat.kif 37542-37542 Bomber is a subclass of military aircraft
(termFormat ChineseLanguage MilitaryAircraft "军用飞机") domainEnglishFormat.kif 37543-37543 Bomber is a subclass of military aircraft

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


(=>
    (instance ?F Fighter)
    (hasPurpose ?F
        (exists (?A ?MA)
            (and
                (instance ?A Attack)
                (instrument ?A ?F)
                (patient ?A ?MA)
                (instance ?MA MilitaryAircraft)))))
Military.kif 250-258 If X is an instance of fighter, then X has the purpose there exist Y, Z such that Y is an instance of attack, X is an instrument for Y, Z is a patient of Y, and Z is an instance of military aircraft
(=>
    (instance ?W AerialWarfare)
    (hasPurpose ?W
        (exists (?A ?I)
            (and
                (instance ?A Attack)
                (instrument ?A ?I)
                (or
                    (instance ?I MilitaryAircraft)
                    (instance ?I Missile))))))
Military.kif 401-410 If X is an instance of aerial warfare, then X has the purpose there exist Y, Z such that Y is an instance of attack, Z is an instrument for Y, and Z is an instance of military aircraft or Z is an instance of missile
(=>
    (instance ?A MilitaryAirport)
    (hasPurpose ?A
        (exists (?M)
            (and
                (instance ?M MilitaryAircraft)
                (or
                    (capableAtLocation TakingOff origin ?M ?A)
                    (capableAtLocation Landing destination ?M ?A))))))
MilitaryProcesses.kif 2814-2822 If X is an instance of military airport, then X has the purpose there exists Y such that Y is an instance of military aircraft and taking off capable at location origin for Y with X or landing capable at location destination for Y with X


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.0-0a80e6c8 (2026-05-12) is open source software produced by Articulate Software and its partners