(=>
(and
(holdsDuring ?T
(measure ?C ?S))
(engineIdleSpeed ?E ?S)
(instance ?A Automobile)
(part ?E ?A)
(part ?C ?E))
(modalAttribute
(not
(exists (?P ?GP)
(and
(during ?P ?T)
(instance ?P Pushing)
(destination ?P ?GP)
(part ?GP ?A)))) Likely)) |
Cars.kif 2401-2417 |
If the measure of X is Y holds during Z, the idle speed of W is Y, V is an instance of automobile, W is a part of V, and X is a part of W, then the statement there don't exist U, T such that U takes place during Z, U is an instance of pushing, U ends up at T, and T is a part of V has the modal force of likely |