SafeContainer(safe container) | bank, cabinet, cashbox, coin_bank, deedbox, deposit_box, lockbox, locker, money_box, safe, safe-deposit, safe-deposit_box, safety-deposit, safety_deposit_box, savings_bank, storage_locker, strongbox, till |
appearance as argument number 1 |
(documentation SafeContainer EnglishLanguage "A Container with a Lock which is intended to secure items from theft. Note that this covers safes, lockers, and locked storage compartments.") | Mid-level-ontology.kif 2716-2718 | |
(subclass SafeContainer Container) | Mid-level-ontology.kif 2714-2714 | Safe container is a subclass of container |
(subclass SafeContainer SecurityDevice) | Mid-level-ontology.kif 2715-2715 | Safe container is a subclass of security device |
appearance as argument number 2 |
(termFormat ChineseLanguage SafeContainer "安全的容器") | domainEnglishFormat.kif 50815-50815 | |
(termFormat ChineseTraditionalLanguage SafeContainer "安全的容器") | domainEnglishFormat.kif 50814-50814 | |
(termFormat EnglishLanguage SafeContainer "safe container") | domainEnglishFormat.kif 50813-50813 |
antecedent |
(=> (instance ?S SafeContainer) (exists (?L) (and (instance ?L Lock) (part ?L ?S)))) |
Mid-level-ontology.kif 2720-2725 |
|
consequent |
(=> (instance ?SVC SafetyDepositService) (exists (?SAFE ?KEEP ?OBJ ?AGENT) (and (serviceProvider ?SVC ?AGENT) (instance ?SAFE SafeContainer) (instance ?KEEP Keeping) (located ?KEEP ?SAFE) (possesses ?AGENT ?SAFE) (patient ?KEEP ?OBJ) (subProcess ?KEEP ?SVC) (not (possesses ?AGENT ?OBJ))))) |
Hotel.kif 2262-2273 |
|