![]() |
![]() Browsing Interface : Welcome guest : log in |
[
Home | 
Graph | 
LogLearn |
Editor |
]
KB:
Language:
Formal Language:
|
| onboard |
| appearance as argument number 1 |
|
|
| (documentation onboard EnglishLanguage "(onboard ?OBJ ?VEHICLE) means that the SelfConnectedObject ?OBJ is inside the Vehicle ?VEHICLE.") | Mid-level-ontology.kif 19238-19239 | |
| (domain onboard 1 SelfConnectedObject) | Mid-level-ontology.kif 19240-19240 | The number 1 argument of onboard is an instance of self connected object |
| (domain onboard 2 Vehicle) | Mid-level-ontology.kif 19241-19241 | The number 2 argument of onboard is an instance of vehicle |
| (instance onboard BinaryPredicate) | Mid-level-ontology.kif 19242-19242 | onboard is an instance of binary predicate |
| (subrelation onboard located) | Mid-level-ontology.kif 19243-19243 | onboard is a subrelation of located |
| appearance as argument number 2 |
|
|
| antecedent |
|
|
| (=> (onboard ?O ?V) (contains ?V ?O)) |
Mid-level-ontology.kif 19245-19247 | If X is onboard Y, then Y contains X |
| (=> (and (onboard ?O ?V) (instrument ?T ?V) (instance ?T Transportation)) (patient ?T ?O)) |
Mid-level-ontology.kif 19249-19254 | If X is onboard Y, Y is an instrument for Z, and Z is an instance of transportation, then X is a patient of Z |
| consequent |
|
|
| (=> (and (instance ?B Boarding) (agent ?B ?A) (patient ?B ?V)) (and (holdsDuring (BeginFn (WhenFn ?B)) (not (onboard ?A ?V))) (holdsDuring (EndFn (WhenFn ?B)) (onboard ?A ?V)))) |
Mid-level-ontology.kif 19225-19236 | If X is an instance of boarding, Y is an agent of X, and Z is a patient of X, then Y is onboard Z holds during the beginning of the time of existence of X and Y is onboard Z holds during the end of the time of existence of X |
| (=> (and (instance ?B Deboarding) (agent ?B ?A) (patient ?B ?V)) (and (holdsDuring (BeginFn (WhenFn ?B)) (onboard ?A ?V)) (holdsDuring (EndFn (WhenFn ?B)) (not (onboard ?A ?V))))) |
Mid-level-ontology.kif 19266-19278 | If X is an instance of deboarding, Y is an agent of X, and Z is a patient of X, then Y is onboard Z holds during the beginning of the time of existence of X and Y is onboard Z holds during the end of the time of existence of X |