(=>
(and
(navigableForShippingTonnage ?WATERWAY
(MeasureFn ?TONNAGE LongTon))
(instance ?VESSEL WaterVehicle)
(vesselDisplacement ?VESSEL
(MeasureFn ?DWT LongTon))
(lessThanOrEqualTo ?DWT ?TONNAGE))
(capability
(TripFn ?VESSEL) path ?WATERWAY)) |
Transportation.kif 3711-3717 |
If X long ton(s) is a navigable for shipping tonnage of Y, Z is an instance of water vehicle, W long ton(s) is a vessel displacement of Z, and W is less than or equal to X, then Y is capable of doing the trip of Z as a path |