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

Formal Language: 



KB Term:  Term intersection
English Word: 

  HighPrecisionWeapon

Sigma KEE - HighPrecisionWeapon
HighPrecisionWeapon

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


(documentation HighPrecisionWeapon EnglishLanguage "A Weapon with high precision, designed to minimize collateral damage.") MilitaryProcesses.kif 633-634
(subclass HighPrecisionWeapon Weapon) MilitaryProcesses.kif 632-632

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


(termFormat ChineseLanguage HighPrecisionWeapon "高精度武器") domainEnglishFormat.kif 28131-28131
(termFormat ChineseTraditionalLanguage HighPrecisionWeapon "高精度武器") domainEnglishFormat.kif 28130-28130
(termFormat EnglishLanguage HighPrecisionWeapon "high precision weapon") domainEnglishFormat.kif 28129-28129

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


(=>
    (and
        (instance ?WEAPON HighPrecisionWeapon)
        (instrument ?DESTR ?WEAPON)
        (patient ?DESTR ?PATIENT))
    (hasPurpose ?WEAPON
        (not
            (exists (?DAMAGING ?DAMAGED)
                (and
                    (instance ?DAMAGING Damaging)
                    (subProcess ?DAMAGING ?DESTR)
                    (patient ?DAMAGING ?DAMAGED)
                    (not
                        (equal ?PATIENT ?DAMAGED)))))))
MilitaryProcesses.kif 641-654

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


(=>
    (and
        (instance ?DESTR PreciseDestruction)
        (agent ?DESTR ?AGENT))
    (exists (?WEAPON)
        (and
            (possesses ?AGENT ?WEAPON)
            (instrument ?DESTR ?WEAPON)
            (instance ?WEAPON HighPrecisionWeapon))))
MilitaryProcesses.kif 601-609


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