![]() |
![]() Browsing Interface : Welcome guest : log in |
[
Home | 
Graph | 
LogLearn |
Editor |
]
KB:
Language:
Formal Language:
|
| fleetDeadWeightTonnage |
| appearance as argument number 1 |
|
|
| appearance as argument number 2 |
|
|
| (format EnglishLanguage fleetDeadWeightTonnage "%2 is %n a fleet dead weight tonnage of %1") | domainEnglishFormat.kif 1051-1051 | |
| (format ChineseTraditionalLanguage fleetDeadWeightTonnage "%2 %n 是 %1 的 fleet 載重噸位") | domainEnglishFormat.kif 1052-1052 | |
| (format ChineseLanguage fleetDeadWeightTonnage "%2 %n 是 %1 的 fleet 载重吨位") | domainEnglishFormat.kif 1053-1053 | |
| (termFormat EnglishLanguage fleetDeadWeightTonnage "fleet dead weight tonnage") | domainEnglishFormat.kif 24214-24214 | |
| (termFormat ChineseTraditionalLanguage fleetDeadWeightTonnage "艦隊載重噸位") | domainEnglishFormat.kif 24215-24215 | |
| (termFormat ChineseLanguage fleetDeadWeightTonnage "舰队载重吨位") | domainEnglishFormat.kif 24216-24216 |
| antecedent |
|
|
| (=> (and (instance ?UNIT UnitOfMass) (fleetDeadWeightTonnage ?FLEET (MeasureFn ?NUMBER ?UNIT))) (equal ?UNIT LongTon)) |
Transportation.kif 1013-1017 | If X is an instance of unit of mass and Y X(s) is a fleet dead weight tonnage of Z, then equal X and long ton |
| (=> (and (fleetDeadWeightTonnage ?FLEET (MeasureFn ?T LongTon)) (vesselDeadWeightTonnage ?VESSEL (MeasureFn ?X LongTon)) (member ?VESSEL ?FLEET)) (exists (?L) (and (instance ?L List) (inList ?X ?L) (equal ?T (ListSumFn ?L))))) |
Transportation.kif 2784-2794 | If X long ton(s) is a fleet dead weight tonnage of Y, Z long ton(s) is a vessel dead weight tonnage of W, and W is a member of Y, then there exists V such that V is an instance of list, Z is a member of V, equal X, and the sum of V |