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/CommunicationsLemAx.p | |
| parent | 6690fbaf6ce1247165ce159683367982c28efeca (diff) | |
added TPTP for SUMO
Diffstat (limited to 'examples/SUMO/TPTP/CommunicationsLemAx.p')
| -rw-r--r-- | examples/SUMO/TPTP/CommunicationsLemAx.p | 68 |
1 files changed, 68 insertions, 0 deletions
diff --git a/examples/SUMO/TPTP/CommunicationsLemAx.p b/examples/SUMO/TPTP/CommunicationsLemAx.p new file mode 100644 index 000000000..1dd617446 --- /dev/null +++ b/examples/SUMO/TPTP/CommunicationsLemAx.p @@ -0,0 +1,68 @@ +fof(axCommLem0, axiom,
+ ( ! [Var_DEVICE] :
+ (hasType(type_CommunicationDevice, Var_DEVICE) =>
+(( ! [Var_COMMUNICATION] :
+ (hasType(type_Communication, Var_COMMUNICATION) =>
+(f_instrument(Var_COMMUNICATION,Var_DEVICE)))))))).
+
+fof(axCommLem1, axiom,
+ ( ! [Var_SYSTEM] :
+ (hasType(type_TelephoneSystem, Var_SYSTEM) =>
+(( ? [Var_PHONE] :
+ (hasType(type_Telephone, Var_PHONE) &
+(f_engineeringSubcomponent(Var_PHONE,Var_SYSTEM)))))))).
+
+fof(axCommLem2, axiom,
+ ( ! [Var_SYSTEM] :
+ (hasType(type_TelephoneSystem, Var_SYSTEM) =>
+(( ? [Var_LINE] :
+ (hasType(type_MainTelephoneLine, Var_LINE) &
+(f_engineeringSubcomponent(Var_LINE,Var_SYSTEM)))))))).
+
+fof(axCommLem3, axiom,
+ ( ! [Var_SAT] :
+ (hasType(type_CommunicationSatellite, Var_SAT) =>
+(( ? [Var_SYSTEM] :
+ (hasType(type_CommunicationSystem, Var_SYSTEM) &
+(f_engineeringSubcomponent(Var_SAT,Var_SYSTEM)))))))).
+
+fof(axCommLem4, axiom,
+ ( ! [Var_SYSTEM] :
+ (hasType(type_RadioSystem, Var_SYSTEM) =>
+(( ? [Var_DEVICE] :
+ (hasType(type_RadioReceiver, Var_DEVICE) &
+(f_engineeringSubcomponent(Var_DEVICE,Var_SYSTEM)))))))).
+
+fof(axCommLem5, axiom,
+ ( ! [Var_SYSTEM] :
+ (hasType(type_TelevisionSystem, Var_SYSTEM) =>
+(( ? [Var_STATION] :
+ (hasType(type_TelevisionStation, Var_STATION) &
+(f_engineeringSubcomponent(Var_STATION,Var_SYSTEM)))))))).
+
+fof(axCommLem6, axiom,
+ ( ! [Var_SYSTEM] :
+ (hasType(type_TelevisionSystem, Var_SYSTEM) =>
+(( ? [Var_DEVICE] :
+ (hasType(type_TelevisionReceiver, Var_DEVICE) &
+(f_engineeringSubcomponent(Var_DEVICE,Var_SYSTEM)))))))).
+
+fof(axCommLem7, axiom,
+ ( ! [Var_SYSTEM] :
+ (hasType(type_CableTelevisionSystem, Var_SYSTEM) =>
+(( ? [Var_DEVICE] :
+ (hasType(type_TelevisionReceiver, Var_DEVICE) &
+(f_engineeringSubcomponent(Var_DEVICE,Var_SYSTEM)))))))).
+
+fof(axCommLem8, axiom,
+ ( ! [Var_PART] :
+ (hasType(type_InternetServiceProvider, Var_PART) =>
+(f_engineeringSubcomponent(Var_PART,inst_Internet))))).
+
+fof(axCommLem9, axiom,
+ ( ! [Var_INDIVIDUAL] :
+ ((hasType(type_Object, Var_INDIVIDUAL) & hasType(type_Agent, Var_INDIVIDUAL)) =>
+(((f_attribute(Var_INDIVIDUAL,inst_InternetUser)) => (( ? [Var_PROCESS] :
+ (hasType(type_Process, Var_PROCESS) &
+(((f_agent(Var_PROCESS,Var_INDIVIDUAL)) & (f_instrument(Var_PROCESS,inst_Internet)))))))))))).
+
|
