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

Formal Language: 



KB Term:  Term intersection
English Word: 

Sigma KEE - RemoteKeylessSystem
RemoteKeylessSystem(remote keyless system)

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


(documentation RemoteKeylessSystem EnglishLanguage "A SecurityDevice that consists of two parts a Key and a matching Lock. The Key is also a RemoteControl that controls the &Ľock.") Cars.kif 3774-3774
(subclass RemoteKeylessSystem Collection) Cars.kif 3773-3773 Remote keyless system is a subclass of collection
(subclass RemoteKeylessSystem SecurityDevice) Cars.kif 3772-3772 Remote keyless system is a subclass of security device

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


(termFormat EnglishLanguage RemoteKeylessSystem "remote keyless system") domainEnglishFormat.kif 65404-65404

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


(=>
    (instance ?X RemoteKeylessSystem)
    (exists (?KEY ?LOCK ?CLOSE ?OPEN)
        (and
            (instance ?KEY Key)
            (instance ?KEY RemoteControl)
            (member ?KEY ?X)
            (instance ?LOCK Lock)
            (member ?LOCK ?X)
            (capability
                (KappaFn ?CLOSE
                    (and
                        (instance ?CLOSE Closing)
                        (patient ?CLOSE ?LOCK)
                        (holdsDuring
                            (ImmediateFutureFn ?CLOSE)
                            (attribute ?LOCK Locked)))) instrument ?KEY)
            (capability
                (KappaFn ?OPEN
                    (and
                        (instance ?OPEN Closing)
                        (patient ?OPEN ?LOCK)
                        (holdsDuring
                            (ImmediateFutureFn ?OPEN)
                            (not
                                (attribute ?LOCK Locked))))) instrument ?KEY))))
Cars.kif 3775-3800


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