![]() |
![]() Browsing Interface : Welcome guest : log in |
[
Home | 
Graph | 
LogLearn |
Editor |
]
KB:
Language:
Formal Language:
|
|
|
Running
|
|
|
| appearance as argument number 1 |
|
|
| (subclass Running Ambulating) | Merge.kif 11404-11404 | Running is a subclass of ambulating |
| (documentation Running EnglishLanguage "Ambulating relatively quickly, i.e. moving in such a way that, with each step, neither foot is in contact with the ground for a period of time.") | Merge.kif 11406-11408 | Running is a subclass of ambulating |
| appearance as argument number 2 |
|
|
| appearance as argument number 3 |
|
|
| (partition Ambulating Walking Running) | Merge.kif 11393-11393 | Ambulating is exhaustively partitioned into walking and running |
| antecedent |
|
|
| (=> (and (instance ?WALK Walking) (instance ?RUN Running) (agent ?WALK ?AGENT) (agent ?RUN ?AGENT) (holdsDuring (WhenFn ?WALK) (measure ?AGENT (SpeedFn ?LENGTH1 ?TIME))) (holdsDuring (WhenFn ?RUN) (measure ?AGENT (SpeedFn ?LENGTH2 ?TIME)))) (greaterThan ?LENGTH2 ?LENGTH1)) |
Merge.kif 11410-11418 | If All of the following hold: (1) X is an instance of walking (2) Y is an instance of running (3) Z is an agent of X (4) Z is an agent of Y (5) the measure of Z is W per V holds during the time of existence of X (6) the measure of Z is U per V holds during the time of existence of Y, then U is greater than W |
| consequent |
|
|
| (=> (instance ?TRACK RunningTrack) (hasPurpose ?TRACK (exists (?RUN ?HUMAN) (and (instance ?HUMAN Human) (instance ?RUN Running) (agent ?RUN ?HUMAN) (path ?RUN ?TRACK))))) |
Mid-level-ontology.kif 28374-28382 | If X is an instance of running track, then X has the purpose there exist Y, Z such that Z is an instance of human, Y is an instance of running, Z is an agent of Y, and X is path along which Y occurs |
| (=> (and (instance ?RR RunningARace) (agent ?RR ?H)) (exists (?R) (and (instance ?R Running) (agent ?R ?H) (subProcess ?R ?RR)))) |
Sports.kif 277-285 | If X is an instance of running a race and Y is an agent of X, then there exists Z such that Z is an instance of running, Y is an agent of Z, and Z is a subprocess of X |