defaultMaximumHeight |
appearance as argument number 1 |
(documentation defaultMaximumHeight EnglishLanguage "A BinaryPredicate that states the assumed maximum height of an Object") | Mid-level-ontology.kif 13580-13580 | |
(domain defaultMaximumHeight 2 LengthMeasure) | Mid-level-ontology.kif 13579-13579 | The number 2 argument of default maximum height is an instance of length measure |
(domainSubclass defaultMaximumHeight 1 Object) | Mid-level-ontology.kif 13578-13578 | The number 1 argument of default maximum height is a subclass of object |
(instance defaultMaximumHeight BinaryPredicate) | Mid-level-ontology.kif 13577-13577 | default maximum height is an instance of binary predicate |
appearance as argument number 2 |
(format ChineseLanguage defaultMaximumHeight "%1 的 maximum 预期高度是 %2 ") | domainEnglishFormat.kif 3166-3166 | |
(format ChineseTraditionalLanguage defaultMaximumHeight "%1 的 maximum 預期高度是 %2 ") | domainEnglishFormat.kif 3165-3165 | |
(format EnglishLanguage defaultMaximumHeight "the maximum expected height of %1 is %2") | domainEnglishFormat.kif 3164-3164 | |
(termFormat EnglishLanguage defaultMaximumHeight "default maximum height") | Mid-level-ontology.kif 13581-13581 |
antecedent |
(=> (defaultMaximumHeight ?OBJECT (MeasureFn ?H ?U)) (modalAttribute (exists (?INST ?HEIGHT) (and (instance ?INST ?OBJECT) (height ?INST (MeasureFn ?HEIGHT ?U)) (greaterThan ?HEIGHT ?H))) Unlikely)) |
Mid-level-ontology.kif 13583-13592 |
|