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

Formal Language: 



KB Term:  Term intersection
English Word: 

  GunTrigger

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 1356-1357
(subclass GunTrigger EngineeringComponent) Mid-level-ontology.kif 1354-1354 枪扳机工程组件subclass
(subclass GunTrigger Lever) Mid-level-ontology.kif 1355-1355 枪扳机Leversubclass
(typicalPart GunTrigger Gun) Mid-level-ontology.kif 1358-1358 枪扳机 typicallypart
(typicallyContainsPart GunTrigger Gun) Mid-level-ontology.kif 1359-1359 typicallypart 枪扳机

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 1579-1590

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 1562-1577


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