![]() |
![]() Browsing Interface : Welcome guest : log in |
[
Home | 
Graph | 
LogLearn |
Editor |
]
KB:
Language:
Formal Language:
|
|
|
Entity
|
|
|
| appearance as argument number 1 |
|
|
| (subclass Sleeting Precipitation) | Weather.kif 1831-1831 | Sleeting is a subclass of precipitation |
| (documentation Sleeting EnglishLanguage "Sleeting is a form of Precipitation composed of Rain and partly melted Snow.") | Weather.kif 1832-1833 | Sleeting is a subclass of precipitation |
| (documentation Sleeting ChineseLanguage "Sleeting 一种 Rain 夹着部分融化了的 Snow 的 Precipitation。") | Weather.kif 1834-1835 | Sleeting is a subclass of precipitation |
| appearance as argument number 2 |
|
|
| antecedent |
|
|
| (=> (instance ?PROCESS Sleeting) (exists (?STUFF ?R ?S ?MELT) (and (instance ?STUFF CollectionOfObjects) (objectTransferred ?PROCESS ?STUFF) (instance ?R Raindrop) (instance ?S Snowflake) (member ?R ?STUFF) (member ?S ?STUFF) (instance ?MELT Melting) (subProcess ?MELT ?PROCESS) (patient ?MELT ?S)))) |
Weather.kif 1838-1850 | If X is an instance of sleeting, then All of the following hold: (1) there exist Y, Z,, , W (2) V such that Y is an instance of collection (3) the object transferred in X is Y (4) Z is an instance of rain drop (5) W is an instance of snowflake (6) Z is a member of Y (7) W is a member of Y (8) V is an instance of melting (9) V is a subprocess of X (10) W is a patient of V |