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 25699-25700
(instance ColdTemperature TemperatureAttribute) Mid-level-ontology.kif 25698-25698 Cold is an instance of temperature attribute
(successorAttribute ColdTemperature CoolTemperature) Mid-level-ontology.kif 25708-25708 Cold is an immediate successor attribute of cool
(successorAttributeClosure ColdTemperature HotTemperature) Mid-level-ontology.kif 25702-25702 Cold is a successor attribute of hot

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


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

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 25722-25737

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