sphereRadius |
appearance as argument number 1 |
![]() |
(documentation sphereRadius EnglishLanguage "(sphereRadius ?OBJECT ?LENGTH) means the radius of the spherical Object, ?OBJECT, is ?LENGTH.") | Mid-level-ontology.kif 11082-11083 | |
(domain sphereRadius 1 Object) | Mid-level-ontology.kif 11080-11080 | |
(domain sphereRadius 2 LengthMeasure) | Mid-level-ontology.kif 11081-11081 | |
(instance sphereRadius BinaryPredicate) | Mid-level-ontology.kif 11079-11079 |
appearance as argument number 2 |
![]() |
(format ChineseLanguage sphereRadius "%1 的 radius 是 %2 ") | domainEnglishFormat.kif 4599-4599 | |
(format ChineseTraditionalLanguage sphereRadius "%1 的 radius 是 %2 ") | domainEnglishFormat.kif 4598-4598 | |
(format EnglishLanguage sphereRadius "the radius of %1 is %2") | domainEnglishFormat.kif 4597-4597 | |
(termFormat EnglishLanguage sphereRadius "sphere radius") | Mid-level-ontology.kif 11084-11084 |
antecedent |
![]() |
(=> (and (approximateDiameter ?O (MeasureFn ?L ?LM)) (sphereRadius ?S (MeasureFn (DivisionFn ?L 2) ?LM)) (measure ?S (MeasureFn ?V1 ?VM)) (measure ?O (MeasureFn ?V2 ?VM)) (instance ?LM LengthMeasure) (instance ?VM VolumeMeasure)) (equal ?V1 ?V2)) |
Mid-level-ontology.kif 15680-15691 | |
(=> (and (sphereRadius ?OBJECT ?RADIUS) (attribute ?OBJECT Sphere)) (exists (?POINT) (forall (?PART) (=> (pointOfFigure ?PART ?OBJECT) (geometricDistance ?PART ?POINT ?RADIUS))))) |
Mid-level-ontology.kif 11085-11093 |
consequent |
![]() |
(=> (and (defaultMaximumSphereRadius ?OBJECT ?R) (instance ?INST ?OBJECT) (attribute ?INST Sphere)) (modalAttribute (and (sphereRadius ?INST ?RADIUS) (greaterThan ?RADIUS ?R)) Unlikely)) |
Mid-level-ontology.kif 11119-11127 | |
(=> (and (defaultMinimumSphereRadius ?OBJECT ?R) (instance ?INST ?OBJECT) (attribute ?INST Sphere)) (modalAttribute (and (sphereRadius ?INST ?RADIUS) (lessThan ?RADIUS ?R)) Unlikely)) |
Mid-level-ontology.kif 11102-11110 |
![]() |
![]() |