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

Formal Language: 



KB Term:  Term intersection
English Word: 

Sigma KEE - WearingFrictionSurface
WearingFrictionSurface(wearing friction surface)brake_lining

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


(documentation WearingFrictionSurface EnglishLanguage "A device designed to cause friction and exhibit a particular process of wear. This includes items such as brake pads and match striking surfaces on a matchbox.") Cars.kif 584-586
(subclass WearingFrictionSurface Device) Cars.kif 582-582 Wearing friction surface is a subclass of device

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


(subclass BrakePad WearingFrictionSurface) Cars.kif 658-658 Brake pad is a subclass of wearing friction surface
(subclass BrakeShoe WearingFrictionSurface) Cars.kif 596-596 Brake shoe is a subclass of wearing friction surface
(termFormat EnglishLanguage WearingFrictionSurface "wearing friction surface") Cars.kif 583-583

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


(=>
    (instance ?S WearingFrictionSurface)
    (hasPurpose ?S
        (exists (?F)
            (and
                (instance ?F Friction)
                (resource ?F ?S)))))
Cars.kif 588-594

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


(=>
    (and
        (instance ?BP BrakePedal)
        (instance ?P Pushing)
        (instance ?V Vehicle)
        (destination ?P ?BP)
        (eventLocated ?P ?V)
        (part ?BP ?V))
    (hasPurpose ?BP
        (exists (?FS ?F)
            (and
                (instance ?FS WearingFrictionSurface)
                (instance ?F Friction)
                (instrument ?F ?FS)
                (causes ?P ?F)))))
Cars.kif 693-707
(=>
    (instance ?BC BrakeCaliper)
    (hasPurpose ?BC
        (exists (?P ?W)
            (and
                (instance ?P Pushing)
                (instrument ?P ?BC)
                (patient ?P ?W)
                (instance ?W WearingFrictionSurface)))))
Cars.kif 1562-1570


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