Key(key) | ignition_key, key, latchkey, master, master_key, passe-partout, passkey |
appearance as argument number 1 |
(documentation Key EnglishLanguage "A Device which opens and closes a Lock.") | Mid-level-ontology.kif 2661-2661 | |
(externalImage Key "http://articulatesoftware.com/SUMOpictures/small_icons/ misc_3/ key_2.png") | pictureList.kif 537-537 | |
(externalImage Key "http://upload.wikimedia.org/wikipedia/commons/5/5f/Key.agr.jpg") | pictureList.kif 120-120 | |
(subclass Key SecurityDevice) | Mid-level-ontology.kif 2660-2660 | Key is a subclass of security device |
appearance as argument number 2 |
(termFormat ChineseLanguage Key "键") | domainEnglishFormat.kif 32382-32382 | |
(termFormat ChineseTraditionalLanguage Key "鍵") | domainEnglishFormat.kif 32381-32381 | |
(termFormat EnglishLanguage Key "key") | domainEnglishFormat.kif 32380-32380 |
antecedent |
(=> (instance ?X Key) (hasPurpose ?X (exists (?LOCK ?CLOSE ?OPEN) (and (instance ?LOCK Lock) (capability (KappaFn ?CLOSE (and (instance ?CLOSE Closing) (patient ?CLOSE ?LOCK) (holdsDuring (ImmediateFutureFn ?CLOSE) (attribute ?LOCK Locked)))) instrument ?X) (capability (KappaFn ?OPEN (and (instance ?OPEN Closing) (patient ?OPEN ?LOCK) (holdsDuring (ImmediateFutureFn ?OPEN) (not (attribute ?LOCK Locked))))) instrument ?X))))) |
Mid-level-ontology.kif 2663-2685 |
|
consequent |