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

Formal Language: 



KB Term:  Term intersection
English Word: 

  SteeringColumnLock

Sigma KEE - SteeringColumnLock
SteeringColumnLock(steering column lock)

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


(documentation SteeringColumnLock EnglishLanguage "A SecurityDevice design to protect an Automobile from Stealing and which is a part of the Automobile's SteeringColumn.") Cars.kif 3993-3993
(subclass SteeringColumnLock SecurityDevice) Cars.kif 3992-3992 Steering column lock is a subclass of security device

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


(termFormat EnglishLanguage SteeringColumnLock "steering column lock") domainEnglishFormat.kif 65541-65541

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


(=>
    (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 3994-4012


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 is open source software produced by Articulate Software and its partners