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 17486-17487
(subclass Tremor Rotating) Mid-level-ontology.kif 17485-17485 Tremor is a subclass of rotating

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


(subclass EarthTremor Tremor) Geography.kif 2319-2319 Earth tremor is a subclass of tremor
(subclass Trembling Tremor) Mid-level-ontology.kif 20009-20009 Trembling is a subclass of tremor
(termFormat ChineseLanguage Tremor "震") domainEnglishFormat.kif 59164-59164
(termFormat ChineseTraditionalLanguage Tremor "震") domainEnglishFormat.kif 59163-59163
(termFormat EnglishLanguage Tremor "tremor") domainEnglishFormat.kif 59162-59162

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 ?T)
        (during ?T2 ?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