(=>
(equal ?NUMBER
(MultiplicationFn 1.0 ?NUMBER))
(equal
(MeasureFn ?NUMBER CubicFoot)
(MeasureFn
(MultiplicationFn ?NUMBER
(MultiplicationFn ?NUMBER ?NUMBER)) FootLength))) |
Mid-level-ontology.kif 15225-15232 |
If equal X, 1.0, and X, then equal X cubic foot(s) and X and X and X foot length(s) |
(=>
(equal ?NUMBER
(MultiplicationFn 1.0 ?NUMBER))
(equal
(MeasureFn ?NUMBER YardLength)
(MeasureFn
(MultiplicationFn 3.0 ?NUMBER) FootLength))) |
Mid-level-ontology.kif 21010-21014 |
If equal X, 1.0, and X, then equal X yard length(s) and 3.0 and X foot length(s) |
(=>
(equal ?NUMBER
(MultiplicationFn 1.0 ?NUMBER))
(equal
(MeasureFn ?NUMBER Fathom)
(MeasureFn
(MultiplicationFn ?NUMBER 6.0) FootLength))) |
Geography.kif 5379-5383 |
If equal X, 1.0, and X, then equal X fathom(s) and X and 6.0 foot length(s) |
(=>
(equal ?NUM
(MultiplicationFn 1.0 ?NUM))
(equal
(MeasureFn ?NUM NauticalMile)
(MeasureFn
(MultiplicationFn ?NUM 6076.1) FootLength))) |
Geography.kif 5438-5445 |
If equal X, 1.0, and X, then equal X nautical mile(s) and X and 6076.1 foot length(s) |
(=>
(and
(instance ?SEA Sea)
(top ?TOP ?SEA))
(altitude ?TOP SeaLevel
(MeasureFn 0.0 FootLength))) |
Geography.kif 6314-6319 |
If X is an instance of sea and the top of X is Y, then the altitude of Y relative to sea level is 0.0 foot length(s) |
(=>
(and
(instance ?ocean Ocean)
(surface ?top ?ocean))
(elevation ?top
(MeasureFn 0.0 FootLength))) |
Geography.kif 6393-6398 |
If X is an instance of ocean and Y is a surface of X, then 0.0 foot length(s) is an elevation of Y |
(=>
(instance ?LCAC LCAC)
(and
(length ?LCAC
(MeasureFn 88.0 FootLength))
(effectiveRange ?LCAC
(MeasureFn 555.0 Kilometer)))) |
MilitaryDevices.kif 2124-2130 |
If X is an instance of LCAC, then the length of X is 88.0 foot length(s) and 555.0 kilometer(s) is an effective range of X |
(=>
(instance ?HARBOR DeepDraftHarbor)
(navigableForDraft ?HARBOR
(MeasureFn 45 FootLength))) |
Transportation.kif 904-906 |
If X is an instance of deep draft harbor, then 45 foot length(s) is a navigable for draft of X |
(=>
(instance ?T TwentyFtContainer)
(and
(length ?T
(MeasureFn 20 FootLength))
(width ?T
(MeasureFn 8 FootLength)))) |
Transportation.kif 2850-2856 |
If X is an instance of twenty foot container, then the length of X is 20 foot length(s) and the width of X is 8 foot length(s) |
(=>
(instance ?T FortyFtContainer)
(and
(length ?T
(MeasureFn 40 FootLength))
(width ?T
(MeasureFn 8 FootLength)))) |
Transportation.kif 2988-2994 |
If X is an instance of forty foot container, then the length of X is 40 foot length(s) and the width of X is 8 foot length(s) |
(=>
(instance ?T FortyfiveFtContainer)
(and
(length ?T
(MeasureFn 45 FootLength))
(height ?T
(MeasureFn 102 Inch))
(width ?T
(MeasureFn 8 FootLength)))) |
Transportation.kif 3056-3064 |
If X is an instance of forty five foot container, then the length of X is 45 foot length(s), the height of X is 102 inch(s), and the width of X is 8 foot length(s) |
(=>
(instance ?T FortyeightFtContainer)
(and
(length ?T
(MeasureFn 48 FootLength))
(height ?T
(MeasureFn 102 Inch))
(width ?T
(MeasureFn 8 FootLength)))) |
Transportation.kif 3075-3083 |
If X is an instance of forty eight foot container, then the length of X is 48 foot length(s), the height of X is 102 inch(s), and the width of X is 8 foot length(s) |
(=>
(instance ?T FiftythreeFtContainer)
(and
(length ?T
(MeasureFn 53 FootLength))
(height ?T
(MeasureFn 102 Inch))
(width ?T
(MeasureFn 8 FootLength)))) |
Transportation.kif 3098-3106 |
If X is an instance of fifty three foot container, then the length of X is 53 foot length(s), the height of X is 102 inch(s), and the width of X is 8 foot length(s) |
(=>
(instance ?HS HeavySurf)
(exists (?SZ ?SWH)
(and
(instance ?SZ SurfZone)
(eventLocated ?HS ?SZ)
(significantWaveHeight ?SZ
(WhenFn ?HS)
(MeasureFn ?SWH FootLength))
(greaterThanOrEqualTo ?SWH 13.0)))) |
Weather.kif 2866-2875 |
If X is an instance of heavy zone, then there exist Y and Z such that Y is an instance of surf zone and X is located at Y and significantWaveHeight in Y during the time of existence of X is Z foot length(s). and Z is greater than or equal to 13.0 |