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

Formal Language: 


KB Term:  Term intersection
English Word: 

Sigma KEE - InternalGear
InternalGear

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


(documentation InternalGear EnglishLanguage "InternalGear are Gears with teeth on the Inside of the Cylinder or cone. An InternalGear can only mesh with an external gear and the gears rotate in the same direction. [Wikipedia]") engineering.kif 788-790
(subclass InternalGear Gear) engineering.kif 787-787

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


(termFormat EnglishLanguage InternalGear " internal gear") domainEnglishFormat.kif 65865-65865

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


(=>
    (and
        (instance ?T GearTooth)
        (instance ?G InternalGear)
        (part ?T ?G)
        (surface ?S ?T))
    (exists (?H)
        (and
            (instance ?H HoleRegion)
            (equal ?G
                (HoleHostFn ?H))
            (part ?S ?G))))
engineering.kif 803-814
(=>
    (instance ?G InternalGear)
    (exists (?H)
        (and
            (instance ?H HoleRegion)
            (equal ?G
                (HoleHostFn ?H)))))
engineering.kif 795-801


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