velocity fn (VelocityFn)
Specifies the velocity of an object, i.e. the speed
and the direction of the speed. For example (VelocityFn (MeasureFn 55 Mile)
(MeasureFn 2 HourDuration) reference North) denotes the velocity of 55 miles
per hour North of the given reference point reference.
Ontologie
SUMO / UNITS-OF-MEASUREClass(es)
Typy argumentů
proměnná veličina VelocityFn(délková jednotka, trvání, oblast, směrový atribut)
Axiomy (1)
Jestliže the measure of object je "velocity fn(distance,time,ref,direction)", potom the measure of object je "speed fn(distance,time)".
(=>
(measure
?OBJECT
(VelocityFn ?DISTANCE ?TIME ?REF ?DIRECTION))
(measure
?OBJECT
(SpeedFn ?DISTANCE ?TIME)))