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

Formal Language: 


KB Term:  Term intersection
English Word: 

Sigma KEE - defaultMaximumWidth
defaultMaximumWidth

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


(documentation defaultMaximumWidth EnglishLanguage "A BinaryPredicate that states the assumed maximum width of an Object") Mid-level-ontology.kif 14734-14734
(domain defaultMaximumWidth 2 LengthMeasure) Mid-level-ontology.kif 14733-14733 The number 2 argument of default maximum width is an instance of length measure
(domainSubclass defaultMaximumWidth 1 Object) Mid-level-ontology.kif 14732-14732 The number 1 argument of default maximum width is a subclass of object
(instance defaultMaximumWidth BinaryPredicate) Mid-level-ontology.kif 14731-14731 default maximum width is an instance of binary predicate

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


(format ChineseLanguage defaultMaximumWidth "%1 的 maximum 预期宽度是 %2 ") domainEnglishFormat.kif 3186-3186
(format ChineseTraditionalLanguage defaultMaximumWidth "%1 的 maximum 預期寬度是 %2 ") domainEnglishFormat.kif 3185-3185
(format EnglishLanguage defaultMaximumWidth "the maximum expected width of %1 is %2") domainEnglishFormat.kif 3184-3184
(termFormat EnglishLanguage defaultMaximumWidth "default maximum width") Mid-level-ontology.kif 14735-14735

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


(=>
    (defaultMaximumWidth ?OBJECT
        (MeasureFn ?W ?U))
    (modalAttribute
        (exists (?INST ?WIDTH)
            (and
                (instance ?INST ?OBJECT)
                (width ?INST
                    (MeasureFn ?WIDTH ?U))
                (greaterThan ?WIDTH ?W))) Unlikely))
Mid-level-ontology.kif 14737-14746


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