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 27356-27357
(instance ColdTemperature TemperatureAttribute) Mid-level-ontology.kif 27355-27355 Cold is an instance of temperature attribute
(successorAttribute ColdTemperature CoolTemperature) Mid-level-ontology.kif 27365-27365 Cold is an immediate successor attribute of cool
(successorAttributeClosure ColdTemperature HotTemperature) Mid-level-ontology.kif 27359-27359 Cold is a successor attribute of hot

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


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

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 27379-27394

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