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

Formal Language: 



KB Term:  Term intersection
English Word: 

  Accelerating

Sigma KEE - Accelerating
Accelerating(accelerating)accelerate, quicken, speed, speed_up

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


(documentation Accelerating EnglishLanguage "Increasing the speed with which someone or something is moving.") Mid-level-ontology.kif 17140-17141
(subclass Accelerating Increasing) Mid-level-ontology.kif 17139-17139 Accelerating is a subclass of increasing
(subclass Accelerating Translocation) Mid-level-ontology.kif 17138-17138 Accelerating is a subclass of translocation

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


(termFormat ChineseLanguage Accelerating "加速") domainEnglishFormat.kif 5208-5208
(termFormat ChineseTraditionalLanguage Accelerating "加速") domainEnglishFormat.kif 5207-5207
(termFormat EnglishLanguage Accelerating "accelerating") domainEnglishFormat.kif 5206-5206

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


(=>
    (and
        (instance ?A Accelerating)
        (equal ?T
            (WhenFn ?A))
        (experiencer ?A ?E))
    (not
        (exists (?D)
            (and
                (instance ?D Decelerating)
                (experiencer ?D ?E)
                (equal ?T
                    (WhenFn ?D))))))
Mid-level-ontology.kif 17193-17203
(=>
    (and
        (instance ?ACCELERATE Accelerating)
        (agent ?ACCELERATE ?AGENT))
    (exists (?LENGTH1 ?LENGTH2 ?TIME1 ?TIME2 ?U1 ?U2)
        (and
            (holdsDuring
                (BeginFn
                    (WhenFn ?ACCELERATE))
                (measure ?AGENT
                    (SpeedFn
                        (MeasureFn ?LENGTH1 ?U1)
                        (MeasureFn ?TIME1 ?U2))))
            (holdsDuring
                (EndFn
                    (WhenFn ?ACCELERATE))
                (measure ?AGENT
                    (SpeedFn
                        (MeasureFn ?LENGTH2 ?U1)
                        (MeasureFn ?TIME2 ?U2))))
            (or
                (greaterThan ?LENGTH2 ?LENGTH1)
                (greaterThan ?TIME2 ?TIME1)))))
Mid-level-ontology.kif 17143-17164


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