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



KB Term:  Term intersection
English Word: 

Sigma KEE - defaultMaximumHeight
defaultMaximumHeight

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


(instance defaultMaximumHeight BinaryPredicate) Mid-level-ontology.kif 14922-14922 default maximum height is an instance of binary predicate
(domainSubclass defaultMaximumHeight 1 Object) Mid-level-ontology.kif 14923-14923 The number 1 argument of default maximum height is a subclass of object
(domain defaultMaximumHeight 2 LengthMeasure) Mid-level-ontology.kif 14924-14924 The number 2 argument of default maximum height is an instance of length measure
(documentation defaultMaximumHeight EnglishLanguage "A BinaryPredicate that states the assumed maximum height of an Object") Mid-level-ontology.kif 14925-14925 The number 2 argument of default maximum height is an instance of length measure

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


(termFormat EnglishLanguage defaultMaximumHeight "default maximum height") Mid-level-ontology.kif 14926-14926
(format EnglishLanguage defaultMaximumHeight "the maximum expected height of %1 is %2") domainEnglishFormat.kif 3168-3168
(format ChineseTraditionalLanguage defaultMaximumHeight "%1 的 maximum 預期高度是 %2 ") domainEnglishFormat.kif 3169-3169
(format ChineseLanguage defaultMaximumHeight "%1 的 maximum 预期高度是 %2 ") domainEnglishFormat.kif 3170-3170

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


(=>
    (defaultMaximumHeight ?OBJECT
        (MeasureFn ?H ?U))
    (modalAttribute
        (exists (?INST ?HEIGHT)
            (and
                (instance ?INST ?OBJECT)
                (height ?INST
                    (MeasureFn ?HEIGHT ?U))
                (greaterThan ?HEIGHT ?H))) Unlikely))
Mid-level-ontology.kif 14928-14937 If the maximum expected height of X is Y Z(s), then the statement there exist W and V such that W is an instance of X and the height of W is V Z(s) and V is greater than Y has the modal force of unlikely
(=>
    (and
        (instance ?ROBOT CarryBot)
        (instance ?INSTANCE ?OBJECT)
        (subclass ?OBJECT Object)
        (widthLimit ?ROBOT
            (MeasureFn ?WIDTHLIMIT ?UNIT))
        (or
            (and
                (defaultMaximumLength ?OBJECT
                    (MeasureFn ?LENGTH ?UNIT))
                (defaultMaximumWidth ?OBJECT
                    (MeasureFn ?WIDTH ?UNIT))
                (defaultMaximumHeight ?OBJECT
                    (MeasureFn ?HEIGHT ?UNIT))
                (greaterThan ?LENGTH ?WIDTHLIMIT)
                (greaterThan ?WIDTH ?WIDTHLIMIT)
                (greaterThan ?HEIGHT ?WIDTHLIMIT))
            (and
                (defaultMaximumSphereRadius ?OBJECT
                    (MeasureFn ?RADIUS ?UNIT))
                (greaterThan
                    (MultiplicationFn ?RADIUS 2) ?WIDTHLIMIT))))
    (not
        (canCarry ?ROBOT ?INSTANCE)))
Robot.kif 28-52 If X is an instance of CarryBot, Y is an instance of Z, Z is a subclass of object, widthLimit X and W V(s), and All of the following hold: (1) the maximum expected length of Z is U V(s) (2) the maximum expected width of Z is T V(s) (3) the maximum expected height of Z is S V(s) (4) U is greater than W (5) T is greater than W (6) S is greater than W or the maximum expected radius of Z is R V(s) and R and 2 is greater than W, then canCarry X and Y
(=>
    (and
        (lengthLimit ?ROBOT
            (MeasureFn ?LENGTHLIMIT ?UNIT))
        (instance ?INSTANCE ?OBJECT)
        (subclass ?OBJECT Object)
        (or
            (and
                (defaultMaximumLength ?OBJECT
                    (MeasureFn ?LENGTH ?UNIT))
                (defaultMaximumWidth ?OBJECT
                    (MeasureFn ?WIDTH ?UNIT))
                (defaultMaximumHeight ?OBJECT
                    (MeasureFn ?HEIGHT ?UNIT)))
            (or
                (and
                    (greaterThan ?LENGTH ?LENGTHLIMIT)
                    (greaterThan ?WIDTH ?LENGTHLIMIT))
                (and
                    (greaterThan ?LENGTH ?LENGTHLIMIT)
                    (greaterThan ?HEIGHT ?LENGTHLIMIT))
                (and
                    (greaterThan ?WIDTH ?LENGTHLIMIT)
                    (greaterThan ?HEIGHT ?LENGTHLIMIT)))
            (and
                (defaultMaximumSphereRadius ?OBJECT
                    (MeasureFn ?RADIUS ?UNIT))
                (greaterThan
                    (MultiplicationFn ?RADIUS 2)
                    (DivisionFn ?LENGTHLIMIT 2)))))
    (not
        (canCarry ?ROBOT ?INSTANCE)))
