mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-09 21:19:31 -06:00
16 lines
635 B
OpenEdge ABL
16 lines
635 B
OpenEdge ABL
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)))).
|
|
|