mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-23 03:32:51 -06:00
added TPTP for SUMO
This commit is contained in:
15
examples/SUMO/TPTP/TransportationPredAx.p
Normal file
15
examples/SUMO/TPTP/TransportationPredAx.p
Normal file
@@ -0,0 +1,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)))).
|
||||
|
||||
Reference in New Issue
Block a user