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

Formal Language: 



KB Term:  Term intersection
English Word: 

  Tremor

Sigma KEE - Tremor
Tremor

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 est une sous-classe de Rotating

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


(subclass EarthTremor Tremor) Geography.kif 2319-2319 EarthTremor est une sous-classe de Tremor
(subclass Trembling Tremor) Mid-level-ontology.kif 20009-20009 Trembling est une sous-classe de 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 Le nombre 1 argument de physicalAmplitude est une instance de 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 simplified definition (without tree view)
Show simplified definition (with tree view)

Show without tree


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