![]() |
![]() Browsing Interface : Welcome guest : log in |
[
Home | 
Graph | 
LogLearn |
Editor |
]
KB:
Language:
Formal Language:
|
| 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 |
|
|
| appearance as argument number 2 |
|
|
| antecedent |
|
|
| (=> (instance ?S SafeContainer) (exists (?L) (and (instance ?L Lock) (part ?L ?S)))) |
Mid-level-ontology.kif 3327-3332 | If X is an instance of safe container, then there exists Y such that Y is an instance of lock and Y is a part of X |
| 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 2280-2291 | If X is an instance of safety deposit box, then All of the following hold: (1) there exist Y, Z,, , W (2) V such that V provides a service during X (3) Y is an instance of safe container (4) Z is an instance of keeping (5) Z is located at Y (6) V possesses Y (7) W is a patient of Z (8) Z is a subprocess of X (9) V doesn't possess W |