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

Formal Language: 



KB Term:  Term intersection
English Word: 

  defaultMinimumSphereRadius

Sigma KEE - defaultMinimumSphereRadius
defaultMinimumSphereRadius

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


(documentation defaultMinimumSphereRadius EnglishLanguage "A BinaryPredicate that states the assumed minimum sphereRadius of a spherical Object") Mid-level-ontology.kif 13463-13464
(domain defaultMinimumSphereRadius 2 LengthMeasure) Mid-level-ontology.kif 13462-13462 Le nombre 2 argument de defaultMinimumSphereRadius est une instance de mesure de longueur
(domainSubclass defaultMinimumSphereRadius 1 Object) Mid-level-ontology.kif 13461-13461 Le nombre 1 argument de defaultMinimumSphereRadius est une sous-classe de objet
(instance defaultMinimumSphereRadius BinaryPredicate) Mid-level-ontology.kif 13460-13460 defaultMinimumSphereRadius est une instance de pr�dicat binaire

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


(format ChineseLanguage defaultMinimumSphereRadius "%1 的 minimum 预期半径是 %2 ") domainEnglishFormat.kif 3210-3210
(format ChineseTraditionalLanguage defaultMinimumSphereRadius "%1 的 minimum 預期半徑是 %2 ") domainEnglishFormat.kif 3209-3209
(format EnglishLanguage defaultMinimumSphereRadius "the minimum expected radius of %1 is %2") domainEnglishFormat.kif 3208-3208
(termFormat EnglishLanguage defaultMinimumSphereRadius "default minimum sphere radius") Mid-level-ontology.kif 13465-13465

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


(=>
    (and
        (defaultMinimumSphereRadius ?OBJECT
            (MeasureFn ?R ?U))
        (instance ?INST ?OBJECT)
        (attribute ?INST Sphere))
    (modalAttribute
        (exists (?RADIUS)
            (and
                (sphereRadius ?INST
                    (MeasureFn ?RADIUS ?U))
                (lessThan ?RADIUS ?R))) Unlikely))
Mid-level-ontology.kif 13467-13477

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 1057-1070
(=>
    (instance ?STUFF Hailstone)
    (exists (?CLASS)
        (and
            (instance ?STUFF ?CLASS)
            (defaultMinimumSphereRadius ?CLASS
                (MeasureFn 0.5 Centimeter))
            (defaultMaximumSphereRadius ?CLASS
                (MeasureFn 15.0 Centimeter)))))
Weather.kif 3083-3089


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

Show without tree


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