![]() |
![]() Browsing Interface : Welcome guest : log in |
[
Home | 
Graph | 
LogLearn |
Editor |
]
KB:
Language:
Formal Language:
|
| ScubaDiving(scuba diving) | scuba_diving |
| appearance as argument number 1 |
|
|
| (subclass ScubaDiving Swimming) | Mid-level-ontology.kif 29491-29491 | Scuba diving is a subclass of swimming |
| (documentation ScubaDiving EnglishLanguage "ScubaDiving is Swimming Below a WaterArea with the aid of some Device to help in Breathing") | Mid-level-ontology.kif 29492-29493 | Scuba diving is a subclass of swimming |
| appearance as argument number 2 |
|
|
| (termFormat EnglishLanguage ScubaDiving "scuba diving") | Mid-level-ontology.kif 29494-29494 |
| antecedent |
|
|
| (=> (instance ?SCUBA ScubaDiving) (exists (?WATER ?DEVICE ?BREATH) (and (instance ?WATER WaterArea) (orientation ?SCUBA ?WATER Below) (instance ?DEVICE Device) (instance ?BREATH Breathing) (instrument ?BREATH ?DEVICE) (subProcess ?BREATH ?SCUBA)))) |
Mid-level-ontology.kif 29496-29505 | If X is an instance of scuba diving, then All of the following hold: (1) there exist Y, Z (2) W such that Y is an instance of water area (3) X is below to Y (4) Z is an instance of device (5) W is an instance of breathing (6) Z is an instrument for W (7) W is a subprocess of X |