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

Formal Language: 


KB Term:  Term intersection
English Word: 

Sigma KEE - GunTrigger
GunTrigger

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


(documentation GunTrigger EnglishLanguage "The part of the Gun which is pulled in Shooting the Gun.") Mid-level-ontology.kif 1580-1581
(subclass GunTrigger EngineeringComponent) Mid-level-ontology.kif 1578-1578
(subclass GunTrigger Lever) Mid-level-ontology.kif 1579-1579
(typicalPart GunTrigger Gun) Mid-level-ontology.kif 1582-1582
(typicallyContainsPart GunTrigger Gun) Mid-level-ontology.kif 1583-1583

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


(termFormat ChineseLanguage GunTrigger "枪扳机") domainEnglishFormat.kif 27113-27113
(termFormat ChineseTraditionalLanguage GunTrigger "槍扳機") domainEnglishFormat.kif 27112-27112
(termFormat EnglishLanguage GunTrigger "gun trigger") domainEnglishFormat.kif 27111-27111

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


(=>
    (instance ?T GunTrigger)
    (hasPurpose ?T
        (exists (?S ?G ?P)
            (and
                (instance ?G AutomaticGun)
                (part ?T ?G)
                (patient ?P ?T)
                (instance ?P Pulling)
                (instance ?S Shooting)
                (instrument ?S ?G)
                (causes ?P ?S)))))
Mid-level-ontology.kif 1803-1814

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


(=>
    (instance ?G AutomaticGun)
    (hasPurpose ?G
        (exists (?S1 ?S2 ?P ?T)
            (and
                (instance ?P Pulling)
                (instance ?T GunTrigger)
                (patient ?P ?T)
                (part ?T ?G)
                (instance ?S1 Shooting)
                (instance ?S2 Shooting)
                (instrument ?S1 ?G)
                (instrument ?S2 ?G)
                (not
                    (equal ?S1 ?S2))
                (causes ?P ?S1)
                (causes ?P ?S2)))))
Mid-level-ontology.kif 1786-1801


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 is open source software produced by Articulate Software and its partners