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

Formal Language: 



KB Term:  Term intersection
English Word: 

Sigma KEE - defaultMinimumHeight
defaultMinimumHeight

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


(documentation defaultMinimumHeight EnglishLanguage "A BinaryPredicate that states the assumed minimum height of an Object") Mid-level-ontology.kif 14242-14242
(domain defaultMinimumHeight 2 LengthMeasure) Mid-level-ontology.kif 14241-14241 The number 2 argument of default minimum height is an instance of length measure
(domainSubclass defaultMinimumHeight 1 Object) Mid-level-ontology.kif 14240-14240 The number 1 argument of default minimum height is a subclass of object
(instance defaultMinimumHeight BinaryPredicate) Mid-level-ontology.kif 14239-14239 default minimum height is an instance of binary predicate

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


(format ChineseLanguage defaultMinimumHeight "%1 的 minimum 预期高度是 %2 ") domainEnglishFormat.kif 3194-3194
(format ChineseTraditionalLanguage defaultMinimumHeight "%1 的 minimum 預期高度是 %2 ") domainEnglishFormat.kif 3193-3193
(format EnglishLanguage defaultMinimumHeight "the minimum expected height of %1 is %2") domainEnglishFormat.kif 3192-3192
(termFormat EnglishLanguage defaultMinimumHeight "default minimum height") Mid-level-ontology.kif 14243-14243

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


(=>
    (defaultMinimumHeight ?OBJECT
        (MeasureFn ?H ?U))
    (modalAttribute
        (exists (?INST ?HEIGHT)
            (and
                (instance ?INST ?OBJECT)
                (height ?INST
                    (MeasureFn ?HEIGHT ?U))
                (lessThan ?HEIGHT ?H))) Unlikely))
Mid-level-ontology.kif 14245-14253


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