most |
appearance as argument number 1 |
![]() |
(documentation most EnglishLanguage "(most ?MOST ?WHOLE) means that ?MOST is a part of ?WHOLE that is greater than half of ?WHOLE.") | Mid-level-ontology.kif 12678-12679 | |
(instance most BinaryPredicate) | Mid-level-ontology.kif 12677-12677 | |
(subrelation most part) | Mid-level-ontology.kif 12676-12676 |
appearance as argument number 2 |
![]() |
(format ChineseLanguage most "%1 是 %2 的 most ") | domainEnglishFormat.kif 3891-3891 | |
(format ChineseTraditionalLanguage most "%1 是 %2 的 most ") | domainEnglishFormat.kif 3890-3890 | |
(format EnglishLanguage most "%1 is most of %2") | domainEnglishFormat.kif 3889-3889 | |
(termFormat ChineseLanguage most "最") | domainEnglishFormat.kif 38652-38652 | |
(termFormat ChineseTraditionalLanguage most "最") | domainEnglishFormat.kif 38651-38651 | |
(termFormat EnglishLanguage most "most") | domainEnglishFormat.kif 38650-38650 |
antecedent |
![]() |
(=> (most ?MOST ?WHOLE) (exists (?HALF ?NUMBER1 ?NUMBER2 ?UNIT) (and (half ?HALF ?WHOLE) (measure ?HALF (MeasureFn ?NUMBER1 ?UNIT)) (measure ?MOST (MeasureFn ?NUMBER2 ?UNIT)) (greaterThan ?NUMBER2 ?NUMBER1)))) |
Mid-level-ontology.kif 12681-12688 |
consequent |
![]() |
(=> (instance ?BERG Iceberg) (exists (?PART ?WATER) (and (instance ?PART Ice) (most ?PART ?BERG) (instance ?WATER BodyOfWater) (covers ?WATER ?PART)))) |
Geography.kif 4640-4647 | |
(=> (instance ?LAND Shoal) (exists (?PART ?WATER) (and (instance ?PART LandForm) (most ?PART ?LAND) (instance ?WATER BodyOfWater) (covers ?WATER ?PART)))) |
Geography.kif 5817-5824 |
![]() |
![]() |