Browsing Interface : Welcome guest : log in
Home |  Graph |  ]  KB:  Language:   

Formal Language: 


KB Term:  Term intersection
English Word: 

Sigma KEE - defaultMaximumSphereRadius
defaultMaximumSphereRadius

appearance as argument number 1
-------------------------


(documentation defaultMaximumSphereRadius EnglishLanguage "A BinaryPredicate that states the assumed maximum sphereRadius of a spherical Object") Mid-level-ontology.kif 14821-14822
(domain defaultMaximumSphereRadius 2 LengthMeasure) Mid-level-ontology.kif 14820-14820 The number 2 argument of default maximum sphere radius is an instance of length measure
(domainSubclass defaultMaximumSphereRadius 1 Object) Mid-level-ontology.kif 14819-14819 The number 1 argument of default maximum sphere radius is a subclass of object
(instance defaultMaximumSphereRadius BinaryPredicate) Mid-level-ontology.kif 14818-14818 default maximum sphere radius is an instance of binary predicate

appearance as argument number 2
-------------------------


(format ChineseLanguage defaultMaximumSphereRadius "%1 的 maximum 預期半径是 %2 ") domainEnglishFormat.kif 3182-3182
(format ChineseTraditionalLanguage defaultMaximumSphereRadius "%1 的 maximum 預期半徑是 %2 ") domainEnglishFormat.kif 3181-3181
(format EnglishLanguage defaultMaximumSphereRadius "the maximum expected radius of %1 is %2") domainEnglishFormat.kif 3180-3180
(termFormat EnglishLanguage defaultMaximumSphereRadius "default maximum sphere radius") Mid-level-ontology.kif 14823-14823

antecedent
-------------------------


(=>
    (and
        (defaultMaximumSphereRadius ?OBJECT
            (MeasureFn ?R ?U))
        (instance ?INST ?OBJECT)
        (attribute ?INST Sphere))
    (modalAttribute
        (exists (?RADIUS)
            (and
                (sphereRadius ?INST
                    (MeasureFn ?RADIUS ?U))
                (greaterThan ?RADIUS ?R))) Unlikely))
Mid-level-ontology.kif 14825-14836

consequent
-------------------------


(=>
    (instance ?RAIN Raining)
    (exists (?CLTN ?R ?CLASS)
        (and
            (instance ?CLTN Collection)
            (instance ?R Water)
            (instance ?R LiquidDrop)
            (instance ?R ?CLASS
                (member ?R ?CLTN)
                (objectTransferred ?RAIN ?CLTN)
                (defaultMinimumSphereRadius ?CLASS
                    (MeasureFn 0.1 Millimeter))
                (defaultMaximumSphereRadius ?CLASS
                    (MeasureFn 9.0 Millimeter))))))
Weather.kif 1292-1305
(=>
    (instance ?STUFF Hailstone)
    (exists (?CLASS)
        (and
            (instance ?STUFF ?CLASS)
            (defaultMinimumSphereRadius ?CLASS
                (MeasureFn 0.5 Centimeter))
            (defaultMaximumSphereRadius ?CLASS
                (MeasureFn 15.0 Centimeter)))))
Weather.kif 3600-3606


Show full definition with tree view
Show simplified definition (without tree view)
Show simplified definition (with tree view)



Sigma web home      Suggested Upper Merged Ontology (SUMO) web home
Sigma version 3.0 is open source software produced by Articulate Software and its partners