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



KB Term:  Term intersection
English Word: 

  InternalGear

Sigma KEE - InternalGear
InternalGear( internal gear)

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


(subclass InternalGear Gear) engineering.kif 874-874 Internal gear is a subclass of gear
(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 875-877 Internal gear is a subclass of gear

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


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

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


(=>
    (instance ?G InternalGear)
    (exists (?H)
        (and
            (instance ?H HoleRegion)
            (equal ?G
                (HoleHostFn ?H)))))
engineering.kif 882-888 If X is an instance of internal gear, then there exists Y such that Y is an instance of hole, equal X, and the host of the hole Y
(=>
    (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 890-901 If X is an instance of gear tooth, Y is an instance of internal gear, X is a part of Y, and Z is a surface of X, then there exists W such that W is an instance of hole, equal Y, the host of the hole W, and Z is a part of Y


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.0-0a80e6c8 (2026-05-12) is open source software produced by Articulate Software and its partners