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



KB Term:  Term intersection
English Word: 

  Battle

Sigma KEE - Battle
Battle(battle)
Actium, Aegadean_Isles, Aegates_Isles, Aegospotami, Aegospotamos, Agincourt, Al_Alamayn, Alamo, Ardennes_counteroffensive, Argonne, Argonne_Forest, Atlanta, Austerlitz, Australian_arowana, Bannockburn, Bataan, Battle_of_Britain, Battle_of_Bull_Run, Battle_of_El_Alamein, Battle_of_Flodden_Field, Battle_of_Fontenoy, Battle_of_Fredericksburg, Battle_of_Gettysburg, Battle_of_Granicus_River, Battle_of_Guadalcanal, Battle_of_Jena, Battle_of_Kerbala, Battle_of_Lake_Trasimenus, Battle_of_Lepanto, Battle_of_Little_Bighorn, Battle_of_Magenta, Battle_of_Maldon, Battle_of_Midway, Battle_of_Monmouth, Battle_of_Monmouth_Court_House, Battle_of_Naseby, Battle_of_Puebla, Battle_of_Pydna, Battle_of_Ravenna, Battle_of_Rocroi, Battle_of_Wake, Battle_of_Wake_Island, Battle_of_Waterloo, Battle_of_the_Ardennes_Bulge, Battle_of_the_Bulge, Battle_of_the_Little_Bighorn, Battle_of_the_Marne, Battle_of_the_Somme, Battle_of_the_Spanish_Armada, Belleau_Wood...

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


(subclass Battle ViolentContest) Merge.kif 13661-13661 Battle is a subclass of violent contest
(documentation Battle EnglishLanguage "A ViolentContest between two or more military units within the context of a war. Note that this does not cover the metaphorical sense of 'battle', which simply means a struggle of some sort. This sense should be represented with the more general concept of Contest.") Merge.kif 13662-13666 Battle is a subclass of violent contest
(externalImage Battle "http://upload.wikimedia.org/wikipedia/commons/0/0f/ Hohenfriedeberg.Attack.of.Prussian.Infantry.1745.jpg") pictureList.kif 4541-4541 Battle is a subclass of violent contest

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


(termFormat EnglishLanguage Battle "battle") english_format.kif 1643-1643

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


(=>
    (instance ?BATTLE Battle)
    (exists (?WAR)
        (and
            (instance ?WAR War)
            (subProcess ?BATTLE ?WAR))))
Merge.kif 13668-13673 If X is an instance of battle, then there exists Y such that Y is an instance of war and X is a subprocess of Y
(=>
    (instance ?BATTLE Battle)
    (exists (?ATTACK)
        (and
            (instance ?ATTACK ViolentContest)
            (subProcess ?ATTACK ?BATTLE))))
Merge.kif 13675-13680 If X is an instance of battle, then there exists Y such that Y is an instance of violent contest and Y is a subprocess of X
(=>
    (instance ?B Battle)
    (exists (?U1 ?U2)
        (and
            (instance ?U1 MilitaryUnit)
            (instance ?U2 MilitaryUnit)
            (not
                (equal ?U1 ?U2))
            (agent ?B ?U1)
            (agent ?B ?U2))))
Mid-level-ontology.kif 9718-9727 If X is an instance of battle, then All of the following hold: (1) there exist Y (2) Z such that Y is an instance of military unit (3) Z is an instance of military unit (4) equal Y (5) Z (6) Y is an agent of X (7) Z is an agent of X
(=>
    (and
        (instance ?C CavalryUnit)
        (instance ?B Battle)
        (agent ?B ?C))
    (exists (?P ?V ?T)
        (and
            (attribute ?P Soldier)
            (member ?P ?C)
            (instance ?T Transportation)
            (agent ?T ?P)
            (instance ?V Vehicle)
            (patient ?T ?V)
            (during ?T ?B))))
Mid-level-ontology.kif 9747-9760 If X is an instance of cavalry unit, Y is an instance of battle, and X is an agent of Y, then All of the following hold: (1) there exist Z, W (2) V such that soldier is an attribute of Z (3) Z is a member of X (4) V is an instance of transportation (5) Z is an agent of V (6) W is an instance of vehicle (7) W is a patient of V (8) V takes place during Y

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


(=>
    (instance ?WAR War)
    (exists (?BATTLE)
        (and
            (instance ?BATTLE Battle)
            (subProcess ?BATTLE ?WAR))))
Merge.kif 13641-13646 If X is an instance of war, then there exists Y such that Y is an instance of battle and Y is a subprocess of X
(=>
    (holdsDuring ?TIME
        (instance ?AREA MilitaryFront))
    (exists (?BATTLE)
        (and
            (instance ?BATTLE Battle)
            (eventLocated ?BATTLE ?AREA)
            (temporalPart ?TIME ?BATTLE))))
Mid-level-ontology.kif 10385-10391 If X is an instance of military front holds during Y, then there exists Z such that Z is an instance of battle, Z is located at X, and Y is a part of Z
(=>
    (instance ?M MilitaryManeuver)
    (exists (?B)
        (and
            (instance ?B Battle)
            (subProcess ?M ?B))))
Mid-level-ontology.kif 24095-24100 If X is an instance of military maneuver, then there exists Y such that Y is an instance of battle and X is a subprocess of Y
(=>
    (attribute ?U ExpeditionaryForce)
    (hasPurpose ?U
        (exists (?B ?C ?FC)
            (and
                (instance ?U MilitaryUnit)
                (instance ?B Battle)
                (agent ?B ?U)
                (instance ?FC Nation)
                (located ?B ?FC)
                (not
                    (equal ?C ?FC))))))
MilitaryPersons.kif 728-739 If expeditionary force is an attribute of X, then All of the following hold: (1) X has the purpose there exist Y, Z (2) W such that X is an instance of military unit (3) Y is an instance of battle (4) X is an agent of Y (5) W is an instance of nation (6) Y is located at W (7) equal Z (8) W


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