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

Formal Language: 



KB Term:  Term intersection
English Word: 

Sigma KEE - GunTrigger
GunTrigger(gun trigger)gun_trigger, trigger

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


(documentation GunTrigger EnglishLanguage "The part of the Gun which is pulled in Shooting the Gun.") Mid-level-ontology.kif 1363-1364
(subclass GunTrigger EngineeringComponent) Mid-level-ontology.kif 1361-1361 Gun trigger is a subclass of engineering component
(subclass GunTrigger Lever) Mid-level-ontology.kif 1362-1362 Gun trigger is a subclass of lever
(typicalPart GunTrigger Gun) Mid-level-ontology.kif 1365-1365 A gun trigger is typically a part of a gun
(typicallyContainsPart GunTrigger Gun) Mid-level-ontology.kif 1366-1366 A gun typically has a part gun trigger

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


(termFormat ChineseLanguage GunTrigger "枪扳机") domainEnglishFormat.kif 27102-27102
(termFormat ChineseTraditionalLanguage GunTrigger "槍扳機") domainEnglishFormat.kif 27101-27101
(termFormat EnglishLanguage GunTrigger "gun trigger") domainEnglishFormat.kif 27100-27100

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 1586-1597

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 1569-1584


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