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

Formal Language: 



KB Term:  Term intersection
English Word: 

Sigma KEE - SteeringColumn
SteeringColumn

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


(documentation SteeringColumn EnglishLanguage "A Shaft that connects the SteeringWheel of an Automobile to the SteeringBox.") Cars.kif 3990-3991
(subclass SteeringColumn Shaft) Cars.kif 3988-3988 SteeringColumn ist eine teilkategorie von Shaft
(typicalPart SteeringColumn Automobile) Cars.kif 3992-3992 typicalPart SteeringColumn and Automobile
(typicallyContainsPart SteeringColumn Automobile) Cars.kif 3993-3993 typicallyContainsPart SteeringColumn and Automobile

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


(termFormat EnglishLanguage SteeringColumn "steering column") Cars.kif 3989-3989

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


(=>
    (instance ?SB SteeringBox)
    (hasPurpose ?SB
        (exists (?SW ?SC)
            (and
                (instance ?SW SteeringWheel)
                (instance ?SC SteeringColumn)
                (connectedEngineeringComponents ?SW ?SC)
                (connectedEngineeringComponents ?SC ?SB)))))
Cars.kif 3978-3986
(=>
    (instance ?X SteeringColumnLock)
    (hasPurpose ?X
        (exists (?SC ?P ?CAR ?T)
            (and
                (instance ?SC SteeringColumn)
                (instance ?CAR Automobile)
                (component ?SC ?CAR)
                (part ?X ?SC)
                (instance ?P Protecting)
                (instrument ?P ?X)
                (decreasesLikelihood
                    (holdsDuring ?T
                        (attribute ?X Locked))
                    (holdsDuring ?T
                        (exists (?STEAL)
                            (and
                                (instance ?STEAL Stealing)
                                (patient ?STEAL ?CAR)))))))))
Cars.kif 4002-4020


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