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

Formal Language: 


KB Term:  Term intersection
English Word: 

Sigma KEE - Tremor
Tremor(tremor)flicker, flitter, flutter, judder, quiver, shake, shaky, shivering, trembling, waver

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


(documentation Tremor EnglishLanguage "Motion that involves rapidly Rotating between two positions.") Mid-level-ontology.kif 19010-19011
(subclass Tremor Rotating) Mid-level-ontology.kif 19009-19009 Tremor is a subclass of rotating

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


(subclass EarthTremor Tremor) Geography.kif 2444-2444 Earth tremor is a subclass of tremor
(subclass Trembling Tremor) Mid-level-ontology.kif 21569-21569 Trembling is a subclass of tremor
(termFormat ChineseLanguage Tremor "震") domainEnglishFormat.kif 59146-59146 Trembling is a subclass of tremor
(termFormat ChineseTraditionalLanguage Tremor "震") domainEnglishFormat.kif 59145-59145 Trembling is a subclass of tremor
(termFormat EnglishLanguage Tremor "tremor") domainEnglishFormat.kif 59144-59144 Trembling is a subclass of tremor

appearance as argument number 3
-------------------------


(domain physicalAmplitude 1 Tremor) Cars.kif 731-731 The number 1 argument of physical amplitude is an instance of tremor

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


(=>
    (and
        (dampingRatio ?P ?R)
        (greaterThan ?R 0)
        (instance ?T Tremor)
        (patient ?T ?P)
        (instance ?U UnitOfLength)
        (holdsDuring ?T1
            (physicalAmplitude ?T
                (MeasureFn ?A1 ?U)))
        (holdsDuring ?T2
            (physicalAmplitude ?T
                (MeasureFn ?A2 ?U)))
        (during ?T1
            (WhenFn ?T))
        (during ?T2
            (WhenFn ?T))
        (earlier ?T1 ?T2))
    (greaterThan ?A1 ?A2))
Cars.kif 809-825
(=>
    (and
        (instance ?E Motion)
        (instance ?T Tremor)
        (instance ?D Damper)
        (patient ?T ?O)
        (part ?D ?O)
        (causes ?E ?T)
        (instance ?U UnitOfLength)
        (holdsDuring
            (WhenFn ?E)
            (physicalAmplitude ?T
                (MeasureFn ?A1 ?U)))
        (holdsDuring
            (ImmediateFutureFn ?E)
            (physicalAmplitude ?T
                (MeasureFn ?A2 ?U))))
    (greaterThan ?A1 ?A2))
Cars.kif 777-792


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