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

Formal Language: 



KB Term:  Term intersection
English Word: 

Sigma KEE - FuelCapLock
FuelCapLock

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


(documentation FuelCapLock EnglishLanguage "A SecurityDevice that is to be located on the opening of a GasTank to prevent Stealing the Fuel from the GasTank.") Cars.kif 1015-1015
(subclass FuelCapLock SecurityDevice) Cars.kif 1014-1014 FuelCapLock安全装置subclass

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


(termFormat EnglishLanguage FuelCapLock "fuel cap lock") domainEnglishFormat.kif 64897-64897

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


(=>
    (instance ?X FuelCapLock)
    (hasPurpose ?X
        (exists (?TANK ?HOLE ?T)
            (and
                (instance ?TANK GasTank)
                (hole ?HOLE ?TANK)
                (decreasesLikelihood
                    (holdsDuring ?T
                        (and
                            (connected ?X ?HOLE)
                            (attribute ?X Locked)))
                    (holdsDuring ?T
                        (exists (?STEAL ?FUEL)
                            (and
                                (instance ?STEAL Stealing)
                                (instance ?FUEL Fuel)
                                (located ?FUEL ?TANK)
                                (patient ?STEAL ?FUEL)))))))))
Cars.kif 1016-1034


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