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

Formal Language: 



KB Term:  Term intersection
English Word: 

Sigma KEE - ColdTemperature
ColdTemperature(cold)cold, ice-cold, stone-cold

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


(documentation ColdTemperature EnglishLanguage "ColdTemperature is a type of TemperatureAttribute that has a low or inadequate temperature") Mid-level-ontology.kif 25732-25733
(instance ColdTemperature TemperatureAttribute) Mid-level-ontology.kif 25731-25731 Cold is an instance of temperature attribute
(successorAttribute ColdTemperature CoolTemperature) Mid-level-ontology.kif 25741-25741 Cold is an immediate successor attribute of cool
(successorAttributeClosure ColdTemperature HotTemperature) Mid-level-ontology.kif 25735-25735 Cold is a successor attribute of hot

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


(termFormat EnglishLanguage ColdTemperature "cold") Mid-level-ontology.kif 25734-25734

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


(=>
    (and
        (immediateInstance ?X ?CLASS)
        (immediateInstance ?Y ?CLASS)
        (attribute ?X ColdTemperature)
        (attribute ?Y HotTemperature))
    (exists (?TEMPX ?TEMPY ?UNIT)
        (and
            (measure ?X
                (MeasureFn ?TEMPX ?UNIT))
            (instance ?UNIT UnitOfTemperature)
            (instance ?TEMPX TemperatureMeasure)
            (measure ?Y
                (MeasureFn ?TEMPY ?UNIT))
            (instance ?TEMPY TemperatureMeasure)
            (greaterThan ?TEMPY ?TEMPX))))
Mid-level-ontology.kif 25755-25770

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


(=>
    (and
        (instance ?T TemperatureFallingExperiencedAsFeelingCold)
        (located ?T ?L)
        (experiencer ?T ?A))
    (holdsDuring
        (WhenFn ?T)
        (believes ?A
            (attribute ?L ColdTemperature))))
emotion.kif 1551-1558


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