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

Formal Language: 



KB Term:  Term intersection
English Word: 

  AccelerationFn

Sigma KEE - AccelerationFn
AccelerationFn

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


(documentation AccelerationFn EnglishLanguage "Specifies the acceleration of an object, i.e. the change in speed for a given direction.") Cars.kif 1269-1270
(domain AccelerationFn 1 FunctionQuantity) Cars.kif 1274-1274 The number 1 argument of Acceleration fn is an instance of function quantity
(domain AccelerationFn 2 TimeDuration) Cars.kif 1275-1275 The number 2 argument of Acceleration fn is an instance of time duration
(domain AccelerationFn 3 Object) Cars.kif 1276-1276 The number 3 argument of Acceleration fn is an instance of object
(domain AccelerationFn 4 DirectionalAttribute) Cars.kif 1277-1277 The number 4 argument of Acceleration fn is an instance of directional attribute
(instance AccelerationFn QuaternaryFunction) Cars.kif 1278-1278 Acceleration fn is an instance of quaternary function
(instance AccelerationFn TotalValuedRelation) Cars.kif 1279-1279 Acceleration fn is an instance of total valued relation
(range AccelerationFn FunctionQuantity) Cars.kif 1280-1280 The range of Acceleration fn is an instance of function quantity

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


(format EnglishLanguage AccelerationFn "the accelleration %1 of %3 in %2 in the direction %4") Cars.kif 1271-1272
(termFormat EnglishLanguage AccelerationFn "Acceleration fn") domainEnglishFormat.kif 64395-64395

consequent
-------------------------


(=>
    (and
        (instance ?B Braking)
        (patient ?B ?O))
    (and
        (holdsDuring
            (ImmediatePastFn
                (WhenFn ?B))
            (equal
                (MeasureFn ?A1 MilesPerHour)
                (AccelerationFn ?FQ ?T ?O ?D)))
        (holdsDuring
            (ImmediateFutureFn
                (WhenFn ?B))
            (equal
                (MeasureFn ?A2 MilesPerHour)
                (AccelerationFn ?FQ ?T ?O ?D)))
        (greaterThan ?A1 ?A2)))
Cars.kif 1252-1267


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