(=>
(maximumPayloadCapacity ?V
(MeasureFn ?LOAD ?UNITLOAD))
(not
(exists (?TP ?O ?WO ?WOU)
(and
(instance ?TP Transportation)
(instrument ?TP ?V)
(patient ?TP ?O)
(weight ?O
(MeasureFn ?WO ?WOU))
(equal ?WOU ?UNITLOAD)
(greaterThan ?WO ?LOAD))))) |
MilitaryDevices.kif 92-104 |
If X Y(s) is a maximum payload capacity of Z, then there don't exist W, V,, , U and T such that W is an instance of transportation and Z is an instrument for W and V is a patient of W and U T(s) is a weight of V and equal T and Y and U is greater than X |