![]() |
![]() Browsing Interface : Welcome guest : log in |
[
Home | 
Graph | 
LogLearn |
Editor |
]
KB:
Language:
Formal Language:
|
|
|
Disappearing
|
|
|
| appearance as argument number 1 |
|
|
| (subclass Disappearing Translocation) | Mid-level-ontology.kif 19158-19158 | Disappearing is a subclass of translocation |
| (documentation Disappearing EnglishLanguage "A Translocation of an Object ?OBJ after which a Searching of the ?OBJ occurs but for a TimeInterval ?TIME it is not possible for the AutonomousAgent of the search to discover the ?OBJ") | Mid-level-ontology.kif 19159-19160 | Disappearing is a subclass of translocation |
| appearance as argument number 2 |
|
|
| (termFormat EnglishLanguage Disappearing "disappearing") | domainEnglishFormat.kif 64772-64772 |
| antecedent |
|
|
| (=> (instance ?D Disappearing) (exists (?OBJ ?AGENT ?SEARCH ?TIME) (and (instance ?SEARCH Searching) (earlier (WhenFn ?D) (WhenFn ?SEARCH)) (agent ?SEARCH ?AGENT) (instance ?OBJ Object) (patient ?D ?OBJ) (patient ?SEARCH ?OBJ) (instance ?TIME TimeInterval) (temporalPart ?TIME (WhenFn ?SEARCH)) (holdsDuring ?TIME (not (modalAttribute (exists (?DISC) (and (instance ?DISC Discovering) (agent ?DISC ?AGENT) (patient ?DISC ?OBJ))) Possibility)))))) |
Mid-level-ontology.kif 19162-19184 | If X is an instance of disappearing, then All of the following hold: (1) there exist Y, Z,, , W (2) V such that W is an instance of searching (3) the time of existence of X happens earlier than the time of existence of W (4) Z is an agent of W (5) Y is an instance of object (6) Y is a patient of X (7) Y is a patient of W (8) V is an instance of timeframe (9) V is a part of the time of existence of W (10) the statement there doesn't exist U such that U is an instance of discovering (11) Z is an agent of U (12) Y is a patient of U doesn't have the modal force of possibility holds during V |