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

Formal Language: 



KB Term:  Term intersection
English Word: 

Sigma KEE - TireChain
TireChain(snow chain)snow_chain, tire_chain

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


(documentation TireChain EnglishLanguage "Any web of chains designed to be mounted covering a tire, to increase traction of the tire on soft surfaces. While primarily for use on snow in passenger vehicles, these devices can be used on any other soft surface for the same purpose.") Cars.kif 4441-4444
(subclass TireChain Device) Cars.kif 4438-4438 Snow chain is a subclass of device

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


(termFormat EnglishLanguage TireChain "snow chain") Cars.kif 4440-4440
(termFormat EnglishLanguage TireChain "tire chain") Cars.kif 4439-4439

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


(=>
    (instance ?TC TireChain)
    (exists (?C)
        (and
            (instance ?C Chain)
            (part ?C ?TC))))
Cars.kif 4446-4451
(=>
    (instance ?TC TireChain)
    (hasPurpose ?TC
        (exists (?V ?W ?F)
            (and
                (instance ?V RoadVehicle)
                (instance ?W Wheel)
                (part ?W ?V)
                (instance ?F Friction)
                (covers ?TC ?W)
                (instrument ?F ?TC)))))
Cars.kif 4453-4463


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