![]() |
![]() Browsing Interface : Welcome guest : log in |
[
Home | 
Graph | 
LogLearn |
Editor |
]
KB:
Language:
Formal Language:
|
| vesselDisplacement |
| appearance as argument number 1 |
|
|
| (instance vesselDisplacement BinaryPredicate) | Transportation.kif 2763-2763 | vessel displacement is an instance of binary predicate |
| (domain vesselDisplacement 1 WaterVehicle) | Transportation.kif 2764-2764 | The number 1 argument of vessel displacement is an instance of water vehicle |
| (domain vesselDisplacement 2 PhysicalQuantity) | Transportation.kif 2765-2765 | The number 2 argument of vessel displacement is an instance of physical quantity |
| (subrelation vesselDisplacement measure) | Transportation.kif 2766-2766 | vessel displacement is a subrelation of measure |
| (documentation vesselDisplacement EnglishLanguage "(vesselDisplacement ?VESSEL ?AMOUNT) means that the displacement of WaterVehicle ?VESSEL is the PhysicalQuantity ?AMOUNT. The displacement of a vessel may be measured in LongTons (Dead Weight Tonnage, or DWT) or by volume (Gross Registered Tonnage, or GRT).") | Transportation.kif 2767-2771 | vessel displacement is a subrelation of measure |
| appearance as argument number 2 |
|
|
| antecedent |
|
|
| (=> (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 |