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

Formal Language: 



KB Term:  Term intersection
English Word: 

Sigma KEE - Drivebelt
Drivebelt(drivebelt)belt

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


(documentation Drivebelt EnglishLanguage "A Pliable belt that links two Pulleys") Cars.kif 2296-2297
(subclass Drivebelt Device) Cars.kif 2294-2294 Drivebelt is a subclass of device

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


(subclass FanBelt Drivebelt) Cars.kif 2689-2689 Fan belt is a subclass of drivebelt
(termFormat EnglishLanguage Drivebelt "drivebelt") Cars.kif 2295-2295 Fan belt is a subclass of drivebelt

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


(=>
    (instance ?D Drivebelt)
    (attribute ?D Pliable))
Cars.kif 2299-2301

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


(=>
    (instance ?P Pulley)
    (hasPurpose ?P
        (exists (?P2 ?D ?R1 ?R2)
            (and
                (instance ?P2 Pulley)
                (not
                    (equal ?P ?P2))
                (instance ?D Drivebelt)
                (instance ?R1 Rotating)
                (instance ?R2 Rotating)
                (connectedEngineeringComponents ?P ?D)
                (connectedEngineeringComponents ?P2 ?D)
                (patient ?R1 ?P)
                (patient ?R2 ?P2)
                (causes ?R1 ?R2)))))
Cars.kif 2277-2292


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