diff options
| author | krasimir <krasimir@chalmers.se> | 2010-02-17 12:21:41 +0000 |
|---|---|---|
| committer | krasimir <krasimir@chalmers.se> | 2010-02-17 12:21:41 +0000 |
| commit | d6627b5a5af6a82dd5316ac5d527790697615339 (patch) | |
| tree | 06c89e2cbb1212fe54c1c886ddb839e91383952f /examples/SUMO/TPTP/TransportationPredAx.p | |
| parent | 6690fbaf6ce1247165ce159683367982c28efeca (diff) | |
added TPTP for SUMO
Diffstat (limited to 'examples/SUMO/TPTP/TransportationPredAx.p')
| -rw-r--r-- | examples/SUMO/TPTP/TransportationPredAx.p | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/examples/SUMO/TPTP/TransportationPredAx.p b/examples/SUMO/TPTP/TransportationPredAx.p new file mode 100644 index 000000000..4275b7007 --- /dev/null +++ b/examples/SUMO/TPTP/TransportationPredAx.p @@ -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)))).
+
|
