1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
fof(axTransportationPred0, axiom,
f_geographicSubregion(inst_NorthwestPassage,inst_ArcticOcean)).
fof(axTransportationPred1, axiom,
f_geographicSubregion(inst_NorthwestPassage,inst_WesternHemisphere)).
fof(axTransportationPred2, axiom,
f_geographicSubregion(inst_NorthernSeaRoute,inst_ArcticOcean)).
fof(axTransportationPred3, axiom,
f_geographicSubregion(inst_NorthernSeaRoute,inst_EasternHemisphere)).
fof(axTransportationPred4, axiom,
f_MeasureFn(1,inst_CubicFoot) = f_MultiplicationFn(f_MeasureFn(1,inst_FootLength),f_MultiplicationFn(f_MeasureFn(1,inst_FootLength),f_MeasureFn(1,inst_FootLength)))).
|