Robot.kif 61-86 If lengthLimit X and Y Z(s), W is an instance of V, V is a subclass of object, and At least one of the following holds: (1) the maximum expected length of V is U Z(s), the maximum expected width of V is T Z(s), and the maximum expected height of V is S Z(s) (2) At least one of the following holds: (1) U is greater than Y and T is greater than Y (2) U is greater than Y and S is greater than Y (3) T is greater than Y and S is greater than Y (3) the maximum expected radius of V is R Z(s) and R, 2 is greater than Y, and 2, then canCarry X and W

appearance as argument number 0
-------------------------


(defaultMaximumHeight BathTub
    (MeasureFn 21 Inch))
DimensioningAmenities.kif 30-30 The maximum expected height of tub is 21 inch(s)
(defaultMaximumHeight WhirlpoolTub
    (MeasureFn 48 Inch))
DimensioningAmenities.kif 41-41 The maximum expected height of whirlpool tub is 48 inch(s)
(defaultMaximumHeight GrecianTub
    (MeasureFn 48 Inch))
DimensioningAmenities.kif 52-52 The maximum expected height of grecian tub is 48 inch(s)
(defaultMaximumHeight FourPosterBed
    (MeasureFn 84 Inch))
DimensioningAmenities.kif 61-61 The maximum expected height of four-poster bed is 84 inch(s)
(defaultMaximumHeight ElectricCoffeeMaker
    (MeasureFn 11 Inch))
DimensioningAmenities.kif 72-72 The maximum expected height of coffee maker is 11 inch(s)
(defaultMaximumHeight Crib
    (MeasureFn 60 Inch))
DimensioningAmenities.kif 81-81 The maximum expected height of crib is 60 inch(s)
(defaultMaximumHeight Desk
    (MeasureFn 30 Inch))
DimensioningAmenities.kif 99-99 The maximum expected height of desk is 30 inch(s)
(defaultMaximumHeight DoubleBed
    (MeasureFn 40 Inch))
DimensioningAmenities.kif 108-108 The maximum expected height of full-sized bed is 40 inch(s)
(defaultMaximumHeight KingBed
    (MeasureFn 40 Inch))
DimensioningAmenities.kif 136-136 The maximum expected height of king-sized bed is 40 inch(s)
(defaultMaximumHeight QueenBed
    (MeasureFn 40 Inch))
DimensioningAmenities.kif 145-145 The maximum expected height of queen-sized bed is 40 inch(s)
(defaultMaximumHeight SingleBed
    (MeasureFn 40 Inch))
DimensioningAmenities.kif 154-154 The maximum expected height of twin-sized bed is 40 inch(s)
(defaultMaximumHeight BedFrame
    (MeasureFn 48 Inch))
DimensioningAmenities.kif 163-163 The maximum expected height of bed frame is 48 inch(s)
(defaultMaximumHeight BunkBed
    (MeasureFn 75 Inch))
DimensioningAmenities.kif 172-172 The maximum expected height of bunk bed is 75 inch(s)
(defaultMaximumHeight Microwave
    (MeasureFn 14 Inch))
DimensioningAmenities.kif 181-181 The maximum expected height of microwave is 14 inch(s)
(defaultMaximumHeight VideoDisplay
    (MeasureFn 30 Inch))
DimensioningAmenities.kif 190-190 The maximum expected height of video display is 30 inch(s)
(defaultMaximumHeight CableTelevisionSystem
    (MeasureFn 30 Inch))
DimensioningAmenities.kif 199-199 The maximum expected height of cable television system is 30 inch(s)
(defaultMaximumHeight SatelliteTelevisionSystem
    (MeasureFn 30 Inch))
DimensioningAmenities.kif 208-208 The maximum expected height of satellite tv is 30 inch(s)
(defaultMaximumHeight Refrigerator
    (MeasureFn 69 Inch))
DimensioningAmenities.kif 217-217 The maximum expected height of refrigerator is 69 inch(s)
(defaultMaximumHeight Recliner
    (MeasureFn 44 Inch))
DimensioningAmenities.kif 226-226 The maximum expected height of recliner is 44 inch(s)
(defaultMaximumHeight WetBar
    (MeasureFn 73 Inch))
DimensioningAmenities.kif 235-235 The maximum expected height of wet bar is 73 inch(s)
(defaultMaximumHeight VideoCassette
    (MeasureFn 6 Inch))
DimensioningAmenities.kif 244-244 The maximum expected height of video cassette is 6 inch(s)
(defaultMaximumHeight VideoGamePlayer
    (MeasureFn 4 Inch))
DimensioningAmenities.kif 253-253 The maximum expected height of video game player is 4 inch(s)
(defaultMaximumHeight Toilet
    (MeasureFn 45 Centimeter))
DimensioningAmenities.kif 262-262 The maximum expected height of toilet is 45 centimeter(s)
(defaultMaximumHeight Bidet
    (MeasureFn 40 Centimeter))
DimensioningAmenities.kif 271-271 The maximum expected height of bidet is 40 centimeter(s)
(defaultMaximumHeight TVRemoteControl
    (MeasureFn 4 Centimeter))
DimensioningAmenities.kif 280-280 The maximum expected height of tv remote is 4 centimeter(s)

Display limited to 25 items. Show next 25

Display limited to 25 items. Show next 25


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.0-0a80e6c8 (2026-05-12) is open source software produced by Articulate Software and its partners