topSpeed |
appearance as argument number 1 |
![]() |
(documentation topSpeed EnglishLanguage "The maximum speed under normal conditions for a vehicle. For a RoadVehicle this would be on level ground, no headwind or tailwind, 70 degrees F, standard recommended fuel etc. For an Aircraft this would mean level flight out of ground effect. Because of the number of external factors on top speed, all that can be said formally is that higher speeds are unlikely.") | Transportation.kif 1720-1724 | |
(domain topSpeed 1 Vehicle) | Transportation.kif 1718-1718 | |
(domain topSpeed 2 FunctionQuantity) | Transportation.kif 1719-1719 | |
(instance topSpeed BinaryPredicate) | Transportation.kif 1717-1717 |
appearance as argument number 2 |
![]() |
(format ChineseLanguage topSpeed "%1 的 top speed 是 %2 ") | domainEnglishFormat.kif 4799-4799 | |
(format ChineseTraditionalLanguage topSpeed "%1 的 top speed 是 %2 ") | domainEnglishFormat.kif 4798-4798 | |
(format EnglishLanguage topSpeed "the top speed of %1 is %2") | domainEnglishFormat.kif 4797-4797 |
antecedent |
![]() |
(=> (and (topSpeed ?V (MeasureFn ?Q ?CU)) (instance ?CU CompositeUnitOfMeasure) (instance ?UL UnitOfLength) (instance ?UD UnitOfDuration) (equal ?FASTPROB (ProbabilityFn (measure ?V (SpeedFn (MeasureFn ?L1 ?UL) (MeasureFn ?T1 ?UD))))) (equal ?SLOWPROB (ProbabilityFn (measure ?V (SpeedFn (MeasureFn ?L2 ?UL) (MeasureFn ?T2 ?UD))))) (greaterThan (SpeedFn ?L1 ?T1) ?Q) (greaterThan ?Q (SpeedFn ?L2 ?T2))) (greaterThan ?SLOWPROB ?FASTPROB)) |
Transportation.kif 1726-1744 |
![]() |
![]() |