Droplet(droplet) |
appearance as argument number 1 |
(documentation Droplet ChineseLanguage "Droplet 是 approximateDiameter 小于 500 Micrometer (µm) 的 LiquidDrop。") | Geography.kif 7516-7517 | |
(documentation Droplet EnglishLanguage "A Droplet is a LiquidDrop of less than 500 Micrometer (µm) in approximateDiameter.") | Geography.kif 7513-7514 | |
(subclass Droplet LiquidDrop) | Geography.kif 7519-7519 | Droplet is a subclass of liquid drop |
appearance as argument number 2 |
(termFormat ChineseLanguage Droplet "小滴液体") | Geography.kif 7522-7522 | |
(termFormat EnglishLanguage Droplet "droplet") | Geography.kif 7521-7521 |
consequent |
(<=> (and (instance ?LD LiquidDrop) (approximateDiameter ?LD (MeasureFn ?S Micrometer)) (lessThan 500.0 ?S)) (instance ?LD Droplet)) |
Geography.kif 7524-7530 | A self connected object is an instance of liquid drop and the approximate diameter of the self connected object is a real number micrometer(s) and 500.0 is less than the real number if and only if the self connected object is an instance of droplet |