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

Formal Language: 



KB Term:  Term intersection
English Word: 

Sigma KEE - Tremor
Tremor(震)

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 旋转subclass

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


(subclass EarthTremor Tremor) Geography.kif 2307-2307 地震subclass
(subclass Trembling Tremor) Mid-level-ontology.kif 21569-21569 发抖subclass
(termFormat ChineseLanguage Tremor "震") domainEnglishFormat.kif 59146-59146 发抖subclass
(termFormat ChineseTraditionalLanguage Tremor "震") domainEnglishFormat.kif 59145-59145 发抖subclass
(termFormat EnglishLanguage Tremor "tremor") domainEnglishFormat.kif 59144-59144 发抖subclass

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


(domain physicalAmplitude 1 Tremor) Cars.kif 731-731 physicalAmplitude 的 1 数量 是 instance

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