Advertisement
logicmoo

canon2.txt

Apr 9th, 2017
626
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Prolog 1.78 MB | None | 0 0
  1.  
  2. % asserted_id(implies(and(hasIssuedTo(PERSON, DEGREE), isa(DEGREE, cwDoctorOfOsteopathyDegree)), isa(PERSON, mobDoctorOsteopathic)), a308743(PERSON, DEGREE)).
  3. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  4. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  5.  kif:-all(_185168,all(_185188,implies(and(hasIssuedTo(_185188,_185168),isa(_185168,cwDoctorOfOsteopathyDegree)),isa(_185188,mobDoctorOsteopathic))))
  6.  pkif:-all(_185114,all(_185134,=>(&(hasIssuedTo(_185134,_185114),isa(_185114,cwDoctorOfOsteopathyDegree)),isa(_185134,mobDoctorOsteopathic))))
  7. % cnf :-
  8. %   v(v(~hasIssuedTo(_126{???PERSON}, _140{???DEGREE}),
  9. %       ~isa(_140{???DEGREE}, cwDoctorOfOsteopathyDegree)),
  10. %     isa(_126{???PERSON}, mobDoctorOsteopathic)).
  11.  horn:-[(~hasIssuedTo(_185998,_186012):-isa(_186012,cwDoctorOfOsteopathyDegree),~isa(_185998,mobDoctorOsteopathic)),(~isa(_186070,cwDoctorOfOsteopathyDegree):-hasIssuedTo(_186096,_186070),~isa(_186096,mobDoctorOsteopathic)),(isa(_186138,mobDoctorOsteopathic):-hasIssuedTo(_186138,_186164),isa(_186164,cwDoctorOfOsteopathyDegree))]
  12. % boxlog :-
  13. %  
  14. %   [ (~hasIssuedTo(_668{???PERSON}, _682{???DEGREE}):-isa(_682{???DEGREE}, cwDoctorOfOsteopathyDegree), ~isa(_668{???PERSON}, mobDoctorOsteopathic)),
  15. %     (~isa(_640{???DEGREE}, cwDoctorOfOsteopathyDegree):-hasIssuedTo(_654{???PERSON}, _640{???DEGREE}), ~isa(_654{???PERSON}, mobDoctorOsteopathic)),
  16. %     (isa(_612{???PERSON}, mobDoctorOsteopathic):-hasIssuedTo(_612{???PERSON}, _626{???DEGREE}), isa(_626{???DEGREE}, cwDoctorOfOsteopathyDegree))
  17. %   ].
  18. % preview :-
  19. %  
  20. %   [ (isa(_646{???DEGREE}, cwDoctorOfOsteopathyDegree), ~isa(_632{???PERSON}, mobDoctorOsteopathic), {is_unit(_646{???DEGREE}, _632{???PERSON})}-> ~hasIssuedTo(_632{???PERSON}, _646{???DEGREE})),
  21. %     (hasIssuedTo(_618{???PERSON}, _604{???DEGREE}), {avoidHeadLoop(isa(_618{???PERSON}, mobDoctorOsteopathic), isa(_604{???DEGREE}, cwDoctorOfOsteopathyDegree))}, ~isa(_618{???PERSON}, mobDoctorOsteopathic), {is_unit(_604{???DEGREE})}-> ~isa(_604{???DEGREE}, cwDoctorOfOsteopathyDegree)),
  22. %     (hasIssuedTo(_576{???PERSON}, _590{???DEGREE}), isa(_590{???DEGREE}, cwDoctorOfOsteopathyDegree), {is_unit(_576{???PERSON})}==>isa(_576{???PERSON}, mobDoctorOsteopathic))
  23. %   ].
  24. % conds= =>((name_variable(_614{???PERSON}, 'PERSON'), name_variable(_628{???DEGREE}, 'DEGREE'), name_variable(_586{???DEGREE}, 'DEGREE'), name_variable(_600{???PERSON}, 'PERSON'), name_variable(_558{???PERSON}, 'PERSON'), name_variable(_572{???DEGREE}, 'DEGREE')), [(~hasIssuedTo(_614{???PERSON}, _628{???DEGREE})<-isa(_628{???DEGREE}, cwDoctorOfOsteopathyDegree), ~isa(_614{???PERSON}, mobDoctorOsteopathic), {is_unit(_628{???DEGREE}, _614{???PERSON})}),  (~isa(_586{???DEGREE}, cwDoctorOfOsteopathyDegree)<-hasIssuedTo(_600{???PERSON}, _586{???DEGREE}), {avoidHeadLoop(isa(_600{???PERSON}, mobDoctorOsteopathic), isa(_586{???DEGREE}, cwDoctorOfOsteopathyDegree))}, ~isa(_600{???PERSON}, mobDoctorOsteopathic), {is_unit(_586{???DEGREE})}),  (hasIssuedTo(_558{???PERSON}, _572{???DEGREE}), isa(_572{???DEGREE}, cwDoctorOfOsteopathyDegree), {is_unit(_558{???PERSON})}==>isa(_558{???PERSON}, mobDoctorOsteopathic))]).
  25.  
  26.  
  27. % ~hasIssuedTo(_166{???PERSON}, _180{???DEGREE}) :-
  28. %   isa(_180{???DEGREE}, cwDoctorOfOsteopathyDegree),
  29. %   ~isa(_166{???PERSON}, mobDoctorOsteopathic).
  30. % ~isa(_130{???DEGREE}, cwDoctorOfOsteopathyDegree) :-
  31. %   hasIssuedTo(_144{???PERSON}, _130{???DEGREE}),
  32. %   ~isa(_144{???PERSON}, mobDoctorOsteopathic).
  33. % isa(_102{???PERSON}, mobDoctorOsteopathic) :-
  34. %   hasIssuedTo(_102{???PERSON}, _116{???DEGREE}),
  35. %   isa(_116{???DEGREE}, cwDoctorOfOsteopathyDegree).
  36.  
  37.  
  38. % asserted_id(implies(and(hasIssuedTo(PERSON, DEGREE), isa(DEGREE, cwPhysicianAssistantDegree)), isa(PERSON, mobPhysiciansAssistant)), a308744(PERSON, DEGREE)).
  39. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  40. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  41.  kif:-all(_185272,all(_185292,implies(and(hasIssuedTo(_185292,_185272),isa(_185272,cwPhysicianAssistantDegree)),isa(_185292,mobPhysiciansAssistant))))
  42.  pkif:-all(_185218,all(_185238,=>(&(hasIssuedTo(_185238,_185218),isa(_185218,cwPhysicianAssistantDegree)),isa(_185238,mobPhysiciansAssistant))))
  43. % cnf :-
  44. %   v(v(~hasIssuedTo(_126{???PERSON}, _140{???DEGREE}),
  45. %       ~isa(_140{???DEGREE}, cwPhysicianAssistantDegree)),
  46. %     isa(_126{???PERSON}, mobPhysiciansAssistant)).
  47.  horn:-[(~hasIssuedTo(_186102,_186116):-isa(_186116,cwPhysicianAssistantDegree),~isa(_186102,mobPhysiciansAssistant)),(~isa(_186174,cwPhysicianAssistantDegree):-hasIssuedTo(_186200,_186174),~isa(_186200,mobPhysiciansAssistant)),(isa(_186242,mobPhysiciansAssistant):-hasIssuedTo(_186242,_186268),isa(_186268,cwPhysicianAssistantDegree))]
  48. % boxlog :-
  49. %  
  50. %   [ (~hasIssuedTo(_668{???PERSON}, _682{???DEGREE}):-isa(_682{???DEGREE}, cwPhysicianAssistantDegree), ~isa(_668{???PERSON}, mobPhysiciansAssistant)),
  51. %     (~isa(_640{???DEGREE}, cwPhysicianAssistantDegree):-hasIssuedTo(_654{???PERSON}, _640{???DEGREE}), ~isa(_654{???PERSON}, mobPhysiciansAssistant)),
  52. %     (isa(_612{???PERSON}, mobPhysiciansAssistant):-hasIssuedTo(_612{???PERSON}, _626{???DEGREE}), isa(_626{???DEGREE}, cwPhysicianAssistantDegree))
  53. %   ].
  54. % preview :-
  55. %  
  56. %   [ (isa(_646{???DEGREE}, cwPhysicianAssistantDegree), ~isa(_632{???PERSON}, mobPhysiciansAssistant), {is_unit(_646{???DEGREE}, _632{???PERSON})}-> ~hasIssuedTo(_632{???PERSON}, _646{???DEGREE})),
  57. %     (hasIssuedTo(_618{???PERSON}, _604{???DEGREE}), {avoidHeadLoop(isa(_618{???PERSON}, mobPhysiciansAssistant), isa(_604{???DEGREE}, cwPhysicianAssistantDegree))}, ~isa(_618{???PERSON}, mobPhysiciansAssistant), {is_unit(_604{???DEGREE})}-> ~isa(_604{???DEGREE}, cwPhysicianAssistantDegree)),
  58. %     (hasIssuedTo(_576{???PERSON}, _590{???DEGREE}), isa(_590{???DEGREE}, cwPhysicianAssistantDegree), {is_unit(_576{???PERSON})}==>isa(_576{???PERSON}, mobPhysiciansAssistant))
  59. %   ].
  60. % conds= =>((name_variable(_614{???PERSON}, 'PERSON'), name_variable(_628{???DEGREE}, 'DEGREE'), name_variable(_586{???DEGREE}, 'DEGREE'), name_variable(_600{???PERSON}, 'PERSON'), name_variable(_558{???PERSON}, 'PERSON'), name_variable(_572{???DEGREE}, 'DEGREE')), [(~hasIssuedTo(_614{???PERSON}, _628{???DEGREE})<-isa(_628{???DEGREE}, cwPhysicianAssistantDegree), ~isa(_614{???PERSON}, mobPhysiciansAssistant), {is_unit(_628{???DEGREE}, _614{???PERSON})}),  (~isa(_586{???DEGREE}, cwPhysicianAssistantDegree)<-hasIssuedTo(_600{???PERSON}, _586{???DEGREE}), {avoidHeadLoop(isa(_600{???PERSON}, mobPhysiciansAssistant), isa(_586{???DEGREE}, cwPhysicianAssistantDegree))}, ~isa(_600{???PERSON}, mobPhysiciansAssistant), {is_unit(_586{???DEGREE})}),  (hasIssuedTo(_558{???PERSON}, _572{???DEGREE}), isa(_572{???DEGREE}, cwPhysicianAssistantDegree), {is_unit(_558{???PERSON})}==>isa(_558{???PERSON}, mobPhysiciansAssistant))]).
  61.  
  62.  
  63. % ~hasIssuedTo(_166{???PERSON}, _180{???DEGREE}) :-
  64. %   isa(_180{???DEGREE}, cwPhysicianAssistantDegree),
  65. %   ~isa(_166{???PERSON}, mobPhysiciansAssistant).
  66. % ~isa(_130{???DEGREE}, cwPhysicianAssistantDegree) :-
  67. %   hasIssuedTo(_144{???PERSON}, _130{???DEGREE}),
  68. %   ~isa(_144{???PERSON}, mobPhysiciansAssistant).
  69. % isa(_102{???PERSON}, mobPhysiciansAssistant) :-
  70. %   hasIssuedTo(_102{???PERSON}, _116{???DEGREE}),
  71. %   isa(_116{???DEGREE}, cwPhysicianAssistantDegree).
  72.  
  73.  
  74. % asserted_id(implies(and(hasIssuedTo(PERSON, DEGREE), isa(DEGREE, cwNursingDegreeLPN)), isa(PERSON, mobPracticalNurse)), a308745(PERSON, DEGREE)).
  75. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  76. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  77.  kif:-all(_185376,all(_185396,implies(and(hasIssuedTo(_185396,_185376),isa(_185376,cwNursingDegreeLPN)),isa(_185396,mobPracticalNurse))))
  78.  pkif:-all(_185322,all(_185342,=>(&(hasIssuedTo(_185342,_185322),isa(_185322,cwNursingDegreeLPN)),isa(_185342,mobPracticalNurse))))
  79. % cnf :-
  80. %   v(v(~hasIssuedTo(_126{???PERSON}, _140{???DEGREE}),
  81. %       ~isa(_140{???DEGREE}, cwNursingDegreeLPN)),
  82. %     isa(_126{???PERSON}, mobPracticalNurse)).
  83.  horn:-[(~hasIssuedTo(_186206,_186220):-isa(_186220,cwNursingDegreeLPN),~isa(_186206,mobPracticalNurse)),(~isa(_186278,cwNursingDegreeLPN):-hasIssuedTo(_186304,_186278),~isa(_186304,mobPracticalNurse)),(isa(_186346,mobPracticalNurse):-hasIssuedTo(_186346,_186372),isa(_186372,cwNursingDegreeLPN))]
  84. % boxlog :-
  85. %  
  86. %   [ (~hasIssuedTo(_668{???PERSON}, _682{???DEGREE}):-isa(_682{???DEGREE}, cwNursingDegreeLPN), ~isa(_668{???PERSON}, mobPracticalNurse)),
  87. %     (~isa(_640{???DEGREE}, cwNursingDegreeLPN):-hasIssuedTo(_654{???PERSON}, _640{???DEGREE}), ~isa(_654{???PERSON}, mobPracticalNurse)),
  88. %     (isa(_612{???PERSON}, mobPracticalNurse):-hasIssuedTo(_612{???PERSON}, _626{???DEGREE}), isa(_626{???DEGREE}, cwNursingDegreeLPN))
  89. %   ].
  90. % preview :-
  91. %  
  92. %   [ (isa(_646{???DEGREE}, cwNursingDegreeLPN), ~isa(_632{???PERSON}, mobPracticalNurse), {is_unit(_646{???DEGREE}, _632{???PERSON})}-> ~hasIssuedTo(_632{???PERSON}, _646{???DEGREE})),
  93. %     (hasIssuedTo(_618{???PERSON}, _604{???DEGREE}), {avoidHeadLoop(isa(_618{???PERSON}, mobPracticalNurse), isa(_604{???DEGREE}, cwNursingDegreeLPN))}, ~isa(_618{???PERSON}, mobPracticalNurse), {is_unit(_604{???DEGREE})}-> ~isa(_604{???DEGREE}, cwNursingDegreeLPN)),
  94. %     (hasIssuedTo(_576{???PERSON}, _590{???DEGREE}), isa(_590{???DEGREE}, cwNursingDegreeLPN), {is_unit(_576{???PERSON})}==>isa(_576{???PERSON}, mobPracticalNurse))
  95. %   ].
  96. % conds= =>((name_variable(_614{???PERSON}, 'PERSON'), name_variable(_628{???DEGREE}, 'DEGREE'), name_variable(_586{???DEGREE}, 'DEGREE'), name_variable(_600{???PERSON}, 'PERSON'), name_variable(_558{???PERSON}, 'PERSON'), name_variable(_572{???DEGREE}, 'DEGREE')), [(~hasIssuedTo(_614{???PERSON}, _628{???DEGREE})<-isa(_628{???DEGREE}, cwNursingDegreeLPN), ~isa(_614{???PERSON}, mobPracticalNurse), {is_unit(_628{???DEGREE}, _614{???PERSON})}),  (~isa(_586{???DEGREE}, cwNursingDegreeLPN)<-hasIssuedTo(_600{???PERSON}, _586{???DEGREE}), {avoidHeadLoop(isa(_600{???PERSON}, mobPracticalNurse), isa(_586{???DEGREE}, cwNursingDegreeLPN))}, ~isa(_600{???PERSON}, mobPracticalNurse), {is_unit(_586{???DEGREE})}),  (hasIssuedTo(_558{???PERSON}, _572{???DEGREE}), isa(_572{???DEGREE}, cwNursingDegreeLPN), {is_unit(_558{???PERSON})}==>isa(_558{???PERSON}, mobPracticalNurse))]).
  97.  
  98.  
  99. % ~hasIssuedTo(_166{???PERSON}, _180{???DEGREE}) :-
  100. %   isa(_180{???DEGREE}, cwNursingDegreeLPN),
  101. %   ~isa(_166{???PERSON}, mobPracticalNurse).
  102. % ~isa(_130{???DEGREE}, cwNursingDegreeLPN) :-
  103. %   hasIssuedTo(_144{???PERSON}, _130{???DEGREE}),
  104. %   ~isa(_144{???PERSON}, mobPracticalNurse).
  105. % isa(_102{???PERSON}, mobPracticalNurse) :-
  106. %   hasIssuedTo(_102{???PERSON}, _116{???DEGREE}),
  107. %   isa(_116{???DEGREE}, cwNursingDegreeLPN).
  108.  
  109.  
  110. % asserted_id(implies(and(hasIssuedTo(PERSON, DEGREE), isa(DEGREE, cwNursingDegreeNP)), isa(PERSON, mobNursePractitioner)), a308748(PERSON, DEGREE)).
  111. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  112. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  113.  kif:-all(_185480,all(_185500,implies(and(hasIssuedTo(_185500,_185480),isa(_185480,cwNursingDegreeNP)),isa(_185500,mobNursePractitioner))))
  114.  pkif:-all(_185426,all(_185446,=>(&(hasIssuedTo(_185446,_185426),isa(_185426,cwNursingDegreeNP)),isa(_185446,mobNursePractitioner))))
  115. % cnf :-
  116. %   v(v(~hasIssuedTo(_126{???PERSON}, _140{???DEGREE}),
  117. %       ~isa(_140{???DEGREE}, cwNursingDegreeNP)),
  118. %     isa(_126{???PERSON}, mobNursePractitioner)).
  119.  horn:-[(~hasIssuedTo(_186310,_186324):-isa(_186324,cwNursingDegreeNP),~isa(_186310,mobNursePractitioner)),(~isa(_186382,cwNursingDegreeNP):-hasIssuedTo(_186408,_186382),~isa(_186408,mobNursePractitioner)),(isa(_186450,mobNursePractitioner):-hasIssuedTo(_186450,_186476),isa(_186476,cwNursingDegreeNP))]
  120. % boxlog :-
  121. %  
  122. %   [ (~hasIssuedTo(_668{???PERSON}, _682{???DEGREE}):-isa(_682{???DEGREE}, cwNursingDegreeNP), ~isa(_668{???PERSON}, mobNursePractitioner)),
  123. %     (~isa(_640{???DEGREE}, cwNursingDegreeNP):-hasIssuedTo(_654{???PERSON}, _640{???DEGREE}), ~isa(_654{???PERSON}, mobNursePractitioner)),
  124. %     (isa(_612{???PERSON}, mobNursePractitioner):-hasIssuedTo(_612{???PERSON}, _626{???DEGREE}), isa(_626{???DEGREE}, cwNursingDegreeNP))
  125. %   ].
  126. % preview :-
  127. %  
  128. %   [ (isa(_646{???DEGREE}, cwNursingDegreeNP), ~isa(_632{???PERSON}, mobNursePractitioner), {is_unit(_646{???DEGREE}, _632{???PERSON})}-> ~hasIssuedTo(_632{???PERSON}, _646{???DEGREE})),
  129. %     (hasIssuedTo(_618{???PERSON}, _604{???DEGREE}), {avoidHeadLoop(isa(_618{???PERSON}, mobNursePractitioner), isa(_604{???DEGREE}, cwNursingDegreeNP))}, ~isa(_618{???PERSON}, mobNursePractitioner), {is_unit(_604{???DEGREE})}-> ~isa(_604{???DEGREE}, cwNursingDegreeNP)),
  130. %     (hasIssuedTo(_576{???PERSON}, _590{???DEGREE}), isa(_590{???DEGREE}, cwNursingDegreeNP), {is_unit(_576{???PERSON})}==>isa(_576{???PERSON}, mobNursePractitioner))
  131. %   ].
  132. % conds= =>((name_variable(_614{???PERSON}, 'PERSON'), name_variable(_628{???DEGREE}, 'DEGREE'), name_variable(_586{???DEGREE}, 'DEGREE'), name_variable(_600{???PERSON}, 'PERSON'), name_variable(_558{???PERSON}, 'PERSON'), name_variable(_572{???DEGREE}, 'DEGREE')), [(~hasIssuedTo(_614{???PERSON}, _628{???DEGREE})<-isa(_628{???DEGREE}, cwNursingDegreeNP), ~isa(_614{???PERSON}, mobNursePractitioner), {is_unit(_628{???DEGREE}, _614{???PERSON})}),  (~isa(_586{???DEGREE}, cwNursingDegreeNP)<-hasIssuedTo(_600{???PERSON}, _586{???DEGREE}), {avoidHeadLoop(isa(_600{???PERSON}, mobNursePractitioner), isa(_586{???DEGREE}, cwNursingDegreeNP))}, ~isa(_600{???PERSON}, mobNursePractitioner), {is_unit(_586{???DEGREE})}),  (hasIssuedTo(_558{???PERSON}, _572{???DEGREE}), isa(_572{???DEGREE}, cwNursingDegreeNP), {is_unit(_558{???PERSON})}==>isa(_558{???PERSON}, mobNursePractitioner))]).
  133.  
  134.  
  135. % ~hasIssuedTo(_166{???PERSON}, _180{???DEGREE}) :-
  136. %   isa(_180{???DEGREE}, cwNursingDegreeNP),
  137. %   ~isa(_166{???PERSON}, mobNursePractitioner).
  138. % ~isa(_130{???DEGREE}, cwNursingDegreeNP) :-
  139. %   hasIssuedTo(_144{???PERSON}, _130{???DEGREE}),
  140. %   ~isa(_144{???PERSON}, mobNursePractitioner).
  141. % isa(_102{???PERSON}, mobNursePractitioner) :-
  142. %   hasIssuedTo(_102{???PERSON}, _116{???DEGREE}),
  143. %   isa(_116{???DEGREE}, cwNursingDegreeNP).
  144.  
  145.  
  146. % asserted_id(implies(and(hasIssuedTo(PER, DEGREE), isa(DEGREE, cwVeterinarianDegreeDVM)), isa(PER, mobVeterinarian)), a308758(PER, DEGREE)).
  147. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  148. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  149.  kif:-all(_185584,all(_185604,implies(and(hasIssuedTo(_185604,_185584),isa(_185584,cwVeterinarianDegreeDVM)),isa(_185604,mobVeterinarian))))
  150.  pkif:-all(_185530,all(_185550,=>(&(hasIssuedTo(_185550,_185530),isa(_185530,cwVeterinarianDegreeDVM)),isa(_185550,mobVeterinarian))))
  151. % cnf :-
  152. %   v(v(~hasIssuedTo(_126{???PER}, _140{???DEGREE}),
  153. %       ~isa(_140{???DEGREE}, cwVeterinarianDegreeDVM)),
  154. %     isa(_126{???PER}, mobVeterinarian)).
  155.  horn:-[(~hasIssuedTo(_186414,_186428):-isa(_186428,cwVeterinarianDegreeDVM),~isa(_186414,mobVeterinarian)),(~isa(_186486,cwVeterinarianDegreeDVM):-hasIssuedTo(_186512,_186486),~isa(_186512,mobVeterinarian)),(isa(_186554,mobVeterinarian):-hasIssuedTo(_186554,_186580),isa(_186580,cwVeterinarianDegreeDVM))]
  156. % boxlog :-
  157. %  
  158. %   [ (~hasIssuedTo(_668{???PER}, _682{???DEGREE}):-isa(_682{???DEGREE}, cwVeterinarianDegreeDVM), ~isa(_668{???PER}, mobVeterinarian)),
  159. %     (~isa(_640{???DEGREE}, cwVeterinarianDegreeDVM):-hasIssuedTo(_654{???PER}, _640{???DEGREE}), ~isa(_654{???PER}, mobVeterinarian)),
  160. %     (isa(_612{???PER}, mobVeterinarian):-hasIssuedTo(_612{???PER}, _626{???DEGREE}), isa(_626{???DEGREE}, cwVeterinarianDegreeDVM))
  161. %   ].
  162. % preview :-
  163. %  
  164. %   [ (isa(_646{???DEGREE}, cwVeterinarianDegreeDVM), ~isa(_632{???PER}, mobVeterinarian), {is_unit(_646{???DEGREE}, _632{???PER})}-> ~hasIssuedTo(_632{???PER}, _646{???DEGREE})),
  165. %     (hasIssuedTo(_618{???PER}, _604{???DEGREE}), {avoidHeadLoop(isa(_618{???PER}, mobVeterinarian), isa(_604{???DEGREE}, cwVeterinarianDegreeDVM))}, ~isa(_618{???PER}, mobVeterinarian), {is_unit(_604{???DEGREE})}-> ~isa(_604{???DEGREE}, cwVeterinarianDegreeDVM)),
  166. %     (hasIssuedTo(_576{???PER}, _590{???DEGREE}), isa(_590{???DEGREE}, cwVeterinarianDegreeDVM), {is_unit(_576{???PER})}==>isa(_576{???PER}, mobVeterinarian))
  167. %   ].
  168. % conds= =>((name_variable(_614{???PER}, 'PER'), name_variable(_628{???DEGREE}, 'DEGREE'), name_variable(_586{???DEGREE}, 'DEGREE'), name_variable(_600{???PER}, 'PER'), name_variable(_558{???PER}, 'PER'), name_variable(_572{???DEGREE}, 'DEGREE')), [(~hasIssuedTo(_614{???PER}, _628{???DEGREE})<-isa(_628{???DEGREE}, cwVeterinarianDegreeDVM), ~isa(_614{???PER}, mobVeterinarian), {is_unit(_628{???DEGREE}, _614{???PER})}),  (~isa(_586{???DEGREE}, cwVeterinarianDegreeDVM)<-hasIssuedTo(_600{???PER}, _586{???DEGREE}), {avoidHeadLoop(isa(_600{???PER}, mobVeterinarian), isa(_586{???DEGREE}, cwVeterinarianDegreeDVM))}, ~isa(_600{???PER}, mobVeterinarian), {is_unit(_586{???DEGREE})}),  (hasIssuedTo(_558{???PER}, _572{???DEGREE}), isa(_572{???DEGREE}, cwVeterinarianDegreeDVM), {is_unit(_558{???PER})}==>isa(_558{???PER}, mobVeterinarian))]).
  169.  
  170.  
  171. % ~hasIssuedTo(_166{???PER}, _180{???DEGREE}) :-
  172. %   isa(_180{???DEGREE}, cwVeterinarianDegreeDVM),
  173. %   ~isa(_166{???PER}, mobVeterinarian).
  174. % ~isa(_130{???DEGREE}, cwVeterinarianDegreeDVM) :-
  175. %   hasIssuedTo(_144{???PER}, _130{???DEGREE}),
  176. %   ~isa(_144{???PER}, mobVeterinarian).
  177. % isa(_102{???PER}, mobVeterinarian) :-
  178. %   hasIssuedTo(_102{???PER}, _116{???DEGREE}),
  179. %   isa(_116{???DEGREE}, cwVeterinarianDegreeDVM).
  180.  
  181.  
  182. % asserted_id(implies(and(isa(STORING, actStoringSomething), toLocation(STORING, FRIDGE), isa(FRIDGE, tObjectRefrigerator)), isa(STORING, actPuttingIntoARefrigerator)), a308762(STORING, FRIDGE)).
  183. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  184. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  185.  kif:-all(_185712,all(_185732,implies(and(isa(_185712,actStoringSomething),toLocation(_185712,_185732),isa(_185732,tObjectRefrigerator)),isa(_185712,actPuttingIntoARefrigerator))))
  186.  pkif:-all(_185662,all(_185682,=>(&(isa(_185662,actStoringSomething),&(toLocation(_185662,_185682),isa(_185682,tObjectRefrigerator))),isa(_185662,actPuttingIntoARefrigerator))))
  187. % cnf :-
  188. %   v(v(~isa(_134{???STORING}, actStoringSomething),
  189. %       v(~toLocation(_134{???STORING}, _148{???FRIDGE}),
  190. %         ~isa(_148{???FRIDGE}, tObjectRefrigerator))),
  191. %     isa(_134{???STORING}, actPuttingIntoARefrigerator)).
  192.  horn:-[(~isa(_187014,tObjectRefrigerator):-isa(_187040,actStoringSomething),toLocation(_187040,_187014),~isa(_187040,actPuttingIntoARefrigerator)),(~isa(_187098,actStoringSomething):-toLocation(_187098,_187124),isa(_187124,tObjectRefrigerator),~isa(_187098,actPuttingIntoARefrigerator)),(~toLocation(_187182,_187196):-isa(_187182,actStoringSomething),isa(_187196,tObjectRefrigerator),~isa(_187182,actPuttingIntoARefrigerator)),(isa(_187262,actPuttingIntoARefrigerator):-isa(_187262,actStoringSomething),toLocation(_187262,_187300),isa(_187300,tObjectRefrigerator))]
  193. % boxlog :-
  194. %  
  195. %   [ (~isa(_684{???FRIDGE}, tObjectRefrigerator):-isa(_698{???STORING}, actStoringSomething), toLocation(_698{???STORING}, _684{???FRIDGE}), ~isa(_698{???STORING}, actPuttingIntoARefrigerator)),
  196. %     (~isa(_740{???STORING}, actStoringSomething):-toLocation(_740{???STORING}, _754{???FRIDGE}), isa(_754{???FRIDGE}, tObjectRefrigerator), ~isa(_740{???STORING}, actPuttingIntoARefrigerator)),
  197. %     (~toLocation(_712{???STORING}, _726{???FRIDGE}):-isa(_712{???STORING}, actStoringSomething), isa(_726{???FRIDGE}, tObjectRefrigerator), ~isa(_712{???STORING}, actPuttingIntoARefrigerator)),
  198. %     (isa(_656{???STORING}, actPuttingIntoARefrigerator):-isa(_656{???STORING}, actStoringSomething), toLocation(_656{???STORING}, _670{???FRIDGE}), isa(_670{???FRIDGE}, tObjectRefrigerator))
  199. %   ].
  200. % preview :-
  201. %  
  202. %   [ ({avoidHeadLoop(isa(_662{???STORING}, actStoringSomething), isa(_648{???FRIDGE}, tObjectRefrigerator))}, isa(_662{???STORING}, actStoringSomething), toLocation(_662{???STORING}, _648{???FRIDGE}), {avoidHeadLoop(isa(_662{???STORING}, actPuttingIntoARefrigerator), isa(_648{???FRIDGE}, tObjectRefrigerator))}, ~isa(_662{???STORING}, actPuttingIntoARefrigerator), {is_unit(_648{???FRIDGE})}-> ~isa(_648{???FRIDGE}, tObjectRefrigerator)),
  203. %     (toLocation(_704{???STORING}, _718{???FRIDGE}), {avoidHeadLoop(isa(_718{???FRIDGE}, tObjectRefrigerator), isa(_704{???STORING}, actStoringSomething))}, isa(_718{???FRIDGE}, tObjectRefrigerator), {avoidHeadLoop(isa(_704{???STORING}, actPuttingIntoARefrigerator), isa(_704{???STORING}, actStoringSomething))}, ~isa(_704{???STORING}, actPuttingIntoARefrigerator), {is_unit(_704{???STORING})}-> ~isa(_704{???STORING}, actStoringSomething)),
  204. %     (isa(_676{???STORING}, actStoringSomething), isa(_690{???FRIDGE}, tObjectRefrigerator), ~isa(_676{???STORING}, actPuttingIntoARefrigerator), {is_unit(_690{???FRIDGE}, _676{???STORING})}-> ~toLocation(_676{???STORING}, _690{???FRIDGE})),
  205. %     (isa(_620{???STORING}, actStoringSomething), toLocation(_620{???STORING}, _634{???FRIDGE}), isa(_634{???FRIDGE}, tObjectRefrigerator), {is_unit(_620{???STORING})}==>isa(_620{???STORING}, actPuttingIntoARefrigerator))
  206. %   ].
  207. % conds= =>((name_variable(_630{???FRIDGE}, 'FRIDGE'), name_variable(_644{???STORING}, 'STORING'), name_variable(_686{???STORING}, 'STORING'), name_variable(_700{???FRIDGE}, 'FRIDGE'), name_variable(_658{???STORING}, 'STORING'), name_variable(_672{???FRIDGE}, 'FRIDGE'), name_variable(_602{???STORING}, 'STORING'), name_variable(_616{???FRIDGE}, 'FRIDGE')), [(~isa(_630{???FRIDGE}, tObjectRefrigerator)<-{avoidHeadLoop(isa(_644{???STORING}, actStoringSomething), isa(_630{???FRIDGE}, tObjectRefrigerator))}, isa(_644{???STORING}, actStoringSomething), toLocation(_644{???STORING}, _630{???FRIDGE}), {avoidHeadLoop(isa(_644{???STORING}, actPuttingIntoARefrigerator), isa(_630{???FRIDGE}, tObjectRefrigerator))}, ~isa(_644{???STORING}, actPuttingIntoARefrigerator), {is_unit(_630{???FRIDGE})}),  (~isa(_686{???STORING}, actStoringSomething)<-toLocation(_686{???STORING}, _700{???FRIDGE}), {avoidHeadLoop(isa(_700{???FRIDGE}, tObjectRefrigerator), isa(_686{???STORING}, actStoringSomething))}, isa(_700{???FRIDGE}, tObjectRefrigerator), {avoidHeadLoop(isa(_686{???STORING}, actPuttingIntoARefrigerator), isa(_686{???STORING}, actStoringSomething))}, ~isa(_686{???STORING}, actPuttingIntoARefrigerator), {is_unit(_686{???STORING})}),  (~toLocation(_658{???STORING}, _672{???FRIDGE})<-isa(_658{???STORING}, actStoringSomething), isa(_672{???FRIDGE}, tObjectRefrigerator), ~isa(_658{???STORING}, actPuttingIntoARefrigerator), {is_unit(_672{???FRIDGE}, _658{???STORING})}),  (isa(_602{???STORING}, actStoringSomething), toLocation(_602{???STORING}, _616{???FRIDGE}), isa(_616{???FRIDGE}, tObjectRefrigerator), {is_unit(_602{???STORING})}==>isa(_602{???STORING}, actPuttingIntoARefrigerator))]).
  208.  
  209.  
  210. % ~isa(_138{???FRIDGE}, tObjectRefrigerator) :-
  211. %   isa(_152{???STORING}, actStoringSomething),
  212. %   toLocation(_152{???STORING}, _138{???FRIDGE}),
  213. %   ~isa(_152{???STORING}, actPuttingIntoARefrigerator).
  214. % ~isa(_162{???STORING}, actStoringSomething) :-
  215. %   toLocation(_162{???STORING}, _176{???FRIDGE}),
  216. %   isa(_176{???FRIDGE}, tObjectRefrigerator),
  217. %   ~isa(_162{???STORING}, actPuttingIntoARefrigerator).
  218. % ~toLocation(_130{???STORING}, _144{???FRIDGE}) :-
  219. %   isa(_130{???STORING}, actStoringSomething),
  220. %   isa(_144{???FRIDGE}, tObjectRefrigerator),
  221. %   ~isa(_130{???STORING}, actPuttingIntoARefrigerator).
  222. % isa(_102{???STORING}, actPuttingIntoARefrigerator) :-
  223. %   isa(_102{???STORING}, actStoringSomething),
  224. %   toLocation(_102{???STORING}, _116{???FRIDGE}),
  225. %   isa(_116{???FRIDGE}, tObjectRefrigerator).
  226.  
  227.  
  228. % asserted_id(implies(and(isa(TRANS, eventTranslationRoundTrip), toLocation(TRANS, PLACE)), originRoundtrip(TRANS, PLACE)), a308763(TRANS, PLACE)).
  229. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  230. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  231.  kif:-all(_185792,all(_185812,implies(and(isa(_185792,eventTranslationRoundTrip),toLocation(_185792,_185812)),originRoundtrip(_185792,_185812))))
  232.  pkif:-all(_185738,all(_185758,=>(&(isa(_185738,eventTranslationRoundTrip),toLocation(_185738,_185758)),originRoundtrip(_185738,_185758))))
  233. % cnf :-
  234. %   v(v(~isa(_126{???TRANS}, eventTranslationRoundTrip),
  235. %       ~toLocation(_126{???TRANS}, _140{???PLACE})),
  236. %     originRoundtrip(_126{???TRANS}, _140{???PLACE})).
  237.  horn:-[(~isa(_186622,eventTranslationRoundTrip):-toLocation(_186622,_186648),~originRoundtrip(_186622,_186648)),(~toLocation(_186694,_186708):-isa(_186694,eventTranslationRoundTrip),~originRoundtrip(_186694,_186708)),(originRoundtrip(_186762,_186776):-isa(_186762,eventTranslationRoundTrip),toLocation(_186762,_186776))]
  238. % boxlog :-
  239. %  
  240. %   [ (~isa(_668{???TRANS}, eventTranslationRoundTrip):-toLocation(_668{???TRANS}, _682{???PLACE}), ~originRoundtrip(_668{???TRANS}, _682{???PLACE})),
  241. %     (~toLocation(_640{???TRANS}, _654{???PLACE}):-isa(_640{???TRANS}, eventTranslationRoundTrip), ~originRoundtrip(_640{???TRANS}, _654{???PLACE})),
  242. %     (originRoundtrip(_612{???TRANS}, _626{???PLACE}):-isa(_612{???TRANS}, eventTranslationRoundTrip), toLocation(_612{???TRANS}, _626{???PLACE}))
  243. %   ].
  244. % preview :-
  245. %  
  246. %   [ (toLocation(_632{???TRANS}, _646{???PLACE}), ~originRoundtrip(_632{???TRANS}, _646{???PLACE}), {is_unit(_632{???TRANS})}-> ~isa(_632{???TRANS}, eventTranslationRoundTrip)),
  247. %     (isa(_604{???TRANS}, eventTranslationRoundTrip), ~originRoundtrip(_604{???TRANS}, _618{???PLACE}), {is_unit(_618{???PLACE}, _604{???TRANS})}-> ~toLocation(_604{???TRANS}, _618{???PLACE})),
  248. %     (isa(_576{???TRANS}, eventTranslationRoundTrip), toLocation(_576{???TRANS}, _590{???PLACE}), {is_unit(_590{???PLACE}, _576{???TRANS})}==>originRoundtrip(_576{???TRANS}, _590{???PLACE}))
  249. %   ].
  250. % conds= =>((name_variable(_614{???TRANS}, 'TRANS'), name_variable(_628{???PLACE}, 'PLACE'), name_variable(_586{???TRANS}, 'TRANS'), name_variable(_600{???PLACE}, 'PLACE'), name_variable(_558{???TRANS}, 'TRANS'), name_variable(_572{???PLACE}, 'PLACE')), [(~isa(_614{???TRANS}, eventTranslationRoundTrip)<-toLocation(_614{???TRANS}, _628{???PLACE}), ~originRoundtrip(_614{???TRANS}, _628{???PLACE}), {is_unit(_614{???TRANS})}),  (~toLocation(_586{???TRANS}, _600{???PLACE})<-isa(_586{???TRANS}, eventTranslationRoundTrip), ~originRoundtrip(_586{???TRANS}, _600{???PLACE}), {is_unit(_600{???PLACE}, _586{???TRANS})}),  (isa(_558{???TRANS}, eventTranslationRoundTrip), toLocation(_558{???TRANS}, _572{???PLACE}), {is_unit(_572{???PLACE}, _558{???TRANS})}==>originRoundtrip(_558{???TRANS}, _572{???PLACE}))]).
  251.  
  252.  
  253. % ~isa(_166{???TRANS}, eventTranslationRoundTrip) :-
  254. %   toLocation(_166{???TRANS}, _180{???PLACE}),
  255. %   ~originRoundtrip(_166{???TRANS}, _180{???PLACE}).
  256. % ~toLocation(_130{???TRANS}, _144{???PLACE}) :-
  257. %   isa(_130{???TRANS}, eventTranslationRoundTrip),
  258. %   ~originRoundtrip(_130{???TRANS}, _144{???PLACE}).
  259. % originRoundtrip(_102{???TRANS}, _116{???PLACE}) :-
  260. %   isa(_102{???TRANS}, eventTranslationRoundTrip),
  261. %   toLocation(_102{???TRANS}, _116{???PLACE}).
  262.  
  263.  
  264. % asserted_id(implies(and(isa(TRANS, eventTranslationRoundTrip), originRoundtrip(TRANS, PLACE)), toLocation(TRANS, PLACE)), a308764(TRANS, PLACE)).
  265. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  266. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  267.  kif:-all(_185896,all(_185916,implies(and(isa(_185896,eventTranslationRoundTrip),originRoundtrip(_185896,_185916)),toLocation(_185896,_185916))))
  268.  pkif:-all(_185842,all(_185862,=>(&(isa(_185842,eventTranslationRoundTrip),originRoundtrip(_185842,_185862)),toLocation(_185842,_185862))))
  269. % cnf :-
  270. %   v(v(~isa(_126{???TRANS}, eventTranslationRoundTrip),
  271. %       ~originRoundtrip(_126{???TRANS}, _140{???PLACE})),
  272. %     toLocation(_126{???TRANS}, _140{???PLACE})).
  273.  horn:-[(~isa(_186726,eventTranslationRoundTrip):-originRoundtrip(_186726,_186752),~toLocation(_186726,_186752)),(~originRoundtrip(_186798,_186812):-isa(_186798,eventTranslationRoundTrip),~toLocation(_186798,_186812)),(toLocation(_186866,_186880):-isa(_186866,eventTranslationRoundTrip),originRoundtrip(_186866,_186880))]
  274. % boxlog :-
  275. %  
  276. %   [ (~isa(_668{???TRANS}, eventTranslationRoundTrip):-originRoundtrip(_668{???TRANS}, _682{???PLACE}), ~toLocation(_668{???TRANS}, _682{???PLACE})),
  277. %     (~originRoundtrip(_640{???TRANS}, _654{???PLACE}):-isa(_640{???TRANS}, eventTranslationRoundTrip), ~toLocation(_640{???TRANS}, _654{???PLACE})),
  278. %     (toLocation(_612{???TRANS}, _626{???PLACE}):-isa(_612{???TRANS}, eventTranslationRoundTrip), originRoundtrip(_612{???TRANS}, _626{???PLACE}))
  279. %   ].
  280. % preview :-
  281. %  
  282. %   [ (originRoundtrip(_632{???TRANS}, _646{???PLACE}), ~toLocation(_632{???TRANS}, _646{???PLACE}), {is_unit(_632{???TRANS})}-> ~isa(_632{???TRANS}, eventTranslationRoundTrip)),
  283. %     (isa(_604{???TRANS}, eventTranslationRoundTrip), ~toLocation(_604{???TRANS}, _618{???PLACE}), {is_unit(_618{???PLACE}, _604{???TRANS})}-> ~originRoundtrip(_604{???TRANS}, _618{???PLACE})),
  284. %     (isa(_576{???TRANS}, eventTranslationRoundTrip), originRoundtrip(_576{???TRANS}, _590{???PLACE}), {is_unit(_590{???PLACE}, _576{???TRANS})}==>toLocation(_576{???TRANS}, _590{???PLACE}))
  285. %   ].
  286. % conds= =>((name_variable(_614{???TRANS}, 'TRANS'), name_variable(_628{???PLACE}, 'PLACE'), name_variable(_586{???TRANS}, 'TRANS'), name_variable(_600{???PLACE}, 'PLACE'), name_variable(_558{???TRANS}, 'TRANS'), name_variable(_572{???PLACE}, 'PLACE')), [(~isa(_614{???TRANS}, eventTranslationRoundTrip)<-originRoundtrip(_614{???TRANS}, _628{???PLACE}), ~toLocation(_614{???TRANS}, _628{???PLACE}), {is_unit(_614{???TRANS})}),  (~originRoundtrip(_586{???TRANS}, _600{???PLACE})<-isa(_586{???TRANS}, eventTranslationRoundTrip), ~toLocation(_586{???TRANS}, _600{???PLACE}), {is_unit(_600{???PLACE}, _586{???TRANS})}),  (isa(_558{???TRANS}, eventTranslationRoundTrip), originRoundtrip(_558{???TRANS}, _572{???PLACE}), {is_unit(_572{???PLACE}, _558{???TRANS})}==>toLocation(_558{???TRANS}, _572{???PLACE}))]).
  287.  
  288.  
  289. % ~isa(_166{???TRANS}, eventTranslationRoundTrip) :-
  290. %   originRoundtrip(_166{???TRANS}, _180{???PLACE}),
  291. %   ~toLocation(_166{???TRANS}, _180{???PLACE}).
  292. % ~originRoundtrip(_130{???TRANS}, _144{???PLACE}) :-
  293. %   isa(_130{???TRANS}, eventTranslationRoundTrip),
  294. %   ~toLocation(_130{???TRANS}, _144{???PLACE}).
  295. % toLocation(_102{???TRANS}, _116{???PLACE}) :-
  296. %   isa(_102{???TRANS}, eventTranslationRoundTrip),
  297. %   originRoundtrip(_102{???TRANS}, _116{???PLACE}).
  298.  
  299.  
  300. % asserted_id(implies(and(toLocation(TRANS, TO), fromLocation(TRANS, FROM), inRegion(FROM, FROM_SUP)), or(fromLocation(TRANS, FROM_SUP), inRegion(TO, FROM_SUP))), a308765(TRANS, TO, FROM, FROM_SUP)).
  301. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  302. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  303.  kif:-all(_186204,all(_186224,all(_186244,all(_186264,implies(and(toLocation(_186204,_186264),fromLocation(_186204,_186224),inRegion(_186224,_186244)),or(fromLocation(_186204,_186244),inRegion(_186264,_186244)))))))
  304.  pkif:-all(_186154,all(_186174,all(_186194,all(_186214,=>(&(toLocation(_186154,_186214),&(fromLocation(_186154,_186174),inRegion(_186174,_186194))),v(fromLocation(_186154,_186194),inRegion(_186214,_186194)))))))
  305. % cnf :-
  306. %   v(v(~toLocation(_146{???TRANS}, _160{???TO}),
  307. %       v(~fromLocation(_146{???TRANS}, _174{???FROM}),
  308. %         ~inRegion(_174{???FROM}, _188{???FROM_SUP}))),
  309. %     v(fromLocation(_146{???TRANS}, _188{???FROM_SUP}),
  310. %       inRegion(_160{???TO}, _188{???FROM_SUP}))).
  311.  horn:-[(~fromLocation(_188546,_188560):-toLocation(_188546,_188586),inRegion(_188560,_188612),~fromLocation(_188546,_188612),~inRegion(_188586,_188612)),(~inRegion(_188674,_188688):-toLocation(_188714,_188728),fromLocation(_188714,_188674),~fromLocation(_188714,_188688),~inRegion(_188728,_188688)),(~toLocation(_188802,_188816):-fromLocation(_188802,_188842),inRegion(_188842,_188868),~fromLocation(_188802,_188868),~inRegion(_188816,_188868)),(fromLocation(_188926,_188940):-toLocation(_188926,_188966),fromLocation(_188926,_188992),inRegion(_188992,_188940),~inRegion(_188966,_188940)),(inRegion(_189046,_189060):-toLocation(_189086,_189046),fromLocation(_189086,_189112),inRegion(_189112,_189060),~fromLocation(_189086,_189060))]
  312. % boxlog :-
  313. %  
  314. %   [ (~fromLocation(_924{???TRANS}, _938{???FROM}):-toLocation(_924{???TRANS}, _952{???TO}), inRegion(_938{???FROM}, _966{???FROM_SUP}), ~fromLocation(_924{???TRANS}, _966{???FROM_SUP}), ~inRegion(_952{???TO}, _966{???FROM_SUP})),
  315. %     (~inRegion(_868{???FROM}, _882{???FROM_SUP}):-toLocation(_896{???TRANS}, _910{???TO}), fromLocation(_896{???TRANS}, _868{???FROM}), ~fromLocation(_896{???TRANS}, _882{???FROM_SUP}), ~inRegion(_910{???TO}, _882{???FROM_SUP})),
  316. %     (~toLocation(_980{???TRANS}, _994{???TO}):-fromLocation(_980{???TRANS}, _1008{???FROM}), inRegion(_1008{???FROM}, _1022{???FROM_SUP}), ~fromLocation(_980{???TRANS}, _1022{???FROM_SUP}), ~inRegion(_994{???TO}, _1022{???FROM_SUP})),
  317. %     (fromLocation(_812{???TRANS}, _826{???FROM_SUP}):-toLocation(_812{???TRANS}, _840{???TO}), fromLocation(_812{???TRANS}, _854{???FROM}), inRegion(_854{???FROM}, _826{???FROM_SUP}), ~inRegion(_840{???TO}, _826{???FROM_SUP})),
  318. %     (inRegion(_756{???TO}, _770{???FROM_SUP}):-toLocation(_784{???TRANS}, _756{???TO}), fromLocation(_784{???TRANS}, _798{???FROM}), inRegion(_798{???FROM}, _770{???FROM_SUP}), ~fromLocation(_784{???TRANS}, _770{???FROM_SUP}))
  319. %   ].
  320. % preview :-
  321. %  
  322. %   [ (toLocation(_888{???TRANS}, _916{???TO}), inRegion(_902{???FROM}, _930{???FROM_SUP}), {avoidHeadLoop(fromLocation(_888{???TRANS}, _930{???FROM_SUP}), fromLocation(_888{???TRANS}, _902{???FROM}))}, ~fromLocation(_888{???TRANS}, _930{???FROM_SUP}), ~inRegion(_916{???TO}, _930{???FROM_SUP}), {is_unit(_902{???FROM}, _888{???TRANS})}-> ~fromLocation(_888{???TRANS}, _902{???FROM})),
  323. %     (toLocation(_860{???TRANS}, _874{???TO}), fromLocation(_860{???TRANS}, _832{???FROM}), ~fromLocation(_860{???TRANS}, _846{???FROM_SUP}), {avoidHeadLoop(inRegion(_874{???TO}, _846{???FROM_SUP}), inRegion(_832{???FROM}, _846{???FROM_SUP}))}, ~inRegion(_874{???TO}, _846{???FROM_SUP}), {is_unit(_846{???FROM_SUP}, _832{???FROM})}-> ~inRegion(_832{???FROM}, _846{???FROM_SUP})),
  324. %     (fromLocation(_944{???TRANS}, _972{???FROM}), inRegion(_972{???FROM}, _986{???FROM_SUP}), ~fromLocation(_944{???TRANS}, _986{???FROM_SUP}), ~inRegion(_958{???TO}, _986{???FROM_SUP}), {is_unit(_958{???TO}, _944{???TRANS})}-> ~toLocation(_944{???TRANS}, _958{???TO})),
  325. %     (toLocation(_776{???TRANS}, _804{???TO}), fromLocation(_776{???TRANS}, _818{???FROM}), inRegion(_818{???FROM}, _790{???FROM_SUP}), ~inRegion(_804{???TO}, _790{???FROM_SUP}), {is_unit(_790{???FROM_SUP}, _776{???TRANS})}==>fromLocation(_776{???TRANS}, _790{???FROM_SUP})),
  326. %     (toLocation(_748{???TRANS}, _720{???TO}), fromLocation(_748{???TRANS}, _762{???FROM}), inRegion(_762{???FROM}, _734{???FROM_SUP}), ~fromLocation(_748{???TRANS}, _734{???FROM_SUP}), {is_unit(_734{???FROM_SUP}, _720{???TO})}==>inRegion(_720{???TO}, _734{???FROM_SUP}))
  327. %   ].
  328. % conds= =>((name_variable(_870{???TRANS}, 'TRANS'), name_variable(_884{???FROM}, 'FROM'), name_variable(_898{???TO}, 'TO'), name_variable(_912{???FROM_SUP}, 'FROM_SUP'), name_variable(_814{???FROM}, 'FROM'), name_variable(_828{???FROM_SUP}, 'FROM_SUP'), name_variable(_842{???TRANS}, 'TRANS'), name_variable(_856{???TO}, 'TO'), name_variable(_926{???TRANS}, 'TRANS'), name_variable(_940{???TO}, 'TO'), name_variable(_954{???FROM}, 'FROM'), name_variable(_968{???FROM_SUP}, 'FROM_SUP'), name_variable(_758{???TRANS}, 'TRANS'), name_variable(_786{???TO}, 'TO'), name_variable(_800{???FROM}, 'FROM'), name_variable(_772{???FROM_SUP}, 'FROM_SUP'), name_variable(_730{???TRANS}, 'TRANS'), name_variable(_702{???TO}, 'TO'), name_variable(_744{???FROM}, 'FROM'), name_variable(_716{???FROM_SUP}, 'FROM_SUP')), [(~fromLocation(_870{???TRANS}, _884{???FROM})<-toLocation(_870{???TRANS}, _898{???TO}), inRegion(_884{???FROM}, _912{???FROM_SUP}), {avoidHeadLoop(fromLocation(_870{???TRANS}, _912{???FROM_SUP}), fromLocation(_870{???TRANS}, _884{???FROM}))}, ~fromLocation(_870{???TRANS}, _912{???FROM_SUP}), ~inRegion(_898{???TO}, _912{???FROM_SUP}), {is_unit(_884{???FROM}, _870{???TRANS})}),  (~inRegion(_814{???FROM}, _828{???FROM_SUP})<-toLocation(_842{???TRANS}, _856{???TO}), fromLocation(_842{???TRANS}, _814{???FROM}), ~fromLocation(_842{???TRANS}, _828{???FROM_SUP}), {avoidHeadLoop(inRegion(_856{???TO}, _828{???FROM_SUP}), inRegion(_814{???FROM}, _828{???FROM_SUP}))}, ~inRegion(_856{???TO}, _828{???FROM_SUP}), {is_unit(_828{???FROM_SUP}, _814{???FROM})}),  (~toLocation(_926{???TRANS}, _940{???TO})<-fromLocation(_926{???TRANS}, _954{???FROM}), inRegion(_954{???FROM}, _968{???FROM_SUP}), ~fromLocation(_926{???TRANS}, _968{???FROM_SUP}), ~inRegion(_940{???TO}, _968{???FROM_SUP}), {is_unit(_940{???TO}, _926{???TRANS})}),  (toLocation(_758{???TRANS}, _786{???TO}), fromLocation(_758{???TRANS}, _800{???FROM}), inRegion(_800{???FROM}, _772{???FROM_SUP}), ~inRegion(_786{???TO}, _772{???FROM_SUP}), {is_unit(_772{???FROM_SUP}, _758{???TRANS})}==>fromLocation(_758{???TRANS}, _772{???FROM_SUP})),  (toLocation(_730{???TRANS}, _702{???TO}), fromLocation(_730{???TRANS}, _744{???FROM}), inRegion(_744{???FROM}, _716{???FROM_SUP}), ~fromLocation(_730{???TRANS}, _716{???FROM_SUP}), {is_unit(_716{???FROM_SUP}, _702{???TO})}==>inRegion(_702{???TO}, _716{???FROM_SUP}))]).
  329.  
  330.  
  331. % ~fromLocation(_282{???TRANS}, _296{???FROM}) :-
  332. %   toLocation(_282{???TRANS}, _310{???TO}),
  333. %   inRegion(_296{???FROM}, _324{???FROM_SUP}),
  334. %   ~fromLocation(_282{???TRANS}, _324{???FROM_SUP}),
  335. %   ~inRegion(_310{???TO}, _324{???FROM_SUP}).
  336. % ~inRegion(_214{???FROM}, _228{???FROM_SUP}) :-
  337. %   toLocation(_242{???TRANS}, _256{???TO}),
  338. %   fromLocation(_242{???TRANS}, _214{???FROM}),
  339. %   ~fromLocation(_242{???TRANS}, _228{???FROM_SUP}),
  340. %   ~inRegion(_256{???TO}, _228{???FROM_SUP}).
  341. % ~toLocation(_222{???TRANS}, _236{???TO}) :-
  342. %   fromLocation(_222{???TRANS}, _250{???FROM}),
  343. %   inRegion(_250{???FROM}, _264{???FROM_SUP}),
  344. %   ~fromLocation(_222{???TRANS}, _264{???FROM_SUP}),
  345. %   ~inRegion(_236{???TO}, _264{???FROM_SUP}).
  346. % fromLocation(_158{???TRANS}, _172{???FROM_SUP}) :-
  347. %   toLocation(_158{???TRANS}, _186{???TO}),
  348. %   fromLocation(_158{???TRANS}, _200{???FROM}),
  349. %   inRegion(_200{???FROM}, _172{???FROM_SUP}),
  350. %   ~inRegion(_186{???TO}, _172{???FROM_SUP}).
  351. % inRegion(_102{???TO}, _116{???FROM_SUP}) :-
  352. %   toLocation(_130{???TRANS}, _102{???TO}),
  353. %   fromLocation(_130{???TRANS}, _144{???FROM}),
  354. %   inRegion(_144{???FROM}, _116{???FROM_SUP}),
  355. %   ~fromLocation(_130{???TRANS}, _116{???FROM_SUP}).
  356.  
  357.  
  358. % asserted_id(implies(and(fromLocation(TRANS, FROM), toLocation(TRANS, TO), inRegion(TO, TO_SUP)), or(toLocation(TRANS, TO_SUP), inRegion(FROM, TO_SUP))), a308766(TRANS, FROM, TO, TO_SUP)).
  359. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  360. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  361.  kif:-all(_186412,all(_186432,all(_186452,all(_186472,implies(and(fromLocation(_186412,_186472),toLocation(_186412,_186432),inRegion(_186432,_186452)),or(toLocation(_186412,_186452),inRegion(_186472,_186452)))))))
  362.  pkif:-all(_186362,all(_186382,all(_186402,all(_186422,=>(&(fromLocation(_186362,_186422),&(toLocation(_186362,_186382),inRegion(_186382,_186402))),v(toLocation(_186362,_186402),inRegion(_186422,_186402)))))))
  363. % cnf :-
  364. %   v(v(~fromLocation(_146{???TRANS}, _160{???FROM}),
  365. %       v(~toLocation(_146{???TRANS}, _174{???TO}),
  366. %         ~inRegion(_174{???TO}, _188{???TO_SUP}))),
  367. %     v(toLocation(_146{???TRANS}, _188{???TO_SUP}),
  368. %       inRegion(_160{???FROM}, _188{???TO_SUP}))).
  369.  horn:-[(~fromLocation(_188754,_188768):-toLocation(_188754,_188794),inRegion(_188794,_188820),~toLocation(_188754,_188820),~inRegion(_188768,_188820)),(~inRegion(_188882,_188896):-fromLocation(_188922,_188936),toLocation(_188922,_188882),~toLocation(_188922,_188896),~inRegion(_188936,_188896)),(~toLocation(_189010,_189024):-fromLocation(_189010,_189050),inRegion(_189024,_189076),~toLocation(_189010,_189076),~inRegion(_189050,_189076)),(inRegion(_189134,_189148):-fromLocation(_189174,_189134),toLocation(_189174,_189200),inRegion(_189200,_189148),~toLocation(_189174,_189148)),(toLocation(_189254,_189268):-fromLocation(_189254,_189294),toLocation(_189254,_189320),inRegion(_189320,_189268),~inRegion(_189294,_189268))]
  370. % boxlog :-
  371. %  
  372. %   [ (~fromLocation(_980{???TRANS}, _994{???FROM}):-toLocation(_980{???TRANS}, _1008{???TO}), inRegion(_1008{???TO}, _1022{???TO_SUP}), ~toLocation(_980{???TRANS}, _1022{???TO_SUP}), ~inRegion(_994{???FROM}, _1022{???TO_SUP})),
  373. %     (~inRegion(_868{???TO}, _882{???TO_SUP}):-fromLocation(_896{???TRANS}, _910{???FROM}), toLocation(_896{???TRANS}, _868{???TO}), ~toLocation(_896{???TRANS}, _882{???TO_SUP}), ~inRegion(_910{???FROM}, _882{???TO_SUP})),
  374. %     (~toLocation(_924{???TRANS}, _938{???TO}):-fromLocation(_924{???TRANS}, _952{???FROM}), inRegion(_938{???TO}, _966{???TO_SUP}), ~toLocation(_924{???TRANS}, _966{???TO_SUP}), ~inRegion(_952{???FROM}, _966{???TO_SUP})),
  375. %     (inRegion(_756{???FROM}, _770{???TO_SUP}):-fromLocation(_784{???TRANS}, _756{???FROM}), toLocation(_784{???TRANS}, _798{???TO}), inRegion(_798{???TO}, _770{???TO_SUP}), ~toLocation(_784{???TRANS}, _770{???TO_SUP})),
  376. %     (toLocation(_812{???TRANS}, _826{???TO_SUP}):-fromLocation(_812{???TRANS}, _840{???FROM}), toLocation(_812{???TRANS}, _854{???TO}), inRegion(_854{???TO}, _826{???TO_SUP}), ~inRegion(_840{???FROM}, _826{???TO_SUP}))
  377. %   ].
  378. % preview :-
  379. %  
  380. %   [ (toLocation(_944{???TRANS}, _972{???TO}), inRegion(_972{???TO}, _986{???TO_SUP}), ~toLocation(_944{???TRANS}, _986{???TO_SUP}), ~inRegion(_958{???FROM}, _986{???TO_SUP}), {is_unit(_958{???FROM}, _944{???TRANS})}-> ~fromLocation(_944{???TRANS}, _958{???FROM})),
  381. %     (fromLocation(_860{???TRANS}, _874{???FROM}), toLocation(_860{???TRANS}, _832{???TO}), ~toLocation(_860{???TRANS}, _846{???TO_SUP}), {avoidHeadLoop(inRegion(_874{???FROM}, _846{???TO_SUP}), inRegion(_832{???TO}, _846{???TO_SUP}))}, ~inRegion(_874{???FROM}, _846{???TO_SUP}), {is_unit(_846{???TO_SUP}, _832{???TO})}-> ~inRegion(_832{???TO}, _846{???TO_SUP})),
  382. %     (fromLocation(_888{???TRANS}, _916{???FROM}), inRegion(_902{???TO}, _930{???TO_SUP}), {avoidHeadLoop(toLocation(_888{???TRANS}, _930{???TO_SUP}), toLocation(_888{???TRANS}, _902{???TO}))}, ~toLocation(_888{???TRANS}, _930{???TO_SUP}), ~inRegion(_916{???FROM}, _930{???TO_SUP}), {is_unit(_902{???TO}, _888{???TRANS})}-> ~toLocation(_888{???TRANS}, _902{???TO})),
  383. %     (fromLocation(_748{???TRANS}, _720{???FROM}), toLocation(_748{???TRANS}, _762{???TO}), inRegion(_762{???TO}, _734{???TO_SUP}), ~toLocation(_748{???TRANS}, _734{???TO_SUP}), {is_unit(_734{???TO_SUP}, _720{???FROM})}==>inRegion(_720{???FROM}, _734{???TO_SUP})),
  384. %     (fromLocation(_776{???TRANS}, _804{???FROM}), toLocation(_776{???TRANS}, _818{???TO}), inRegion(_818{???TO}, _790{???TO_SUP}), ~inRegion(_804{???FROM}, _790{???TO_SUP}), {is_unit(_790{???TO_SUP}, _776{???TRANS})}==>toLocation(_776{???TRANS}, _790{???TO_SUP}))
  385. %   ].
  386. % conds= =>((name_variable(_926{???TRANS}, 'TRANS'), name_variable(_940{???FROM}, 'FROM'), name_variable(_954{???TO}, 'TO'), name_variable(_968{???TO_SUP}, 'TO_SUP'), name_variable(_814{???TO}, 'TO'), name_variable(_828{???TO_SUP}, 'TO_SUP'), name_variable(_842{???TRANS}, 'TRANS'), name_variable(_856{???FROM}, 'FROM'), name_variable(_870{???TRANS}, 'TRANS'), name_variable(_884{???TO}, 'TO'), name_variable(_898{???FROM}, 'FROM'), name_variable(_912{???TO_SUP}, 'TO_SUP'), name_variable(_730{???TRANS}, 'TRANS'), name_variable(_702{???FROM}, 'FROM'), name_variable(_744{???TO}, 'TO'), name_variable(_716{???TO_SUP}, 'TO_SUP'), name_variable(_758{???TRANS}, 'TRANS'), name_variable(_786{???FROM}, 'FROM'), name_variable(_800{???TO}, 'TO'), name_variable(_772{???TO_SUP}, 'TO_SUP')), [(~fromLocation(_926{???TRANS}, _940{???FROM})<-toLocation(_926{???TRANS}, _954{???TO}), inRegion(_954{???TO}, _968{???TO_SUP}), ~toLocation(_926{???TRANS}, _968{???TO_SUP}), ~inRegion(_940{???FROM}, _968{???TO_SUP}), {is_unit(_940{???FROM}, _926{???TRANS})}),  (~inRegion(_814{???TO}, _828{???TO_SUP})<-fromLocation(_842{???TRANS}, _856{???FROM}), toLocation(_842{???TRANS}, _814{???TO}), ~toLocation(_842{???TRANS}, _828{???TO_SUP}), {avoidHeadLoop(inRegion(_856{???FROM}, _828{???TO_SUP}), inRegion(_814{???TO}, _828{???TO_SUP}))}, ~inRegion(_856{???FROM}, _828{???TO_SUP}), {is_unit(_828{???TO_SUP}, _814{???TO})}),  (~toLocation(_870{???TRANS}, _884{???TO})<-fromLocation(_870{???TRANS}, _898{???FROM}), inRegion(_884{???TO}, _912{???TO_SUP}), {avoidHeadLoop(toLocation(_870{???TRANS}, _912{???TO_SUP}), toLocation(_870{???TRANS}, _884{???TO}))}, ~toLocation(_870{???TRANS}, _912{???TO_SUP}), ~inRegion(_898{???FROM}, _912{???TO_SUP}), {is_unit(_884{???TO}, _870{???TRANS})}),  (fromLocation(_730{???TRANS}, _702{???FROM}), toLocation(_730{???TRANS}, _744{???TO}), inRegion(_744{???TO}, _716{???TO_SUP}), ~toLocation(_730{???TRANS}, _716{???TO_SUP}), {is_unit(_716{???TO_SUP}, _702{???FROM})}==>inRegion(_702{???FROM}, _716{???TO_SUP})),  (fromLocation(_758{???TRANS}, _786{???FROM}), toLocation(_758{???TRANS}, _800{???TO}), inRegion(_800{???TO}, _772{???TO_SUP}), ~inRegion(_786{???FROM}, _772{???TO_SUP}), {is_unit(_772{???TO_SUP}, _758{???TRANS})}==>toLocation(_758{???TRANS}, _772{???TO_SUP}))]).
  387.  
  388.  
  389. % ~fromLocation(_338{???TRANS}, _352{???FROM}) :-
  390. %   toLocation(_338{???TRANS}, _366{???TO}),
  391. %   inRegion(_366{???TO}, _380{???TO_SUP}),
  392. %   ~toLocation(_338{???TRANS}, _380{???TO_SUP}),
  393. %   ~inRegion(_352{???FROM}, _380{???TO_SUP}).
  394. % ~inRegion(_214{???TO}, _228{???TO_SUP}) :-
  395. %   fromLocation(_242{???TRANS}, _256{???FROM}),
  396. %   toLocation(_242{???TRANS}, _214{???TO}),
  397. %   ~toLocation(_242{???TRANS}, _228{???TO_SUP}),
  398. %   ~inRegion(_256{???FROM}, _228{???TO_SUP}).
  399. % ~toLocation(_222{???TRANS}, _236{???TO}) :-
  400. %   fromLocation(_222{???TRANS}, _250{???FROM}),
  401. %   inRegion(_236{???TO}, _264{???TO_SUP}),
  402. %   ~toLocation(_222{???TRANS}, _264{???TO_SUP}),
  403. %   ~inRegion(_250{???FROM}, _264{???TO_SUP}).
  404. % inRegion(_102{???FROM}, _116{???TO_SUP}) :-
  405. %   fromLocation(_130{???TRANS}, _102{???FROM}),
  406. %   toLocation(_130{???TRANS}, _144{???TO}),
  407. %   inRegion(_144{???TO}, _116{???TO_SUP}),
  408. %   ~toLocation(_130{???TRANS}, _116{???TO_SUP}).
  409. % toLocation(_110{???TRANS}, _124{???TO_SUP}) :-
  410. %   fromLocation(_110{???TRANS}, _138{???FROM}),
  411. %   toLocation(_110{???TRANS}, _152{???TO}),
  412. %   inRegion(_152{???TO}, _124{???TO_SUP}),
  413. %   ~inRegion(_138{???FROM}, _124{???TO_SUP}).
  414.  
  415.  
  416. % asserted_id(implies(and(isa(X_2309_2837, eventDrainingProcess), fromLocation(X_2309_2837, X)), toLocation(X_2309_2837, X)), a308769(X_2309_2837, X)).
  417. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  418. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  419.  kif:-all(_186416,all(_186436,implies(and(isa(_186416,eventDrainingProcess),fromLocation(_186416,_186436)),toLocation(_186416,_186436))))
  420.  pkif:-all(_186362,all(_186382,=>(&(isa(_186362,eventDrainingProcess),fromLocation(_186362,_186382)),toLocation(_186362,_186382))))
  421. % cnf :-
  422. %   v(v(~isa(_126{???X_2309_2837}, eventDrainingProcess),
  423. %       ~fromLocation(_126{???X_2309_2837}, _140{???X})),
  424. %     toLocation(_126{???X_2309_2837}, _140{???X})).
  425.  horn:-[(~fromLocation(_187246,_187260):-isa(_187246,eventDrainingProcess),~toLocation(_187246,_187260)),(~isa(_187318,eventDrainingProcess):-fromLocation(_187318,_187344),~toLocation(_187318,_187344)),(toLocation(_187386,_187400):-isa(_187386,eventDrainingProcess),fromLocation(_187386,_187400))]
  426. % boxlog :-
  427. %  
  428. %   [ (~fromLocation(_640{???X_2309_2837}, _654{???X}):-isa(_640{???X_2309_2837}, eventDrainingProcess), ~toLocation(_640{???X_2309_2837}, _654{???X})),
  429. %     (~isa(_668{???X_2309_2837}, eventDrainingProcess):-fromLocation(_668{???X_2309_2837}, _682{???X}), ~toLocation(_668{???X_2309_2837}, _682{???X})),
  430. %     (toLocation(_612{???X_2309_2837}, _626{???X}):-isa(_612{???X_2309_2837}, eventDrainingProcess), fromLocation(_612{???X_2309_2837}, _626{???X}))
  431. %   ].
  432. % preview :-
  433. %  
  434. %   [ (isa(_604{???X_2309_2837}, eventDrainingProcess), ~toLocation(_604{???X_2309_2837}, _618{???X}), {is_unit(_618{???X}, _604{???X_2309_2837})}-> ~fromLocation(_604{???X_2309_2837}, _618{???X})),
  435. %     (fromLocation(_632{???X_2309_2837}, _646{???X}), ~toLocation(_632{???X_2309_2837}, _646{???X}), {is_unit(_632{???X_2309_2837})}-> ~isa(_632{???X_2309_2837}, eventDrainingProcess)),
  436. %     (isa(_576{???X_2309_2837}, eventDrainingProcess), fromLocation(_576{???X_2309_2837}, _590{???X}), {is_unit(_590{???X}, _576{???X_2309_2837})}==>toLocation(_576{???X_2309_2837}, _590{???X}))
  437. %   ].
  438. % conds= =>((name_variable(_586{???X_2309_2837}, 'X_2309_2837'), name_variable(_600{???X}, 'X'), name_variable(_614{???X_2309_2837}, 'X_2309_2837'), name_variable(_628{???X}, 'X'), name_variable(_558{???X_2309_2837}, 'X_2309_2837'), name_variable(_572{???X}, 'X')), [(~fromLocation(_586{???X_2309_2837}, _600{???X})<-isa(_586{???X_2309_2837}, eventDrainingProcess), ~toLocation(_586{???X_2309_2837}, _600{???X}), {is_unit(_600{???X}, _586{???X_2309_2837})}),  (~isa(_614{???X_2309_2837}, eventDrainingProcess)<-fromLocation(_614{???X_2309_2837}, _628{???X}), ~toLocation(_614{???X_2309_2837}, _628{???X}), {is_unit(_614{???X_2309_2837})}),  (isa(_558{???X_2309_2837}, eventDrainingProcess), fromLocation(_558{???X_2309_2837}, _572{???X}), {is_unit(_572{???X}, _558{???X_2309_2837})}==>toLocation(_558{???X_2309_2837}, _572{???X}))]).
  439.  
  440.  
  441. % ~fromLocation(_138{???X_2309_2837}, _152{???X}) :-
  442. %   isa(_138{???X_2309_2837}, eventDrainingProcess),
  443. %   ~toLocation(_138{???X_2309_2837}, _152{???X}).
  444. % ~isa(_134{???X_2309_2837}, eventDrainingProcess) :-
  445. %   fromLocation(_134{???X_2309_2837}, _148{???X}),
  446. %   ~toLocation(_134{???X_2309_2837}, _148{???X}).
  447. % toLocation(_102{???X_2309_2837}, _116{???X}) :-
  448. %   isa(_102{???X_2309_2837}, eventDrainingProcess),
  449. %   fromLocation(_102{???X_2309_2837}, _116{???X}).
  450.  
  451.  
  452. % asserted_id(implies(and(isa(Y, tPartTypeCoupler), toLocation(X, Y), isa(X, eventIntakingViaPortal)), isa(Y, tPortal)), a308770(Y, X)).
  453. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  454. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  455.  kif:-all(_186544,all(_186564,implies(and(isa(_186544,tPartTypeCoupler),toLocation(_186564,_186544),isa(_186564,eventIntakingViaPortal)),isa(_186544,tPortal))))
  456.  pkif:-all(_186494,all(_186514,=>(&(isa(_186494,tPartTypeCoupler),&(toLocation(_186514,_186494),isa(_186514,eventIntakingViaPortal))),isa(_186494,tPortal))))
  457. % cnf :-
  458. %   v(v(~isa(_134{???Y}, tPartTypeCoupler),
  459. %       v(~toLocation(_148{???X}, _134{???Y}),
  460. %         ~isa(_148{???X}, eventIntakingViaPortal))),
  461. %     isa(_134{???Y}, tPortal)).
  462.  horn:-[(~isa(_187846,eventIntakingViaPortal):-isa(_187872,tPartTypeCoupler),toLocation(_187846,_187872),~isa(_187872,tPortal)),(~isa(_187930,tPartTypeCoupler):-toLocation(_187956,_187930),isa(_187956,eventIntakingViaPortal),~isa(_187930,tPortal)),(~toLocation(_188014,_188028):-isa(_188028,tPartTypeCoupler),isa(_188014,eventIntakingViaPortal),~isa(_188028,tPortal)),(isa(_188094,tPortal):-isa(_188094,tPartTypeCoupler),toLocation(_188132,_188094),isa(_188132,eventIntakingViaPortal))]
  463. % boxlog :-
  464. %  
  465. %   [ (~isa(_684{???X}, eventIntakingViaPortal):-isa(_698{???Y}, tPartTypeCoupler), toLocation(_684{???X}, _698{???Y}), ~isa(_698{???Y}, tPortal)),
  466. %     (~isa(_740{???Y}, tPartTypeCoupler):-toLocation(_754{???X}, _740{???Y}), isa(_754{???X}, eventIntakingViaPortal), ~isa(_740{???Y}, tPortal)),
  467. %     (~toLocation(_712{???X}, _726{???Y}):-isa(_726{???Y}, tPartTypeCoupler), isa(_712{???X}, eventIntakingViaPortal), ~isa(_726{???Y}, tPortal)),
  468. %     (isa(_656{???Y}, tPortal):-isa(_656{???Y}, tPartTypeCoupler), toLocation(_670{???X}, _656{???Y}), isa(_670{???X}, eventIntakingViaPortal))
  469. %   ].
  470. % preview :-
  471. %  
  472. %   [ ({avoidHeadLoop(isa(_662{???Y}, tPartTypeCoupler), isa(_648{???X}, eventIntakingViaPortal))}, isa(_662{???Y}, tPartTypeCoupler), toLocation(_648{???X}, _662{???Y}), {avoidHeadLoop(isa(_662{???Y}, tPortal), isa(_648{???X}, eventIntakingViaPortal))}, ~isa(_662{???Y}, tPortal), {is_unit(_648{???X})}-> ~isa(_648{???X}, eventIntakingViaPortal)),
  473. %     (toLocation(_718{???X}, _704{???Y}), {avoidHeadLoop(isa(_718{???X}, eventIntakingViaPortal), isa(_704{???Y}, tPartTypeCoupler))}, isa(_718{???X}, eventIntakingViaPortal), {avoidHeadLoop(isa(_704{???Y}, tPortal), isa(_704{???Y}, tPartTypeCoupler))}, ~isa(_704{???Y}, tPortal), {is_unit(_704{???Y})}-> ~isa(_704{???Y}, tPartTypeCoupler)),
  474. %     (isa(_690{???Y}, tPartTypeCoupler), isa(_676{???X}, eventIntakingViaPortal), ~isa(_690{???Y}, tPortal), {is_unit(_690{???Y}, _676{???X})}==> ~toLocation(_676{???X}, _690{???Y})),
  475. %     (isa(_620{???Y}, tPartTypeCoupler), toLocation(_634{???X}, _620{???Y}), isa(_634{???X}, eventIntakingViaPortal), {is_unit(_620{???Y})}==>isa(_620{???Y}, tPortal))
  476. %   ].
  477. % conds= =>((name_variable(_630{???X}, 'X'), name_variable(_644{???Y}, 'Y'), name_variable(_686{???Y}, 'Y'), name_variable(_700{???X}, 'X'), name_variable(_672{???Y}, 'Y'), name_variable(_658{???X}, 'X'), name_variable(_602{???Y}, 'Y'), name_variable(_616{???X}, 'X')), [(~isa(_630{???X}, eventIntakingViaPortal)<-{avoidHeadLoop(isa(_644{???Y}, tPartTypeCoupler), isa(_630{???X}, eventIntakingViaPortal))}, isa(_644{???Y}, tPartTypeCoupler), toLocation(_630{???X}, _644{???Y}), {avoidHeadLoop(isa(_644{???Y}, tPortal), isa(_630{???X}, eventIntakingViaPortal))}, ~isa(_644{???Y}, tPortal), {is_unit(_630{???X})}),  (~isa(_686{???Y}, tPartTypeCoupler)<-toLocation(_700{???X}, _686{???Y}), {avoidHeadLoop(isa(_700{???X}, eventIntakingViaPortal), isa(_686{???Y}, tPartTypeCoupler))}, isa(_700{???X}, eventIntakingViaPortal), {avoidHeadLoop(isa(_686{???Y}, tPortal), isa(_686{???Y}, tPartTypeCoupler))}, ~isa(_686{???Y}, tPortal), {is_unit(_686{???Y})}),  (isa(_672{???Y}, tPartTypeCoupler), isa(_658{???X}, eventIntakingViaPortal), ~isa(_672{???Y}, tPortal), {is_unit(_672{???Y}, _658{???X})}==> ~toLocation(_658{???X}, _672{???Y})),  (isa(_602{???Y}, tPartTypeCoupler), toLocation(_616{???X}, _602{???Y}), isa(_616{???X}, eventIntakingViaPortal), {is_unit(_602{???Y})}==>isa(_602{???Y}, tPortal))]).
  478.  
  479.  
  480. % ~isa(_138{???X}, eventIntakingViaPortal) :-
  481. %   isa(_152{???Y}, tPartTypeCoupler),
  482. %   toLocation(_138{???X}, _152{???Y}),
  483. %   ~isa(_152{???Y}, tPortal).
  484. % ~isa(_162{???Y}, tPartTypeCoupler) :-
  485. %   toLocation(_176{???X}, _162{???Y}),
  486. %   isa(_176{???X}, eventIntakingViaPortal),
  487. %   ~isa(_162{???Y}, tPortal).
  488. % ~toLocation(_130{???X}, _144{???Y}) :-
  489. %   isa(_144{???Y}, tPartTypeCoupler),
  490. %   isa(_130{???X}, eventIntakingViaPortal),
  491. %   ~isa(_144{???Y}, tPortal).
  492. % isa(_102{???Y}, tPortal) :-
  493. %   isa(_102{???Y}, tPartTypeCoupler),
  494. %   toLocation(_116{???X}, _102{???Y}),
  495. %   isa(_116{???X}, eventIntakingViaPortal).
  496.  
  497.  
  498. % asserted_id(implies(and(isa(MOVING, eventMovementTranslationEvent), toLocation(MOVING, PORTAL), isa(PORTAL, tPortal)), unchangedActors(MOVING, PORTAL)), a308771(MOVING, PORTAL)).
  499. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  500. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  501.  kif:-all(_186648,all(_186668,implies(and(isa(_186648,eventMovementTranslationEvent),toLocation(_186648,_186668),isa(_186668,tPortal)),unchangedActors(_186648,_186668))))
  502.  pkif:-all(_186598,all(_186618,=>(&(isa(_186598,eventMovementTranslationEvent),&(toLocation(_186598,_186618),isa(_186618,tPortal))),unchangedActors(_186598,_186618))))
  503. % cnf :-
  504. %   v(v(~isa(_134{???MOVING}, eventMovementTranslationEvent),
  505. %       v(~toLocation(_134{???MOVING}, _148{???PORTAL}),
  506. %         ~isa(_148{???PORTAL}, tPortal))),
  507. %     unchangedActors(_134{???MOVING}, _148{???PORTAL})).
  508.  horn:-[(~isa(_187950,tPortal):-isa(_187976,eventMovementTranslationEvent),toLocation(_187976,_187950),~unchangedActors(_187976,_187950)),(~isa(_188034,eventMovementTranslationEvent):-toLocation(_188034,_188060),isa(_188060,tPortal),~unchangedActors(_188034,_188060)),(~toLocation(_188118,_188132):-isa(_188118,eventMovementTranslationEvent),isa(_188132,tPortal),~unchangedActors(_188118,_188132)),(unchangedActors(_188198,_188212):-isa(_188198,eventMovementTranslationEvent),toLocation(_188198,_188212),isa(_188212,tPortal))]
  509. % boxlog :-
  510. %  
  511. %   [ (~isa(_684{???PORTAL}, tPortal):-isa(_698{???MOVING}, eventMovementTranslationEvent), toLocation(_698{???MOVING}, _684{???PORTAL}), ~unchangedActors(_698{???MOVING}, _684{???PORTAL})),
  512. %     (~isa(_740{???MOVING}, eventMovementTranslationEvent):-toLocation(_740{???MOVING}, _754{???PORTAL}), isa(_754{???PORTAL}, tPortal), ~unchangedActors(_740{???MOVING}, _754{???PORTAL})),
  513. %     (~toLocation(_712{???MOVING}, _726{???PORTAL}):-isa(_712{???MOVING}, eventMovementTranslationEvent), isa(_726{???PORTAL}, tPortal), ~unchangedActors(_712{???MOVING}, _726{???PORTAL})),
  514. %     (unchangedActors(_656{???MOVING}, _670{???PORTAL}):-isa(_656{???MOVING}, eventMovementTranslationEvent), toLocation(_656{???MOVING}, _670{???PORTAL}), isa(_670{???PORTAL}, tPortal))
  515. %   ].
  516. % preview :-
  517. %  
  518. %   [ ({avoidHeadLoop(isa(_662{???MOVING}, eventMovementTranslationEvent), isa(_648{???PORTAL}, tPortal))}, isa(_662{???MOVING}, eventMovementTranslationEvent), toLocation(_662{???MOVING}, _648{???PORTAL}), ~unchangedActors(_662{???MOVING}, _648{???PORTAL}), {is_unit(_648{???PORTAL})}-> ~isa(_648{???PORTAL}, tPortal)),
  519. %     (toLocation(_704{???MOVING}, _718{???PORTAL}), {avoidHeadLoop(isa(_718{???PORTAL}, tPortal), isa(_704{???MOVING}, eventMovementTranslationEvent))}, isa(_718{???PORTAL}, tPortal), ~unchangedActors(_704{???MOVING}, _718{???PORTAL}), {is_unit(_704{???MOVING})}-> ~isa(_704{???MOVING}, eventMovementTranslationEvent)),
  520. %     (isa(_676{???MOVING}, eventMovementTranslationEvent), isa(_690{???PORTAL}, tPortal), ~unchangedActors(_676{???MOVING}, _690{???PORTAL}), {is_unit(_690{???PORTAL}, _676{???MOVING})}==> ~toLocation(_676{???MOVING}, _690{???PORTAL})),
  521. %     (isa(_620{???MOVING}, eventMovementTranslationEvent), toLocation(_620{???MOVING}, _634{???PORTAL}), isa(_634{???PORTAL}, tPortal), {is_unit(_634{???PORTAL}, _620{???MOVING})}==>unchangedActors(_620{???MOVING}, _634{???PORTAL}))
  522. %   ].
  523. % conds= =>((name_variable(_630{???PORTAL}, 'PORTAL'), name_variable(_644{???MOVING}, 'MOVING'), name_variable(_686{???MOVING}, 'MOVING'), name_variable(_700{???PORTAL}, 'PORTAL'), name_variable(_658{???MOVING}, 'MOVING'), name_variable(_672{???PORTAL}, 'PORTAL'), name_variable(_602{???MOVING}, 'MOVING'), name_variable(_616{???PORTAL}, 'PORTAL')), [(~isa(_630{???PORTAL}, tPortal)<-{avoidHeadLoop(isa(_644{???MOVING}, eventMovementTranslationEvent), isa(_630{???PORTAL}, tPortal))}, isa(_644{???MOVING}, eventMovementTranslationEvent), toLocation(_644{???MOVING}, _630{???PORTAL}), ~unchangedActors(_644{???MOVING}, _630{???PORTAL}), {is_unit(_630{???PORTAL})}),  (~isa(_686{???MOVING}, eventMovementTranslationEvent)<-toLocation(_686{???MOVING}, _700{???PORTAL}), {avoidHeadLoop(isa(_700{???PORTAL}, tPortal), isa(_686{???MOVING}, eventMovementTranslationEvent))}, isa(_700{???PORTAL}, tPortal), ~unchangedActors(_686{???MOVING}, _700{???PORTAL}), {is_unit(_686{???MOVING})}),  (isa(_658{???MOVING}, eventMovementTranslationEvent), isa(_672{???PORTAL}, tPortal), ~unchangedActors(_658{???MOVING}, _672{???PORTAL}), {is_unit(_672{???PORTAL}, _658{???MOVING})}==> ~toLocation(_658{???MOVING}, _672{???PORTAL})),  (isa(_602{???MOVING}, eventMovementTranslationEvent), toLocation(_602{???MOVING}, _616{???PORTAL}), isa(_616{???PORTAL}, tPortal), {is_unit(_616{???PORTAL}, _602{???MOVING})}==>unchangedActors(_602{???MOVING}, _616{???PORTAL}))]).
  524.  
  525.  
  526. % ~isa(_138{???PORTAL}, tPortal) :-
  527. %   isa(_152{???MOVING}, eventMovementTranslationEvent),
  528. %   toLocation(_152{???MOVING}, _138{???PORTAL}),
  529. %   ~unchangedActors(_152{???MOVING}, _138{???PORTAL}).
  530. % ~isa(_162{???MOVING}, eventMovementTranslationEvent) :-
  531. %   toLocation(_162{???MOVING}, _176{???PORTAL}),
  532. %   isa(_176{???PORTAL}, tPortal),
  533. %   ~unchangedActors(_162{???MOVING}, _176{???PORTAL}).
  534. % ~toLocation(_130{???MOVING}, _144{???PORTAL}) :-
  535. %   isa(_130{???MOVING}, eventMovementTranslationEvent),
  536. %   isa(_144{???PORTAL}, tPortal),
  537. %   ~unchangedActors(_130{???MOVING}, _144{???PORTAL}).
  538. % unchangedActors(_102{???MOVING}, _116{???PORTAL}) :-
  539. %   isa(_102{???MOVING}, eventMovementTranslationEvent),
  540. %   toLocation(_102{???MOVING}, _116{???PORTAL}),
  541. %   isa(_116{???PORTAL}, tPortal).
  542.  
  543.  
  544. % asserted_id(implies(and(isa(SWIM, actSwimmingGeneric), postEvents(DIVE, SWIM), toLocation(DIVE, WATER), isa(DIVE, actDiving)), eventOccursAt(SWIM, WATER)), a308772(SWIM, DIVE, WATER)).
  545. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  546. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  547.  kif:-all(_186848,all(_186868,all(_186888,implies(and(isa(_186848,actSwimmingGeneric),postEvents(_186868,_186848),toLocation(_186868,_186888),isa(_186868,actDiving)),eventOccursAt(_186848,_186888)))))
  548.  pkif:-all(_186802,all(_186822,all(_186842,=>(&(isa(_186802,actSwimmingGeneric),&(postEvents(_186822,_186802),&(toLocation(_186822,_186842),isa(_186822,actDiving)))),eventOccursAt(_186802,_186842)))))
  549. % cnf :-
  550. %   v(v(~isa(_142{???SWIM}, actSwimmingGeneric),
  551. %       v(~postEvents(_156{???DIVE}, _142{???SWIM}),
  552. %         v(~toLocation(_156{???DIVE}, _170{???WATER}),
  553. %       ~isa(_156{???DIVE}, actDiving)))),
  554. %     eventOccursAt(_142{???SWIM}, _170{???WATER})).
  555.  horn:-[(~isa(_188934,actDiving):-isa(_188960,actSwimmingGeneric),postEvents(_188934,_188960),toLocation(_188934,_188998),~eventOccursAt(_188960,_188998)),(~isa(_189044,actSwimmingGeneric):-postEvents(_189070,_189044),toLocation(_189070,_189096),isa(_189070,actDiving),~eventOccursAt(_189044,_189096)),(~postEvents(_189154,_189168):-isa(_189168,actSwimmingGeneric),toLocation(_189154,_189206),isa(_189154,actDiving),~eventOccursAt(_189168,_189206)),(~toLocation(_189264,_189278):-isa(_189304,actSwimmingGeneric),postEvents(_189264,_189304),isa(_189264,actDiving),~eventOccursAt(_189304,_189278)),(eventOccursAt(_189370,_189384):-isa(_189370,actSwimmingGeneric),postEvents(_189422,_189370),toLocation(_189422,_189384),isa(_189422,actDiving))]
  556. % boxlog :-
  557. %  
  558. %   [ (~isa(_768{???DIVE}, actDiving):-isa(_782{???SWIM}, actSwimmingGeneric), postEvents(_768{???DIVE}, _782{???SWIM}), toLocation(_768{???DIVE}, _796{???WATER}), ~eventOccursAt(_782{???SWIM}, _796{???WATER})),
  559. %     (~isa(_894{???SWIM}, actSwimmingGeneric):-postEvents(_908{???DIVE}, _894{???SWIM}), toLocation(_908{???DIVE}, _922{???WATER}), isa(_908{???DIVE}, actDiving), ~eventOccursAt(_894{???SWIM}, _922{???WATER})),
  560. %     (~postEvents(_852{???DIVE}, _866{???SWIM}):-isa(_866{???SWIM}, actSwimmingGeneric), toLocation(_852{???DIVE}, _880{???WATER}), isa(_852{???DIVE}, actDiving), ~eventOccursAt(_866{???SWIM}, _880{???WATER})),
  561. %     (~toLocation(_810{???DIVE}, _824{???WATER}):-isa(_838{???SWIM}, actSwimmingGeneric), postEvents(_810{???DIVE}, _838{???SWIM}), isa(_810{???DIVE}, actDiving), ~eventOccursAt(_838{???SWIM}, _824{???WATER})),
  562. %     (eventOccursAt(_726{???SWIM}, _740{???WATER}):-isa(_726{???SWIM}, actSwimmingGeneric), postEvents(_754{???DIVE}, _726{???SWIM}), toLocation(_754{???DIVE}, _740{???WATER}), isa(_754{???DIVE}, actDiving))
  563. %   ].
  564. % preview :-
  565. %  
  566. %   [ ({avoidHeadLoop(isa(_746{???SWIM}, actSwimmingGeneric), isa(_732{???DIVE}, actDiving))}, isa(_746{???SWIM}, actSwimmingGeneric), postEvents(_732{???DIVE}, _746{???SWIM}), toLocation(_732{???DIVE}, _760{???WATER}), ~eventOccursAt(_746{???SWIM}, _760{???WATER}), {is_unit(_732{???DIVE})}-> ~isa(_732{???DIVE}, actDiving)),
  567. %     (postEvents(_872{???DIVE}, _858{???SWIM}), toLocation(_872{???DIVE}, _886{???WATER}), {avoidHeadLoop(isa(_872{???DIVE}, actDiving), isa(_858{???SWIM}, actSwimmingGeneric))}, isa(_872{???DIVE}, actDiving), ~eventOccursAt(_858{???SWIM}, _886{???WATER}), {is_unit(_858{???SWIM})}-> ~isa(_858{???SWIM}, actSwimmingGeneric)),
  568. %     (isa(_830{???SWIM}, actSwimmingGeneric), toLocation(_816{???DIVE}, _844{???WATER}), isa(_816{???DIVE}, actDiving), ~eventOccursAt(_830{???SWIM}, _844{???WATER}), {is_unit(_830{???SWIM}, _816{???DIVE})}-> ~postEvents(_816{???DIVE}, _830{???SWIM})),
  569. %     (isa(_802{???SWIM}, actSwimmingGeneric), postEvents(_774{???DIVE}, _802{???SWIM}), isa(_774{???DIVE}, actDiving), ~eventOccursAt(_802{???SWIM}, _788{???WATER}), {is_unit(_788{???WATER}, _774{???DIVE})}-> ~toLocation(_774{???DIVE}, _788{???WATER})),
  570. %     (isa(_690{???SWIM}, actSwimmingGeneric), postEvents(_718{???DIVE}, _690{???SWIM}), toLocation(_718{???DIVE}, _704{???WATER}), isa(_718{???DIVE}, actDiving), {is_unit(_704{???WATER}, _690{???SWIM})}==>eventOccursAt(_690{???SWIM}, _704{???WATER}))
  571. %   ].
  572. % conds= =>((name_variable(_714{???DIVE}, 'DIVE'), name_variable(_728{???SWIM}, 'SWIM'), name_variable(_742{???WATER}, 'WATER'), name_variable(_840{???SWIM}, 'SWIM'), name_variable(_854{???DIVE}, 'DIVE'), name_variable(_868{???WATER}, 'WATER'), name_variable(_798{???DIVE}, 'DIVE'), name_variable(_812{???SWIM}, 'SWIM'), name_variable(_826{???WATER}, 'WATER'), name_variable(_756{???DIVE}, 'DIVE'), name_variable(_770{???WATER}, 'WATER'), name_variable(_784{???SWIM}, 'SWIM'), name_variable(_672{???SWIM}, 'SWIM'), name_variable(_700{???DIVE}, 'DIVE'), name_variable(_686{???WATER}, 'WATER')), [(~isa(_714{???DIVE}, actDiving)<-{avoidHeadLoop(isa(_728{???SWIM}, actSwimmingGeneric), isa(_714{???DIVE}, actDiving))}, isa(_728{???SWIM}, actSwimmingGeneric), postEvents(_714{???DIVE}, _728{???SWIM}), toLocation(_714{???DIVE}, _742{???WATER}), ~eventOccursAt(_728{???SWIM}, _742{???WATER}), {is_unit(_714{???DIVE})}),  (~isa(_840{???SWIM}, actSwimmingGeneric)<-postEvents(_854{???DIVE}, _840{???SWIM}), toLocation(_854{???DIVE}, _868{???WATER}), {avoidHeadLoop(isa(_854{???DIVE}, actDiving), isa(_840{???SWIM}, actSwimmingGeneric))}, isa(_854{???DIVE}, actDiving), ~eventOccursAt(_840{???SWIM}, _868{???WATER}), {is_unit(_840{???SWIM})}),  (~postEvents(_798{???DIVE}, _812{???SWIM})<-isa(_812{???SWIM}, actSwimmingGeneric), toLocation(_798{???DIVE}, _826{???WATER}), isa(_798{???DIVE}, actDiving), ~eventOccursAt(_812{???SWIM}, _826{???WATER}), {is_unit(_812{???SWIM}, _798{???DIVE})}),  (~toLocation(_756{???DIVE}, _770{???WATER})<-isa(_784{???SWIM}, actSwimmingGeneric), postEvents(_756{???DIVE}, _784{???SWIM}), isa(_756{???DIVE}, actDiving), ~eventOccursAt(_784{???SWIM}, _770{???WATER}), {is_unit(_770{???WATER}, _756{???DIVE})}),  (isa(_672{???SWIM}, actSwimmingGeneric), postEvents(_700{???DIVE}, _672{???SWIM}), toLocation(_700{???DIVE}, _686{???WATER}), isa(_700{???DIVE}, actDiving), {is_unit(_686{???WATER}, _672{???SWIM})}==>eventOccursAt(_672{???SWIM}, _686{???WATER}))]).
  573.  
  574.  
  575. % ~isa(_154{???DIVE}, actDiving) :-
  576. %   isa(_168{???SWIM}, actSwimmingGeneric),
  577. %   postEvents(_154{???DIVE}, _168{???SWIM}),
  578. %   toLocation(_154{???DIVE}, _182{???WATER}),
  579. %   ~eventOccursAt(_168{???SWIM}, _182{???WATER}).
  580. % ~isa(_234{???SWIM}, actSwimmingGeneric) :-
  581. %   postEvents(_248{???DIVE}, _234{???SWIM}),
  582. %   toLocation(_248{???DIVE}, _262{???WATER}),
  583. %   isa(_248{???DIVE}, actDiving),
  584. %   ~eventOccursAt(_234{???SWIM}, _262{???WATER}).
  585. % ~postEvents(_186{???DIVE}, _200{???SWIM}) :-
  586. %   isa(_200{???SWIM}, actSwimmingGeneric),
  587. %   toLocation(_186{???DIVE}, _214{???WATER}),
  588. %   isa(_186{???DIVE}, actDiving),
  589. %   ~eventOccursAt(_200{???SWIM}, _214{???WATER}).
  590. % ~toLocation(_144{???DIVE}, _158{???WATER}) :-
  591. %   isa(_172{???SWIM}, actSwimmingGeneric),
  592. %   postEvents(_144{???DIVE}, _172{???SWIM}),
  593. %   isa(_144{???DIVE}, actDiving),
  594. %   ~eventOccursAt(_172{???SWIM}, _158{???WATER}).
  595. % eventOccursAt(_102{???SWIM}, _116{???WATER}) :-
  596. %   isa(_102{???SWIM}, actSwimmingGeneric),
  597. %   postEvents(_130{???DIVE}, _102{???SWIM}),
  598. %   toLocation(_130{???DIVE}, _116{???WATER}),
  599. %   isa(_130{???DIVE}, actDiving).
  600.  
  601.  
  602. % asserted_id(implies(and(toLocation(MOVE, TO), inRegion(TO, BIGTO)), toLocation(MOVE, BIGTO)), a308773(MOVE, TO, BIGTO)).
  603. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  604. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  605.  kif:-all(_186956,all(_186976,all(_186996,implies(and(toLocation(_186976,_186956),inRegion(_186956,_186996)),toLocation(_186976,_186996)))))
  606.  pkif:-all(_186902,all(_186922,all(_186942,=>(&(toLocation(_186922,_186902),inRegion(_186902,_186942)),toLocation(_186922,_186942)))))
  607. % cnf :-
  608. %   v(v(~toLocation(_126{???MOVE}, _140{???TO}),
  609. %       ~inRegion(_140{???TO}, _154{???BIGTO})),
  610. %     toLocation(_126{???MOVE}, _154{???BIGTO})).
  611.  horn:-[(~inRegion(_187918,_187932):-toLocation(_187958,_187918),~toLocation(_187958,_187932)),(~toLocation(_188004,_188018):-inRegion(_188018,_188044),~toLocation(_188004,_188044)),(toLocation(_188086,_188100):-toLocation(_188086,_188126),inRegion(_188126,_188100))]
  612. % boxlog :-
  613. %  
  614. %   [ (~inRegion(_680{???TO}, _694{???BIGTO}):-toLocation(_708{???MOVE}, _680{???TO}), ~toLocation(_708{???MOVE}, _694{???BIGTO})),
  615. %     (~toLocation(_722{???MOVE}, _736{???TO}):-inRegion(_736{???TO}, _750{???BIGTO}), ~toLocation(_722{???MOVE}, _750{???BIGTO})),
  616. %     (toLocation(_638{???MOVE}, _652{???BIGTO}):-toLocation(_638{???MOVE}, _666{???TO}), inRegion(_666{???TO}, _652{???BIGTO}))
  617. %   ].
  618. % preview :-
  619. %  
  620. %   [ (toLocation(_672{???MOVE}, _644{???TO}), ~toLocation(_672{???MOVE}, _658{???BIGTO}), {is_unit(_658{???BIGTO}, _644{???TO})}-> ~inRegion(_644{???TO}, _658{???BIGTO})),
  621. %     (inRegion(_700{???TO}, _714{???BIGTO}), {avoidHeadLoop(toLocation(_686{???MOVE}, _714{???BIGTO}), toLocation(_686{???MOVE}, _700{???TO}))}, ~toLocation(_686{???MOVE}, _714{???BIGTO}), {is_unit(_700{???TO}, _686{???MOVE})}-> ~toLocation(_686{???MOVE}, _700{???TO})),
  622. %     (toLocation(_602{???MOVE}, _630{???TO}), inRegion(_630{???TO}, _616{???BIGTO}), {is_unit(_616{???BIGTO}, _602{???MOVE})}==>toLocation(_602{???MOVE}, _616{???BIGTO}))
  623. %   ].
  624. % conds= =>((name_variable(_626{???TO}, 'TO'), name_variable(_640{???BIGTO}, 'BIGTO'), name_variable(_654{???MOVE}, 'MOVE'), name_variable(_668{???MOVE}, 'MOVE'), name_variable(_682{???TO}, 'TO'), name_variable(_696{???BIGTO}, 'BIGTO'), name_variable(_584{???MOVE}, 'MOVE'), name_variable(_612{???TO}, 'TO'), name_variable(_598{???BIGTO}, 'BIGTO')), [(~inRegion(_626{???TO}, _640{???BIGTO})<-toLocation(_654{???MOVE}, _626{???TO}), ~toLocation(_654{???MOVE}, _640{???BIGTO}), {is_unit(_640{???BIGTO}, _626{???TO})}),  (~toLocation(_668{???MOVE}, _682{???TO})<-inRegion(_682{???TO}, _696{???BIGTO}), {avoidHeadLoop(toLocation(_668{???MOVE}, _696{???BIGTO}), toLocation(_668{???MOVE}, _682{???TO}))}, ~toLocation(_668{???MOVE}, _696{???BIGTO}), {is_unit(_682{???TO}, _668{???MOVE})}),  (toLocation(_584{???MOVE}, _612{???TO}), inRegion(_612{???TO}, _598{???BIGTO}), {is_unit(_598{???BIGTO}, _584{???MOVE})}==>toLocation(_584{???MOVE}, _598{???BIGTO}))]).
  625.  
  626.  
  627. % ~inRegion(_154{???TO}, _168{???BIGTO}) :-
  628. %   toLocation(_182{???MOVE}, _154{???TO}),
  629. %   ~toLocation(_182{???MOVE}, _168{???BIGTO}).
  630. % ~toLocation(_150{???MOVE}, _164{???TO}) :-
  631. %   inRegion(_164{???TO}, _178{???BIGTO}),
  632. %   ~toLocation(_150{???MOVE}, _178{???BIGTO}).
  633. % toLocation(_102{???MOVE}, _116{???BIGTO}) :-
  634. %   toLocation(_102{???MOVE}, _130{???TO}),
  635. %   inRegion(_130{???TO}, _116{???BIGTO}).
  636.  
  637.  
  638. % asserted_id(implies(and(evaluatedAction(X, Y), performedBy(Y, Z)), evalueeDirect(X, Z)), a308774(X, Y, Z)).
  639. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  640. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  641.  kif:-all(_187112,all(_187132,all(_187152,implies(and(evaluatedAction(_187132,_187112),performedBy(_187112,_187152)),evalueeDirect(_187132,_187152)))))
  642.  pkif:-all(_187058,all(_187078,all(_187098,=>(&(evaluatedAction(_187078,_187058),performedBy(_187058,_187098)),evalueeDirect(_187078,_187098)))))
  643. % cnf :-
  644. %   v(v(~evaluatedAction(_126{???X}, _140{???Y}),
  645. %       ~performedBy(_140{???Y}, _154{???Z})),
  646. %     evalueeDirect(_126{???X}, _154{???Z})).
  647.  horn:-[(~evaluatedAction(_188074,_188088):-performedBy(_188088,_188114),~evalueeDirect(_188074,_188114)),(~performedBy(_188160,_188174):-evaluatedAction(_188200,_188160),~evalueeDirect(_188200,_188174)),(evalueeDirect(_188242,_188256):-evaluatedAction(_188242,_188282),performedBy(_188282,_188256))]
  648. % boxlog :-
  649. %  
  650. %   [ (~evaluatedAction(_722{???X}, _736{???Y}):-performedBy(_736{???Y}, _750{???Z}), ~evalueeDirect(_722{???X}, _750{???Z})),
  651. %     (~performedBy(_680{???Y}, _694{???Z}):-evaluatedAction(_708{???X}, _680{???Y}), ~evalueeDirect(_708{???X}, _694{???Z})),
  652. %     (evalueeDirect(_638{???X}, _652{???Z}):-evaluatedAction(_638{???X}, _666{???Y}), performedBy(_666{???Y}, _652{???Z}))
  653. %   ].
  654. % preview :-
  655. %  
  656. %   [ (performedBy(_700{???Y}, _714{???Z}), ~evalueeDirect(_686{???X}, _714{???Z}), {is_unit(_700{???Y}, _686{???X})}-> ~evaluatedAction(_686{???X}, _700{???Y})),
  657. %     (evaluatedAction(_672{???X}, _644{???Y}), ~evalueeDirect(_672{???X}, _658{???Z}), {is_unit(_658{???Z}, _644{???Y})}-> ~performedBy(_644{???Y}, _658{???Z})),
  658. %     (evaluatedAction(_602{???X}, _630{???Y}), performedBy(_630{???Y}, _616{???Z}), {is_unit(_616{???Z}, _602{???X})}==>evalueeDirect(_602{???X}, _616{???Z}))
  659. %   ].
  660. % conds= =>((name_variable(_668{???X}, 'X'), name_variable(_682{???Y}, 'Y'), name_variable(_696{???Z}, 'Z'), name_variable(_626{???Y}, 'Y'), name_variable(_640{???Z}, 'Z'), name_variable(_654{???X}, 'X'), name_variable(_584{???X}, 'X'), name_variable(_612{???Y}, 'Y'), name_variable(_598{???Z}, 'Z')), [(~evaluatedAction(_668{???X}, _682{???Y})<-performedBy(_682{???Y}, _696{???Z}), ~evalueeDirect(_668{???X}, _696{???Z}), {is_unit(_682{???Y}, _668{???X})}),  (~performedBy(_626{???Y}, _640{???Z})<-evaluatedAction(_654{???X}, _626{???Y}), ~evalueeDirect(_654{???X}, _640{???Z}), {is_unit(_640{???Z}, _626{???Y})}),  (evaluatedAction(_584{???X}, _612{???Y}), performedBy(_612{???Y}, _598{???Z}), {is_unit(_598{???Z}, _584{???X})}==>evalueeDirect(_584{???X}, _598{???Z}))]).
  661.  
  662.  
  663. % ~evaluatedAction(_196{???X}, _210{???Y}) :-
  664. %   performedBy(_210{???Y}, _224{???Z}),
  665. %   ~evalueeDirect(_196{???X}, _224{???Z}).
  666. % ~performedBy(_144{???Y}, _158{???Z}) :-
  667. %   evaluatedAction(_172{???X}, _144{???Y}),
  668. %   ~evalueeDirect(_172{???X}, _158{???Z}).
  669. % evalueeDirect(_102{???X}, _116{???Z}) :-
  670. %   evaluatedAction(_102{???X}, _130{???Y}),
  671. %   performedBy(_130{???Y}, _116{???Z}).
  672.  
  673.  
  674. % asserted_id(=>(isa(U, tClazzMammal), implies(isa(U, tClazzMammal), anatomicallyCapableOf(U, nartR(actPerformSimultaneouslyFn, [actNursingYoung, actBurping]), performedBy))), a308775(U)).
  675. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  676. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  677.  kif:-all(_187184,=>(isa(_187184,tClazzMammal),implies(isa(_187184,tClazzMammal),anatomicallyCapableOf(_187184,nartR(actPerformSimultaneouslyFn,[actNursingYoung,actBurping]),performedBy))))
  678.  pkif:-all(_187130,=>(isa(_187130,tClazzMammal),=>(isa(_187130,tClazzMammal),anatomicallyCapableOf(_187130,nartR(actPerformSimultaneouslyFn,[actNursingYoung,actBurping]),performedBy))))
  679. % cnf :-
  680. %   v(~isa(_134{???U}, tClazzMammal),
  681. %     v(~isa(_134{???U}, tClazzMammal),
  682. %       anatomicallyCapableOf(_134{???U},
  683. %                 nartR(actPerformSimultaneouslyFn,
  684. %                   [actNursingYoung, actBurping]),
  685. %                 performedBy))).
  686.  horn:-[(~isa(_187946,tClazzMammal):- ~anatomicallyCapableOf(_187946,nartR(actPerformSimultaneouslyFn,[actNursingYoung,actBurping]),performedBy)),(anatomicallyCapableOf(_187992,nartR(actPerformSimultaneouslyFn,[actNursingYoung,actBurping]),performedBy):-isa(_187992,tClazzMammal))]
  687. % boxlog :-
  688. %  
  689. %   [ (~isa(_680{???U}, tClazzMammal):- ~anatomicallyCapableOf(_680{???U}, nartR(actPerformSimultaneouslyFn, [actNursingYoung, actBurping]), performedBy)),
  690. %     (anatomicallyCapableOf(_666{???U}, nartR(actPerformSimultaneouslyFn, [actNursingYoung, actBurping]), performedBy):-isa(_666{???U}, tClazzMammal))
  691. %   ].
  692. % preview :-
  693. %  
  694. %   [ (~anatomicallyCapableOf(_644{???U}, nartR(actPerformSimultaneouslyFn, [actNursingYoung, actBurping]), performedBy), {is_unit(_644{???U})}==> ~isa(_644{???U}, tClazzMammal)),
  695. %     (isa(_630{???U}, tClazzMammal), {is_unit(_630{???U})}==>anatomicallyCapableOf(_630{???U}, nartR(actPerformSimultaneouslyFn, [actNursingYoung, actBurping]), performedBy))
  696. %   ].
  697. % conds= =>((name_variable(_626{???U}, 'U'), name_variable(_612{???U}, 'U')), [(~anatomicallyCapableOf(_626{???U}, nartR(actPerformSimultaneouslyFn, [actNursingYoung, actBurping]), performedBy), {is_unit(_626{???U})}==> ~isa(_626{???U}, tClazzMammal)),  (isa(_612{???U}, tClazzMammal), {is_unit(_612{???U})}==>anatomicallyCapableOf(_612{???U}, nartR(actPerformSimultaneouslyFn, [actNursingYoung, actBurping]), performedBy))]).
  698.  
  699.  
  700. % ~isa(_122{???U}, tClazzMammal) :-
  701. %   ~anatomicallyCapableOf(_122{???U}, nartR(actPerformSimultaneouslyFn, [actNursingYoung, actBurping]), performedBy).
  702. % anatomicallyCapableOf(_102{???U}, nartR(actPerformSimultaneouslyFn, [actNursingYoung, actBurping]), performedBy) :-
  703. %   isa(_102{???U}, tClazzMammal).
  704.  
  705.  
  706. % asserted_id(implies(and(isa(U, actServingFoodOrDrink), performedBy(U, X)), knowsAbout(X, cwPublicHealthRegulation)), a308776(U, X)).
  707. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  708. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  709.  kif:-all(_187248,all(_187268,implies(and(isa(_187248,actServingFoodOrDrink),performedBy(_187248,_187268)),knowsAbout(_187268,cwPublicHealthRegulation))))
  710.  pkif:-all(_187194,all(_187214,=>(&(isa(_187194,actServingFoodOrDrink),performedBy(_187194,_187214)),knowsAbout(_187214,cwPublicHealthRegulation))))
  711. % cnf :-
  712. %   v(v(~isa(_126{???U}, actServingFoodOrDrink),
  713. %       ~performedBy(_126{???U}, _140{???X})),
  714. %     knowsAbout(_140{???X}, cwPublicHealthRegulation)).
  715.  horn:-[(~isa(_188078,actServingFoodOrDrink):-performedBy(_188078,_188104),~knowsAbout(_188104,cwPublicHealthRegulation)),(~performedBy(_188150,_188164):-isa(_188150,actServingFoodOrDrink),~knowsAbout(_188164,cwPublicHealthRegulation)),(knowsAbout(_188218,cwPublicHealthRegulation):-isa(_188244,actServingFoodOrDrink),performedBy(_188244,_188218))]
  716. % boxlog :-
  717. %  
  718. %   [ (~isa(_668{???U}, actServingFoodOrDrink):-performedBy(_668{???U}, _682{???X}), ~knowsAbout(_682{???X}, cwPublicHealthRegulation)),
  719. %     (~performedBy(_640{???U}, _654{???X}):-isa(_640{???U}, actServingFoodOrDrink), ~knowsAbout(_654{???X}, cwPublicHealthRegulation)),
  720. %     (knowsAbout(_612{???X}, cwPublicHealthRegulation):-isa(_626{???U}, actServingFoodOrDrink), performedBy(_626{???U}, _612{???X}))
  721. %   ].
  722. % preview :-
  723. %  
  724. %   [ (performedBy(_632{???U}, _646{???X}), ~knowsAbout(_646{???X}, cwPublicHealthRegulation), {is_unit(_632{???U})}-> ~isa(_632{???U}, actServingFoodOrDrink)),
  725. %     (isa(_604{???U}, actServingFoodOrDrink), ~knowsAbout(_618{???X}, cwPublicHealthRegulation), {is_unit(_618{???X}, _604{???U})}==> ~performedBy(_604{???U}, _618{???X})),
  726. %     (isa(_590{???U}, actServingFoodOrDrink), performedBy(_590{???U}, _576{???X}), {is_unit(_576{???X})}==>knowsAbout(_576{???X}, cwPublicHealthRegulation))
  727. %   ].
  728. % conds= =>((name_variable(_614{???U}, 'U'), name_variable(_628{???X}, 'X'), name_variable(_586{???U}, 'U'), name_variable(_600{???X}, 'X'), name_variable(_572{???U}, 'U'), name_variable(_558{???X}, 'X')), [(~isa(_614{???U}, actServingFoodOrDrink)<-performedBy(_614{???U}, _628{???X}), ~knowsAbout(_628{???X}, cwPublicHealthRegulation), {is_unit(_614{???U})}),  (isa(_586{???U}, actServingFoodOrDrink), ~knowsAbout(_600{???X}, cwPublicHealthRegulation), {is_unit(_600{???X}, _586{???U})}==> ~performedBy(_586{???U}, _600{???X})),  (isa(_572{???U}, actServingFoodOrDrink), performedBy(_572{???U}, _558{???X}), {is_unit(_558{???X})}==>knowsAbout(_558{???X}, cwPublicHealthRegulation))]).
  729.  
  730.  
  731. % ~isa(_166{???U}, actServingFoodOrDrink) :-
  732. %   performedBy(_166{???U}, _180{???X}),
  733. %   ~knowsAbout(_180{???X}, cwPublicHealthRegulation).
  734. % ~performedBy(_130{???U}, _144{???X}) :-
  735. %   isa(_130{???U}, actServingFoodOrDrink),
  736. %   ~knowsAbout(_144{???X}, cwPublicHealthRegulation).
  737. % knowsAbout(_102{???X}, cwPublicHealthRegulation) :-
  738. %   isa(_116{???U}, actServingFoodOrDrink),
  739. %   performedBy(_116{???U}, _102{???X}).
  740.  
  741.  
  742. % asserted_id(implies(and(isa(U, actMedicalTreatmentEvent), performedBy(U, X)), knowsAbout(X, tPrescriptionDrug)), a308777(U, X)).
  743. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  744. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  745.  kif:-all(_187352,all(_187372,implies(and(isa(_187352,actMedicalTreatmentEvent),performedBy(_187352,_187372)),knowsAbout(_187372,tPrescriptionDrug))))
  746.  pkif:-all(_187298,all(_187318,=>(&(isa(_187298,actMedicalTreatmentEvent),performedBy(_187298,_187318)),knowsAbout(_187318,tPrescriptionDrug))))
  747. % cnf :-
  748. %   v(v(~isa(_126{???U}, actMedicalTreatmentEvent),
  749. %       ~performedBy(_126{???U}, _140{???X})),
  750. %     knowsAbout(_140{???X}, tPrescriptionDrug)).
  751.  horn:-[(~isa(_188182,actMedicalTreatmentEvent):-performedBy(_188182,_188208),~knowsAbout(_188208,tPrescriptionDrug)),(~performedBy(_188254,_188268):-isa(_188254,actMedicalTreatmentEvent),~knowsAbout(_188268,tPrescriptionDrug)),(knowsAbout(_188322,tPrescriptionDrug):-isa(_188348,actMedicalTreatmentEvent),performedBy(_188348,_188322))]
  752. % boxlog :-
  753. %  
  754. %   [ (~isa(_668{???U}, actMedicalTreatmentEvent):-performedBy(_668{???U}, _682{???X}), ~knowsAbout(_682{???X}, tPrescriptionDrug)),
  755. %     (~performedBy(_640{???U}, _654{???X}):-isa(_640{???U}, actMedicalTreatmentEvent), ~knowsAbout(_654{???X}, tPrescriptionDrug)),
  756. %     (knowsAbout(_612{???X}, tPrescriptionDrug):-isa(_626{???U}, actMedicalTreatmentEvent), performedBy(_626{???U}, _612{???X}))
  757. %   ].
  758. % preview :-
  759. %  
  760. %   [ (performedBy(_632{???U}, _646{???X}), ~knowsAbout(_646{???X}, tPrescriptionDrug), {is_unit(_632{???U})}-> ~isa(_632{???U}, actMedicalTreatmentEvent)),
  761. %     (isa(_604{???U}, actMedicalTreatmentEvent), ~knowsAbout(_618{???X}, tPrescriptionDrug), {is_unit(_618{???X}, _604{???U})}==> ~performedBy(_604{???U}, _618{???X})),
  762. %     (isa(_590{???U}, actMedicalTreatmentEvent), performedBy(_590{???U}, _576{???X}), {is_unit(_576{???X})}==>knowsAbout(_576{???X}, tPrescriptionDrug))
  763. %   ].
  764. % conds= =>((name_variable(_614{???U}, 'U'), name_variable(_628{???X}, 'X'), name_variable(_586{???U}, 'U'), name_variable(_600{???X}, 'X'), name_variable(_572{???U}, 'U'), name_variable(_558{???X}, 'X')), [(~isa(_614{???U}, actMedicalTreatmentEvent)<-performedBy(_614{???U}, _628{???X}), ~knowsAbout(_628{???X}, tPrescriptionDrug), {is_unit(_614{???U})}),  (isa(_586{???U}, actMedicalTreatmentEvent), ~knowsAbout(_600{???X}, tPrescriptionDrug), {is_unit(_600{???X}, _586{???U})}==> ~performedBy(_586{???U}, _600{???X})),  (isa(_572{???U}, actMedicalTreatmentEvent), performedBy(_572{???U}, _558{???X}), {is_unit(_558{???X})}==>knowsAbout(_558{???X}, tPrescriptionDrug))]).
  765.  
  766.  
  767. % ~isa(_166{???U}, actMedicalTreatmentEvent) :-
  768. %   performedBy(_166{???U}, _180{???X}),
  769. %   ~knowsAbout(_180{???X}, tPrescriptionDrug).
  770. % ~performedBy(_130{???U}, _144{???X}) :-
  771. %   isa(_130{???U}, actMedicalTreatmentEvent),
  772. %   ~knowsAbout(_144{???X}, tPrescriptionDrug).
  773. % knowsAbout(_102{???X}, tPrescriptionDrug) :-
  774. %   isa(_116{???U}, actMedicalTreatmentEvent),
  775. %   performedBy(_116{???U}, _102{???X}).
  776.  
  777.  
  778. % asserted_id(=>(isa(U, tClazzMammal), implies(isa(U, tClazzMammal), anatomicallyCapableOf(U, nartR(actPerformSimultaneouslyFn, [actNursingYoung, actMakingAnOralSound]), performedBy))), a308778(U)).
  779. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  780. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  781.  kif:-all(_187444,=>(isa(_187444,tClazzMammal),implies(isa(_187444,tClazzMammal),anatomicallyCapableOf(_187444,nartR(actPerformSimultaneouslyFn,[actNursingYoung,actMakingAnOralSound]),performedBy))))
  782.  pkif:-all(_187390,=>(isa(_187390,tClazzMammal),=>(isa(_187390,tClazzMammal),anatomicallyCapableOf(_187390,nartR(actPerformSimultaneouslyFn,[actNursingYoung,actMakingAnOralSound]),performedBy))))
  783. % cnf :-
  784. %   v(~isa(_134{???U}, tClazzMammal),
  785. %     v(~isa(_134{???U}, tClazzMammal),
  786. %       anatomicallyCapableOf(_134{???U},
  787. %                 nartR(actPerformSimultaneouslyFn,
  788. %                   [actNursingYoung, actMakingAnOralSound]),
  789. %                 performedBy))).
  790.  horn:-[(~isa(_188206,tClazzMammal):- ~anatomicallyCapableOf(_188206,nartR(actPerformSimultaneouslyFn,[actNursingYoung,actMakingAnOralSound]),performedBy)),(anatomicallyCapableOf(_188252,nartR(actPerformSimultaneouslyFn,[actNursingYoung,actMakingAnOralSound]),performedBy):-isa(_188252,tClazzMammal))]
  791. % boxlog :-
  792. %  
  793. %   [ (~isa(_680{???U}, tClazzMammal):- ~anatomicallyCapableOf(_680{???U}, nartR(actPerformSimultaneouslyFn, [actNursingYoung, actMakingAnOralSound]), performedBy)),
  794. %     (anatomicallyCapableOf(_666{???U}, nartR(actPerformSimultaneouslyFn, [actNursingYoung, actMakingAnOralSound]), performedBy):-isa(_666{???U}, tClazzMammal))
  795. %   ].
  796. % preview :-
  797. %  
  798. %   [ (~anatomicallyCapableOf(_644{???U}, nartR(actPerformSimultaneouslyFn, [actNursingYoung, actMakingAnOralSound]), performedBy), {is_unit(_644{???U})}==> ~isa(_644{???U}, tClazzMammal)),
  799. %     (isa(_630{???U}, tClazzMammal), {is_unit(_630{???U})}==>anatomicallyCapableOf(_630{???U}, nartR(actPerformSimultaneouslyFn, [actNursingYoung, actMakingAnOralSound]), performedBy))
  800. %   ].
  801. % conds= =>((name_variable(_626{???U}, 'U'), name_variable(_612{???U}, 'U')), [(~anatomicallyCapableOf(_626{???U}, nartR(actPerformSimultaneouslyFn, [actNursingYoung, actMakingAnOralSound]), performedBy), {is_unit(_626{???U})}==> ~isa(_626{???U}, tClazzMammal)),  (isa(_612{???U}, tClazzMammal), {is_unit(_612{???U})}==>anatomicallyCapableOf(_612{???U}, nartR(actPerformSimultaneouslyFn, [actNursingYoung, actMakingAnOralSound]), performedBy))]).
  802.  
  803.  
  804. % ~isa(_122{???U}, tClazzMammal) :-
  805. %   ~anatomicallyCapableOf(_122{???U}, nartR(actPerformSimultaneouslyFn, [actNursingYoung, actMakingAnOralSound]), performedBy).
  806. % anatomicallyCapableOf(_102{???U}, nartR(actPerformSimultaneouslyFn, [actNursingYoung, actMakingAnOralSound]), performedBy) :-
  807. %   isa(_102{???U}, tClazzMammal).
  808.  
  809.  
  810. % asserted_id(implies(and(isa(CARE, actMedicalTreatmentEvent), recipientOfService(CARE, SV1), performedBy(CARE, VET), isa(VET, mobVeterinarian)), isa(SV1, mobNonPersonAnimal)), a308779(CARE, SV1, VET)).
  811. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  812. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  813.  kif:-all(_187628,all(_187648,all(_187668,implies(and(isa(_187628,actMedicalTreatmentEvent),recipientOfService(_187628,_187668),performedBy(_187628,_187648),isa(_187648,mobVeterinarian)),isa(_187668,mobNonPersonAnimal)))))
  814.  pkif:-all(_187582,all(_187602,all(_187622,=>(&(isa(_187582,actMedicalTreatmentEvent),&(recipientOfService(_187582,_187622),&(performedBy(_187582,_187602),isa(_187602,mobVeterinarian)))),isa(_187622,mobNonPersonAnimal)))))
  815. % cnf :-
  816. %   v(v(~isa(_142{???CARE}, actMedicalTreatmentEvent),
  817. %       v(~recipientOfService(_142{???CARE}, _156{???SV1}),
  818. %         v(~performedBy(_142{???CARE}, _170{???VET}),
  819. %       ~isa(_170{???VET}, mobVeterinarian)))),
  820. %     isa(_156{???SV1}, mobNonPersonAnimal)).
  821.  horn:-[(~isa(_189714,mobVeterinarian):-isa(_189740,actMedicalTreatmentEvent),recipientOfService(_189740,_189766),performedBy(_189740,_189714),~isa(_189766,mobNonPersonAnimal)),(~isa(_189824,actMedicalTreatmentEvent):-recipientOfService(_189824,_189850),performedBy(_189824,_189876),isa(_189876,mobVeterinarian),~isa(_189850,mobNonPersonAnimal)),(~performedBy(_189934,_189948):-isa(_189934,actMedicalTreatmentEvent),recipientOfService(_189934,_189986),isa(_189948,mobVeterinarian),~isa(_189986,mobNonPersonAnimal)),(~recipientOfService(_190044,_190058):-isa(_190044,actMedicalTreatmentEvent),performedBy(_190044,_190096),isa(_190096,mobVeterinarian),~isa(_190058,mobNonPersonAnimal)),(isa(_190150,mobNonPersonAnimal):-isa(_190176,actMedicalTreatmentEvent),recipientOfService(_190176,_190150),performedBy(_190176,_190214),isa(_190214,mobVeterinarian))]
  822. % boxlog :-
  823. %  
  824. %   [ (~isa(_768{???VET}, mobVeterinarian):-isa(_782{???CARE}, actMedicalTreatmentEvent), recipientOfService(_782{???CARE}, _796{???SV1}), performedBy(_782{???CARE}, _768{???VET}), ~isa(_796{???SV1}, mobNonPersonAnimal)),
  825. %     (~isa(_894{???CARE}, actMedicalTreatmentEvent):-recipientOfService(_894{???CARE}, _908{???SV1}), performedBy(_894{???CARE}, _922{???VET}), isa(_922{???VET}, mobVeterinarian), ~isa(_908{???SV1}, mobNonPersonAnimal)),
  826. %     (~performedBy(_810{???CARE}, _824{???VET}):-isa(_810{???CARE}, actMedicalTreatmentEvent), recipientOfService(_810{???CARE}, _838{???SV1}), isa(_824{???VET}, mobVeterinarian), ~isa(_838{???SV1}, mobNonPersonAnimal)),
  827. %     (~recipientOfService(_852{???CARE}, _866{???SV1}):-isa(_852{???CARE}, actMedicalTreatmentEvent), performedBy(_852{???CARE}, _880{???VET}), isa(_880{???VET}, mobVeterinarian), ~isa(_866{???SV1}, mobNonPersonAnimal)),
  828. %     (isa(_726{???SV1}, mobNonPersonAnimal):-isa(_740{???CARE}, actMedicalTreatmentEvent), recipientOfService(_740{???CARE}, _726{???SV1}), performedBy(_740{???CARE}, _754{???VET}), isa(_754{???VET}, mobVeterinarian))
  829. %   ].
  830. % preview :-
  831. %  
  832. %   [ ({avoidHeadLoop(isa(_746{???CARE}, actMedicalTreatmentEvent), isa(_732{???VET}, mobVeterinarian))}, isa(_746{???CARE}, actMedicalTreatmentEvent), recipientOfService(_746{???CARE}, _760{???SV1}), performedBy(_746{???CARE}, _732{???VET}), {avoidHeadLoop(isa(_760{???SV1}, mobNonPersonAnimal), isa(_732{???VET}, mobVeterinarian))}, ~isa(_760{???SV1}, mobNonPersonAnimal), {is_unit(_732{???VET})}-> ~isa(_732{???VET}, mobVeterinarian)),
  833. %     (recipientOfService(_858{???CARE}, _872{???SV1}), performedBy(_858{???CARE}, _886{???VET}), {avoidHeadLoop(isa(_886{???VET}, mobVeterinarian), isa(_858{???CARE}, actMedicalTreatmentEvent))}, isa(_886{???VET}, mobVeterinarian), {avoidHeadLoop(isa(_872{???SV1}, mobNonPersonAnimal), isa(_858{???CARE}, actMedicalTreatmentEvent))}, ~isa(_872{???SV1}, mobNonPersonAnimal), {is_unit(_858{???CARE})}-> ~isa(_858{???CARE}, actMedicalTreatmentEvent)),
  834. %     (isa(_774{???CARE}, actMedicalTreatmentEvent), recipientOfService(_774{???CARE}, _802{???SV1}), isa(_788{???VET}, mobVeterinarian), ~isa(_802{???SV1}, mobNonPersonAnimal), {is_unit(_788{???VET}, _774{???CARE})}-> ~performedBy(_774{???CARE}, _788{???VET})),
  835. %     (isa(_816{???CARE}, actMedicalTreatmentEvent), performedBy(_816{???CARE}, _844{???VET}), isa(_844{???VET}, mobVeterinarian), ~isa(_830{???SV1}, mobNonPersonAnimal), {is_unit(_830{???SV1}, _816{???CARE})}-> ~recipientOfService(_816{???CARE}, _830{???SV1})),
  836. %     (isa(_704{???CARE}, actMedicalTreatmentEvent), recipientOfService(_704{???CARE}, _690{???SV1}), performedBy(_704{???CARE}, _718{???VET}), isa(_718{???VET}, mobVeterinarian), {is_unit(_690{???SV1})}==>isa(_690{???SV1}, mobNonPersonAnimal))
  837. %   ].
  838. % conds= =>((name_variable(_714{???VET}, 'VET'), name_variable(_728{???CARE}, 'CARE'), name_variable(_742{???SV1}, 'SV1'), name_variable(_840{???CARE}, 'CARE'), name_variable(_854{???SV1}, 'SV1'), name_variable(_868{???VET}, 'VET'), name_variable(_756{???CARE}, 'CARE'), name_variable(_770{???VET}, 'VET'), name_variable(_784{???SV1}, 'SV1'), name_variable(_798{???CARE}, 'CARE'), name_variable(_812{???SV1}, 'SV1'), name_variable(_826{???VET}, 'VET'), name_variable(_686{???CARE}, 'CARE'), name_variable(_672{???SV1}, 'SV1'), name_variable(_700{???VET}, 'VET')), [(~isa(_714{???VET}, mobVeterinarian)<-{avoidHeadLoop(isa(_728{???CARE}, actMedicalTreatmentEvent), isa(_714{???VET}, mobVeterinarian))}, isa(_728{???CARE}, actMedicalTreatmentEvent), recipientOfService(_728{???CARE}, _742{???SV1}), performedBy(_728{???CARE}, _714{???VET}), {avoidHeadLoop(isa(_742{???SV1}, mobNonPersonAnimal), isa(_714{???VET}, mobVeterinarian))}, ~isa(_742{???SV1}, mobNonPersonAnimal), {is_unit(_714{???VET})}),  (~isa(_840{???CARE}, actMedicalTreatmentEvent)<-recipientOfService(_840{???CARE}, _854{???SV1}), performedBy(_840{???CARE}, _868{???VET}), {avoidHeadLoop(isa(_868{???VET}, mobVeterinarian), isa(_840{???CARE}, actMedicalTreatmentEvent))}, isa(_868{???VET}, mobVeterinarian), {avoidHeadLoop(isa(_854{???SV1}, mobNonPersonAnimal), isa(_840{???CARE}, actMedicalTreatmentEvent))}, ~isa(_854{???SV1}, mobNonPersonAnimal), {is_unit(_840{???CARE})}),  (~performedBy(_756{???CARE}, _770{???VET})<-isa(_756{???CARE}, actMedicalTreatmentEvent), recipientOfService(_756{???CARE}, _784{???SV1}), isa(_770{???VET}, mobVeterinarian), ~isa(_784{???SV1}, mobNonPersonAnimal), {is_unit(_770{???VET}, _756{???CARE})}),  (~recipientOfService(_798{???CARE}, _812{???SV1})<-isa(_798{???CARE}, actMedicalTreatmentEvent), performedBy(_798{???CARE}, _826{???VET}), isa(_826{???VET}, mobVeterinarian), ~isa(_812{???SV1}, mobNonPersonAnimal), {is_unit(_812{???SV1}, _798{???CARE})}),  (isa(_686{???CARE}, actMedicalTreatmentEvent), recipientOfService(_686{???CARE}, _672{???SV1}), performedBy(_686{???CARE}, _700{???VET}), isa(_700{???VET}, mobVeterinarian), {is_unit(_672{???SV1})}==>isa(_672{???SV1}, mobNonPersonAnimal))]).
  839.  
  840.  
  841. % ~isa(_154{???VET}, mobVeterinarian) :-
  842. %   isa(_168{???CARE}, actMedicalTreatmentEvent),
  843. %   recipientOfService(_168{???CARE}, _182{???SV1}),
  844. %   performedBy(_168{???CARE}, _154{???VET}),
  845. %   ~isa(_182{???SV1}, mobNonPersonAnimal).
  846. % ~isa(_234{???CARE}, actMedicalTreatmentEvent) :-
  847. %   recipientOfService(_234{???CARE}, _248{???SV1}),
  848. %   performedBy(_234{???CARE}, _262{???VET}),
  849. %   isa(_262{???VET}, mobVeterinarian),
  850. %   ~isa(_248{???SV1}, mobNonPersonAnimal).
  851. % ~performedBy(_144{???CARE}, _158{???VET}) :-
  852. %   isa(_144{???CARE}, actMedicalTreatmentEvent),
  853. %   recipientOfService(_144{???CARE}, _172{???SV1}),
  854. %   isa(_158{???VET}, mobVeterinarian),
  855. %   ~isa(_172{???SV1}, mobNonPersonAnimal).
  856. % ~recipientOfService(_150{???CARE}, _164{???SV1}) :-
  857. %   isa(_150{???CARE}, actMedicalTreatmentEvent),
  858. %   performedBy(_150{???CARE}, _178{???VET}),
  859. %   isa(_178{???VET}, mobVeterinarian),
  860. %   ~isa(_164{???SV1}, mobNonPersonAnimal).
  861. % isa(_102{???SV1}, mobNonPersonAnimal) :-
  862. %   isa(_116{???CARE}, actMedicalTreatmentEvent),
  863. %   recipientOfService(_116{???CARE}, _102{???SV1}),
  864. %   performedBy(_116{???CARE}, _130{???VET}),
  865. %   isa(_130{???VET}, mobVeterinarian).
  866.  
  867.  
  868. % asserted_id(=>(isa(U, actBaseballGame), implies(isa(U, actBaseballGame), helpfulActions(U, actCompletingAPass, performedBy, positiveAmountOf))), a308780(U)).
  869. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  870. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  871.  kif:-all(_187604,=>(isa(_187604,actBaseballGame),implies(isa(_187604,actBaseballGame),helpfulActions(_187604,actCompletingAPass,performedBy,positiveAmountOf))))
  872.  pkif:-all(_187550,=>(isa(_187550,actBaseballGame),=>(isa(_187550,actBaseballGame),helpfulActions(_187550,actCompletingAPass,performedBy,positiveAmountOf))))
  873. % cnf :-
  874. %   v(~isa(_118{???U}, actBaseballGame),
  875. %     v(~isa(_118{???U}, actBaseballGame),
  876. %       helpfulActions(_118{???U},
  877. %              actCompletingAPass,
  878. %              performedBy,
  879. %              positiveAmountOf))).
  880.  horn:-[(~isa(_188174,actBaseballGame):- ~helpfulActions(_188174,actCompletingAPass,performedBy,positiveAmountOf)),(helpfulActions(_188224,actCompletingAPass,performedBy,positiveAmountOf):-isa(_188224,actBaseballGame))]
  881. % boxlog :-
  882. %  
  883. %   [ (~isa(_7808{???U}, actBaseballGame):- ~helpfulActions(_7808{???U}, actCompletingAPass, performedBy, positiveAmountOf)),
  884. %     (helpfulActions(_7790{???U}, actCompletingAPass, performedBy, positiveAmountOf):-isa(_7790{???U}, actBaseballGame))
  885. %   ].
  886. % preview :-
  887. %  
  888. %   [ (~helpfulActions(_580{???U}, actCompletingAPass, performedBy, positiveAmountOf), {is_unit(_580{???U})}==> ~isa(_580{???U}, actBaseballGame)),
  889. %     (isa(_566{???U}, actBaseballGame), {is_unit(_566{???U})}==>helpfulActions(_566{???U}, actCompletingAPass, performedBy, positiveAmountOf))
  890. %   ].
  891. % conds= =>((name_variable(_562{???U}, 'U'), name_variable(_548{???U}, 'U')), [(~helpfulActions(_562{???U}, actCompletingAPass, performedBy, positiveAmountOf), {is_unit(_562{???U})}==> ~isa(_562{???U}, actBaseballGame)),  (isa(_548{???U}, actBaseballGame), {is_unit(_548{???U})}==>helpfulActions(_548{???U}, actCompletingAPass, performedBy, positiveAmountOf))]).
  892.  
  893.  
  894. % ~isa(_122{???U}, actBaseballGame) :-
  895. %   ~helpfulActions(_122{???U}, actCompletingAPass, performedBy, positiveAmountOf).
  896. % helpfulActions(_102{???U}, actCompletingAPass, performedBy, positiveAmountOf) :-
  897. %   isa(_102{???U}, actBaseballGame).
  898.  
  899.  
  900. % asserted_id(=>(isa(U, actTennisMatch), implies(isa(U, actTennisMatch), helpfulActions(U, actWinningAdvantage, performedBy, positiveAmountOf))), a308781(U)).
  901. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  902. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  903.  kif:-all(_187656,=>(isa(_187656,actTennisMatch),implies(isa(_187656,actTennisMatch),helpfulActions(_187656,actWinningAdvantage,performedBy,positiveAmountOf))))
  904.  pkif:-all(_187602,=>(isa(_187602,actTennisMatch),=>(isa(_187602,actTennisMatch),helpfulActions(_187602,actWinningAdvantage,performedBy,positiveAmountOf))))
  905. % cnf :-
  906. %   v(~isa(_118{???U}, actTennisMatch),
  907. %     v(~isa(_118{???U}, actTennisMatch),
  908. %       helpfulActions(_118{???U},
  909. %              actWinningAdvantage,
  910. %              performedBy,
  911. %              positiveAmountOf))).
  912.  horn:-[(~isa(_188226,actTennisMatch):- ~helpfulActions(_188226,actWinningAdvantage,performedBy,positiveAmountOf)),(helpfulActions(_188276,actWinningAdvantage,performedBy,positiveAmountOf):-isa(_188276,actTennisMatch))]
  913. % boxlog :-
  914. %  
  915. %   [ (~isa(_7810{???U}, actTennisMatch):- ~helpfulActions(_7810{???U}, actWinningAdvantage, performedBy, positiveAmountOf)),
  916. %     (helpfulActions(_7792{???U}, actWinningAdvantage, performedBy, positiveAmountOf):-isa(_7792{???U}, actTennisMatch))
  917. %   ].
  918. % preview :-
  919. %  
  920. %   [ (~helpfulActions(_580{???U}, actWinningAdvantage, performedBy, positiveAmountOf), {is_unit(_580{???U})}==> ~isa(_580{???U}, actTennisMatch)),
  921. %     (isa(_566{???U}, actTennisMatch), {is_unit(_566{???U})}==>helpfulActions(_566{???U}, actWinningAdvantage, performedBy, positiveAmountOf))
  922. %   ].
  923. % conds= =>((name_variable(_562{???U}, 'U'), name_variable(_548{???U}, 'U')), [(~helpfulActions(_562{???U}, actWinningAdvantage, performedBy, positiveAmountOf), {is_unit(_562{???U})}==> ~isa(_562{???U}, actTennisMatch)),  (isa(_548{???U}, actTennisMatch), {is_unit(_548{???U})}==>helpfulActions(_548{???U}, actWinningAdvantage, performedBy, positiveAmountOf))]).
  924.  
  925.  
  926. % ~isa(_122{???U}, actTennisMatch) :-
  927. %   ~helpfulActions(_122{???U}, actWinningAdvantage, performedBy, positiveAmountOf).
  928. % helpfulActions(_102{???U}, actWinningAdvantage, performedBy, positiveAmountOf) :-
  929. %   isa(_102{???U}, actTennisMatch).
  930.  
  931.  
  932. % asserted_id(=>(isa(U, tClazzMammal), implies(isa(U, tClazzMammal), anatomicallyCapableOf(U, nartR(actPerformSimultaneouslyFn, [actDigestingInStomach, actBurping]), performedBy))), a308782(U)).
  933. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  934. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  935.  kif:-all(_187756,=>(isa(_187756,tClazzMammal),implies(isa(_187756,tClazzMammal),anatomicallyCapableOf(_187756,nartR(actPerformSimultaneouslyFn,[actDigestingInStomach,actBurping]),performedBy))))
  936.  pkif:-all(_187702,=>(isa(_187702,tClazzMammal),=>(isa(_187702,tClazzMammal),anatomicallyCapableOf(_187702,nartR(actPerformSimultaneouslyFn,[actDigestingInStomach,actBurping]),performedBy))))
  937. % cnf :-
  938. %   v(~isa(_134{???U}, tClazzMammal),
  939. %     v(~isa(_134{???U}, tClazzMammal),
  940. %       anatomicallyCapableOf(_134{???U},
  941. %                 nartR(actPerformSimultaneouslyFn,
  942. %                   [actDigestingInStomach, actBurping]),
  943. %                 performedBy))).
  944.  horn:-[(~isa(_188518,tClazzMammal):- ~anatomicallyCapableOf(_188518,nartR(actPerformSimultaneouslyFn,[actDigestingInStomach,actBurping]),performedBy)),(anatomicallyCapableOf(_188564,nartR(actPerformSimultaneouslyFn,[actDigestingInStomach,actBurping]),performedBy):-isa(_188564,tClazzMammal))]
  945. % boxlog :-
  946. %  
  947. %   [ (~isa(_680{???U}, tClazzMammal):- ~anatomicallyCapableOf(_680{???U}, nartR(actPerformSimultaneouslyFn, [actDigestingInStomach, actBurping]), performedBy)),
  948. %     (anatomicallyCapableOf(_666{???U}, nartR(actPerformSimultaneouslyFn, [actDigestingInStomach, actBurping]), performedBy):-isa(_666{???U}, tClazzMammal))
  949. %   ].
  950. % preview :-
  951. %  
  952. %   [ (~anatomicallyCapableOf(_644{???U}, nartR(actPerformSimultaneouslyFn, [actDigestingInStomach, actBurping]), performedBy), {is_unit(_644{???U})}==> ~isa(_644{???U}, tClazzMammal)),
  953. %     (isa(_630{???U}, tClazzMammal), {is_unit(_630{???U})}==>anatomicallyCapableOf(_630{???U}, nartR(actPerformSimultaneouslyFn, [actDigestingInStomach, actBurping]), performedBy))
  954. %   ].
  955. % conds= =>((name_variable(_626{???U}, 'U'), name_variable(_612{???U}, 'U')), [(~anatomicallyCapableOf(_626{???U}, nartR(actPerformSimultaneouslyFn, [actDigestingInStomach, actBurping]), performedBy), {is_unit(_626{???U})}==> ~isa(_626{???U}, tClazzMammal)),  (isa(_612{???U}, tClazzMammal), {is_unit(_612{???U})}==>anatomicallyCapableOf(_612{???U}, nartR(actPerformSimultaneouslyFn, [actDigestingInStomach, actBurping]), performedBy))]).
  956.  
  957.  
  958. % ~isa(_122{???U}, tClazzMammal) :-
  959. %   ~anatomicallyCapableOf(_122{???U}, nartR(actPerformSimultaneouslyFn, [actDigestingInStomach, actBurping]), performedBy).
  960. % anatomicallyCapableOf(_102{???U}, nartR(actPerformSimultaneouslyFn, [actDigestingInStomach, actBurping]), performedBy) :-
  961. %   isa(_102{???U}, tClazzMammal).
  962.  
  963.  
  964. % asserted_id(implies(and(isa(X, actSexualCopulation), performedBy(X, Z), performedBy(X, Y), isa(Y, TYP), isa(TYP, ttOrganismClassificationType)), isa(Z, TYP)), a308783(X, Z, Y, TYP)).
  965. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  966. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  967.  kif:-all(_188036,all(_188056,all(_188076,all(_188096,implies(and(isa(_188036,actSexualCopulation),performedBy(_188036,_188096),performedBy(_188036,_188056),isa(_188056,_188076),isa(_188076,ttOrganismClassificationType)),isa(_188096,_188076))))))
  968.  pkif:-all(_187994,all(_188014,all(_188034,all(_188054,=>(&(isa(_187994,actSexualCopulation),&(performedBy(_187994,_188054),&(performedBy(_187994,_188014),&(isa(_188014,_188034),isa(_188034,ttOrganismClassificationType))))),isa(_188054,_188034))))))
  969. % cnf :-
  970. %   v(v(~isa(_150{???X}, actSexualCopulation),
  971. %       v(~performedBy(_150{???X}, _164{???Z}),
  972. %         v(~performedBy(_150{???X}, _178{???Y}),
  973. %       v(~isa(_178{???Y}, _192{???TYP}),
  974. %         ~isa(_192{???TYP}, ttOrganismClassificationType))))),
  975. %     isa(_164{???Z}, _192{???TYP})).
  976.  horn:-[(~isa(_191086,ttOrganismClassificationType):-isa(_191112,actSexualCopulation),performedBy(_191112,_191138),performedBy(_191112,_191164),isa(_191164,_191086),~isa(_191138,_191086)),(~isa(_191222,_191236):-isa(_191262,actSexualCopulation),performedBy(_191262,_191288),performedBy(_191262,_191222),isa(_191236,ttOrganismClassificationType),~isa(_191288,_191236)),(~isa(_191358,actSexualCopulation):-performedBy(_191358,_191384),performedBy(_191358,_191410),isa(_191410,_191436),isa(_191436,ttOrganismClassificationType),~isa(_191384,_191436)),(~performedBy(_191494,_191508):-isa(_191494,actSexualCopulation),performedBy(_191494,_191546),isa(_191508,_191572),isa(_191572,ttOrganismClassificationType),~isa(_191546,_191572)),(~performedBy(_191630,_191644):-isa(_191630,actSexualCopulation),performedBy(_191630,_191682),isa(_191682,_191708),isa(_191708,ttOrganismClassificationType),~isa(_191644,_191708)),(isa(_191762,_191776):-isa(_191802,actSexualCopulation),performedBy(_191802,_191762),performedBy(_191802,_191840),isa(_191840,_191776),isa(_191776,ttOrganismClassificationType))]
  977. % boxlog :-
  978. %  
  979. %   [ (~isa(_852{???TYP}, ttOrganismClassificationType):-isa(_866{???X}, actSexualCopulation), performedBy(_866{???X}, _880{???Z}), performedBy(_866{???X}, _894{???Y}), isa(_894{???Y}, _852{???TYP}), ~isa(_880{???Z}, _852{???TYP})),
  980. %     (~isa(_908{???Y}, _922{???TYP}):-isa(_936{???X}, actSexualCopulation), performedBy(_936{???X}, _950{???Z}), performedBy(_936{???X}, _908{???Y}), isa(_922{???TYP}, ttOrganismClassificationType), ~isa(_950{???Z}, _922{???TYP})),
  981. %     (~isa(_1076{???X}, actSexualCopulation):-performedBy(_1076{???X}, _1090{???Z}), performedBy(_1076{???X}, _1104{???Y}), isa(_1104{???Y}, _1118{???TYP}), isa(_1118{???TYP}, ttOrganismClassificationType), ~isa(_1090{???Z}, _1118{???TYP})),
  982. %     (~performedBy(_964{???X}, _978{???Y}):-isa(_964{???X}, actSexualCopulation), performedBy(_964{???X}, _992{???Z}), isa(_978{???Y}, _1006{???TYP}), isa(_1006{???TYP}, ttOrganismClassificationType), ~isa(_992{???Z}, _1006{???TYP})),
  983. %     (~performedBy(_1020{???X}, _1034{???Z}):-isa(_1020{???X}, actSexualCopulation), performedBy(_1020{???X}, _1048{???Y}), isa(_1048{???Y}, _1062{???TYP}), isa(_1062{???TYP}, ttOrganismClassificationType), ~isa(_1034{???Z}, _1062{???TYP})),
  984. %     (isa(_796{???Z}, _810{???TYP}):-isa(_824{???X}, actSexualCopulation), performedBy(_824{???X}, _796{???Z}), performedBy(_824{???X}, _838{???Y}), isa(_838{???Y}, _810{???TYP}), isa(_810{???TYP}, ttOrganismClassificationType))
  985. %   ].
  986. % preview :-
  987. %  
  988. %   [ ({avoidHeadLoop(isa(_830{???X}, actSexualCopulation), isa(_816{???TYP}, ttOrganismClassificationType))}, isa(_830{???X}, actSexualCopulation), performedBy(_830{???X}, _844{???Z}), performedBy(_830{???X}, _858{???Y}), {avoidHeadLoop(isa(_858{???Y}, _816{???TYP}), isa(_816{???TYP}, ttOrganismClassificationType))}, isa(_858{???Y}, _816{???TYP}), {avoidHeadLoop(isa(_844{???Z}, _816{???TYP}), isa(_816{???TYP}, ttOrganismClassificationType))}, ~isa(_844{???Z}, _816{???TYP}), {is_unit(_816{???TYP})}-> ~isa(_816{???TYP}, ttOrganismClassificationType)),
  989. %     ({avoidHeadLoop(isa(_900{???X}, actSexualCopulation), isa(_872{???Y}, _886{???TYP}))}, isa(_900{???X}, actSexualCopulation), performedBy(_900{???X}, _914{???Z}), performedBy(_900{???X}, _872{???Y}), {avoidHeadLoop(isa(_886{???TYP}, ttOrganismClassificationType), isa(_872{???Y}, _886{???TYP}))}, isa(_886{???TYP}, ttOrganismClassificationType), {avoidHeadLoop(isa(_914{???Z}, _886{???TYP}), isa(_872{???Y}, _886{???TYP}))}, ~isa(_914{???Z}, _886{???TYP}), {is_unit(_886{???TYP}, _872{???Y})}-> ~isa(_872{???Y}, _886{???TYP})),
  990. %     (performedBy(_1040{???X}, _1054{???Z}), performedBy(_1040{???X}, _1068{???Y}), {avoidHeadLoop(isa(_1068{???Y}, _1082{???TYP}), isa(_1040{???X}, actSexualCopulation))}, isa(_1068{???Y}, _1082{???TYP}), {avoidHeadLoop(isa(_1082{???TYP}, ttOrganismClassificationType), isa(_1040{???X}, actSexualCopulation))}, isa(_1082{???TYP}, ttOrganismClassificationType), {avoidHeadLoop(isa(_1054{???Z}, _1082{???TYP}), isa(_1040{???X}, actSexualCopulation))}, ~isa(_1054{???Z}, _1082{???TYP}), {is_unit(_1040{???X})}-> ~isa(_1040{???X}, actSexualCopulation)),
  991. %     (isa(_928{???X}, actSexualCopulation), {avoidHeadLoop(performedBy(_928{???X}, _956{???Z}), performedBy(_928{???X}, _942{???Y}))}, performedBy(_928{???X}, _956{???Z}), isa(_942{???Y}, _970{???TYP}), isa(_970{???TYP}, ttOrganismClassificationType), ~isa(_956{???Z}, _970{???TYP}), {is_unit(_942{???Y}, _928{???X})}-> ~performedBy(_928{???X}, _942{???Y})),
  992. %     (isa(_984{???X}, actSexualCopulation), {avoidHeadLoop(performedBy(_984{???X}, _1012{???Y}), performedBy(_984{???X}, _998{???Z}))}, performedBy(_984{???X}, _1012{???Y}), isa(_1012{???Y}, _1026{???TYP}), isa(_1026{???TYP}, ttOrganismClassificationType), ~isa(_998{???Z}, _1026{???TYP}), {is_unit(_998{???Z}, _984{???X})}-> ~performedBy(_984{???X}, _998{???Z})),
  993. %     (isa(_788{???X}, actSexualCopulation), performedBy(_788{???X}, _760{???Z}), performedBy(_788{???X}, _802{???Y}), isa(_802{???Y}, _774{???TYP}), isa(_774{???TYP}, ttOrganismClassificationType), {is_unit(_774{???TYP}, _760{???Z})}==>isa(_760{???Z}, _774{???TYP}))
  994. %   ].
  995. % conds= =>((name_variable(_798{???TYP}, 'TYP'), name_variable(_812{???X}, 'X'), name_variable(_826{???Z}, 'Z'), name_variable(_840{???Y}, 'Y'), name_variable(_854{???Y}, 'Y'), name_variable(_868{???TYP}, 'TYP'), name_variable(_882{???X}, 'X'), name_variable(_896{???Z}, 'Z'), name_variable(_1022{???X}, 'X'), name_variable(_1036{???Z}, 'Z'), name_variable(_1050{???Y}, 'Y'), name_variable(_1064{???TYP}, 'TYP'), name_variable(_910{???X}, 'X'), name_variable(_924{???Y}, 'Y'), name_variable(_938{???Z}, 'Z'), name_variable(_952{???TYP}, 'TYP'), name_variable(_966{???X}, 'X'), name_variable(_980{???Z}, 'Z'), name_variable(_994{???Y}, 'Y'), name_variable(_1008{???TYP}, 'TYP'), name_variable(_770{???X}, 'X'), name_variable(_742{???Z}, 'Z'), name_variable(_784{???Y}, 'Y'), name_variable(_756{???TYP}, 'TYP')), [(~isa(_798{???TYP}, ttOrganismClassificationType)<-{avoidHeadLoop(isa(_812{???X}, actSexualCopulation), isa(_798{???TYP}, ttOrganismClassificationType))}, isa(_812{???X}, actSexualCopulation), performedBy(_812{???X}, _826{???Z}), performedBy(_812{???X}, _840{???Y}), {avoidHeadLoop(isa(_840{???Y}, _798{???TYP}), isa(_798{???TYP}, ttOrganismClassificationType))}, isa(_840{???Y}, _798{???TYP}), {avoidHeadLoop(isa(_826{???Z}, _798{???TYP}), isa(_798{???TYP}, ttOrganismClassificationType))}, ~isa(_826{???Z}, _798{???TYP}), {is_unit(_798{???TYP})}),  (~isa(_854{???Y}, _868{???TYP})<-{avoidHeadLoop(isa(_882{???X}, actSexualCopulation), isa(_854{???Y}, _868{???TYP}))}, isa(_882{???X}, actSexualCopulation), performedBy(_882{???X}, _896{???Z}), performedBy(_882{???X}, _854{???Y}), {avoidHeadLoop(isa(_868{???TYP}, ttOrganismClassificationType), isa(_854{???Y}, _868{???TYP}))}, isa(_868{???TYP}, ttOrganismClassificationType), {avoidHeadLoop(isa(_896{???Z}, _868{???TYP}), isa(_854{???Y}, _868{???TYP}))}, ~isa(_896{???Z}, _868{???TYP}), {is_unit(_868{???TYP}, _854{???Y})}),  (~isa(_1022{???X}, actSexualCopulation)<-performedBy(_1022{???X}, _1036{???Z}), performedBy(_1022{???X}, _1050{???Y}), {avoidHeadLoop(isa(_1050{???Y}, _1064{???TYP}), isa(_1022{???X}, actSexualCopulation))}, isa(_1050{???Y}, _1064{???TYP}), {avoidHeadLoop(isa(_1064{???TYP}, ttOrganismClassificationType), isa(_1022{???X}, actSexualCopulation))}, isa(_1064{???TYP}, ttOrganismClassificationType), {avoidHeadLoop(isa(_1036{???Z}, _1064{???TYP}), isa(_1022{???X}, actSexualCopulation))}, ~isa(_1036{???Z}, _1064{???TYP}), {is_unit(_1022{???X})}),  (~performedBy(_910{???X}, _924{???Y})<-isa(_910{???X}, actSexualCopulation), {avoidHeadLoop(performedBy(_910{???X}, _938{???Z}), performedBy(_910{???X}, _924{???Y}))}, performedBy(_910{???X}, _938{???Z}), isa(_924{???Y}, _952{???TYP}), isa(_952{???TYP}, ttOrganismClassificationType), ~isa(_938{???Z}, _952{???TYP}), {is_unit(_924{???Y}, _910{???X})}),  (~performedBy(_966{???X}, _980{???Z})<-isa(_966{???X}, actSexualCopulation), {avoidHeadLoop(performedBy(_966{???X}, _994{???Y}), performedBy(_966{???X}, _980{???Z}))}, performedBy(_966{???X}, _994{???Y}), isa(_994{???Y}, _1008{???TYP}), isa(_1008{???TYP}, ttOrganismClassificationType), ~isa(_980{???Z}, _1008{???TYP}), {is_unit(_980{???Z}, _966{???X})}),  (isa(_770{???X}, actSexualCopulation), performedBy(_770{???X}, _742{???Z}), performedBy(_770{???X}, _784{???Y}), isa(_784{???Y}, _756{???TYP}), isa(_756{???TYP}, ttOrganismClassificationType), {is_unit(_756{???TYP}, _742{???Z})}==>isa(_742{???Z}, _756{???TYP}))]).
  996.  
  997.  
  998. % ~isa(_170{???TYP}, ttOrganismClassificationType) :-
  999. %   isa(_184{???X}, actSexualCopulation),
  1000. %   performedBy(_184{???X}, _198{???Z}),
  1001. %   performedBy(_184{???X}, _212{???Y}),
  1002. %   isa(_212{???Y}, _170{???TYP}),
  1003. %   ~isa(_198{???Z}, _170{???TYP}).
  1004. % ~isa(_166{???Y}, _180{???TYP}) :-
  1005. %   isa(_194{???X}, actSexualCopulation),
  1006. %   performedBy(_194{???X}, _208{???Z}),
  1007. %   performedBy(_194{???X}, _166{???Y}),
  1008. %   isa(_180{???TYP}, ttOrganismClassificationType),
  1009. %   ~isa(_208{???Z}, _180{???TYP}).
  1010. % ~isa(_278{???X}, actSexualCopulation) :-
  1011. %   performedBy(_278{???X}, _292{???Z}),
  1012. %   performedBy(_278{???X}, _306{???Y}),
  1013. %   isa(_306{???Y}, _320{???TYP}),
  1014. %   isa(_320{???TYP}, ttOrganismClassificationType),
  1015. %   ~isa(_292{???Z}, _320{???TYP}).
  1016. % ~performedBy(_158{???X}, _172{???Y}) :-
  1017. %   isa(_158{???X}, actSexualCopulation),
  1018. %   performedBy(_158{???X}, _186{???Z}),
  1019. %   isa(_172{???Y}, _200{???TYP}),
  1020. %   isa(_200{???TYP}, ttOrganismClassificationType),
  1021. %   ~isa(_186{???Z}, _200{???TYP}).
  1022. % ~performedBy(_166{???X}, _180{???Z}) :-
  1023. %   isa(_166{???X}, actSexualCopulation),
  1024. %   performedBy(_166{???X}, _194{???Y}),
  1025. %   isa(_194{???Y}, _208{???TYP}),
  1026. %   isa(_208{???TYP}, ttOrganismClassificationType),
  1027. %   ~isa(_180{???Z}, _208{???TYP}).
  1028. % isa(_102{???Z}, _116{???TYP}) :-
  1029. %   isa(_130{???X}, actSexualCopulation),
  1030. %   performedBy(_130{???X}, _102{???Z}),
  1031. %   performedBy(_130{???X}, _144{???Y}),
  1032. %   isa(_144{???Y}, _116{???TYP}),
  1033. %   isa(_116{???TYP}, ttOrganismClassificationType).
  1034.  
  1035.  
  1036. % asserted_id(=>(isa(U, actSkiJumpSportsEvent), implies(isa(U, actSkiJumpSportsEvent), helpfulActions(U, actLeaningForwardDuringFlight, performedBy, positiveAmountOf))), a308784(U)).
  1037. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  1038. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  1039.  kif:-all(_187968,=>(isa(_187968,actSkiJumpSportsEvent),implies(isa(_187968,actSkiJumpSportsEvent),helpfulActions(_187968,actLeaningForwardDuringFlight,performedBy,positiveAmountOf))))
  1040.  pkif:-all(_187914,=>(isa(_187914,actSkiJumpSportsEvent),=>(isa(_187914,actSkiJumpSportsEvent),helpfulActions(_187914,actLeaningForwardDuringFlight,performedBy,positiveAmountOf))))
  1041. % cnf :-
  1042. %   v(~isa(_118{???U}, actSkiJumpSportsEvent),
  1043. %     v(~isa(_118{???U}, actSkiJumpSportsEvent),
  1044. %       helpfulActions(_118{???U},
  1045. %              actLeaningForwardDuringFlight,
  1046. %              performedBy,
  1047. %              positiveAmountOf))).
  1048.  horn:-[(~isa(_188538,actSkiJumpSportsEvent):- ~helpfulActions(_188538,actLeaningForwardDuringFlight,performedBy,positiveAmountOf)),(helpfulActions(_188588,actLeaningForwardDuringFlight,performedBy,positiveAmountOf):-isa(_188588,actSkiJumpSportsEvent))]
  1049. % boxlog :-
  1050. %  
  1051. %   [ (~isa(_616{???U}, actSkiJumpSportsEvent):- ~helpfulActions(_616{???U}, actLeaningForwardDuringFlight, performedBy, positiveAmountOf)),
  1052. %     (helpfulActions(_602{???U}, actLeaningForwardDuringFlight, performedBy, positiveAmountOf):-isa(_602{???U}, actSkiJumpSportsEvent))
  1053. %   ].
  1054. % preview :-
  1055. %  
  1056. %   [ (~helpfulActions(_580{???U}, actLeaningForwardDuringFlight, performedBy, positiveAmountOf), {is_unit(_580{???U})}==> ~isa(_580{???U}, actSkiJumpSportsEvent)),
  1057. %     (isa(_566{???U}, actSkiJumpSportsEvent), {is_unit(_566{???U})}==>helpfulActions(_566{???U}, actLeaningForwardDuringFlight, performedBy, positiveAmountOf))
  1058. %   ].
  1059. % conds= =>((name_variable(_562{???U}, 'U'), name_variable(_548{???U}, 'U')), [(~helpfulActions(_562{???U}, actLeaningForwardDuringFlight, performedBy, positiveAmountOf), {is_unit(_562{???U})}==> ~isa(_562{???U}, actSkiJumpSportsEvent)),  (isa(_548{???U}, actSkiJumpSportsEvent), {is_unit(_548{???U})}==>helpfulActions(_548{???U}, actLeaningForwardDuringFlight, performedBy, positiveAmountOf))]).
  1060.  
  1061.  
  1062. % ~isa(_122{???U}, actSkiJumpSportsEvent) :-
  1063. %   ~helpfulActions(_122{???U}, actLeaningForwardDuringFlight, performedBy, positiveAmountOf).
  1064. % helpfulActions(_102{???U}, actLeaningForwardDuringFlight, performedBy, positiveAmountOf) :-
  1065. %   isa(_102{???U}, actSkiJumpSportsEvent).
  1066.  
  1067.  
  1068. % asserted_id(=>(isa(U, actMatchSportsEvent), implies(isa(U, actMatchSportsEvent), helpfulActions(U, actTrickingOpponent, performedBy, positiveAmountOf))), a308785(U)).
  1069. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  1070. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  1071.  kif:-all(_188020,=>(isa(_188020,actMatchSportsEvent),implies(isa(_188020,actMatchSportsEvent),helpfulActions(_188020,actTrickingOpponent,performedBy,positiveAmountOf))))
  1072.  pkif:-all(_187966,=>(isa(_187966,actMatchSportsEvent),=>(isa(_187966,actMatchSportsEvent),helpfulActions(_187966,actTrickingOpponent,performedBy,positiveAmountOf))))
  1073. % cnf :-
  1074. %   v(~isa(_118{???U}, actMatchSportsEvent),
  1075. %     v(~isa(_118{???U}, actMatchSportsEvent),
  1076. %       helpfulActions(_118{???U},
  1077. %              actTrickingOpponent,
  1078. %              performedBy,
  1079. %              positiveAmountOf))).
  1080.  horn:-[(~isa(_188590,actMatchSportsEvent):- ~helpfulActions(_188590,actTrickingOpponent,performedBy,positiveAmountOf)),(helpfulActions(_188640,actTrickingOpponent,performedBy,positiveAmountOf):-isa(_188640,actMatchSportsEvent))]
  1081. % boxlog :-
  1082. %  
  1083. %   [ (~isa(_7824{???U}, actMatchSportsEvent):- ~helpfulActions(_7824{???U}, actTrickingOpponent, performedBy, positiveAmountOf)),
  1084. %     (helpfulActions(_7806{???U}, actTrickingOpponent, performedBy, positiveAmountOf):-isa(_7806{???U}, actMatchSportsEvent))
  1085. %   ].
  1086. % preview :-
  1087. %  
  1088. %   [ (~helpfulActions(_580{???U}, actTrickingOpponent, performedBy, positiveAmountOf), {is_unit(_580{???U})}==> ~isa(_580{???U}, actMatchSportsEvent)),
  1089. %     (isa(_566{???U}, actMatchSportsEvent), {is_unit(_566{???U})}==>helpfulActions(_566{???U}, actTrickingOpponent, performedBy, positiveAmountOf))
  1090. %   ].
  1091. % conds= =>((name_variable(_562{???U}, 'U'), name_variable(_548{???U}, 'U')), [(~helpfulActions(_562{???U}, actTrickingOpponent, performedBy, positiveAmountOf), {is_unit(_562{???U})}==> ~isa(_562{???U}, actMatchSportsEvent)),  (isa(_548{???U}, actMatchSportsEvent), {is_unit(_548{???U})}==>helpfulActions(_548{???U}, actTrickingOpponent, performedBy, positiveAmountOf))]).
  1092.  
  1093.  
  1094. % ~isa(_122{???U}, actMatchSportsEvent) :-
  1095. %   ~helpfulActions(_122{???U}, actTrickingOpponent, performedBy, positiveAmountOf).
  1096. % helpfulActions(_102{???U}, actTrickingOpponent, performedBy, positiveAmountOf) :-
  1097. %   isa(_102{???U}, actMatchSportsEvent).
  1098.  
  1099.  
  1100. % asserted_id(=>(isa(U, actBallAndGoalGame), implies(isa(U, actBallAndGoalGame), helpfulActions(U, actInterceptingAPass, performedBy, highToVeryHighAmountOf))), a308786(U)).
  1101. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  1102. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  1103.  kif:-all(_188072,=>(isa(_188072,actBallAndGoalGame),implies(isa(_188072,actBallAndGoalGame),helpfulActions(_188072,actInterceptingAPass,performedBy,highToVeryHighAmountOf))))
  1104.  pkif:-all(_188018,=>(isa(_188018,actBallAndGoalGame),=>(isa(_188018,actBallAndGoalGame),helpfulActions(_188018,actInterceptingAPass,performedBy,highToVeryHighAmountOf))))
  1105. % cnf :-
  1106. %   v(~isa(_118{???U}, actBallAndGoalGame),
  1107. %     v(~isa(_118{???U}, actBallAndGoalGame),
  1108. %       helpfulActions(_118{???U},
  1109. %              actInterceptingAPass,
  1110. %              performedBy,
  1111. %              highToVeryHighAmountOf))).
  1112.  horn:-[(~isa(_188642,actBallAndGoalGame):- ~helpfulActions(_188642,actInterceptingAPass,performedBy,highToVeryHighAmountOf)),(helpfulActions(_188692,actInterceptingAPass,performedBy,highToVeryHighAmountOf):-isa(_188692,actBallAndGoalGame))]
  1113. % boxlog :-
  1114. %  
  1115. %   [ (~isa(_7826{???U}, actBallAndGoalGame):- ~helpfulActions(_7826{???U}, actInterceptingAPass, performedBy, highToVeryHighAmountOf)),
  1116. %     (helpfulActions(_7808{???U}, actInterceptingAPass, performedBy, highToVeryHighAmountOf):-isa(_7808{???U}, actBallAndGoalGame))
  1117. %   ].
  1118. % preview :-
  1119. %  
  1120. %   [ (~helpfulActions(_580{???U}, actInterceptingAPass, performedBy, highToVeryHighAmountOf), {is_unit(_580{???U})}==> ~isa(_580{???U}, actBallAndGoalGame)),
  1121. %     (isa(_566{???U}, actBallAndGoalGame), {is_unit(_566{???U})}==>helpfulActions(_566{???U}, actInterceptingAPass, performedBy, highToVeryHighAmountOf))
  1122. %   ].
  1123. % conds= =>((name_variable(_562{???U}, 'U'), name_variable(_548{???U}, 'U')), [(~helpfulActions(_562{???U}, actInterceptingAPass, performedBy, highToVeryHighAmountOf), {is_unit(_562{???U})}==> ~isa(_562{???U}, actBallAndGoalGame)),  (isa(_548{???U}, actBallAndGoalGame), {is_unit(_548{???U})}==>helpfulActions(_548{???U}, actInterceptingAPass, performedBy, highToVeryHighAmountOf))]).
  1124.  
  1125.  
  1126. % ~isa(_122{???U}, actBallAndGoalGame) :-
  1127. %   ~helpfulActions(_122{???U}, actInterceptingAPass, performedBy, highToVeryHighAmountOf).
  1128. % helpfulActions(_102{???U}, actInterceptingAPass, performedBy, highToVeryHighAmountOf) :-
  1129. %   isa(_102{???U}, actBallAndGoalGame).
  1130.  
  1131.  
  1132. % asserted_id(=>(isa(U, tClazzMammal), implies(isa(U, tClazzMammal), anatomicallyCapableOf(U, nartR(actPerformSimultaneouslyFn, [actNursingYoung, actKissing]), performedBy))), a308787(U)).
  1133. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  1134. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  1135.  kif:-all(_188172,=>(isa(_188172,tClazzMammal),implies(isa(_188172,tClazzMammal),anatomicallyCapableOf(_188172,nartR(actPerformSimultaneouslyFn,[actNursingYoung,actKissing]),performedBy))))
  1136.  pkif:-all(_188118,=>(isa(_188118,tClazzMammal),=>(isa(_188118,tClazzMammal),anatomicallyCapableOf(_188118,nartR(actPerformSimultaneouslyFn,[actNursingYoung,actKissing]),performedBy))))
  1137. % cnf :-
  1138. %   v(~isa(_134{???U}, tClazzMammal),
  1139. %     v(~isa(_134{???U}, tClazzMammal),
  1140. %       anatomicallyCapableOf(_134{???U},
  1141. %                 nartR(actPerformSimultaneouslyFn,
  1142. %                   [actNursingYoung, actKissing]),
  1143. %                 performedBy))).
  1144.  horn:-[(~isa(_188934,tClazzMammal):- ~anatomicallyCapableOf(_188934,nartR(actPerformSimultaneouslyFn,[actNursingYoung,actKissing]),performedBy)),(anatomicallyCapableOf(_188980,nartR(actPerformSimultaneouslyFn,[actNursingYoung,actKissing]),performedBy):-isa(_188980,tClazzMammal))]
  1145. % boxlog :-
  1146. %  
  1147. %   [ (~isa(_680{???U}, tClazzMammal):- ~anatomicallyCapableOf(_680{???U}, nartR(actPerformSimultaneouslyFn, [actNursingYoung, actKissing]), performedBy)),
  1148. %     (anatomicallyCapableOf(_666{???U}, nartR(actPerformSimultaneouslyFn, [actNursingYoung, actKissing]), performedBy):-isa(_666{???U}, tClazzMammal))
  1149. %   ].
  1150. % preview :-
  1151. %  
  1152. %   [ (~anatomicallyCapableOf(_644{???U}, nartR(actPerformSimultaneouslyFn, [actNursingYoung, actKissing]), performedBy), {is_unit(_644{???U})}==> ~isa(_644{???U}, tClazzMammal)),
  1153. %     (isa(_630{???U}, tClazzMammal), {is_unit(_630{???U})}==>anatomicallyCapableOf(_630{???U}, nartR(actPerformSimultaneouslyFn, [actNursingYoung, actKissing]), performedBy))
  1154. %   ].
  1155. % conds= =>((name_variable(_626{???U}, 'U'), name_variable(_612{???U}, 'U')), [(~anatomicallyCapableOf(_626{???U}, nartR(actPerformSimultaneouslyFn, [actNursingYoung, actKissing]), performedBy), {is_unit(_626{???U})}==> ~isa(_626{???U}, tClazzMammal)),  (isa(_612{???U}, tClazzMammal), {is_unit(_612{???U})}==>anatomicallyCapableOf(_612{???U}, nartR(actPerformSimultaneouslyFn, [actNursingYoung, actKissing]), performedBy))]).
  1156.  
  1157.  
  1158. % ~isa(_122{???U}, tClazzMammal) :-
  1159. %   ~anatomicallyCapableOf(_122{???U}, nartR(actPerformSimultaneouslyFn, [actNursingYoung, actKissing]), performedBy).
  1160. % anatomicallyCapableOf(_102{???U}, nartR(actPerformSimultaneouslyFn, [actNursingYoung, actKissing]), performedBy) :-
  1161. %   isa(_102{???U}, tClazzMammal).
  1162.  
  1163.  
  1164. % asserted_id(=>(isa(U, actTeamSportsCompetition), implies(isa(U, actTeamSportsCompetition), helpfulActions(U, actCoordinatingWithTeammates, performedBy, highToVeryHighAmountOf))), a308788(U)).
  1165. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  1166. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  1167.  kif:-all(_188176,=>(isa(_188176,actTeamSportsCompetition),implies(isa(_188176,actTeamSportsCompetition),helpfulActions(_188176,actCoordinatingWithTeammates,performedBy,highToVeryHighAmountOf))))
  1168.  pkif:-all(_188122,=>(isa(_188122,actTeamSportsCompetition),=>(isa(_188122,actTeamSportsCompetition),helpfulActions(_188122,actCoordinatingWithTeammates,performedBy,highToVeryHighAmountOf))))
  1169. % cnf :-
  1170. %   v(~isa(_118{???U}, actTeamSportsCompetition),
  1171. %     v(~isa(_118{???U}, actTeamSportsCompetition),
  1172. %       helpfulActions(_118{???U},
  1173. %              actCoordinatingWithTeammates,
  1174. %              performedBy,
  1175. %              highToVeryHighAmountOf))).
  1176.  horn:-[(~isa(_188746,actTeamSportsCompetition):- ~helpfulActions(_188746,actCoordinatingWithTeammates,performedBy,highToVeryHighAmountOf)),(helpfulActions(_188796,actCoordinatingWithTeammates,performedBy,highToVeryHighAmountOf):-isa(_188796,actTeamSportsCompetition))]
  1177. % boxlog :-
  1178. %  
  1179. %   [ (~isa(_616{???U}, actTeamSportsCompetition):- ~helpfulActions(_616{???U}, actCoordinatingWithTeammates, performedBy, highToVeryHighAmountOf)),
  1180. %     (helpfulActions(_602{???U}, actCoordinatingWithTeammates, performedBy, highToVeryHighAmountOf):-isa(_602{???U}, actTeamSportsCompetition))
  1181. %   ].
  1182. % preview :-
  1183. %  
  1184. %   [ (~helpfulActions(_580{???U}, actCoordinatingWithTeammates, performedBy, highToVeryHighAmountOf), {is_unit(_580{???U})}==> ~isa(_580{???U}, actTeamSportsCompetition)),
  1185. %     (isa(_566{???U}, actTeamSportsCompetition), {is_unit(_566{???U})}==>helpfulActions(_566{???U}, actCoordinatingWithTeammates, performedBy, highToVeryHighAmountOf))
  1186. %   ].
  1187. % conds= =>((name_variable(_562{???U}, 'U'), name_variable(_548{???U}, 'U')), [(~helpfulActions(_562{???U}, actCoordinatingWithTeammates, performedBy, highToVeryHighAmountOf), {is_unit(_562{???U})}==> ~isa(_562{???U}, actTeamSportsCompetition)),  (isa(_548{???U}, actTeamSportsCompetition), {is_unit(_548{???U})}==>helpfulActions(_548{???U}, actCoordinatingWithTeammates, performedBy, highToVeryHighAmountOf))]).
  1188.  
  1189.  
  1190. % ~isa(_122{???U}, actTeamSportsCompetition) :-
  1191. %   ~helpfulActions(_122{???U}, actCoordinatingWithTeammates, performedBy, highToVeryHighAmountOf).
  1192. % helpfulActions(_102{???U}, actCoordinatingWithTeammates, performedBy, highToVeryHighAmountOf) :-
  1193. %   isa(_102{???U}, actTeamSportsCompetition).
  1194.  
  1195.  
  1196. % asserted_id(implies(and(isa(U, actButchering), performedBy(U, X)), knowsAbout(X, cwPublicHealthRegulation)), a308789(U, X)).
  1197. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  1198. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  1199.  kif:-all(_188288,all(_188308,implies(and(isa(_188288,actButchering),performedBy(_188288,_188308)),knowsAbout(_188308,cwPublicHealthRegulation))))
  1200.  pkif:-all(_188234,all(_188254,=>(&(isa(_188234,actButchering),performedBy(_188234,_188254)),knowsAbout(_188254,cwPublicHealthRegulation))))
  1201. % cnf :-
  1202. %   v(v(~isa(_126{???U}, actButchering),
  1203. %       ~performedBy(_126{???U}, _140{???X})),
  1204. %     knowsAbout(_140{???X}, cwPublicHealthRegulation)).
  1205.  horn:-[(~isa(_189118,actButchering):-performedBy(_189118,_189144),~knowsAbout(_189144,cwPublicHealthRegulation)),(~performedBy(_189190,_189204):-isa(_189190,actButchering),~knowsAbout(_189204,cwPublicHealthRegulation)),(knowsAbout(_189258,cwPublicHealthRegulation):-isa(_189284,actButchering),performedBy(_189284,_189258))]
  1206. % boxlog :-
  1207. %  
  1208. %   [ (~isa(_668{???U}, actButchering):-performedBy(_668{???U}, _682{???X}), ~knowsAbout(_682{???X}, cwPublicHealthRegulation)),
  1209. %     (~performedBy(_640{???U}, _654{???X}):-isa(_640{???U}, actButchering), ~knowsAbout(_654{???X}, cwPublicHealthRegulation)),
  1210. %     (knowsAbout(_612{???X}, cwPublicHealthRegulation):-isa(_626{???U}, actButchering), performedBy(_626{???U}, _612{???X}))
  1211. %   ].
  1212. % preview :-
  1213. %  
  1214. %   [ (performedBy(_632{???U}, _646{???X}), ~knowsAbout(_646{???X}, cwPublicHealthRegulation), {is_unit(_632{???U})}-> ~isa(_632{???U}, actButchering)),
  1215. %     (isa(_604{???U}, actButchering), ~knowsAbout(_618{???X}, cwPublicHealthRegulation), {is_unit(_618{???X}, _604{???U})}==> ~performedBy(_604{???U}, _618{???X})),
  1216. %     (isa(_590{???U}, actButchering), performedBy(_590{???U}, _576{???X}), {is_unit(_576{???X})}==>knowsAbout(_576{???X}, cwPublicHealthRegulation))
  1217. %   ].
  1218. % conds= =>((name_variable(_614{???U}, 'U'), name_variable(_628{???X}, 'X'), name_variable(_586{???U}, 'U'), name_variable(_600{???X}, 'X'), name_variable(_572{???U}, 'U'), name_variable(_558{???X}, 'X')), [(~isa(_614{???U}, actButchering)<-performedBy(_614{???U}, _628{???X}), ~knowsAbout(_628{???X}, cwPublicHealthRegulation), {is_unit(_614{???U})}),  (isa(_586{???U}, actButchering), ~knowsAbout(_600{???X}, cwPublicHealthRegulation), {is_unit(_600{???X}, _586{???U})}==> ~performedBy(_586{???U}, _600{???X})),  (isa(_572{???U}, actButchering), performedBy(_572{???U}, _558{???X}), {is_unit(_558{???X})}==>knowsAbout(_558{???X}, cwPublicHealthRegulation))]).
  1219.  
  1220.  
  1221. % ~isa(_166{???U}, actButchering) :-
  1222. %   performedBy(_166{???U}, _180{???X}),
  1223. %   ~knowsAbout(_180{???X}, cwPublicHealthRegulation).
  1224. % ~performedBy(_130{???U}, _144{???X}) :-
  1225. %   isa(_130{???U}, actButchering),
  1226. %   ~knowsAbout(_144{???X}, cwPublicHealthRegulation).
  1227. % knowsAbout(_102{???X}, cwPublicHealthRegulation) :-
  1228. %   isa(_116{???U}, actButchering),
  1229. %   performedBy(_116{???U}, _102{???X}).
  1230.  
  1231.  
  1232. % asserted_id(=>(isa(U, tClazzMammal), implies(isa(U, tClazzMammal), anatomicallyCapableOf(U, nartR(actPerformSimultaneouslyFn, [actBurping, actVomiting]), performedBy))), a308790(U)).
  1233. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  1234. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  1235.  kif:-all(_188380,=>(isa(_188380,tClazzMammal),implies(isa(_188380,tClazzMammal),anatomicallyCapableOf(_188380,nartR(actPerformSimultaneouslyFn,[actBurping,actVomiting]),performedBy))))
  1236.  pkif:-all(_188326,=>(isa(_188326,tClazzMammal),=>(isa(_188326,tClazzMammal),anatomicallyCapableOf(_188326,nartR(actPerformSimultaneouslyFn,[actBurping,actVomiting]),performedBy))))
  1237. % cnf :-
  1238. %   v(~isa(_134{???U}, tClazzMammal),
  1239. %     v(~isa(_134{???U}, tClazzMammal),
  1240. %       anatomicallyCapableOf(_134{???U},
  1241. %                 nartR(actPerformSimultaneouslyFn,
  1242. %                   [actBurping, actVomiting]),
  1243. %                 performedBy))).
  1244.  horn:-[(~isa(_189142,tClazzMammal):- ~anatomicallyCapableOf(_189142,nartR(actPerformSimultaneouslyFn,[actBurping,actVomiting]),performedBy)),(anatomicallyCapableOf(_189188,nartR(actPerformSimultaneouslyFn,[actBurping,actVomiting]),performedBy):-isa(_189188,tClazzMammal))]
  1245. % boxlog :-
  1246. %  
  1247. %   [ (~isa(_680{???U}, tClazzMammal):- ~anatomicallyCapableOf(_680{???U}, nartR(actPerformSimultaneouslyFn, [actBurping, actVomiting]), performedBy)),
  1248. %     (anatomicallyCapableOf(_666{???U}, nartR(actPerformSimultaneouslyFn, [actBurping, actVomiting]), performedBy):-isa(_666{???U}, tClazzMammal))
  1249. %   ].
  1250. % preview :-
  1251. %  
  1252. %   [ (~anatomicallyCapableOf(_644{???U}, nartR(actPerformSimultaneouslyFn, [actBurping, actVomiting]), performedBy), {is_unit(_644{???U})}==> ~isa(_644{???U}, tClazzMammal)),
  1253. %     (isa(_630{???U}, tClazzMammal), {is_unit(_630{???U})}==>anatomicallyCapableOf(_630{???U}, nartR(actPerformSimultaneouslyFn, [actBurping, actVomiting]), performedBy))
  1254. %   ].
  1255. % conds= =>((name_variable(_626{???U}, 'U'), name_variable(_612{???U}, 'U')), [(~anatomicallyCapableOf(_626{???U}, nartR(actPerformSimultaneouslyFn, [actBurping, actVomiting]), performedBy), {is_unit(_626{???U})}==> ~isa(_626{???U}, tClazzMammal)),  (isa(_612{???U}, tClazzMammal), {is_unit(_612{???U})}==>anatomicallyCapableOf(_612{???U}, nartR(actPerformSimultaneouslyFn, [actBurping, actVomiting]), performedBy))]).
  1256.  
  1257.  
  1258. % ~isa(_122{???U}, tClazzMammal) :-
  1259. %   ~anatomicallyCapableOf(_122{???U}, nartR(actPerformSimultaneouslyFn, [actBurping, actVomiting]), performedBy).
  1260. % anatomicallyCapableOf(_102{???U}, nartR(actPerformSimultaneouslyFn, [actBurping, actVomiting]), performedBy) :-
  1261. %   isa(_102{???U}, tClazzMammal).
  1262.  
  1263.  
  1264. % asserted_id(implies(termOfUnit(U, uR(iAct_TransactionIDFn, ARG1, ARG2)), performedBy(U, ARG1)), a308791(U, ARG1, ARG2)).
  1265. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  1266. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  1267.  kif:-all(_188504,all(_188524,all(_188544,implies(termOfUnit(_188504,uR(iAct_TransactionIDFn,_188524,_188544)),performedBy(_188504,_188524)))))
  1268.  pkif:-all(_188450,all(_188470,all(_188490,=>(termOfUnit(_188450,uR(iAct_TransactionIDFn,_188470,_188490)),performedBy(_188450,_188470)))))
  1269. % cnf :-
  1270. %   v(~termOfUnit(_122{???U}, uR(iAct_TransactionIDFn, _136{???ARG1}, _150{???ARG2})),
  1271. %     performedBy(_122{???U}, _136{???ARG1})).
  1272.  horn:-[(~termOfUnit(_189124,uR(iAct_TransactionIDFn,_189146,_189160)):- ~performedBy(_189124,_189146)),(performedBy(_189202,_189216):-termOfUnit(_189202,uR(iAct_TransactionIDFn,_189216,_189244)))]
  1273. % boxlog :-
  1274. %  
  1275. %   [ (~termOfUnit(_7894{???U}, uR(iAct_TransactionIDFn, _7908{???ARG1}, _7922{???ARG2})):- ~performedBy(_7894{???U}, _7908{???ARG1})),
  1276. %     (performedBy(_7840{???U}, _7854{???ARG1}):-termOfUnit(_7840{???U}, uR(iAct_TransactionIDFn, _7854{???ARG1}, _7868{???ARG2})))
  1277. %   ].
  1278. % preview :-
  1279. %  
  1280. %   [ (~performedBy(_624{???U}, _638{???ARG1}), {is_unit(_638{???ARG1}, _624{???U})}->different(_624{???U}, uR(iAct_TransactionIDFn, _638{???ARG1}, _652{???ARG2}))),
  1281. %     ({is_unit}==>if_missing(performedBy(_582{???U}, _596{???ARG1}), performedBy(uR(iAct_TransactionIDFn, _596{???ARG1}, _610{???ARG2}), _596{???ARG1})))
  1282. %   ].
  1283. % conds= =>((name_variable(_606{???U}, 'U'), name_variable(_620{???ARG1}, 'ARG1'), name_variable(_634{???ARG2}, 'ARG2'), name_variable(_564{???U}, 'U'), name_variable(_578{???ARG1}, 'ARG1'), name_variable(_592{???ARG2}, 'ARG2')), [(different(_606{???U}, uR(iAct_TransactionIDFn, _620{???ARG1}, _634{???ARG2}))<- ~performedBy(_606{???U}, _620{???ARG1}), {is_unit(_620{???ARG1}, _606{???U})}),  ({is_unit}==>if_missing(performedBy(_564{???U}, _578{???ARG1}), performedBy(uR(iAct_TransactionIDFn, _578{???ARG1}, _592{???ARG2}), _578{???ARG1})))]).
  1284.  
  1285.  
  1286. % ~termOfUnit(_154{???U}, uR(iAct_TransactionIDFn, _168{???ARG1}, _182{???ARG2})) :-
  1287. %   ~performedBy(_154{???U}, _168{???ARG1}).
  1288. % performedBy(_102{???U}, _116{???ARG1}) :-
  1289. %   termOfUnit(_102{???U},
  1290. %          uR(iAct_TransactionIDFn, _116{???ARG1}, _130{???ARG2})).
  1291.  
  1292.  
  1293. % asserted_id(=>(isa(U, actCourtAndNetGame), implies(isa(U, actCourtAndNetGame), helpfulActions(U, actAcing, performedBy, highToVeryHighAmountOf))), a308792(U)).
  1294. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  1295. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  1296.  kif:-all(_188540,=>(isa(_188540,actCourtAndNetGame),implies(isa(_188540,actCourtAndNetGame),helpfulActions(_188540,actAcing,performedBy,highToVeryHighAmountOf))))
  1297.  pkif:-all(_188486,=>(isa(_188486,actCourtAndNetGame),=>(isa(_188486,actCourtAndNetGame),helpfulActions(_188486,actAcing,performedBy,highToVeryHighAmountOf))))
  1298. % cnf :-
  1299. %   v(~isa(_118{???U}, actCourtAndNetGame),
  1300. %     v(~isa(_118{???U}, actCourtAndNetGame),
  1301. %       helpfulActions(_118{???U},
  1302. %              actAcing,
  1303. %              performedBy,
  1304. %              highToVeryHighAmountOf))).
  1305.  horn:-[(~isa(_189110,actCourtAndNetGame):- ~helpfulActions(_189110,actAcing,performedBy,highToVeryHighAmountOf)),(helpfulActions(_189160,actAcing,performedBy,highToVeryHighAmountOf):-isa(_189160,actCourtAndNetGame))]
  1306. % boxlog :-
  1307. %  
  1308. %   [ (~isa(_7844{???U}, actCourtAndNetGame):- ~helpfulActions(_7844{???U}, actAcing, performedBy, highToVeryHighAmountOf)),
  1309. %     (helpfulActions(_7826{???U}, actAcing, performedBy, highToVeryHighAmountOf):-isa(_7826{???U}, actCourtAndNetGame))
  1310. %   ].
  1311. % preview :-
  1312. %  
  1313. %   [ (~helpfulActions(_580{???U}, actAcing, performedBy, highToVeryHighAmountOf), {is_unit(_580{???U})}==> ~isa(_580{???U}, actCourtAndNetGame)),
  1314. %     (isa(_566{???U}, actCourtAndNetGame), {is_unit(_566{???U})}==>helpfulActions(_566{???U}, actAcing, performedBy, highToVeryHighAmountOf))
  1315. %   ].
  1316. % conds= =>((name_variable(_562{???U}, 'U'), name_variable(_548{???U}, 'U')), [(~helpfulActions(_562{???U}, actAcing, performedBy, highToVeryHighAmountOf), {is_unit(_562{???U})}==> ~isa(_562{???U}, actCourtAndNetGame)),  (isa(_548{???U}, actCourtAndNetGame), {is_unit(_548{???U})}==>helpfulActions(_548{???U}, actAcing, performedBy, highToVeryHighAmountOf))]).
  1317.  
  1318.  
  1319. % ~isa(_122{???U}, actCourtAndNetGame) :-
  1320. %   ~helpfulActions(_122{???U}, actAcing, performedBy, highToVeryHighAmountOf).
  1321. % helpfulActions(_102{???U}, actAcing, performedBy, highToVeryHighAmountOf) :-
  1322. %   isa(_102{???U}, actCourtAndNetGame).
  1323.  
  1324.  
  1325. % asserted_id(=>(isa(U, actBaseballGame), implies(isa(U, actBaseballGame), helpfulActions(U, actMakingADoublePlay, performedBy, highAmountOf))), a308793(U)).
  1326. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  1327. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  1328.  kif:-all(_188592,=>(isa(_188592,actBaseballGame),implies(isa(_188592,actBaseballGame),helpfulActions(_188592,actMakingADoublePlay,performedBy,highAmountOf))))
  1329.  pkif:-all(_188538,=>(isa(_188538,actBaseballGame),=>(isa(_188538,actBaseballGame),helpfulActions(_188538,actMakingADoublePlay,performedBy,highAmountOf))))
  1330. % cnf :-
  1331. %   v(~isa(_118{???U}, actBaseballGame),
  1332. %     v(~isa(_118{???U}, actBaseballGame),
  1333. %       helpfulActions(_118{???U},
  1334. %              actMakingADoublePlay,
  1335. %              performedBy,
  1336. %              highAmountOf))).
  1337.  horn:-[(~isa(_189162,actBaseballGame):- ~helpfulActions(_189162,actMakingADoublePlay,performedBy,highAmountOf)),(helpfulActions(_189212,actMakingADoublePlay,performedBy,highAmountOf):-isa(_189212,actBaseballGame))]
  1338. % boxlog :-
  1339. %  
  1340. %   [ (~isa(_7846{???U}, actBaseballGame):- ~helpfulActions(_7846{???U}, actMakingADoublePlay, performedBy, highAmountOf)),
  1341. %     (helpfulActions(_7828{???U}, actMakingADoublePlay, performedBy, highAmountOf):-isa(_7828{???U}, actBaseballGame))
  1342. %   ].
  1343. % preview :-
  1344. %  
  1345. %   [ (~helpfulActions(_580{???U}, actMakingADoublePlay, performedBy, highAmountOf), {is_unit(_580{???U})}==> ~isa(_580{???U}, actBaseballGame)),
  1346. %     (isa(_566{???U}, actBaseballGame), {is_unit(_566{???U})}==>helpfulActions(_566{???U}, actMakingADoublePlay, performedBy, highAmountOf))
  1347. %   ].
  1348. % conds= =>((name_variable(_562{???U}, 'U'), name_variable(_548{???U}, 'U')), [(~helpfulActions(_562{???U}, actMakingADoublePlay, performedBy, highAmountOf), {is_unit(_562{???U})}==> ~isa(_562{???U}, actBaseballGame)),  (isa(_548{???U}, actBaseballGame), {is_unit(_548{???U})}==>helpfulActions(_548{???U}, actMakingADoublePlay, performedBy, highAmountOf))]).
  1349.  
  1350.  
  1351. % ~isa(_122{???U}, actBaseballGame) :-
  1352. %   ~helpfulActions(_122{???U}, actMakingADoublePlay, performedBy, highAmountOf).
  1353. % helpfulActions(_102{???U}, actMakingADoublePlay, performedBy, highAmountOf) :-
  1354. %   isa(_102{???U}, actBaseballGame).
  1355.  
  1356.  
  1357. % asserted_id(=>(isa(U, actMatchSportsEvent), implies(isa(U, actMatchSportsEvent), helpfulActions(U, actSurprisingOpponent, performedBy, positiveAmountOf))), a308794(U)).
  1358. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  1359. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  1360.  kif:-all(_188644,=>(isa(_188644,actMatchSportsEvent),implies(isa(_188644,actMatchSportsEvent),helpfulActions(_188644,actSurprisingOpponent,performedBy,positiveAmountOf))))
  1361.  pkif:-all(_188590,=>(isa(_188590,actMatchSportsEvent),=>(isa(_188590,actMatchSportsEvent),helpfulActions(_188590,actSurprisingOpponent,performedBy,positiveAmountOf))))
  1362. % cnf :-
  1363. %   v(~isa(_118{???U}, actMatchSportsEvent),
  1364. %     v(~isa(_118{???U}, actMatchSportsEvent),
  1365. %       helpfulActions(_118{???U},
  1366. %              actSurprisingOpponent,
  1367. %              performedBy,
  1368. %              positiveAmountOf))).
  1369.  horn:-[(~isa(_189214,actMatchSportsEvent):- ~helpfulActions(_189214,actSurprisingOpponent,performedBy,positiveAmountOf)),(helpfulActions(_189264,actSurprisingOpponent,performedBy,positiveAmountOf):-isa(_189264,actMatchSportsEvent))]
  1370. % boxlog :-
  1371. %  
  1372. %   [ (~isa(_7848{???U}, actMatchSportsEvent):- ~helpfulActions(_7848{???U}, actSurprisingOpponent, performedBy, positiveAmountOf)),
  1373. %     (helpfulActions(_7830{???U}, actSurprisingOpponent, performedBy, positiveAmountOf):-isa(_7830{???U}, actMatchSportsEvent))
  1374. %   ].
  1375. % preview :-
  1376. %  
  1377. %   [ (~helpfulActions(_580{???U}, actSurprisingOpponent, performedBy, positiveAmountOf), {is_unit(_580{???U})}==> ~isa(_580{???U}, actMatchSportsEvent)),
  1378. %     (isa(_566{???U}, actMatchSportsEvent), {is_unit(_566{???U})}==>helpfulActions(_566{???U}, actSurprisingOpponent, performedBy, positiveAmountOf))
  1379. %   ].
  1380. % conds= =>((name_variable(_562{???U}, 'U'), name_variable(_548{???U}, 'U')), [(~helpfulActions(_562{???U}, actSurprisingOpponent, performedBy, positiveAmountOf), {is_unit(_562{???U})}==> ~isa(_562{???U}, actMatchSportsEvent)),  (isa(_548{???U}, actMatchSportsEvent), {is_unit(_548{???U})}==>helpfulActions(_548{???U}, actSurprisingOpponent, performedBy, positiveAmountOf))]).
  1381.  
  1382.  
  1383. % ~isa(_122{???U}, actMatchSportsEvent) :-
  1384. %   ~helpfulActions(_122{???U}, actSurprisingOpponent, performedBy, positiveAmountOf).
  1385. % helpfulActions(_102{???U}, actSurprisingOpponent, performedBy, positiveAmountOf) :-
  1386. %   isa(_102{???U}, actMatchSportsEvent).
  1387.  
  1388.  
  1389. % asserted_id(implies(and(isa(AGREEMENT, cwAgreement), outputs(MAKING, AGREEMENT), performedBy(MAKING, AGENT), isa(MAKING, actMakingAnAgreement)), agreeingAgents(AGREEMENT, AGENT)), a308795(AGREEMENT, MAKING, AGENT)).
  1390. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  1391. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  1392.  kif:-all(_188876,all(_188896,all(_188916,implies(and(isa(_188876,cwAgreement),outputs(_188896,_188876),performedBy(_188896,_188916),isa(_188896,actMakingAnAgreement)),agreeingAgents(_188876,_188916)))))
  1393.  pkif:-all(_188830,all(_188850,all(_188870,=>(&(isa(_188830,cwAgreement),&(outputs(_188850,_188830),&(performedBy(_188850,_188870),isa(_188850,actMakingAnAgreement)))),agreeingAgents(_188830,_188870)))))
  1394. % cnf :-
  1395. %   v(v(~isa(_142{???AGREEMENT}, cwAgreement),
  1396. %       v(~outputs(_156{???MAKING}, _142{???AGREEMENT}),
  1397. %         v(~performedBy(_156{???MAKING}, _170{???AGENT}),
  1398. %       ~isa(_156{???MAKING}, actMakingAnAgreement)))),
  1399. %     agreeingAgents(_142{???AGREEMENT}, _170{???AGENT})).
  1400.  horn:-[(~isa(_190962,actMakingAnAgreement):-isa(_190988,cwAgreement),outputs(_190962,_190988),performedBy(_190962,_191026),~agreeingAgents(_190988,_191026)),(~isa(_191072,cwAgreement):-outputs(_191098,_191072),performedBy(_191098,_191124),isa(_191098,actMakingAnAgreement),~agreeingAgents(_191072,_191124)),(~outputs(_191182,_191196):-isa(_191196,cwAgreement),performedBy(_191182,_191234),isa(_191182,actMakingAnAgreement),~agreeingAgents(_191196,_191234)),(~performedBy(_191292,_191306):-isa(_191332,cwAgreement),outputs(_191292,_191332),isa(_191292,actMakingAnAgreement),~agreeingAgents(_191332,_191306)),(agreeingAgents(_191398,_191412):-isa(_191398,cwAgreement),outputs(_191450,_191398),performedBy(_191450,_191412),isa(_191450,actMakingAnAgreement))]
  1401. % boxlog :-
  1402. %  
  1403. %   [ (~isa(_768{???MAKING}, actMakingAnAgreement):-isa(_782{???AGREEMENT}, cwAgreement), outputs(_768{???MAKING}, _782{???AGREEMENT}), performedBy(_768{???MAKING}, _796{???AGENT}), ~agreeingAgents(_782{???AGREEMENT}, _796{???AGENT})),
  1404. %     (~isa(_894{???AGREEMENT}, cwAgreement):-outputs(_908{???MAKING}, _894{???AGREEMENT}), performedBy(_908{???MAKING}, _922{???AGENT}), isa(_908{???MAKING}, actMakingAnAgreement), ~agreeingAgents(_894{???AGREEMENT}, _922{???AGENT})),
  1405. %     (~outputs(_852{???MAKING}, _866{???AGREEMENT}):-isa(_866{???AGREEMENT}, cwAgreement), performedBy(_852{???MAKING}, _880{???AGENT}), isa(_852{???MAKING}, actMakingAnAgreement), ~agreeingAgents(_866{???AGREEMENT}, _880{???AGENT})),
  1406. %     (~performedBy(_810{???MAKING}, _824{???AGENT}):-isa(_838{???AGREEMENT}, cwAgreement), outputs(_810{???MAKING}, _838{???AGREEMENT}), isa(_810{???MAKING}, actMakingAnAgreement), ~agreeingAgents(_838{???AGREEMENT}, _824{???AGENT})),
  1407. %     (agreeingAgents(_726{???AGREEMENT}, _740{???AGENT}):-isa(_726{???AGREEMENT}, cwAgreement), outputs(_754{???MAKING}, _726{???AGREEMENT}), performedBy(_754{???MAKING}, _740{???AGENT}), isa(_754{???MAKING}, actMakingAnAgreement))
  1408. %   ].
  1409. % preview :-
  1410. %  
  1411. %   [ ({avoidHeadLoop(isa(_746{???AGREEMENT}, cwAgreement), isa(_732{???MAKING}, actMakingAnAgreement))}, isa(_746{???AGREEMENT}, cwAgreement), outputs(_732{???MAKING}, _746{???AGREEMENT}), performedBy(_732{???MAKING}, _760{???AGENT}), ~agreeingAgents(_746{???AGREEMENT}, _760{???AGENT}), {is_unit(_732{???MAKING})}-> ~isa(_732{???MAKING}, actMakingAnAgreement)),
  1412. %     (outputs(_872{???MAKING}, _858{???AGREEMENT}), performedBy(_872{???MAKING}, _886{???AGENT}), {avoidHeadLoop(isa(_872{???MAKING}, actMakingAnAgreement), isa(_858{???AGREEMENT}, cwAgreement))}, isa(_872{???MAKING}, actMakingAnAgreement), ~agreeingAgents(_858{???AGREEMENT}, _886{???AGENT}), {is_unit(_858{???AGREEMENT})}-> ~isa(_858{???AGREEMENT}, cwAgreement)),
  1413. %     (isa(_830{???AGREEMENT}, cwAgreement), performedBy(_816{???MAKING}, _844{???AGENT}), isa(_816{???MAKING}, actMakingAnAgreement), ~agreeingAgents(_830{???AGREEMENT}, _844{???AGENT}), {is_unit(_830{???AGREEMENT}, _816{???MAKING})}-> ~outputs(_816{???MAKING}, _830{???AGREEMENT})),
  1414. %     (isa(_802{???AGREEMENT}, cwAgreement), outputs(_774{???MAKING}, _802{???AGREEMENT}), isa(_774{???MAKING}, actMakingAnAgreement), ~agreeingAgents(_802{???AGREEMENT}, _788{???AGENT}), {is_unit(_788{???AGENT}, _774{???MAKING})}-> ~performedBy(_774{???MAKING}, _788{???AGENT})),
  1415. %     (isa(_690{???AGREEMENT}, cwAgreement), outputs(_718{???MAKING}, _690{???AGREEMENT}), performedBy(_718{???MAKING}, _704{???AGENT}), isa(_718{???MAKING}, actMakingAnAgreement), {is_unit(_704{???AGENT}, _690{???AGREEMENT})}==>agreeingAgents(_690{???AGREEMENT}, _704{???AGENT}))
  1416. %   ].
  1417. % conds= =>((name_variable(_714{???MAKING}, 'MAKING'), name_variable(_728{???AGREEMENT}, 'AGREEMENT'), name_variable(_742{???AGENT}, 'AGENT'), name_variable(_840{???AGREEMENT}, 'AGREEMENT'), name_variable(_854{???MAKING}, 'MAKING'), name_variable(_868{???AGENT}, 'AGENT'), name_variable(_798{???MAKING}, 'MAKING'), name_variable(_812{???AGREEMENT}, 'AGREEMENT'), name_variable(_826{???AGENT}, 'AGENT'), name_variable(_756{???MAKING}, 'MAKING'), name_variable(_770{???AGENT}, 'AGENT'), name_variable(_784{???AGREEMENT}, 'AGREEMENT'), name_variable(_672{???AGREEMENT}, 'AGREEMENT'), name_variable(_700{???MAKING}, 'MAKING'), name_variable(_686{???AGENT}, 'AGENT')), [(~isa(_714{???MAKING}, actMakingAnAgreement)<-{avoidHeadLoop(isa(_728{???AGREEMENT}, cwAgreement), isa(_714{???MAKING}, actMakingAnAgreement))}, isa(_728{???AGREEMENT}, cwAgreement), outputs(_714{???MAKING}, _728{???AGREEMENT}), performedBy(_714{???MAKING}, _742{???AGENT}), ~agreeingAgents(_728{???AGREEMENT}, _742{???AGENT}), {is_unit(_714{???MAKING})}),  (~isa(_840{???AGREEMENT}, cwAgreement)<-outputs(_854{???MAKING}, _840{???AGREEMENT}), performedBy(_854{???MAKING}, _868{???AGENT}), {avoidHeadLoop(isa(_854{???MAKING}, actMakingAnAgreement), isa(_840{???AGREEMENT}, cwAgreement))}, isa(_854{???MAKING}, actMakingAnAgreement), ~agreeingAgents(_840{???AGREEMENT}, _868{???AGENT}), {is_unit(_840{???AGREEMENT})}),  (~outputs(_798{???MAKING}, _812{???AGREEMENT})<-isa(_812{???AGREEMENT}, cwAgreement), performedBy(_798{???MAKING}, _826{???AGENT}), isa(_798{???MAKING}, actMakingAnAgreement), ~agreeingAgents(_812{???AGREEMENT}, _826{???AGENT}), {is_unit(_812{???AGREEMENT}, _798{???MAKING})}),  (~performedBy(_756{???MAKING}, _770{???AGENT})<-isa(_784{???AGREEMENT}, cwAgreement), outputs(_756{???MAKING}, _784{???AGREEMENT}), isa(_756{???MAKING}, actMakingAnAgreement), ~agreeingAgents(_784{???AGREEMENT}, _770{???AGENT}), {is_unit(_770{???AGENT}, _756{???MAKING})}),  (isa(_672{???AGREEMENT}, cwAgreement), outputs(_700{???MAKING}, _672{???AGREEMENT}), performedBy(_700{???MAKING}, _686{???AGENT}), isa(_700{???MAKING}, actMakingAnAgreement), {is_unit(_686{???AGENT}, _672{???AGREEMENT})}==>agreeingAgents(_672{???AGREEMENT}, _686{???AGENT}))]).
  1418.  
  1419.  
  1420. % ~isa(_154{???MAKING}, actMakingAnAgreement) :-
  1421. %   isa(_168{???AGREEMENT}, cwAgreement),
  1422. %   outputs(_154{???MAKING}, _168{???AGREEMENT}),
  1423. %   performedBy(_154{???MAKING}, _182{???AGENT}),
  1424. %   ~agreeingAgents(_168{???AGREEMENT}, _182{???AGENT}).
  1425. % ~isa(_234{???AGREEMENT}, cwAgreement) :-
  1426. %   outputs(_248{???MAKING}, _234{???AGREEMENT}),
  1427. %   performedBy(_248{???MAKING}, _262{???AGENT}),
  1428. %   isa(_248{???MAKING}, actMakingAnAgreement),
  1429. %   ~agreeingAgents(_234{???AGREEMENT}, _262{???AGENT}).
  1430. % ~outputs(_186{???MAKING}, _200{???AGREEMENT}) :-
  1431. %   isa(_200{???AGREEMENT}, cwAgreement),
  1432. %   performedBy(_186{???MAKING}, _214{???AGENT}),
  1433. %   isa(_186{???MAKING}, actMakingAnAgreement),
  1434. %   ~agreeingAgents(_200{???AGREEMENT}, _214{???AGENT}).
  1435. % ~performedBy(_144{???MAKING}, _158{???AGENT}) :-
  1436. %   isa(_172{???AGREEMENT}, cwAgreement),
  1437. %   outputs(_144{???MAKING}, _172{???AGREEMENT}),
  1438. %   isa(_144{???MAKING}, actMakingAnAgreement),
  1439. %   ~agreeingAgents(_172{???AGREEMENT}, _158{???AGENT}).
  1440. % agreeingAgents(_102{???AGREEMENT}, _116{???AGENT}) :-
  1441. %   isa(_102{???AGREEMENT}, cwAgreement),
  1442. %   outputs(_130{???MAKING}, _102{???AGREEMENT}),
  1443. %   performedBy(_130{???MAKING}, _116{???AGENT}),
  1444. %   isa(_130{???MAKING}, actMakingAnAgreement).
  1445.  
  1446.  
  1447. % asserted_id(implies(and(isa(U, actAirplaneTrip), performedBy(U, X)), knowsAbout(X, tObjectAirplane)), a308796(U, X)).
  1448. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  1449. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  1450.  kif:-all(_188912,all(_188932,implies(and(isa(_188912,actAirplaneTrip),performedBy(_188912,_188932)),knowsAbout(_188932,tObjectAirplane))))
  1451.  pkif:-all(_188858,all(_188878,=>(&(isa(_188858,actAirplaneTrip),performedBy(_188858,_188878)),knowsAbout(_188878,tObjectAirplane))))
  1452. % cnf :-
  1453. %   v(v(~isa(_126{???U}, actAirplaneTrip),
  1454. %       ~performedBy(_126{???U}, _140{???X})),
  1455. %     knowsAbout(_140{???X}, tObjectAirplane)).
  1456.  horn:-[(~isa(_189742,actAirplaneTrip):-performedBy(_189742,_189768),~knowsAbout(_189768,tObjectAirplane)),(~performedBy(_189814,_189828):-isa(_189814,actAirplaneTrip),~knowsAbout(_189828,tObjectAirplane)),(knowsAbout(_189882,tObjectAirplane):-isa(_189908,actAirplaneTrip),performedBy(_189908,_189882))]
  1457. % boxlog :-
  1458. %  
  1459. %   [ (~isa(_668{???U}, actAirplaneTrip):-performedBy(_668{???U}, _682{???X}), ~knowsAbout(_682{???X}, tObjectAirplane)),
  1460. %     (~performedBy(_640{???U}, _654{???X}):-isa(_640{???U}, actAirplaneTrip), ~knowsAbout(_654{???X}, tObjectAirplane)),
  1461. %     (knowsAbout(_612{???X}, tObjectAirplane):-isa(_626{???U}, actAirplaneTrip), performedBy(_626{???U}, _612{???X}))
  1462. %   ].
  1463. % preview :-
  1464. %  
  1465. %   [ (performedBy(_632{???U}, _646{???X}), ~knowsAbout(_646{???X}, tObjectAirplane), {is_unit(_632{???U})}-> ~isa(_632{???U}, actAirplaneTrip)),
  1466. %     (isa(_604{???U}, actAirplaneTrip), ~knowsAbout(_618{???X}, tObjectAirplane), {is_unit(_618{???X}, _604{???U})}==> ~performedBy(_604{???U}, _618{???X})),
  1467. %     (isa(_590{???U}, actAirplaneTrip), performedBy(_590{???U}, _576{???X}), {is_unit(_576{???X})}==>knowsAbout(_576{???X}, tObjectAirplane))
  1468. %   ].
  1469. % conds= =>((name_variable(_614{???U}, 'U'), name_variable(_628{???X}, 'X'), name_variable(_586{???U}, 'U'), name_variable(_600{???X}, 'X'), name_variable(_572{???U}, 'U'), name_variable(_558{???X}, 'X')), [(~isa(_614{???U}, actAirplaneTrip)<-performedBy(_614{???U}, _628{???X}), ~knowsAbout(_628{???X}, tObjectAirplane), {is_unit(_614{???U})}),  (isa(_586{???U}, actAirplaneTrip), ~knowsAbout(_600{???X}, tObjectAirplane), {is_unit(_600{???X}, _586{???U})}==> ~performedBy(_586{???U}, _600{???X})),  (isa(_572{???U}, actAirplaneTrip), performedBy(_572{???U}, _558{???X}), {is_unit(_558{???X})}==>knowsAbout(_558{???X}, tObjectAirplane))]).
  1470.  
  1471.  
  1472. % ~isa(_166{???U}, actAirplaneTrip) :-
  1473. %   performedBy(_166{???U}, _180{???X}),
  1474. %   ~knowsAbout(_180{???X}, tObjectAirplane).
  1475. % ~performedBy(_130{???U}, _144{???X}) :-
  1476. %   isa(_130{???U}, actAirplaneTrip),
  1477. %   ~knowsAbout(_144{???X}, tObjectAirplane).
  1478. % knowsAbout(_102{???X}, tObjectAirplane) :-
  1479. %   isa(_116{???U}, actAirplaneTrip),
  1480. %   performedBy(_116{???U}, _102{???X}).
  1481.  
  1482.  
  1483. % asserted_id(implies(and(isa(TEST, actCavityXRayTest), performedBy(TEST, DOC)), isa(DOC, mobDentalHygienist)), a308797(TEST, DOC)).
  1484. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  1485. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  1486.  kif:-all(_189016,all(_189036,implies(and(isa(_189016,actCavityXRayTest),performedBy(_189016,_189036)),isa(_189036,mobDentalHygienist))))
  1487.  pkif:-all(_188962,all(_188982,=>(&(isa(_188962,actCavityXRayTest),performedBy(_188962,_188982)),isa(_188982,mobDentalHygienist))))
  1488. % cnf :-
  1489. %   v(v(~isa(_126{???TEST}, actCavityXRayTest),
  1490. %       ~performedBy(_126{???TEST}, _140{???DOC})),
  1491. %     isa(_140{???DOC}, mobDentalHygienist)).
  1492.  horn:-[(~isa(_189846,actCavityXRayTest):-performedBy(_189846,_189872),~isa(_189872,mobDentalHygienist)),(~performedBy(_189918,_189932):-isa(_189918,actCavityXRayTest),~isa(_189932,mobDentalHygienist)),(isa(_189986,mobDentalHygienist):-isa(_190012,actCavityXRayTest),performedBy(_190012,_189986))]
  1493. % boxlog :-
  1494. %  
  1495. %   [ (~isa(_668{???TEST}, actCavityXRayTest):-performedBy(_668{???TEST}, _682{???DOC}), ~isa(_682{???DOC}, mobDentalHygienist)),
  1496. %     (~performedBy(_640{???TEST}, _654{???DOC}):-isa(_640{???TEST}, actCavityXRayTest), ~isa(_654{???DOC}, mobDentalHygienist)),
  1497. %     (isa(_612{???DOC}, mobDentalHygienist):-isa(_626{???TEST}, actCavityXRayTest), performedBy(_626{???TEST}, _612{???DOC}))
  1498. %   ].
  1499. % preview :-
  1500. %  
  1501. %   [ (performedBy(_632{???TEST}, _646{???DOC}), {avoidHeadLoop(isa(_646{???DOC}, mobDentalHygienist), isa(_632{???TEST}, actCavityXRayTest))}, ~isa(_646{???DOC}, mobDentalHygienist), {is_unit(_632{???TEST})}-> ~isa(_632{???TEST}, actCavityXRayTest)),
  1502. %     (isa(_604{???TEST}, actCavityXRayTest), ~isa(_618{???DOC}, mobDentalHygienist), {is_unit(_618{???DOC}, _604{???TEST})}==> ~performedBy(_604{???TEST}, _618{???DOC})),
  1503. %     (isa(_590{???TEST}, actCavityXRayTest), performedBy(_590{???TEST}, _576{???DOC}), {is_unit(_576{???DOC})}==>isa(_576{???DOC}, mobDentalHygienist))
  1504. %   ].
  1505. % conds= =>((name_variable(_614{???TEST}, 'TEST'), name_variable(_628{???DOC}, 'DOC'), name_variable(_586{???TEST}, 'TEST'), name_variable(_600{???DOC}, 'DOC'), name_variable(_572{???TEST}, 'TEST'), name_variable(_558{???DOC}, 'DOC')), [(~isa(_614{???TEST}, actCavityXRayTest)<-performedBy(_614{???TEST}, _628{???DOC}), {avoidHeadLoop(isa(_628{???DOC}, mobDentalHygienist), isa(_614{???TEST}, actCavityXRayTest))}, ~isa(_628{???DOC}, mobDentalHygienist), {is_unit(_614{???TEST})}),  (isa(_586{???TEST}, actCavityXRayTest), ~isa(_600{???DOC}, mobDentalHygienist), {is_unit(_600{???DOC}, _586{???TEST})}==> ~performedBy(_586{???TEST}, _600{???DOC})),  (isa(_572{???TEST}, actCavityXRayTest), performedBy(_572{???TEST}, _558{???DOC}), {is_unit(_558{???DOC})}==>isa(_558{???DOC}, mobDentalHygienist))]).
  1506.  
  1507.  
  1508. % ~isa(_166{???TEST}, actCavityXRayTest) :-
  1509. %   performedBy(_166{???TEST}, _180{???DOC}),
  1510. %   ~isa(_180{???DOC}, mobDentalHygienist).
  1511. % ~performedBy(_130{???TEST}, _144{???DOC}) :-
  1512. %   isa(_130{???TEST}, actCavityXRayTest),
  1513. %   ~isa(_144{???DOC}, mobDentalHygienist).
  1514. % isa(_102{???DOC}, mobDentalHygienist) :-
  1515. %   isa(_116{???TEST}, actCavityXRayTest),
  1516. %   performedBy(_116{???TEST}, _102{???DOC}).
  1517.  
  1518.  
  1519. % asserted_id(implies(and(isa(MR, actMedicalResidencyProgram), performedBy(MR, STUDENT)), isa(STUDENT, mobResidentMedical)), a308798(MR, STUDENT)).
  1520. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  1521. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  1522.  kif:-all(_189120,all(_189140,implies(and(isa(_189120,actMedicalResidencyProgram),performedBy(_189120,_189140)),isa(_189140,mobResidentMedical))))
  1523.  pkif:-all(_189066,all(_189086,=>(&(isa(_189066,actMedicalResidencyProgram),performedBy(_189066,_189086)),isa(_189086,mobResidentMedical))))
  1524. % cnf :-
  1525. %   v(v(~isa(_126{???MR}, actMedicalResidencyProgram),
  1526. %       ~performedBy(_126{???MR}, _140{???STUDENT})),
  1527. %     isa(_140{???STUDENT}, mobResidentMedical)).
  1528.  horn:-[(~isa(_189950,actMedicalResidencyProgram):-performedBy(_189950,_189976),~isa(_189976,mobResidentMedical)),(~performedBy(_190022,_190036):-isa(_190022,actMedicalResidencyProgram),~isa(_190036,mobResidentMedical)),(isa(_190090,mobResidentMedical):-isa(_190116,actMedicalResidencyProgram),performedBy(_190116,_190090))]
  1529. % boxlog :-
  1530. %  
  1531. %   [ (~isa(_668{???MR}, actMedicalResidencyProgram):-performedBy(_668{???MR}, _682{???STUDENT}), ~isa(_682{???STUDENT}, mobResidentMedical)),
  1532. %     (~performedBy(_640{???MR}, _654{???STUDENT}):-isa(_640{???MR}, actMedicalResidencyProgram), ~isa(_654{???STUDENT}, mobResidentMedical)),
  1533. %     (isa(_612{???STUDENT}, mobResidentMedical):-isa(_626{???MR}, actMedicalResidencyProgram), performedBy(_626{???MR}, _612{???STUDENT}))
  1534. %   ].
  1535. % preview :-
  1536. %  
  1537. %   [ (performedBy(_632{???MR}, _646{???STUDENT}), {avoidHeadLoop(isa(_646{???STUDENT}, mobResidentMedical), isa(_632{???MR}, actMedicalResidencyProgram))}, ~isa(_646{???STUDENT}, mobResidentMedical), {is_unit(_632{???MR})}-> ~isa(_632{???MR}, actMedicalResidencyProgram)),
  1538. %     (isa(_604{???MR}, actMedicalResidencyProgram), ~isa(_618{???STUDENT}, mobResidentMedical), {is_unit(_618{???STUDENT}, _604{???MR})}==> ~performedBy(_604{???MR}, _618{???STUDENT})),
  1539. %     (isa(_590{???MR}, actMedicalResidencyProgram), performedBy(_590{???MR}, _576{???STUDENT}), {is_unit(_576{???STUDENT})}==>isa(_576{???STUDENT}, mobResidentMedical))
  1540. %   ].
  1541. % conds= =>((name_variable(_614{???MR}, 'MR'), name_variable(_628{???STUDENT}, 'STUDENT'), name_variable(_586{???MR}, 'MR'), name_variable(_600{???STUDENT}, 'STUDENT'), name_variable(_572{???MR}, 'MR'), name_variable(_558{???STUDENT}, 'STUDENT')), [(~isa(_614{???MR}, actMedicalResidencyProgram)<-performedBy(_614{???MR}, _628{???STUDENT}), {avoidHeadLoop(isa(_628{???STUDENT}, mobResidentMedical), isa(_614{???MR}, actMedicalResidencyProgram))}, ~isa(_628{???STUDENT}, mobResidentMedical), {is_unit(_614{???MR})}),  (isa(_586{???MR}, actMedicalResidencyProgram), ~isa(_600{???STUDENT}, mobResidentMedical), {is_unit(_600{???STUDENT}, _586{???MR})}==> ~performedBy(_586{???MR}, _600{???STUDENT})),  (isa(_572{???MR}, actMedicalResidencyProgram), performedBy(_572{???MR}, _558{???STUDENT}), {is_unit(_558{???STUDENT})}==>isa(_558{???STUDENT}, mobResidentMedical))]).
  1542.  
  1543.  
  1544. % ~isa(_166{???MR}, actMedicalResidencyProgram) :-
  1545. %   performedBy(_166{???MR}, _180{???STUDENT}),
  1546. %   ~isa(_180{???STUDENT}, mobResidentMedical).
  1547. % ~performedBy(_130{???MR}, _144{???STUDENT}) :-
  1548. %   isa(_130{???MR}, actMedicalResidencyProgram),
  1549. %   ~isa(_144{???STUDENT}, mobResidentMedical).
  1550. % isa(_102{???STUDENT}, mobResidentMedical) :-
  1551. %   isa(_116{???MR}, actMedicalResidencyProgram),
  1552. %   performedBy(_116{???MR}, _102{???STUDENT}).
  1553.  
  1554.  
  1555. % asserted_id(=>(isa(U, actBobsledSportsEvent), implies(isa(U, actBobsledSportsEvent), helpfulActions(U, actMinimizingWindResistance, performedBy, highAmountOf))), a308800(U)).
  1556. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  1557. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  1558.  kif:-all(_189164,=>(isa(_189164,actBobsledSportsEvent),implies(isa(_189164,actBobsledSportsEvent),helpfulActions(_189164,actMinimizingWindResistance,performedBy,highAmountOf))))
  1559.  pkif:-all(_189110,=>(isa(_189110,actBobsledSportsEvent),=>(isa(_189110,actBobsledSportsEvent),helpfulActions(_189110,actMinimizingWindResistance,performedBy,highAmountOf))))
  1560. % cnf :-
  1561. %   v(~isa(_118{???U}, actBobsledSportsEvent),
  1562. %     v(~isa(_118{???U}, actBobsledSportsEvent),
  1563. %       helpfulActions(_118{???U},
  1564. %              actMinimizingWindResistance,
  1565. %              performedBy,
  1566. %              highAmountOf))).
  1567.  horn:-[(~isa(_189734,actBobsledSportsEvent):- ~helpfulActions(_189734,actMinimizingWindResistance,performedBy,highAmountOf)),(helpfulActions(_189784,actMinimizingWindResistance,performedBy,highAmountOf):-isa(_189784,actBobsledSportsEvent))]
  1568. % boxlog :-
  1569. %  
  1570. %   [ (~isa(_7868{???U}, actBobsledSportsEvent):- ~helpfulActions(_7868{???U}, actMinimizingWindResistance, performedBy, highAmountOf)),
  1571. %     (helpfulActions(_7850{???U}, actMinimizingWindResistance, performedBy, highAmountOf):-isa(_7850{???U}, actBobsledSportsEvent))
  1572. %   ].
  1573. % preview :-
  1574. %  
  1575. %   [ (~helpfulActions(_580{???U}, actMinimizingWindResistance, performedBy, highAmountOf), {is_unit(_580{???U})}==> ~isa(_580{???U}, actBobsledSportsEvent)),
  1576. %     (isa(_566{???U}, actBobsledSportsEvent), {is_unit(_566{???U})}==>helpfulActions(_566{???U}, actMinimizingWindResistance, performedBy, highAmountOf))
  1577. %   ].
  1578. % conds= =>((name_variable(_562{???U}, 'U'), name_variable(_548{???U}, 'U')), [(~helpfulActions(_562{???U}, actMinimizingWindResistance, performedBy, highAmountOf), {is_unit(_562{???U})}==> ~isa(_562{???U}, actBobsledSportsEvent)),  (isa(_548{???U}, actBobsledSportsEvent), {is_unit(_548{???U})}==>helpfulActions(_548{???U}, actMinimizingWindResistance, performedBy, highAmountOf))]).
  1579.  
  1580.  
  1581. % ~isa(_122{???U}, actBobsledSportsEvent) :-
  1582. %   ~helpfulActions(_122{???U}, actMinimizingWindResistance, performedBy, highAmountOf).
  1583. % helpfulActions(_102{???U}, actMinimizingWindResistance, performedBy, highAmountOf) :-
  1584. %   isa(_102{???U}, actBobsledSportsEvent).
  1585.  
  1586.  
  1587. % asserted_id(=>(isa(U, actBadmintonSportsEvent), implies(isa(U, actBadmintonSportsEvent), helpfulActions(U, actGainingTheServe, performedBy, positiveAmountOf))), a308801(U)).
  1588. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  1589. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  1590.  kif:-all(_189216,=>(isa(_189216,actBadmintonSportsEvent),implies(isa(_189216,actBadmintonSportsEvent),helpfulActions(_189216,actGainingTheServe,performedBy,positiveAmountOf))))
  1591.  pkif:-all(_189162,=>(isa(_189162,actBadmintonSportsEvent),=>(isa(_189162,actBadmintonSportsEvent),helpfulActions(_189162,actGainingTheServe,performedBy,positiveAmountOf))))
  1592. % cnf :-
  1593. %   v(~isa(_118{???U}, actBadmintonSportsEvent),
  1594. %     v(~isa(_118{???U}, actBadmintonSportsEvent),
  1595. %       helpfulActions(_118{???U},
  1596. %              actGainingTheServe,
  1597. %              performedBy,
  1598. %              positiveAmountOf))).
  1599.  horn:-[(~isa(_189786,actBadmintonSportsEvent):- ~helpfulActions(_189786,actGainingTheServe,performedBy,positiveAmountOf)),(helpfulActions(_189836,actGainingTheServe,performedBy,positiveAmountOf):-isa(_189836,actBadmintonSportsEvent))]
  1600. % boxlog :-
  1601. %  
  1602. %   [ (~isa(_7870{???U}, actBadmintonSportsEvent):- ~helpfulActions(_7870{???U}, actGainingTheServe, performedBy, positiveAmountOf)),
  1603. %     (helpfulActions(_7852{???U}, actGainingTheServe, performedBy, positiveAmountOf):-isa(_7852{???U}, actBadmintonSportsEvent))
  1604. %   ].
  1605. % preview :-
  1606. %  
  1607. %   [ (~helpfulActions(_580{???U}, actGainingTheServe, performedBy, positiveAmountOf), {is_unit(_580{???U})}==> ~isa(_580{???U}, actBadmintonSportsEvent)),
  1608. %     (isa(_566{???U}, actBadmintonSportsEvent), {is_unit(_566{???U})}==>helpfulActions(_566{???U}, actGainingTheServe, performedBy, positiveAmountOf))
  1609. %   ].
  1610. % conds= =>((name_variable(_562{???U}, 'U'), name_variable(_548{???U}, 'U')), [(~helpfulActions(_562{???U}, actGainingTheServe, performedBy, positiveAmountOf), {is_unit(_562{???U})}==> ~isa(_562{???U}, actBadmintonSportsEvent)),  (isa(_548{???U}, actBadmintonSportsEvent), {is_unit(_548{???U})}==>helpfulActions(_548{???U}, actGainingTheServe, performedBy, positiveAmountOf))]).
  1611.  
  1612.  
  1613. % ~isa(_122{???U}, actBadmintonSportsEvent) :-
  1614. %   ~helpfulActions(_122{???U}, actGainingTheServe, performedBy, positiveAmountOf).
  1615. % helpfulActions(_102{???U}, actGainingTheServe, performedBy, positiveAmountOf) :-
  1616. %   isa(_102{???U}, actBadmintonSportsEvent).
  1617.  
  1618.  
  1619. % asserted_id(=>(isa(U, actBaseballGame), implies(isa(U, actBaseballGame), helpfulActions(U, actTakingABall, performedBy, positiveAmountOf))), a308802(U)).
  1620. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  1621. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  1622.  kif:-all(_189268,=>(isa(_189268,actBaseballGame),implies(isa(_189268,actBaseballGame),helpfulActions(_189268,actTakingABall,performedBy,positiveAmountOf))))
  1623.  pkif:-all(_189214,=>(isa(_189214,actBaseballGame),=>(isa(_189214,actBaseballGame),helpfulActions(_189214,actTakingABall,performedBy,positiveAmountOf))))
  1624. % cnf :-
  1625. %   v(~isa(_118{???U}, actBaseballGame),
  1626. %     v(~isa(_118{???U}, actBaseballGame),
  1627. %       helpfulActions(_118{???U},
  1628. %              actTakingABall,
  1629. %              performedBy,
  1630. %              positiveAmountOf))).
  1631.  horn:-[(~isa(_189838,actBaseballGame):- ~helpfulActions(_189838,actTakingABall,performedBy,positiveAmountOf)),(helpfulActions(_189888,actTakingABall,performedBy,positiveAmountOf):-isa(_189888,actBaseballGame))]
  1632. % boxlog :-
  1633. %  
  1634. %   [ (~isa(_7872{???U}, actBaseballGame):- ~helpfulActions(_7872{???U}, actTakingABall, performedBy, positiveAmountOf)),
  1635. %     (helpfulActions(_7854{???U}, actTakingABall, performedBy, positiveAmountOf):-isa(_7854{???U}, actBaseballGame))
  1636. %   ].
  1637. % preview :-
  1638. %  
  1639. %   [ (~helpfulActions(_580{???U}, actTakingABall, performedBy, positiveAmountOf), {is_unit(_580{???U})}==> ~isa(_580{???U}, actBaseballGame)),
  1640. %     (isa(_566{???U}, actBaseballGame), {is_unit(_566{???U})}==>helpfulActions(_566{???U}, actTakingABall, performedBy, positiveAmountOf))
  1641. %   ].
  1642. % conds= =>((name_variable(_562{???U}, 'U'), name_variable(_548{???U}, 'U')), [(~helpfulActions(_562{???U}, actTakingABall, performedBy, positiveAmountOf), {is_unit(_562{???U})}==> ~isa(_562{???U}, actBaseballGame)),  (isa(_548{???U}, actBaseballGame), {is_unit(_548{???U})}==>helpfulActions(_548{???U}, actTakingABall, performedBy, positiveAmountOf))]).
  1643.  
  1644.  
  1645. % ~isa(_122{???U}, actBaseballGame) :-
  1646. %   ~helpfulActions(_122{???U}, actTakingABall, performedBy, positiveAmountOf).
  1647. % helpfulActions(_102{???U}, actTakingABall, performedBy, positiveAmountOf) :-
  1648. %   isa(_102{???U}, actBaseballGame).
  1649.  
  1650.  
  1651. % asserted_id(=>(isa(U, actSkiJumpSportsEvent), implies(isa(U, actSkiJumpSportsEvent), helpfulActions(U, actMinimizingWindResistance, performedBy, positiveAmountOf))), a308803(U)).
  1652. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  1653. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  1654.  kif:-all(_189320,=>(isa(_189320,actSkiJumpSportsEvent),implies(isa(_189320,actSkiJumpSportsEvent),helpfulActions(_189320,actMinimizingWindResistance,performedBy,positiveAmountOf))))
  1655.  pkif:-all(_189266,=>(isa(_189266,actSkiJumpSportsEvent),=>(isa(_189266,actSkiJumpSportsEvent),helpfulActions(_189266,actMinimizingWindResistance,performedBy,positiveAmountOf))))
  1656. % cnf :-
  1657. %   v(~isa(_118{???U}, actSkiJumpSportsEvent),
  1658. %     v(~isa(_118{???U}, actSkiJumpSportsEvent),
  1659. %       helpfulActions(_118{???U},
  1660. %              actMinimizingWindResistance,
  1661. %              performedBy,
  1662. %              positiveAmountOf))).
  1663.  horn:-[(~isa(_189890,actSkiJumpSportsEvent):- ~helpfulActions(_189890,actMinimizingWindResistance,performedBy,positiveAmountOf)),(helpfulActions(_189940,actMinimizingWindResistance,performedBy,positiveAmountOf):-isa(_189940,actSkiJumpSportsEvent))]
  1664. % boxlog :-
  1665. %  
  1666. %   [ (~isa(_616{???U}, actSkiJumpSportsEvent):- ~helpfulActions(_616{???U}, actMinimizingWindResistance, performedBy, positiveAmountOf)),
  1667. %     (helpfulActions(_602{???U}, actMinimizingWindResistance, performedBy, positiveAmountOf):-isa(_602{???U}, actSkiJumpSportsEvent))
  1668. %   ].
  1669. % preview :-
  1670. %  
  1671. %   [ (~helpfulActions(_580{???U}, actMinimizingWindResistance, performedBy, positiveAmountOf), {is_unit(_580{???U})}==> ~isa(_580{???U}, actSkiJumpSportsEvent)),
  1672. %     (isa(_566{???U}, actSkiJumpSportsEvent), {is_unit(_566{???U})}==>helpfulActions(_566{???U}, actMinimizingWindResistance, performedBy, positiveAmountOf))
  1673. %   ].
  1674. % conds= =>((name_variable(_562{???U}, 'U'), name_variable(_548{???U}, 'U')), [(~helpfulActions(_562{???U}, actMinimizingWindResistance, performedBy, positiveAmountOf), {is_unit(_562{???U})}==> ~isa(_562{???U}, actSkiJumpSportsEvent)),  (isa(_548{???U}, actSkiJumpSportsEvent), {is_unit(_548{???U})}==>helpfulActions(_548{???U}, actMinimizingWindResistance, performedBy, positiveAmountOf))]).
  1675.  
  1676.  
  1677. % ~isa(_122{???U}, actSkiJumpSportsEvent) :-
  1678. %   ~helpfulActions(_122{???U}, actMinimizingWindResistance, performedBy, positiveAmountOf).
  1679. % helpfulActions(_102{???U}, actMinimizingWindResistance, performedBy, positiveAmountOf) :-
  1680. %   isa(_102{???U}, actSkiJumpSportsEvent).
  1681.  
  1682.  
  1683. % asserted_id(implies(and(isa(HONEYMAKING, eventCreationEvent), performedBy(HONEYMAKING, BEE), outputs(HONEYMAKING, HONEY), isa(HONEY, tHoney)), isa(BEE, tClazzBee)), a308804(HONEYMAKING, BEE, HONEY)).
  1684. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  1685. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  1686.  kif:-all(_189552,all(_189572,all(_189592,implies(and(isa(_189552,eventCreationEvent),performedBy(_189552,_189592),outputs(_189552,_189572),isa(_189572,tHoney)),isa(_189592,tClazzBee)))))
  1687.  pkif:-all(_189506,all(_189526,all(_189546,=>(&(isa(_189506,eventCreationEvent),&(performedBy(_189506,_189546),&(outputs(_189506,_189526),isa(_189526,tHoney)))),isa(_189546,tClazzBee)))))
  1688. % cnf :-
  1689. %   v(v(~isa(_142{???HONEYMAKING}, eventCreationEvent),
  1690. %       v(~performedBy(_142{???HONEYMAKING}, _156{???BEE}),
  1691. %         v(~outputs(_142{???HONEYMAKING}, _170{???HONEY}),
  1692. %       ~isa(_170{???HONEY}, tHoney)))),
  1693. %     isa(_156{???BEE}, tClazzBee)).
  1694.  horn:-[(~isa(_191638,tHoney):-isa(_191664,eventCreationEvent),performedBy(_191664,_191690),outputs(_191664,_191638),~isa(_191690,tClazzBee)),(~isa(_191748,eventCreationEvent):-performedBy(_191748,_191774),outputs(_191748,_191800),isa(_191800,tHoney),~isa(_191774,tClazzBee)),(~outputs(_191858,_191872):-isa(_191858,eventCreationEvent),performedBy(_191858,_191910),isa(_191872,tHoney),~isa(_191910,tClazzBee)),(~performedBy(_191968,_191982):-isa(_191968,eventCreationEvent),outputs(_191968,_192020),isa(_192020,tHoney),~isa(_191982,tClazzBee)),(isa(_192074,tClazzBee):-isa(_192100,eventCreationEvent),performedBy(_192100,_192074),outputs(_192100,_192138),isa(_192138,tHoney))]
  1695. % boxlog :-
  1696. %  
  1697. %   [ (~isa(_768{???HONEY}, tHoney):-isa(_782{???HONEYMAKING}, eventCreationEvent), performedBy(_782{???HONEYMAKING}, _796{???BEE}), outputs(_782{???HONEYMAKING}, _768{???HONEY}), ~isa(_796{???BEE}, tClazzBee)),
  1698. %     (~isa(_894{???HONEYMAKING}, eventCreationEvent):-performedBy(_894{???HONEYMAKING}, _908{???BEE}), outputs(_894{???HONEYMAKING}, _922{???HONEY}), isa(_922{???HONEY}, tHoney), ~isa(_908{???BEE}, tClazzBee)),
  1699. %     (~outputs(_810{???HONEYMAKING}, _824{???HONEY}):-isa(_810{???HONEYMAKING}, eventCreationEvent), performedBy(_810{???HONEYMAKING}, _838{???BEE}), isa(_824{???HONEY}, tHoney), ~isa(_838{???BEE}, tClazzBee)),
  1700. %     (~performedBy(_852{???HONEYMAKING}, _866{???BEE}):-isa(_852{???HONEYMAKING}, eventCreationEvent), outputs(_852{???HONEYMAKING}, _880{???HONEY}), isa(_880{???HONEY}, tHoney), ~isa(_866{???BEE}, tClazzBee)),
  1701. %     (isa(_726{???BEE}, tClazzBee):-isa(_740{???HONEYMAKING}, eventCreationEvent), performedBy(_740{???HONEYMAKING}, _726{???BEE}), outputs(_740{???HONEYMAKING}, _754{???HONEY}), isa(_754{???HONEY}, tHoney))
  1702. %   ].
  1703. % preview :-
  1704. %  
  1705. %   [ ({avoidHeadLoop(isa(_746{???HONEYMAKING}, eventCreationEvent), isa(_732{???HONEY}, tHoney))}, isa(_746{???HONEYMAKING}, eventCreationEvent), performedBy(_746{???HONEYMAKING}, _760{???BEE}), outputs(_746{???HONEYMAKING}, _732{???HONEY}), {avoidHeadLoop(isa(_760{???BEE}, tClazzBee), isa(_732{???HONEY}, tHoney))}, ~isa(_760{???BEE}, tClazzBee), {is_unit(_732{???HONEY})}-> ~isa(_732{???HONEY}, tHoney)),
  1706. %     (performedBy(_858{???HONEYMAKING}, _872{???BEE}), outputs(_858{???HONEYMAKING}, _886{???HONEY}), {avoidHeadLoop(isa(_886{???HONEY}, tHoney), isa(_858{???HONEYMAKING}, eventCreationEvent))}, isa(_886{???HONEY}, tHoney), {avoidHeadLoop(isa(_872{???BEE}, tClazzBee), isa(_858{???HONEYMAKING}, eventCreationEvent))}, ~isa(_872{???BEE}, tClazzBee), {is_unit(_858{???HONEYMAKING})}-> ~isa(_858{???HONEYMAKING}, eventCreationEvent)),
  1707. %     (isa(_774{???HONEYMAKING}, eventCreationEvent), performedBy(_774{???HONEYMAKING}, _802{???BEE}), isa(_788{???HONEY}, tHoney), ~isa(_802{???BEE}, tClazzBee), {is_unit(_788{???HONEY}, _774{???HONEYMAKING})}-> ~outputs(_774{???HONEYMAKING}, _788{???HONEY})),
  1708. %     (isa(_816{???HONEYMAKING}, eventCreationEvent), outputs(_816{???HONEYMAKING}, _844{???HONEY}), isa(_844{???HONEY}, tHoney), ~isa(_830{???BEE}, tClazzBee), {is_unit(_830{???BEE}, _816{???HONEYMAKING})}-> ~performedBy(_816{???HONEYMAKING}, _830{???BEE})),
  1709. %     (isa(_704{???HONEYMAKING}, eventCreationEvent), performedBy(_704{???HONEYMAKING}, _690{???BEE}), outputs(_704{???HONEYMAKING}, _718{???HONEY}), isa(_718{???HONEY}, tHoney), {is_unit(_690{???BEE})}==>isa(_690{???BEE}, tClazzBee))
  1710. %   ].
  1711. % conds= =>((name_variable(_714{???HONEY}, 'HONEY'), name_variable(_728{???HONEYMAKING}, 'HONEYMAKING'), name_variable(_742{???BEE}, 'BEE'), name_variable(_840{???HONEYMAKING}, 'HONEYMAKING'), name_variable(_854{???BEE}, 'BEE'), name_variable(_868{???HONEY}, 'HONEY'), name_variable(_756{???HONEYMAKING}, 'HONEYMAKING'), name_variable(_770{???HONEY}, 'HONEY'), name_variable(_784{???BEE}, 'BEE'), name_variable(_798{???HONEYMAKING}, 'HONEYMAKING'), name_variable(_812{???BEE}, 'BEE'), name_variable(_826{???HONEY}, 'HONEY'), name_variable(_686{???HONEYMAKING}, 'HONEYMAKING'), name_variable(_672{???BEE}, 'BEE'), name_variable(_700{???HONEY}, 'HONEY')), [(~isa(_714{???HONEY}, tHoney)<-{avoidHeadLoop(isa(_728{???HONEYMAKING}, eventCreationEvent), isa(_714{???HONEY}, tHoney))}, isa(_728{???HONEYMAKING}, eventCreationEvent), performedBy(_728{???HONEYMAKING}, _742{???BEE}), outputs(_728{???HONEYMAKING}, _714{???HONEY}), {avoidHeadLoop(isa(_742{???BEE}, tClazzBee), isa(_714{???HONEY}, tHoney))}, ~isa(_742{???BEE}, tClazzBee), {is_unit(_714{???HONEY})}),  (~isa(_840{???HONEYMAKING}, eventCreationEvent)<-performedBy(_840{???HONEYMAKING}, _854{???BEE}), outputs(_840{???HONEYMAKING}, _868{???HONEY}), {avoidHeadLoop(isa(_868{???HONEY}, tHoney), isa(_840{???HONEYMAKING}, eventCreationEvent))}, isa(_868{???HONEY}, tHoney), {avoidHeadLoop(isa(_854{???BEE}, tClazzBee), isa(_840{???HONEYMAKING}, eventCreationEvent))}, ~isa(_854{???BEE}, tClazzBee), {is_unit(_840{???HONEYMAKING})}),  (~outputs(_756{???HONEYMAKING}, _770{???HONEY})<-isa(_756{???HONEYMAKING}, eventCreationEvent), performedBy(_756{???HONEYMAKING}, _784{???BEE}), isa(_770{???HONEY}, tHoney), ~isa(_784{???BEE}, tClazzBee), {is_unit(_770{???HONEY}, _756{???HONEYMAKING})}),  (~performedBy(_798{???HONEYMAKING}, _812{???BEE})<-isa(_798{???HONEYMAKING}, eventCreationEvent), outputs(_798{???HONEYMAKING}, _826{???HONEY}), isa(_826{???HONEY}, tHoney), ~isa(_812{???BEE}, tClazzBee), {is_unit(_812{???BEE}, _798{???HONEYMAKING})}),  (isa(_686{???HONEYMAKING}, eventCreationEvent), performedBy(_686{???HONEYMAKING}, _672{???BEE}), outputs(_686{???HONEYMAKING}, _700{???HONEY}), isa(_700{???HONEY}, tHoney), {is_unit(_672{???BEE})}==>isa(_672{???BEE}, tClazzBee))]).
  1712.  
  1713.  
  1714. % ~isa(_154{???HONEY}, tHoney) :-
  1715. %   isa(_168{???HONEYMAKING}, eventCreationEvent),
  1716. %   performedBy(_168{???HONEYMAKING}, _182{???BEE}),
  1717. %   outputs(_168{???HONEYMAKING}, _154{???HONEY}),
  1718. %   ~isa(_182{???BEE}, tClazzBee).
  1719. % ~isa(_234{???HONEYMAKING}, eventCreationEvent) :-
  1720. %   performedBy(_234{???HONEYMAKING}, _248{???BEE}),
  1721. %   outputs(_234{???HONEYMAKING}, _262{???HONEY}),
  1722. %   isa(_262{???HONEY}, tHoney),
  1723. %   ~isa(_248{???BEE}, tClazzBee).
  1724. % ~outputs(_144{???HONEYMAKING}, _158{???HONEY}) :-
  1725. %   isa(_144{???HONEYMAKING}, eventCreationEvent),
  1726. %   performedBy(_144{???HONEYMAKING}, _172{???BEE}),
  1727. %   isa(_158{???HONEY}, tHoney),
  1728. %   ~isa(_172{???BEE}, tClazzBee).
  1729. % ~performedBy(_150{???HONEYMAKING}, _164{???BEE}) :-
  1730. %   isa(_150{???HONEYMAKING}, eventCreationEvent),
  1731. %   outputs(_150{???HONEYMAKING}, _178{???HONEY}),
  1732. %   isa(_178{???HONEY}, tHoney),
  1733. %   ~isa(_164{???BEE}, tClazzBee).
  1734. % isa(_102{???BEE}, tClazzBee) :-
  1735. %   isa(_116{???HONEYMAKING}, eventCreationEvent),
  1736. %   performedBy(_116{???HONEYMAKING}, _102{???BEE}),
  1737. %   outputs(_116{???HONEYMAKING}, _130{???HONEY}),
  1738. %   isa(_130{???HONEY}, tHoney).
  1739.  
  1740.  
  1741. % asserted_id(=>(isa(U, actMatchSportsEvent), implies(isa(U, actMatchSportsEvent), helpfulActions(U, actConfusingOpponent, performedBy, positiveAmountOf))), a308805(U)).
  1742. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  1743. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  1744.  kif:-all(_189528,=>(isa(_189528,actMatchSportsEvent),implies(isa(_189528,actMatchSportsEvent),helpfulActions(_189528,actConfusingOpponent,performedBy,positiveAmountOf))))
  1745.  pkif:-all(_189474,=>(isa(_189474,actMatchSportsEvent),=>(isa(_189474,actMatchSportsEvent),helpfulActions(_189474,actConfusingOpponent,performedBy,positiveAmountOf))))
  1746. % cnf :-
  1747. %   v(~isa(_118{???U}, actMatchSportsEvent),
  1748. %     v(~isa(_118{???U}, actMatchSportsEvent),
  1749. %       helpfulActions(_118{???U},
  1750. %              actConfusingOpponent,
  1751. %              performedBy,
  1752. %              positiveAmountOf))).
  1753.  horn:-[(~isa(_190098,actMatchSportsEvent):- ~helpfulActions(_190098,actConfusingOpponent,performedBy,positiveAmountOf)),(helpfulActions(_190148,actConfusingOpponent,performedBy,positiveAmountOf):-isa(_190148,actMatchSportsEvent))]
  1754. % boxlog :-
  1755. %  
  1756. %   [ (~isa(_7882{???U}, actMatchSportsEvent):- ~helpfulActions(_7882{???U}, actConfusingOpponent, performedBy, positiveAmountOf)),
  1757. %     (helpfulActions(_7864{???U}, actConfusingOpponent, performedBy, positiveAmountOf):-isa(_7864{???U}, actMatchSportsEvent))
  1758. %   ].
  1759. % preview :-
  1760. %  
  1761. %   [ (~helpfulActions(_580{???U}, actConfusingOpponent, performedBy, positiveAmountOf), {is_unit(_580{???U})}==> ~isa(_580{???U}, actMatchSportsEvent)),
  1762. %     (isa(_566{???U}, actMatchSportsEvent), {is_unit(_566{???U})}==>helpfulActions(_566{???U}, actConfusingOpponent, performedBy, positiveAmountOf))
  1763. %   ].
  1764. % conds= =>((name_variable(_562{???U}, 'U'), name_variable(_548{???U}, 'U')), [(~helpfulActions(_562{???U}, actConfusingOpponent, performedBy, positiveAmountOf), {is_unit(_562{???U})}==> ~isa(_562{???U}, actMatchSportsEvent)),  (isa(_548{???U}, actMatchSportsEvent), {is_unit(_548{???U})}==>helpfulActions(_548{???U}, actConfusingOpponent, performedBy, positiveAmountOf))]).
  1765.  
  1766.  
  1767. % ~isa(_122{???U}, actMatchSportsEvent) :-
  1768. %   ~helpfulActions(_122{???U}, actConfusingOpponent, performedBy, positiveAmountOf).
  1769. % helpfulActions(_102{???U}, actConfusingOpponent, performedBy, positiveAmountOf) :-
  1770. %   isa(_102{???U}, actMatchSportsEvent).
  1771.  
  1772.  
  1773. % asserted_id(implies(and(isa(U, actMedicalTreatmentEvent), performedBy(U, X)), knowsAbout(X, cwLawsOfPracticingMedicine)), a308806(U, X)).
  1774. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  1775. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  1776.  kif:-all(_189640,all(_189660,implies(and(isa(_189640,actMedicalTreatmentEvent),performedBy(_189640,_189660)),knowsAbout(_189660,cwLawsOfPracticingMedicine))))
  1777.  pkif:-all(_189586,all(_189606,=>(&(isa(_189586,actMedicalTreatmentEvent),performedBy(_189586,_189606)),knowsAbout(_189606,cwLawsOfPracticingMedicine))))
  1778. % cnf :-
  1779. %   v(v(~isa(_126{???U}, actMedicalTreatmentEvent),
  1780. %       ~performedBy(_126{???U}, _140{???X})),
  1781. %     knowsAbout(_140{???X}, cwLawsOfPracticingMedicine)).
  1782.  horn:-[(~isa(_190470,actMedicalTreatmentEvent):-performedBy(_190470,_190496),~knowsAbout(_190496,cwLawsOfPracticingMedicine)),(~performedBy(_190542,_190556):-isa(_190542,actMedicalTreatmentEvent),~knowsAbout(_190556,cwLawsOfPracticingMedicine)),(knowsAbout(_190610,cwLawsOfPracticingMedicine):-isa(_190636,actMedicalTreatmentEvent),performedBy(_190636,_190610))]
  1783. % boxlog :-
  1784. %  
  1785. %   [ (~isa(_668{???U}, actMedicalTreatmentEvent):-performedBy(_668{???U}, _682{???X}), ~knowsAbout(_682{???X}, cwLawsOfPracticingMedicine)),
  1786. %     (~performedBy(_640{???U}, _654{???X}):-isa(_640{???U}, actMedicalTreatmentEvent), ~knowsAbout(_654{???X}, cwLawsOfPracticingMedicine)),
  1787. %     (knowsAbout(_612{???X}, cwLawsOfPracticingMedicine):-isa(_626{???U}, actMedicalTreatmentEvent), performedBy(_626{???U}, _612{???X}))
  1788. %   ].
  1789. % preview :-
  1790. %  
  1791. %   [ (performedBy(_632{???U}, _646{???X}), ~knowsAbout(_646{???X}, cwLawsOfPracticingMedicine), {is_unit(_632{???U})}-> ~isa(_632{???U}, actMedicalTreatmentEvent)),
  1792. %     (isa(_604{???U}, actMedicalTreatmentEvent), ~knowsAbout(_618{???X}, cwLawsOfPracticingMedicine), {is_unit(_618{???X}, _604{???U})}==> ~performedBy(_604{???U}, _618{???X})),
  1793. %     (isa(_590{???U}, actMedicalTreatmentEvent), performedBy(_590{???U}, _576{???X}), {is_unit(_576{???X})}==>knowsAbout(_576{???X}, cwLawsOfPracticingMedicine))
  1794. %   ].
  1795. % conds= =>((name_variable(_614{???U}, 'U'), name_variable(_628{???X}, 'X'), name_variable(_586{???U}, 'U'), name_variable(_600{???X}, 'X'), name_variable(_572{???U}, 'U'), name_variable(_558{???X}, 'X')), [(~isa(_614{???U}, actMedicalTreatmentEvent)<-performedBy(_614{???U}, _628{???X}), ~knowsAbout(_628{???X}, cwLawsOfPracticingMedicine), {is_unit(_614{???U})}),  (isa(_586{???U}, actMedicalTreatmentEvent), ~knowsAbout(_600{???X}, cwLawsOfPracticingMedicine), {is_unit(_600{???X}, _586{???U})}==> ~performedBy(_586{???U}, _600{???X})),  (isa(_572{???U}, actMedicalTreatmentEvent), performedBy(_572{???U}, _558{???X}), {is_unit(_558{???X})}==>knowsAbout(_558{???X}, cwLawsOfPracticingMedicine))]).
  1796.  
  1797.  
  1798. % ~isa(_166{???U}, actMedicalTreatmentEvent) :-
  1799. %   performedBy(_166{???U}, _180{???X}),
  1800. %   ~knowsAbout(_180{???X}, cwLawsOfPracticingMedicine).
  1801. % ~performedBy(_130{???U}, _144{???X}) :-
  1802. %   isa(_130{???U}, actMedicalTreatmentEvent),
  1803. %   ~knowsAbout(_144{???X}, cwLawsOfPracticingMedicine).
  1804. % knowsAbout(_102{???X}, cwLawsOfPracticingMedicine) :-
  1805. %   isa(_116{???U}, actMedicalTreatmentEvent),
  1806. %   performedBy(_116{???U}, _102{???X}).
  1807.  
  1808.  
  1809. % asserted_id(=>(isa(U, actLongJumpSportsEvent), implies(isa(U, actLongJumpSportsEvent), helpfulActions(U, eventFallingForwards, performedBy, positiveAmountOf))), a308807(U)).
  1810. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  1811. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  1812.  kif:-all(_189684,=>(isa(_189684,actLongJumpSportsEvent),implies(isa(_189684,actLongJumpSportsEvent),helpfulActions(_189684,eventFallingForwards,performedBy,positiveAmountOf))))
  1813.  pkif:-all(_189630,=>(isa(_189630,actLongJumpSportsEvent),=>(isa(_189630,actLongJumpSportsEvent),helpfulActions(_189630,eventFallingForwards,performedBy,positiveAmountOf))))
  1814. % cnf :-
  1815. %   v(~isa(_118{???U}, actLongJumpSportsEvent),
  1816. %     v(~isa(_118{???U}, actLongJumpSportsEvent),
  1817. %       helpfulActions(_118{???U},
  1818. %              eventFallingForwards,
  1819. %              performedBy,
  1820. %              positiveAmountOf))).
  1821.  horn:-[(~isa(_190254,actLongJumpSportsEvent):- ~helpfulActions(_190254,eventFallingForwards,performedBy,positiveAmountOf)),(helpfulActions(_190304,eventFallingForwards,performedBy,positiveAmountOf):-isa(_190304,actLongJumpSportsEvent))]
  1822. % boxlog :-
  1823. %  
  1824. %   [ (~isa(_7888{???U}, actLongJumpSportsEvent):- ~helpfulActions(_7888{???U}, eventFallingForwards, performedBy, positiveAmountOf)),
  1825. %     (helpfulActions(_7870{???U}, eventFallingForwards, performedBy, positiveAmountOf):-isa(_7870{???U}, actLongJumpSportsEvent))
  1826. %   ].
  1827. % preview :-
  1828. %  
  1829. %   [ (~helpfulActions(_580{???U}, eventFallingForwards, performedBy, positiveAmountOf), {is_unit(_580{???U})}==> ~isa(_580{???U}, actLongJumpSportsEvent)),
  1830. %     (isa(_566{???U}, actLongJumpSportsEvent), {is_unit(_566{???U})}==>helpfulActions(_566{???U}, eventFallingForwards, performedBy, positiveAmountOf))
  1831. %   ].
  1832. % conds= =>((name_variable(_562{???U}, 'U'), name_variable(_548{???U}, 'U')), [(~helpfulActions(_562{???U}, eventFallingForwards, performedBy, positiveAmountOf), {is_unit(_562{???U})}==> ~isa(_562{???U}, actLongJumpSportsEvent)),  (isa(_548{???U}, actLongJumpSportsEvent), {is_unit(_548{???U})}==>helpfulActions(_548{???U}, eventFallingForwards, performedBy, positiveAmountOf))]).
  1833.  
  1834.  
  1835. % ~isa(_122{???U}, actLongJumpSportsEvent) :-
  1836. %   ~helpfulActions(_122{???U}, eventFallingForwards, performedBy, positiveAmountOf).
  1837. % helpfulActions(_102{???U}, eventFallingForwards, performedBy, positiveAmountOf) :-
  1838. %   isa(_102{???U}, actLongJumpSportsEvent).
  1839.  
  1840.  
  1841. % asserted_id(=>(isa(U, actSpeedSkatingSportsEvent), implies(isa(U, actSpeedSkatingSportsEvent), helpfulActions(U, actMinimizingWindResistance, performedBy, positiveAmountOf))), a308808(U)).
  1842. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  1843. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  1844.  kif:-all(_189736,=>(isa(_189736,actSpeedSkatingSportsEvent),implies(isa(_189736,actSpeedSkatingSportsEvent),helpfulActions(_189736,actMinimizingWindResistance,performedBy,positiveAmountOf))))
  1845.  pkif:-all(_189682,=>(isa(_189682,actSpeedSkatingSportsEvent),=>(isa(_189682,actSpeedSkatingSportsEvent),helpfulActions(_189682,actMinimizingWindResistance,performedBy,positiveAmountOf))))
  1846. % cnf :-
  1847. %   v(~isa(_118{???U}, actSpeedSkatingSportsEvent),
  1848. %     v(~isa(_118{???U}, actSpeedSkatingSportsEvent),
  1849. %       helpfulActions(_118{???U},
  1850. %              actMinimizingWindResistance,
  1851. %              performedBy,
  1852. %              positiveAmountOf))).
  1853.  horn:-[(~isa(_190306,actSpeedSkatingSportsEvent):- ~helpfulActions(_190306,actMinimizingWindResistance,performedBy,positiveAmountOf)),(helpfulActions(_190356,actMinimizingWindResistance,performedBy,positiveAmountOf):-isa(_190356,actSpeedSkatingSportsEvent))]
  1854. % boxlog :-
  1855. %  
  1856. %   [ (~isa(_616{???U}, actSpeedSkatingSportsEvent):- ~helpfulActions(_616{???U}, actMinimizingWindResistance, performedBy, positiveAmountOf)),
  1857. %     (helpfulActions(_602{???U}, actMinimizingWindResistance, performedBy, positiveAmountOf):-isa(_602{???U}, actSpeedSkatingSportsEvent))
  1858. %   ].
  1859. % preview :-
  1860. %  
  1861. %   [ (~helpfulActions(_580{???U}, actMinimizingWindResistance, performedBy, positiveAmountOf), {is_unit(_580{???U})}==> ~isa(_580{???U}, actSpeedSkatingSportsEvent)),
  1862. %     (isa(_566{???U}, actSpeedSkatingSportsEvent), {is_unit(_566{???U})}==>helpfulActions(_566{???U}, actMinimizingWindResistance, performedBy, positiveAmountOf))
  1863. %   ].
  1864. % conds= =>((name_variable(_562{???U}, 'U'), name_variable(_548{???U}, 'U')), [(~helpfulActions(_562{???U}, actMinimizingWindResistance, performedBy, positiveAmountOf), {is_unit(_562{???U})}==> ~isa(_562{???U}, actSpeedSkatingSportsEvent)),  (isa(_548{???U}, actSpeedSkatingSportsEvent), {is_unit(_548{???U})}==>helpfulActions(_548{???U}, actMinimizingWindResistance, performedBy, positiveAmountOf))]).
  1865.  
  1866.  
  1867. % ~isa(_122{???U}, actSpeedSkatingSportsEvent) :-
  1868. %   ~helpfulActions(_122{???U}, actMinimizingWindResistance, performedBy, positiveAmountOf).
  1869. % helpfulActions(_102{???U}, actMinimizingWindResistance, performedBy, positiveAmountOf) :-
  1870. %   isa(_102{???U}, actSpeedSkatingSportsEvent).
  1871.  
  1872.  
  1873. % asserted_id(=>(isa(U, actBoxingSportsEvent), implies(isa(U, actBoxingSportsEvent), helpfulActions(U, actKnockingDownBoxing, performedBy, positiveAmountOf))), a308809(U)).
  1874. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  1875. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  1876.  kif:-all(_189788,=>(isa(_189788,actBoxingSportsEvent),implies(isa(_189788,actBoxingSportsEvent),helpfulActions(_189788,actKnockingDownBoxing,performedBy,positiveAmountOf))))
  1877.  pkif:-all(_189734,=>(isa(_189734,actBoxingSportsEvent),=>(isa(_189734,actBoxingSportsEvent),helpfulActions(_189734,actKnockingDownBoxing,performedBy,positiveAmountOf))))
  1878. % cnf :-
  1879. %   v(~isa(_118{???U}, actBoxingSportsEvent),
  1880. %     v(~isa(_118{???U}, actBoxingSportsEvent),
  1881. %       helpfulActions(_118{???U},
  1882. %              actKnockingDownBoxing,
  1883. %              performedBy,
  1884. %              positiveAmountOf))).
  1885.  horn:-[(~isa(_190358,actBoxingSportsEvent):- ~helpfulActions(_190358,actKnockingDownBoxing,performedBy,positiveAmountOf)),(helpfulActions(_190408,actKnockingDownBoxing,performedBy,positiveAmountOf):-isa(_190408,actBoxingSportsEvent))]
  1886. % boxlog :-
  1887. %  
  1888. %   [ (~isa(_7892{???U}, actBoxingSportsEvent):- ~helpfulActions(_7892{???U}, actKnockingDownBoxing, performedBy, positiveAmountOf)),
  1889. %     (helpfulActions(_7874{???U}, actKnockingDownBoxing, performedBy, positiveAmountOf):-isa(_7874{???U}, actBoxingSportsEvent))
  1890. %   ].
  1891. % preview :-
  1892. %  
  1893. %   [ (~helpfulActions(_580{???U}, actKnockingDownBoxing, performedBy, positiveAmountOf), {is_unit(_580{???U})}==> ~isa(_580{???U}, actBoxingSportsEvent)),
  1894. %     (isa(_566{???U}, actBoxingSportsEvent), {is_unit(_566{???U})}==>helpfulActions(_566{???U}, actKnockingDownBoxing, performedBy, positiveAmountOf))
  1895. %   ].
  1896. % conds= =>((name_variable(_562{???U}, 'U'), name_variable(_548{???U}, 'U')), [(~helpfulActions(_562{???U}, actKnockingDownBoxing, performedBy, positiveAmountOf), {is_unit(_562{???U})}==> ~isa(_562{???U}, actBoxingSportsEvent)),  (isa(_548{???U}, actBoxingSportsEvent), {is_unit(_548{???U})}==>helpfulActions(_548{???U}, actKnockingDownBoxing, performedBy, positiveAmountOf))]).
  1897.  
  1898.  
  1899. % ~isa(_122{???U}, actBoxingSportsEvent) :-
  1900. %   ~helpfulActions(_122{???U}, actKnockingDownBoxing, performedBy, positiveAmountOf).
  1901. % helpfulActions(_102{???U}, actKnockingDownBoxing, performedBy, positiveAmountOf) :-
  1902. %   isa(_102{???U}, actBoxingSportsEvent).
  1903.  
  1904.  
  1905. % asserted_id(implies(and(isa(U, actBillTotaling), performedBy(U, X)), knowsAbout(X, tObjectTenderObject)), a308810(U, X)).
  1906. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  1907. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  1908.  kif:-all(_189900,all(_189920,implies(and(isa(_189900,actBillTotaling),performedBy(_189900,_189920)),knowsAbout(_189920,tObjectTenderObject))))
  1909.  pkif:-all(_189846,all(_189866,=>(&(isa(_189846,actBillTotaling),performedBy(_189846,_189866)),knowsAbout(_189866,tObjectTenderObject))))
  1910. % cnf :-
  1911. %   v(v(~isa(_126{???U}, actBillTotaling),
  1912. %       ~performedBy(_126{???U}, _140{???X})),
  1913. %     knowsAbout(_140{???X}, tObjectTenderObject)).
  1914.  horn:-[(~isa(_190730,actBillTotaling):-performedBy(_190730,_190756),~knowsAbout(_190756,tObjectTenderObject)),(~performedBy(_190802,_190816):-isa(_190802,actBillTotaling),~knowsAbout(_190816,tObjectTenderObject)),(knowsAbout(_190870,tObjectTenderObject):-isa(_190896,actBillTotaling),performedBy(_190896,_190870))]
  1915. % boxlog :-
  1916. %  
  1917. %   [ (~isa(_668{???U}, actBillTotaling):-performedBy(_668{???U}, _682{???X}), ~knowsAbout(_682{???X}, tObjectTenderObject)),
  1918. %     (~performedBy(_640{???U}, _654{???X}):-isa(_640{???U}, actBillTotaling), ~knowsAbout(_654{???X}, tObjectTenderObject)),
  1919. %     (knowsAbout(_612{???X}, tObjectTenderObject):-isa(_626{???U}, actBillTotaling), performedBy(_626{???U}, _612{???X}))
  1920. %   ].
  1921. % preview :-
  1922. %  
  1923. %   [ (performedBy(_632{???U}, _646{???X}), ~knowsAbout(_646{???X}, tObjectTenderObject), {is_unit(_632{???U})}-> ~isa(_632{???U}, actBillTotaling)),
  1924. %     (isa(_604{???U}, actBillTotaling), ~knowsAbout(_618{???X}, tObjectTenderObject), {is_unit(_618{???X}, _604{???U})}==> ~performedBy(_604{???U}, _618{???X})),
  1925. %     (isa(_590{???U}, actBillTotaling), performedBy(_590{???U}, _576{???X}), {is_unit(_576{???X})}==>knowsAbout(_576{???X}, tObjectTenderObject))
  1926. %   ].
  1927. % conds= =>((name_variable(_614{???U}, 'U'), name_variable(_628{???X}, 'X'), name_variable(_586{???U}, 'U'), name_variable(_600{???X}, 'X'), name_variable(_572{???U}, 'U'), name_variable(_558{???X}, 'X')), [(~isa(_614{???U}, actBillTotaling)<-performedBy(_614{???U}, _628{???X}), ~knowsAbout(_628{???X}, tObjectTenderObject), {is_unit(_614{???U})}),  (isa(_586{???U}, actBillTotaling), ~knowsAbout(_600{???X}, tObjectTenderObject), {is_unit(_600{???X}, _586{???U})}==> ~performedBy(_586{???U}, _600{???X})),  (isa(_572{???U}, actBillTotaling), performedBy(_572{???U}, _558{???X}), {is_unit(_558{???X})}==>knowsAbout(_558{???X}, tObjectTenderObject))]).
  1928.  
  1929.  
  1930. % ~isa(_166{???U}, actBillTotaling) :-
  1931. %   performedBy(_166{???U}, _180{???X}),
  1932. %   ~knowsAbout(_180{???X}, tObjectTenderObject).
  1933. % ~performedBy(_130{???U}, _144{???X}) :-
  1934. %   isa(_130{???U}, actBillTotaling),
  1935. %   ~knowsAbout(_144{???X}, tObjectTenderObject).
  1936. % knowsAbout(_102{???X}, tObjectTenderObject) :-
  1937. %   isa(_116{???U}, actBillTotaling),
  1938. %   performedBy(_116{???U}, _102{???X}).
  1939.  
  1940.  
  1941. % asserted_id(=>(isa(U, actTennisMatch), implies(isa(U, actTennisMatch), helpfulActions(U, actBreakingOpponentsServe, performedBy, positiveAmountOf))), a308811(U)).
  1942. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  1943. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  1944.  kif:-all(_189944,=>(isa(_189944,actTennisMatch),implies(isa(_189944,actTennisMatch),helpfulActions(_189944,actBreakingOpponentsServe,performedBy,positiveAmountOf))))
  1945.  pkif:-all(_189890,=>(isa(_189890,actTennisMatch),=>(isa(_189890,actTennisMatch),helpfulActions(_189890,actBreakingOpponentsServe,performedBy,positiveAmountOf))))
  1946. % cnf :-
  1947. %   v(~isa(_118{???U}, actTennisMatch),
  1948. %     v(~isa(_118{???U}, actTennisMatch),
  1949. %       helpfulActions(_118{???U},
  1950. %              actBreakingOpponentsServe,
  1951. %              performedBy,
  1952. %              positiveAmountOf))).
  1953.  horn:-[(~isa(_190514,actTennisMatch):- ~helpfulActions(_190514,actBreakingOpponentsServe,performedBy,positiveAmountOf)),(helpfulActions(_190564,actBreakingOpponentsServe,performedBy,positiveAmountOf):-isa(_190564,actTennisMatch))]
  1954. % boxlog :-
  1955. %  
  1956. %   [ (~isa(_7898{???U}, actTennisMatch):- ~helpfulActions(_7898{???U}, actBreakingOpponentsServe, performedBy, positiveAmountOf)),
  1957. %     (helpfulActions(_7880{???U}, actBreakingOpponentsServe, performedBy, positiveAmountOf):-isa(_7880{???U}, actTennisMatch))
  1958. %   ].
  1959. % preview :-
  1960. %  
  1961. %   [ (~helpfulActions(_580{???U}, actBreakingOpponentsServe, performedBy, positiveAmountOf), {is_unit(_580{???U})}==> ~isa(_580{???U}, actTennisMatch)),
  1962. %     (isa(_566{???U}, actTennisMatch), {is_unit(_566{???U})}==>helpfulActions(_566{???U}, actBreakingOpponentsServe, performedBy, positiveAmountOf))
  1963. %   ].
  1964. % conds= =>((name_variable(_562{???U}, 'U'), name_variable(_548{???U}, 'U')), [(~helpfulActions(_562{???U}, actBreakingOpponentsServe, performedBy, positiveAmountOf), {is_unit(_562{???U})}==> ~isa(_562{???U}, actTennisMatch)),  (isa(_548{???U}, actTennisMatch), {is_unit(_548{???U})}==>helpfulActions(_548{???U}, actBreakingOpponentsServe, performedBy, positiveAmountOf))]).
  1965.  
  1966.  
  1967. % ~isa(_122{???U}, actTennisMatch) :-
  1968. %   ~helpfulActions(_122{???U}, actBreakingOpponentsServe, performedBy, positiveAmountOf).
  1969. % helpfulActions(_102{???U}, actBreakingOpponentsServe, performedBy, positiveAmountOf) :-
  1970. %   isa(_102{???U}, actTennisMatch).
  1971.  
  1972.  
  1973. % asserted_id(=>(isa(U, actWrestlingSportsEvent), implies(isa(U, actWrestlingSportsEvent), helpfulActions(U, actBringingSportsOpponentToGround, performedBy, positiveAmountOf))), a308812(U)).
  1974. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  1975. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  1976.  kif:-all(_189996,=>(isa(_189996,actWrestlingSportsEvent),implies(isa(_189996,actWrestlingSportsEvent),helpfulActions(_189996,actBringingSportsOpponentToGround,performedBy,positiveAmountOf))))
  1977.  pkif:-all(_189942,=>(isa(_189942,actWrestlingSportsEvent),=>(isa(_189942,actWrestlingSportsEvent),helpfulActions(_189942,actBringingSportsOpponentToGround,performedBy,positiveAmountOf))))
  1978. % cnf :-
  1979. %   v(~isa(_118{???U}, actWrestlingSportsEvent),
  1980. %     v(~isa(_118{???U}, actWrestlingSportsEvent),
  1981. %       helpfulActions(_118{???U},
  1982. %              actBringingSportsOpponentToGround,
  1983. %              performedBy,
  1984. %              positiveAmountOf))).
  1985.  horn:-[(~isa(_190566,actWrestlingSportsEvent):- ~helpfulActions(_190566,actBringingSportsOpponentToGround,performedBy,positiveAmountOf)),(helpfulActions(_190616,actBringingSportsOpponentToGround,performedBy,positiveAmountOf):-isa(_190616,actWrestlingSportsEvent))]
  1986. % boxlog :-
  1987. %  
  1988. %   [ (~isa(_616{???U}, actWrestlingSportsEvent):- ~helpfulActions(_616{???U}, actBringingSportsOpponentToGround, performedBy, positiveAmountOf)),
  1989. %     (helpfulActions(_602{???U}, actBringingSportsOpponentToGround, performedBy, positiveAmountOf):-isa(_602{???U}, actWrestlingSportsEvent))
  1990. %   ].
  1991. % preview :-
  1992. %  
  1993. %   [ (~helpfulActions(_580{???U}, actBringingSportsOpponentToGround, performedBy, positiveAmountOf), {is_unit(_580{???U})}==> ~isa(_580{???U}, actWrestlingSportsEvent)),
  1994. %     (isa(_566{???U}, actWrestlingSportsEvent), {is_unit(_566{???U})}==>helpfulActions(_566{???U}, actBringingSportsOpponentToGround, performedBy, positiveAmountOf))
  1995. %   ].
  1996. % conds= =>((name_variable(_562{???U}, 'U'), name_variable(_548{???U}, 'U')), [(~helpfulActions(_562{???U}, actBringingSportsOpponentToGround, performedBy, positiveAmountOf), {is_unit(_562{???U})}==> ~isa(_562{???U}, actWrestlingSportsEvent)),  (isa(_548{???U}, actWrestlingSportsEvent), {is_unit(_548{???U})}==>helpfulActions(_548{???U}, actBringingSportsOpponentToGround, performedBy, positiveAmountOf))]).
  1997.  
  1998.  
  1999. % ~isa(_122{???U}, actWrestlingSportsEvent) :-
  2000. %   ~helpfulActions(_122{???U}, actBringingSportsOpponentToGround, performedBy, positiveAmountOf).
  2001. % helpfulActions(_102{???U}, actBringingSportsOpponentToGround, performedBy, positiveAmountOf) :-
  2002. %   isa(_102{???U}, actWrestlingSportsEvent).
  2003.  
  2004.  
  2005. % asserted_id(=>(isa(U, actWrestlingSportsEvent), implies(isa(U, actWrestlingSportsEvent), helpfulActions(U, actPlacingOpponentInDanger, performedBy, positiveAmountOf))), a308813(U)).
  2006. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  2007. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  2008.  kif:-all(_190048,=>(isa(_190048,actWrestlingSportsEvent),implies(isa(_190048,actWrestlingSportsEvent),helpfulActions(_190048,actPlacingOpponentInDanger,performedBy,positiveAmountOf))))
  2009.  pkif:-all(_189994,=>(isa(_189994,actWrestlingSportsEvent),=>(isa(_189994,actWrestlingSportsEvent),helpfulActions(_189994,actPlacingOpponentInDanger,performedBy,positiveAmountOf))))
  2010. % cnf :-
  2011. %   v(~isa(_118{???U}, actWrestlingSportsEvent),
  2012. %     v(~isa(_118{???U}, actWrestlingSportsEvent),
  2013. %       helpfulActions(_118{???U},
  2014. %              actPlacingOpponentInDanger,
  2015. %              performedBy,
  2016. %              positiveAmountOf))).
  2017.  horn:-[(~isa(_190618,actWrestlingSportsEvent):- ~helpfulActions(_190618,actPlacingOpponentInDanger,performedBy,positiveAmountOf)),(helpfulActions(_190668,actPlacingOpponentInDanger,performedBy,positiveAmountOf):-isa(_190668,actWrestlingSportsEvent))]
  2018. % boxlog :-
  2019. %  
  2020. %   [ (~isa(_616{???U}, actWrestlingSportsEvent):- ~helpfulActions(_616{???U}, actPlacingOpponentInDanger, performedBy, positiveAmountOf)),
  2021. %     (helpfulActions(_602{???U}, actPlacingOpponentInDanger, performedBy, positiveAmountOf):-isa(_602{???U}, actWrestlingSportsEvent))
  2022. %   ].
  2023. % preview :-
  2024. %  
  2025. %   [ (~helpfulActions(_580{???U}, actPlacingOpponentInDanger, performedBy, positiveAmountOf), {is_unit(_580{???U})}==> ~isa(_580{???U}, actWrestlingSportsEvent)),
  2026. %     (isa(_566{???U}, actWrestlingSportsEvent), {is_unit(_566{???U})}==>helpfulActions(_566{???U}, actPlacingOpponentInDanger, performedBy, positiveAmountOf))
  2027. %   ].
  2028. % conds= =>((name_variable(_562{???U}, 'U'), name_variable(_548{???U}, 'U')), [(~helpfulActions(_562{???U}, actPlacingOpponentInDanger, performedBy, positiveAmountOf), {is_unit(_562{???U})}==> ~isa(_562{???U}, actWrestlingSportsEvent)),  (isa(_548{???U}, actWrestlingSportsEvent), {is_unit(_548{???U})}==>helpfulActions(_548{???U}, actPlacingOpponentInDanger, performedBy, positiveAmountOf))]).
  2029.  
  2030.  
  2031. % ~isa(_122{???U}, actWrestlingSportsEvent) :-
  2032. %   ~helpfulActions(_122{???U}, actPlacingOpponentInDanger, performedBy, positiveAmountOf).
  2033. % helpfulActions(_102{???U}, actPlacingOpponentInDanger, performedBy, positiveAmountOf) :-
  2034. %   isa(_102{???U}, actWrestlingSportsEvent).
  2035.  
  2036.  
  2037. % asserted_id(=>(isa(U, tClazzMammal), implies(isa(U, tClazzMammal), anatomicallyCapableOf(U, nartR(actPerformSimultaneouslyFn, [actNursingYoung, actDrinkingASip]), performedBy))), a308814(U)).
  2038. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  2039. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  2040.  kif:-all(_190148,=>(isa(_190148,tClazzMammal),implies(isa(_190148,tClazzMammal),anatomicallyCapableOf(_190148,nartR(actPerformSimultaneouslyFn,[actNursingYoung,actDrinkingASip]),performedBy))))
  2041.  pkif:-all(_190094,=>(isa(_190094,tClazzMammal),=>(isa(_190094,tClazzMammal),anatomicallyCapableOf(_190094,nartR(actPerformSimultaneouslyFn,[actNursingYoung,actDrinkingASip]),performedBy))))
  2042. % cnf :-
  2043. %   v(~isa(_134{???U}, tClazzMammal),
  2044. %     v(~isa(_134{???U}, tClazzMammal),
  2045. %       anatomicallyCapableOf(_134{???U},
  2046. %                 nartR(actPerformSimultaneouslyFn,
  2047. %                   [actNursingYoung, actDrinkingASip]),
  2048. %                 performedBy))).
  2049.  horn:-[(~isa(_190910,tClazzMammal):- ~anatomicallyCapableOf(_190910,nartR(actPerformSimultaneouslyFn,[actNursingYoung,actDrinkingASip]),performedBy)),(anatomicallyCapableOf(_190956,nartR(actPerformSimultaneouslyFn,[actNursingYoung,actDrinkingASip]),performedBy):-isa(_190956,tClazzMammal))]
  2050. % boxlog :-
  2051. %  
  2052. %   [ (~isa(_680{???U}, tClazzMammal):- ~anatomicallyCapableOf(_680{???U}, nartR(actPerformSimultaneouslyFn, [actNursingYoung, actDrinkingASip]), performedBy)),
  2053. %     (anatomicallyCapableOf(_666{???U}, nartR(actPerformSimultaneouslyFn, [actNursingYoung, actDrinkingASip]), performedBy):-isa(_666{???U}, tClazzMammal))
  2054. %   ].
  2055. % preview :-
  2056. %  
  2057. %   [ (~anatomicallyCapableOf(_644{???U}, nartR(actPerformSimultaneouslyFn, [actNursingYoung, actDrinkingASip]), performedBy), {is_unit(_644{???U})}==> ~isa(_644{???U}, tClazzMammal)),
  2058. %     (isa(_630{???U}, tClazzMammal), {is_unit(_630{???U})}==>anatomicallyCapableOf(_630{???U}, nartR(actPerformSimultaneouslyFn, [actNursingYoung, actDrinkingASip]), performedBy))
  2059. %   ].
  2060. % conds= =>((name_variable(_626{???U}, 'U'), name_variable(_612{???U}, 'U')), [(~anatomicallyCapableOf(_626{???U}, nartR(actPerformSimultaneouslyFn, [actNursingYoung, actDrinkingASip]), performedBy), {is_unit(_626{???U})}==> ~isa(_626{???U}, tClazzMammal)),  (isa(_612{???U}, tClazzMammal), {is_unit(_612{???U})}==>anatomicallyCapableOf(_612{???U}, nartR(actPerformSimultaneouslyFn, [actNursingYoung, actDrinkingASip]), performedBy))]).
  2061.  
  2062.  
  2063. % ~isa(_122{???U}, tClazzMammal) :-
  2064. %   ~anatomicallyCapableOf(_122{???U}, nartR(actPerformSimultaneouslyFn, [actNursingYoung, actDrinkingASip]), performedBy).
  2065. % anatomicallyCapableOf(_102{???U}, nartR(actPerformSimultaneouslyFn, [actNursingYoung, actDrinkingASip]), performedBy) :-
  2066. %   isa(_102{???U}, tClazzMammal).
  2067.  
  2068.  
  2069. % asserted_id(implies(and(isa(RTS, actRequestingToMakeASale), performedBy(RTS, SA)), sellingAgent(RTS, SA)), a308815(RTS, SA)).
  2070. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  2071. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  2072.  kif:-all(_190212,all(_190232,implies(and(isa(_190212,actRequestingToMakeASale),performedBy(_190212,_190232)),sellingAgent(_190212,_190232))))
  2073.  pkif:-all(_190158,all(_190178,=>(&(isa(_190158,actRequestingToMakeASale),performedBy(_190158,_190178)),sellingAgent(_190158,_190178))))
  2074. % cnf :-
  2075. %   v(v(~isa(_126{???RTS}, actRequestingToMakeASale),
  2076. %       ~performedBy(_126{???RTS}, _140{???SA})),
  2077. %     sellingAgent(_126{???RTS}, _140{???SA})).
  2078.  horn:-[(~isa(_191042,actRequestingToMakeASale):-performedBy(_191042,_191068),~sellingAgent(_191042,_191068)),(~performedBy(_191114,_191128):-isa(_191114,actRequestingToMakeASale),~sellingAgent(_191114,_191128)),(sellingAgent(_191182,_191196):-isa(_191182,actRequestingToMakeASale),performedBy(_191182,_191196))]
  2079. % boxlog :-
  2080. %  
  2081. %   [ (~isa(_668{???RTS}, actRequestingToMakeASale):-performedBy(_668{???RTS}, _682{???SA}), ~sellingAgent(_668{???RTS}, _682{???SA})),
  2082. %     (~performedBy(_640{???RTS}, _654{???SA}):-isa(_640{???RTS}, actRequestingToMakeASale), ~sellingAgent(_640{???RTS}, _654{???SA})),
  2083. %     (sellingAgent(_612{???RTS}, _626{???SA}):-isa(_612{???RTS}, actRequestingToMakeASale), performedBy(_612{???RTS}, _626{???SA}))
  2084. %   ].
  2085. % preview :-
  2086. %  
  2087. %   [ (performedBy(_632{???RTS}, _646{???SA}), ~sellingAgent(_632{???RTS}, _646{???SA}), {is_unit(_632{???RTS})}-> ~isa(_632{???RTS}, actRequestingToMakeASale)),
  2088. %     (isa(_604{???RTS}, actRequestingToMakeASale), ~sellingAgent(_604{???RTS}, _618{???SA}), {is_unit(_618{???SA}, _604{???RTS})}-> ~performedBy(_604{???RTS}, _618{???SA})),
  2089. %     (isa(_576{???RTS}, actRequestingToMakeASale), performedBy(_576{???RTS}, _590{???SA}), {is_unit(_590{???SA}, _576{???RTS})}==>sellingAgent(_576{???RTS}, _590{???SA}))
  2090. %   ].
  2091. % conds= =>((name_variable(_614{???RTS}, 'RTS'), name_variable(_628{???SA}, 'SA'), name_variable(_586{???RTS}, 'RTS'), name_variable(_600{???SA}, 'SA'), name_variable(_558{???RTS}, 'RTS'), name_variable(_572{???SA}, 'SA')), [(~isa(_614{???RTS}, actRequestingToMakeASale)<-performedBy(_614{???RTS}, _628{???SA}), ~sellingAgent(_614{???RTS}, _628{???SA}), {is_unit(_614{???RTS})}),  (~performedBy(_586{???RTS}, _600{???SA})<-isa(_586{???RTS}, actRequestingToMakeASale), ~sellingAgent(_586{???RTS}, _600{???SA}), {is_unit(_600{???SA}, _586{???RTS})}),  (isa(_558{???RTS}, actRequestingToMakeASale), performedBy(_558{???RTS}, _572{???SA}), {is_unit(_572{???SA}, _558{???RTS})}==>sellingAgent(_558{???RTS}, _572{???SA}))]).
  2092.  
  2093.  
  2094. % ~isa(_166{???RTS}, actRequestingToMakeASale) :-
  2095. %   performedBy(_166{???RTS}, _180{???SA}),
  2096. %   ~sellingAgent(_166{???RTS}, _180{???SA}).
  2097. % ~performedBy(_130{???RTS}, _144{???SA}) :-
  2098. %   isa(_130{???RTS}, actRequestingToMakeASale),
  2099. %   ~sellingAgent(_130{???RTS}, _144{???SA}).
  2100. % sellingAgent(_102{???RTS}, _116{???SA}) :-
  2101. %   isa(_102{???RTS}, actRequestingToMakeASale),
  2102. %   performedBy(_102{???RTS}, _116{???SA}).
  2103.  
  2104.  
  2105. % asserted_id(=>(isa(U, actStructuredSportsEvent), implies(isa(U, actStructuredSportsEvent), helpfulActions(U, actScoringPoints, performedBy, positiveAmountOf))), a308816(U)).
  2106. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  2107. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  2108.  kif:-all(_190256,=>(isa(_190256,actStructuredSportsEvent),implies(isa(_190256,actStructuredSportsEvent),helpfulActions(_190256,actScoringPoints,performedBy,positiveAmountOf))))
  2109.  pkif:-all(_190202,=>(isa(_190202,actStructuredSportsEvent),=>(isa(_190202,actStructuredSportsEvent),helpfulActions(_190202,actScoringPoints,performedBy,positiveAmountOf))))
  2110. % cnf :-
  2111. %   v(~isa(_118{???U}, actStructuredSportsEvent),
  2112. %     v(~isa(_118{???U}, actStructuredSportsEvent),
  2113. %       helpfulActions(_118{???U},
  2114. %              actScoringPoints,
  2115. %              performedBy,
  2116. %              positiveAmountOf))).
  2117.  horn:-[(~isa(_190826,actStructuredSportsEvent):- ~helpfulActions(_190826,actScoringPoints,performedBy,positiveAmountOf)),(helpfulActions(_190876,actScoringPoints,performedBy,positiveAmountOf):-isa(_190876,actStructuredSportsEvent))]
  2118. % boxlog :-
  2119. %  
  2120. %   [ (~isa(_7910{???U}, actStructuredSportsEvent):- ~helpfulActions(_7910{???U}, actScoringPoints, performedBy, positiveAmountOf)),
  2121. %     (helpfulActions(_7892{???U}, actScoringPoints, performedBy, positiveAmountOf):-isa(_7892{???U}, actStructuredSportsEvent))
  2122. %   ].
  2123. % preview :-
  2124. %  
  2125. %   [ (~helpfulActions(_580{???U}, actScoringPoints, performedBy, positiveAmountOf), {is_unit(_580{???U})}==> ~isa(_580{???U}, actStructuredSportsEvent)),
  2126. %     (isa(_566{???U}, actStructuredSportsEvent), {is_unit(_566{???U})}==>helpfulActions(_566{???U}, actScoringPoints, performedBy, positiveAmountOf))
  2127. %   ].
  2128. % conds= =>((name_variable(_562{???U}, 'U'), name_variable(_548{???U}, 'U')), [(~helpfulActions(_562{???U}, actScoringPoints, performedBy, positiveAmountOf), {is_unit(_562{???U})}==> ~isa(_562{???U}, actStructuredSportsEvent)),  (isa(_548{???U}, actStructuredSportsEvent), {is_unit(_548{???U})}==>helpfulActions(_548{???U}, actScoringPoints, performedBy, positiveAmountOf))]).
  2129.  
  2130.  
  2131. % ~isa(_122{???U}, actStructuredSportsEvent) :-
  2132. %   ~helpfulActions(_122{???U}, actScoringPoints, performedBy, positiveAmountOf).
  2133. % helpfulActions(_102{???U}, actScoringPoints, performedBy, positiveAmountOf) :-
  2134. %   isa(_102{???U}, actStructuredSportsEvent).
  2135.  
  2136.  
  2137. % asserted_id(=>(isa(U, actBaseballGame), implies(isa(U, actBaseballGame), helpfulActions(U, actHittingAHomeRun, performedBy, veryHighAmountOf))), a308817(U)).
  2138. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  2139. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  2140.  kif:-all(_190308,=>(isa(_190308,actBaseballGame),implies(isa(_190308,actBaseballGame),helpfulActions(_190308,actHittingAHomeRun,performedBy,veryHighAmountOf))))
  2141.  pkif:-all(_190254,=>(isa(_190254,actBaseballGame),=>(isa(_190254,actBaseballGame),helpfulActions(_190254,actHittingAHomeRun,performedBy,veryHighAmountOf))))
  2142. % cnf :-
  2143. %   v(~isa(_118{???U}, actBaseballGame),
  2144. %     v(~isa(_118{???U}, actBaseballGame),
  2145. %       helpfulActions(_118{???U},
  2146. %              actHittingAHomeRun,
  2147. %              performedBy,
  2148. %              veryHighAmountOf))).
  2149.  horn:-[(~isa(_190878,actBaseballGame):- ~helpfulActions(_190878,actHittingAHomeRun,performedBy,veryHighAmountOf)),(helpfulActions(_190928,actHittingAHomeRun,performedBy,veryHighAmountOf):-isa(_190928,actBaseballGame))]
  2150. % boxlog :-
  2151. %  
  2152. %   [ (~isa(_7912{???U}, actBaseballGame):- ~helpfulActions(_7912{???U}, actHittingAHomeRun, performedBy, veryHighAmountOf)),
  2153. %     (helpfulActions(_7894{???U}, actHittingAHomeRun, performedBy, veryHighAmountOf):-isa(_7894{???U}, actBaseballGame))
  2154. %   ].
  2155. % preview :-
  2156. %  
  2157. %   [ (~helpfulActions(_580{???U}, actHittingAHomeRun, performedBy, veryHighAmountOf), {is_unit(_580{???U})}==> ~isa(_580{???U}, actBaseballGame)),
  2158. %     (isa(_566{???U}, actBaseballGame), {is_unit(_566{???U})}==>helpfulActions(_566{???U}, actHittingAHomeRun, performedBy, veryHighAmountOf))
  2159. %   ].
  2160. % conds= =>((name_variable(_562{???U}, 'U'), name_variable(_548{???U}, 'U')), [(~helpfulActions(_562{???U}, actHittingAHomeRun, performedBy, veryHighAmountOf), {is_unit(_562{???U})}==> ~isa(_562{???U}, actBaseballGame)),  (isa(_548{???U}, actBaseballGame), {is_unit(_548{???U})}==>helpfulActions(_548{???U}, actHittingAHomeRun, performedBy, veryHighAmountOf))]).
  2161.  
  2162.  
  2163. % ~isa(_122{???U}, actBaseballGame) :-
  2164. %   ~helpfulActions(_122{???U}, actHittingAHomeRun, performedBy, veryHighAmountOf).
  2165. % helpfulActions(_102{???U}, actHittingAHomeRun, performedBy, veryHighAmountOf) :-
  2166. %   isa(_102{???U}, actBaseballGame).
  2167.  
  2168.  
  2169. % asserted_id(implies(and(evaluatedAction(Y, Z), evalueeDirect(Y, X)), performedBy(Z, X)), a308818(Y, Z, X)).
  2170. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  2171. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  2172.  kif:-all(_190492,all(_190512,all(_190532,implies(and(evaluatedAction(_190492,_190512),evalueeDirect(_190492,_190532)),performedBy(_190512,_190532)))))
  2173.  pkif:-all(_190438,all(_190458,all(_190478,=>(&(evaluatedAction(_190438,_190458),evalueeDirect(_190438,_190478)),performedBy(_190458,_190478)))))
  2174. % cnf :-
  2175. %   v(v(~evaluatedAction(_126{???Y}, _140{???Z}),
  2176. %       ~evalueeDirect(_126{???Y}, _154{???X})),
  2177. %     performedBy(_140{???Z}, _154{???X})).
  2178.  horn:-[(~evaluatedAction(_191454,_191468):-evalueeDirect(_191454,_191494),~performedBy(_191468,_191494)),(~evalueeDirect(_191540,_191554):-evaluatedAction(_191540,_191580),~performedBy(_191580,_191554)),(performedBy(_191622,_191636):-evaluatedAction(_191662,_191622),evalueeDirect(_191662,_191636))]
  2179. % boxlog :-
  2180. %  
  2181. %   [ (~evaluatedAction(_722{???Y}, _736{???Z}):-evalueeDirect(_722{???Y}, _750{???X}), ~performedBy(_736{???Z}, _750{???X})),
  2182. %     (~evalueeDirect(_680{???Y}, _694{???X}):-evaluatedAction(_680{???Y}, _708{???Z}), ~performedBy(_708{???Z}, _694{???X})),
  2183. %     (performedBy(_638{???Z}, _652{???X}):-evaluatedAction(_666{???Y}, _638{???Z}), evalueeDirect(_666{???Y}, _652{???X}))
  2184. %   ].
  2185. % preview :-
  2186. %  
  2187. %   [ (evalueeDirect(_686{???Y}, _714{???X}), ~performedBy(_700{???Z}, _714{???X}), {is_unit(_700{???Z}, _686{???Y})}-> ~evaluatedAction(_686{???Y}, _700{???Z})),
  2188. %     (evaluatedAction(_644{???Y}, _672{???Z}), ~performedBy(_672{???Z}, _658{???X}), {is_unit(_658{???X}, _644{???Y})}-> ~evalueeDirect(_644{???Y}, _658{???X})),
  2189. %     (evaluatedAction(_630{???Y}, _602{???Z}), evalueeDirect(_630{???Y}, _616{???X}), {is_unit(_616{???X}, _602{???Z})}==>performedBy(_602{???Z}, _616{???X}))
  2190. %   ].
  2191. % conds= =>((name_variable(_668{???Y}, 'Y'), name_variable(_682{???Z}, 'Z'), name_variable(_696{???X}, 'X'), name_variable(_626{???Y}, 'Y'), name_variable(_640{???X}, 'X'), name_variable(_654{???Z}, 'Z'), name_variable(_612{???Y}, 'Y'), name_variable(_584{???Z}, 'Z'), name_variable(_598{???X}, 'X')), [(~evaluatedAction(_668{???Y}, _682{???Z})<-evalueeDirect(_668{???Y}, _696{???X}), ~performedBy(_682{???Z}, _696{???X}), {is_unit(_682{???Z}, _668{???Y})}),  (~evalueeDirect(_626{???Y}, _640{???X})<-evaluatedAction(_626{???Y}, _654{???Z}), ~performedBy(_654{???Z}, _640{???X}), {is_unit(_640{???X}, _626{???Y})}),  (evaluatedAction(_612{???Y}, _584{???Z}), evalueeDirect(_612{???Y}, _598{???X}), {is_unit(_598{???X}, _584{???Z})}==>performedBy(_584{???Z}, _598{???X}))]).
  2192.  
  2193.  
  2194. % ~evaluatedAction(_196{???Y}, _210{???Z}) :-
  2195. %   evalueeDirect(_196{???Y}, _224{???X}),
  2196. %   ~performedBy(_210{???Z}, _224{???X}).
  2197. % ~evalueeDirect(_144{???Y}, _158{???X}) :-
  2198. %   evaluatedAction(_144{???Y}, _172{???Z}),
  2199. %   ~performedBy(_172{???Z}, _158{???X}).
  2200. % performedBy(_102{???Z}, _116{???X}) :-
  2201. %   evaluatedAction(_130{???Y}, _102{???Z}),
  2202. %   evalueeDirect(_130{???Y}, _116{???X}).
  2203.  
  2204.  
  2205. % asserted_id(implies(and(isa(U, actCleaning), performedBy(U, X)), knowsAbout(X, tCleaningSubstance)), a308819(U, X)).
  2206. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  2207. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  2208.  kif:-all(_190576,all(_190596,implies(and(isa(_190576,actCleaning),performedBy(_190576,_190596)),knowsAbout(_190596,tCleaningSubstance))))
  2209.  pkif:-all(_190522,all(_190542,=>(&(isa(_190522,actCleaning),performedBy(_190522,_190542)),knowsAbout(_190542,tCleaningSubstance))))
  2210. % cnf :-
  2211. %   v(v(~isa(_126{???U}, actCleaning), ~performedBy(_126{???U}, _140{???X})),
  2212. %     knowsAbout(_140{???X}, tCleaningSubstance)).
  2213.  horn:-[(~isa(_191406,actCleaning):-performedBy(_191406,_191432),~knowsAbout(_191432,tCleaningSubstance)),(~performedBy(_191478,_191492):-isa(_191478,actCleaning),~knowsAbout(_191492,tCleaningSubstance)),(knowsAbout(_191546,tCleaningSubstance):-isa(_191572,actCleaning),performedBy(_191572,_191546))]
  2214. % boxlog :-
  2215. %  
  2216. %   [ (~isa(_668{???U}, actCleaning):-performedBy(_668{???U}, _682{???X}), ~knowsAbout(_682{???X}, tCleaningSubstance)),
  2217. %     (~performedBy(_640{???U}, _654{???X}):-isa(_640{???U}, actCleaning), ~knowsAbout(_654{???X}, tCleaningSubstance)),
  2218. %     (knowsAbout(_612{???X}, tCleaningSubstance):-isa(_626{???U}, actCleaning), performedBy(_626{???U}, _612{???X}))
  2219. %   ].
  2220. % preview :-
  2221. %  
  2222. %   [ (performedBy(_632{???U}, _646{???X}), ~knowsAbout(_646{???X}, tCleaningSubstance), {is_unit(_632{???U})}-> ~isa(_632{???U}, actCleaning)),
  2223. %     (isa(_604{???U}, actCleaning), ~knowsAbout(_618{???X}, tCleaningSubstance), {is_unit(_618{???X}, _604{???U})}==> ~performedBy(_604{???U}, _618{???X})),
  2224. %     (isa(_590{???U}, actCleaning), performedBy(_590{???U}, _576{???X}), {is_unit(_576{???X})}==>knowsAbout(_576{???X}, tCleaningSubstance))
  2225. %   ].
  2226. % conds= =>((name_variable(_614{???U}, 'U'), name_variable(_628{???X}, 'X'), name_variable(_586{???U}, 'U'), name_variable(_600{???X}, 'X'), name_variable(_572{???U}, 'U'), name_variable(_558{???X}, 'X')), [(~isa(_614{???U}, actCleaning)<-performedBy(_614{???U}, _628{???X}), ~knowsAbout(_628{???X}, tCleaningSubstance), {is_unit(_614{???U})}),  (isa(_586{???U}, actCleaning), ~knowsAbout(_600{???X}, tCleaningSubstance), {is_unit(_600{???X}, _586{???U})}==> ~performedBy(_586{???U}, _600{???X})),  (isa(_572{???U}, actCleaning), performedBy(_572{???U}, _558{???X}), {is_unit(_558{???X})}==>knowsAbout(_558{???X}, tCleaningSubstance))]).
  2227.  
  2228.  
  2229. % ~isa(_166{???U}, actCleaning) :-
  2230. %   performedBy(_166{???U}, _180{???X}),
  2231. %   ~knowsAbout(_180{???X}, tCleaningSubstance).
  2232. % ~performedBy(_130{???U}, _144{???X}) :-
  2233. %   isa(_130{???U}, actCleaning),
  2234. %   ~knowsAbout(_144{???X}, tCleaningSubstance).
  2235. % knowsAbout(_102{???X}, tCleaningSubstance) :-
  2236. %   isa(_116{???U}, actCleaning),
  2237. %   performedBy(_116{???U}, _102{???X}).
  2238.  
  2239.  
  2240. % asserted_id(=>(isa(U, actBaseballGame), implies(isa(U, actBaseballGame), helpfulActions(U, actHittingAGrandSlam, performedBy, veryHighAmountOf))), a308820(U)).
  2241. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  2242. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  2243.  kif:-all(_190620,=>(isa(_190620,actBaseballGame),implies(isa(_190620,actBaseballGame),helpfulActions(_190620,actHittingAGrandSlam,performedBy,veryHighAmountOf))))
  2244.  pkif:-all(_190566,=>(isa(_190566,actBaseballGame),=>(isa(_190566,actBaseballGame),helpfulActions(_190566,actHittingAGrandSlam,performedBy,veryHighAmountOf))))
  2245. % cnf :-
  2246. %   v(~isa(_118{???U}, actBaseballGame),
  2247. %     v(~isa(_118{???U}, actBaseballGame),
  2248. %       helpfulActions(_118{???U},
  2249. %              actHittingAGrandSlam,
  2250. %              performedBy,
  2251. %              veryHighAmountOf))).
  2252.  horn:-[(~isa(_191190,actBaseballGame):- ~helpfulActions(_191190,actHittingAGrandSlam,performedBy,veryHighAmountOf)),(helpfulActions(_191240,actHittingAGrandSlam,performedBy,veryHighAmountOf):-isa(_191240,actBaseballGame))]
  2253. % boxlog :-
  2254. %  
  2255. %   [ (~isa(_7924{???U}, actBaseballGame):- ~helpfulActions(_7924{???U}, actHittingAGrandSlam, performedBy, veryHighAmountOf)),
  2256. %     (helpfulActions(_7906{???U}, actHittingAGrandSlam, performedBy, veryHighAmountOf):-isa(_7906{???U}, actBaseballGame))
  2257. %   ].
  2258. % preview :-
  2259. %  
  2260. %   [ (~helpfulActions(_580{???U}, actHittingAGrandSlam, performedBy, veryHighAmountOf), {is_unit(_580{???U})}==> ~isa(_580{???U}, actBaseballGame)),
  2261. %     (isa(_566{???U}, actBaseballGame), {is_unit(_566{???U})}==>helpfulActions(_566{???U}, actHittingAGrandSlam, performedBy, veryHighAmountOf))
  2262. %   ].
  2263. % conds= =>((name_variable(_562{???U}, 'U'), name_variable(_548{???U}, 'U')), [(~helpfulActions(_562{???U}, actHittingAGrandSlam, performedBy, veryHighAmountOf), {is_unit(_562{???U})}==> ~isa(_562{???U}, actBaseballGame)),  (isa(_548{???U}, actBaseballGame), {is_unit(_548{???U})}==>helpfulActions(_548{???U}, actHittingAGrandSlam, performedBy, veryHighAmountOf))]).
  2264.  
  2265.  
  2266. % ~isa(_122{???U}, actBaseballGame) :-
  2267. %   ~helpfulActions(_122{???U}, actHittingAGrandSlam, performedBy, veryHighAmountOf).
  2268. % helpfulActions(_102{???U}, actHittingAGrandSlam, performedBy, veryHighAmountOf) :-
  2269. %   isa(_102{???U}, actBaseballGame).
  2270.  
  2271.  
  2272. % asserted_id(=>(isa(U, actBallAndGoalGame), implies(isa(U, actBallAndGoalGame), helpfulActions(U, actWinningAVie, performedBy, positiveAmountOf))), a308822(U)).
  2273. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  2274. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  2275.  kif:-all(_190672,=>(isa(_190672,actBallAndGoalGame),implies(isa(_190672,actBallAndGoalGame),helpfulActions(_190672,actWinningAVie,performedBy,positiveAmountOf))))
  2276.  pkif:-all(_190618,=>(isa(_190618,actBallAndGoalGame),=>(isa(_190618,actBallAndGoalGame),helpfulActions(_190618,actWinningAVie,performedBy,positiveAmountOf))))
  2277. % cnf :-
  2278. %   v(~isa(_118{???U}, actBallAndGoalGame),
  2279. %     v(~isa(_118{???U}, actBallAndGoalGame),
  2280. %       helpfulActions(_118{???U},
  2281. %              actWinningAVie,
  2282. %              performedBy,
  2283. %              positiveAmountOf))).
  2284.  horn:-[(~isa(_191242,actBallAndGoalGame):- ~helpfulActions(_191242,actWinningAVie,performedBy,positiveAmountOf)),(helpfulActions(_191292,actWinningAVie,performedBy,positiveAmountOf):-isa(_191292,actBallAndGoalGame))]
  2285. % boxlog :-
  2286. %  
  2287. %   [ (~isa(_7926{???U}, actBallAndGoalGame):- ~helpfulActions(_7926{???U}, actWinningAVie, performedBy, positiveAmountOf)),
  2288. %     (helpfulActions(_7908{???U}, actWinningAVie, performedBy, positiveAmountOf):-isa(_7908{???U}, actBallAndGoalGame))
  2289. %   ].
  2290. % preview :-
  2291. %  
  2292. %   [ (~helpfulActions(_580{???U}, actWinningAVie, performedBy, positiveAmountOf), {is_unit(_580{???U})}==> ~isa(_580{???U}, actBallAndGoalGame)),
  2293. %     (isa(_566{???U}, actBallAndGoalGame), {is_unit(_566{???U})}==>helpfulActions(_566{???U}, actWinningAVie, performedBy, positiveAmountOf))
  2294. %   ].
  2295. % conds= =>((name_variable(_562{???U}, 'U'), name_variable(_548{???U}, 'U')), [(~helpfulActions(_562{???U}, actWinningAVie, performedBy, positiveAmountOf), {is_unit(_562{???U})}==> ~isa(_562{???U}, actBallAndGoalGame)),  (isa(_548{???U}, actBallAndGoalGame), {is_unit(_548{???U})}==>helpfulActions(_548{???U}, actWinningAVie, performedBy, positiveAmountOf))]).
  2296.  
  2297.  
  2298. % ~isa(_122{???U}, actBallAndGoalGame) :-
  2299. %   ~helpfulActions(_122{???U}, actWinningAVie, performedBy, positiveAmountOf).
  2300. % helpfulActions(_102{???U}, actWinningAVie, performedBy, positiveAmountOf) :-
  2301. %   isa(_102{???U}, actBallAndGoalGame).
  2302.  
  2303.  
  2304. % asserted_id(=>(isa(U, actWeightliftingSportsEvent), implies(isa(U, actWeightliftingSportsEvent), helpfulActions(U, actAdvancingToTheNextRound, performedBy, positiveAmountOf))), a308823(U)).
  2305. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  2306. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  2307.  kif:-all(_190724,=>(isa(_190724,actWeightliftingSportsEvent),implies(isa(_190724,actWeightliftingSportsEvent),helpfulActions(_190724,actAdvancingToTheNextRound,performedBy,positiveAmountOf))))
  2308.  pkif:-all(_190670,=>(isa(_190670,actWeightliftingSportsEvent),=>(isa(_190670,actWeightliftingSportsEvent),helpfulActions(_190670,actAdvancingToTheNextRound,performedBy,positiveAmountOf))))
  2309. % cnf :-
  2310. %   v(~isa(_118{???U}, actWeightliftingSportsEvent),
  2311. %     v(~isa(_118{???U}, actWeightliftingSportsEvent),
  2312. %       helpfulActions(_118{???U},
  2313. %              actAdvancingToTheNextRound,
  2314. %              performedBy,
  2315. %              positiveAmountOf))).
  2316.  horn:-[(~isa(_191294,actWeightliftingSportsEvent):- ~helpfulActions(_191294,actAdvancingToTheNextRound,performedBy,positiveAmountOf)),(helpfulActions(_191344,actAdvancingToTheNextRound,performedBy,positiveAmountOf):-isa(_191344,actWeightliftingSportsEvent))]
  2317. % boxlog :-
  2318. %  
  2319. %   [ (~isa(_616{???U}, actWeightliftingSportsEvent):- ~helpfulActions(_616{???U}, actAdvancingToTheNextRound, performedBy, positiveAmountOf)),
  2320. %     (helpfulActions(_602{???U}, actAdvancingToTheNextRound, performedBy, positiveAmountOf):-isa(_602{???U}, actWeightliftingSportsEvent))
  2321. %   ].
  2322. % preview :-
  2323. %  
  2324. %   [ (~helpfulActions(_580{???U}, actAdvancingToTheNextRound, performedBy, positiveAmountOf), {is_unit(_580{???U})}==> ~isa(_580{???U}, actWeightliftingSportsEvent)),
  2325. %     (isa(_566{???U}, actWeightliftingSportsEvent), {is_unit(_566{???U})}==>helpfulActions(_566{???U}, actAdvancingToTheNextRound, performedBy, positiveAmountOf))
  2326. %   ].
  2327. % conds= =>((name_variable(_562{???U}, 'U'), name_variable(_548{???U}, 'U')), [(~helpfulActions(_562{???U}, actAdvancingToTheNextRound, performedBy, positiveAmountOf), {is_unit(_562{???U})}==> ~isa(_562{???U}, actWeightliftingSportsEvent)),  (isa(_548{???U}, actWeightliftingSportsEvent), {is_unit(_548{???U})}==>helpfulActions(_548{???U}, actAdvancingToTheNextRound, performedBy, positiveAmountOf))]).
  2328.  
  2329.  
  2330. % ~isa(_122{???U}, actWeightliftingSportsEvent) :-
  2331. %   ~helpfulActions(_122{???U}, actAdvancingToTheNextRound, performedBy, positiveAmountOf).
  2332. % helpfulActions(_102{???U}, actAdvancingToTheNextRound, performedBy, positiveAmountOf) :-
  2333. %   isa(_102{???U}, actWeightliftingSportsEvent).
  2334.  
  2335.  
  2336. % asserted_id(implies(and(isa(X112, actCombatSportsEvent), performedBy(X112, Y109)), levelOfPhysicalExertion(Y109, X112, highAmountOf)), a308824(X112, Y109)).
  2337. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  2338. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  2339.  kif:-all(_190842,all(_190862,implies(and(isa(_190842,actCombatSportsEvent),performedBy(_190842,_190862)),levelOfPhysicalExertion(_190862,_190842,highAmountOf))))
  2340.  pkif:-all(_190788,all(_190808,=>(&(isa(_190788,actCombatSportsEvent),performedBy(_190788,_190808)),levelOfPhysicalExertion(_190808,_190788,highAmountOf))))
  2341. % cnf :-
  2342. %   v(v(~isa(_128{???X112}, actCombatSportsEvent),
  2343. %       ~performedBy(_128{???X112}, _142{???Y109})),
  2344. %     levelOfPhysicalExertion(_142{???Y109}, _128{???X112}, highAmountOf)).
  2345.  horn:-[(~isa(_191698,actCombatSportsEvent):-performedBy(_191698,_191724),~levelOfPhysicalExertion(_191724,_191698,highAmountOf)),(~performedBy(_191772,_191786):-isa(_191772,actCombatSportsEvent),~levelOfPhysicalExertion(_191786,_191772,highAmountOf)),(levelOfPhysicalExertion(_191844,_191858,highAmountOf):-isa(_191858,actCombatSportsEvent),performedBy(_191858,_191844))]
  2346. % boxlog :-
  2347. %  
  2348. %   [ (~isa(_676{???X112}, actCombatSportsEvent):-performedBy(_676{???X112}, _690{???Y109}), ~levelOfPhysicalExertion(_690{???Y109}, _676{???X112}, highAmountOf)),
  2349. %     (~performedBy(_648{???X112}, _662{???Y109}):-isa(_648{???X112}, actCombatSportsEvent), ~levelOfPhysicalExertion(_662{???Y109}, _648{???X112}, highAmountOf)),
  2350. %     (levelOfPhysicalExertion(_620{???Y109}, _634{???X112}, highAmountOf):-isa(_634{???X112}, actCombatSportsEvent), performedBy(_634{???X112}, _620{???Y109}))
  2351. %   ].
  2352. % preview :-
  2353. %  
  2354. %   [ (performedBy(_640{???X112}, _654{???Y109}), ~levelOfPhysicalExertion(_654{???Y109}, _640{???X112}, highAmountOf), {is_unit(_640{???X112})}-> ~isa(_640{???X112}, actCombatSportsEvent)),
  2355. %     (isa(_612{???X112}, actCombatSportsEvent), ~levelOfPhysicalExertion(_626{???Y109}, _612{???X112}, highAmountOf), {is_unit(_626{???Y109}, _612{???X112})}-> ~performedBy(_612{???X112}, _626{???Y109})),
  2356. %     (isa(_598{???X112}, actCombatSportsEvent), performedBy(_598{???X112}, _584{???Y109}), {is_unit(_598{???X112}, _584{???Y109})}==>levelOfPhysicalExertion(_584{???Y109}, _598{???X112}, highAmountOf))
  2357. %   ].
  2358. % conds= =>((name_variable(_622{???X112}, 'X112'), name_variable(_636{???Y109}, 'Y109'), name_variable(_594{???X112}, 'X112'), name_variable(_608{???Y109}, 'Y109'), name_variable(_580{???X112}, 'X112'), name_variable(_566{???Y109}, 'Y109')), [(~isa(_622{???X112}, actCombatSportsEvent)<-performedBy(_622{???X112}, _636{???Y109}), ~levelOfPhysicalExertion(_636{???Y109}, _622{???X112}, highAmountOf), {is_unit(_622{???X112})}),  (~performedBy(_594{???X112}, _608{???Y109})<-isa(_594{???X112}, actCombatSportsEvent), ~levelOfPhysicalExertion(_608{???Y109}, _594{???X112}, highAmountOf), {is_unit(_608{???Y109}, _594{???X112})}),  (isa(_580{???X112}, actCombatSportsEvent), performedBy(_580{???X112}, _566{???Y109}), {is_unit(_580{???X112}, _566{???Y109})}==>levelOfPhysicalExertion(_566{???Y109}, _580{???X112}, highAmountOf))]).
  2359.  
  2360.  
  2361. % ~isa(_166{???X112}, actCombatSportsEvent) :-
  2362. %   performedBy(_166{???X112}, _180{???Y109}),
  2363. %   ~levelOfPhysicalExertion(_180{???Y109}, _166{???X112}, highAmountOf).
  2364. % ~performedBy(_130{???X112}, _144{???Y109}) :-
  2365. %   isa(_130{???X112}, actCombatSportsEvent),
  2366. %   ~levelOfPhysicalExertion(_144{???Y109}, _130{???X112}, highAmountOf).
  2367. % levelOfPhysicalExertion(_102{???Y109}, _116{???X112}, highAmountOf) :-
  2368. %   isa(_116{???X112}, actCombatSportsEvent),
  2369. %   performedBy(_116{???X112}, _102{???Y109}).
  2370.  
  2371.  
  2372. % asserted_id(=>(isa(U, actSportsEvent), implies(isa(U, actSportsEvent), helpfulActions(U, actOvertakingACompetitor, performedBy, highToVeryHighAmountOf))), a308825(U)).
  2373. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  2374. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  2375.  kif:-all(_190880,=>(isa(_190880,actSportsEvent),implies(isa(_190880,actSportsEvent),helpfulActions(_190880,actOvertakingACompetitor,performedBy,highToVeryHighAmountOf))))
  2376.  pkif:-all(_190826,=>(isa(_190826,actSportsEvent),=>(isa(_190826,actSportsEvent),helpfulActions(_190826,actOvertakingACompetitor,performedBy,highToVeryHighAmountOf))))
  2377. % cnf :-
  2378. %   v(~isa(_118{???U}, actSportsEvent),
  2379. %     v(~isa(_118{???U}, actSportsEvent),
  2380. %       helpfulActions(_118{???U},
  2381. %              actOvertakingACompetitor,
  2382. %              performedBy,
  2383. %              highToVeryHighAmountOf))).
  2384.  horn:-[(~isa(_191450,actSportsEvent):- ~helpfulActions(_191450,actOvertakingACompetitor,performedBy,highToVeryHighAmountOf)),(helpfulActions(_191500,actOvertakingACompetitor,performedBy,highToVeryHighAmountOf):-isa(_191500,actSportsEvent))]
  2385. % boxlog :-
  2386. %  
  2387. %   [ (~isa(_7934{???U}, actSportsEvent):- ~helpfulActions(_7934{???U}, actOvertakingACompetitor, performedBy, highToVeryHighAmountOf)),
  2388. %     (helpfulActions(_7916{???U}, actOvertakingACompetitor, performedBy, highToVeryHighAmountOf):-isa(_7916{???U}, actSportsEvent))
  2389. %   ].
  2390. % preview :-
  2391. %  
  2392. %   [ (~helpfulActions(_580{???U}, actOvertakingACompetitor, performedBy, highToVeryHighAmountOf), {is_unit(_580{???U})}==> ~isa(_580{???U}, actSportsEvent)),
  2393. %     (isa(_566{???U}, actSportsEvent), {is_unit(_566{???U})}==>helpfulActions(_566{???U}, actOvertakingACompetitor, performedBy, highToVeryHighAmountOf))
  2394. %   ].
  2395. % conds= =>((name_variable(_562{???U}, 'U'), name_variable(_548{???U}, 'U')), [(~helpfulActions(_562{???U}, actOvertakingACompetitor, performedBy, highToVeryHighAmountOf), {is_unit(_562{???U})}==> ~isa(_562{???U}, actSportsEvent)),  (isa(_548{???U}, actSportsEvent), {is_unit(_548{???U})}==>helpfulActions(_548{???U}, actOvertakingACompetitor, performedBy, highToVeryHighAmountOf))]).
  2396.  
  2397.  
  2398. % ~isa(_122{???U}, actSportsEvent) :-
  2399. %   ~helpfulActions(_122{???U}, actOvertakingACompetitor, performedBy, highToVeryHighAmountOf).
  2400. % helpfulActions(_102{???U}, actOvertakingACompetitor, performedBy, highToVeryHighAmountOf) :-
  2401. %   isa(_102{???U}, actSportsEvent).
  2402.  
  2403.  
  2404. % asserted_id(implies(and(isa(U, actBillTotaling), performedBy(U, X)), knowsAbout(X, ftRealNumber)), a308826(U, X)).
  2405. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  2406. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  2407.  kif:-all(_190992,all(_191012,implies(and(isa(_190992,actBillTotaling),performedBy(_190992,_191012)),knowsAbout(_191012,ftRealNumber))))
  2408.  pkif:-all(_190938,all(_190958,=>(&(isa(_190938,actBillTotaling),performedBy(_190938,_190958)),knowsAbout(_190958,ftRealNumber))))
  2409. % cnf :-
  2410. %   v(v(~isa(_126{???U}, actBillTotaling),
  2411. %       ~performedBy(_126{???U}, _140{???X})),
  2412. %     knowsAbout(_140{???X}, ftRealNumber)).
  2413.  horn:-[(~isa(_191822,actBillTotaling):-performedBy(_191822,_191848),~knowsAbout(_191848,ftRealNumber)),(~performedBy(_191894,_191908):-isa(_191894,actBillTotaling),~knowsAbout(_191908,ftRealNumber)),(knowsAbout(_191962,ftRealNumber):-isa(_191988,actBillTotaling),performedBy(_191988,_191962))]
  2414. % boxlog :-
  2415. %  
  2416. %   [ (~isa(_668{???U}, actBillTotaling):-performedBy(_668{???U}, _682{???X}), ~knowsAbout(_682{???X}, ftRealNumber)),
  2417. %     (~performedBy(_640{???U}, _654{???X}):-isa(_640{???U}, actBillTotaling), ~knowsAbout(_654{???X}, ftRealNumber)),
  2418. %     (knowsAbout(_612{???X}, ftRealNumber):-isa(_626{???U}, actBillTotaling), performedBy(_626{???U}, _612{???X}))
  2419. %   ].
  2420. % preview :-
  2421. %  
  2422. %   [ (performedBy(_632{???U}, _646{???X}), ~knowsAbout(_646{???X}, ftRealNumber), {is_unit(_632{???U})}-> ~isa(_632{???U}, actBillTotaling)),
  2423. %     (isa(_604{???U}, actBillTotaling), ~knowsAbout(_618{???X}, ftRealNumber), {is_unit(_618{???X}, _604{???U})}==> ~performedBy(_604{???U}, _618{???X})),
  2424. %     (isa(_590{???U}, actBillTotaling), performedBy(_590{???U}, _576{???X}), {is_unit(_576{???X})}==>knowsAbout(_576{???X}, ftRealNumber))
  2425. %   ].
  2426. % conds= =>((name_variable(_614{???U}, 'U'), name_variable(_628{???X}, 'X'), name_variable(_586{???U}, 'U'), name_variable(_600{???X}, 'X'), name_variable(_572{???U}, 'U'), name_variable(_558{???X}, 'X')), [(~isa(_614{???U}, actBillTotaling)<-performedBy(_614{???U}, _628{???X}), ~knowsAbout(_628{???X}, ftRealNumber), {is_unit(_614{???U})}),  (isa(_586{???U}, actBillTotaling), ~knowsAbout(_600{???X}, ftRealNumber), {is_unit(_600{???X}, _586{???U})}==> ~performedBy(_586{???U}, _600{???X})),  (isa(_572{???U}, actBillTotaling), performedBy(_572{???U}, _558{???X}), {is_unit(_558{???X})}==>knowsAbout(_558{???X}, ftRealNumber))]).
  2427.  
  2428.  
  2429. % ~isa(_166{???U}, actBillTotaling) :-
  2430. %   performedBy(_166{???U}, _180{???X}),
  2431. %   ~knowsAbout(_180{???X}, ftRealNumber).
  2432. % ~performedBy(_130{???U}, _144{???X}) :-
  2433. %   isa(_130{???U}, actBillTotaling),
  2434. %   ~knowsAbout(_144{???X}, ftRealNumber).
  2435. % knowsAbout(_102{???X}, ftRealNumber) :-
  2436. %   isa(_116{???U}, actBillTotaling),
  2437. %   performedBy(_116{???U}, _102{???X}).
  2438.  
  2439.  
  2440. % asserted_id(=>(isa(U, actStructuredSportsEvent), implies(isa(U, actStructuredSportsEvent), helpfulActions(U, actBlockingAScore, performedBy, positiveAmountOf))), a308827(U)).
  2441. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  2442. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  2443.  kif:-all(_191036,=>(isa(_191036,actStructuredSportsEvent),implies(isa(_191036,actStructuredSportsEvent),helpfulActions(_191036,actBlockingAScore,performedBy,positiveAmountOf))))
  2444.  pkif:-all(_190982,=>(isa(_190982,actStructuredSportsEvent),=>(isa(_190982,actStructuredSportsEvent),helpfulActions(_190982,actBlockingAScore,performedBy,positiveAmountOf))))
  2445. % cnf :-
  2446. %   v(~isa(_118{???U}, actStructuredSportsEvent),
  2447. %     v(~isa(_118{???U}, actStructuredSportsEvent),
  2448. %       helpfulActions(_118{???U},
  2449. %              actBlockingAScore,
  2450. %              performedBy,
  2451. %              positiveAmountOf))).
  2452.  horn:-[(~isa(_191606,actStructuredSportsEvent):- ~helpfulActions(_191606,actBlockingAScore,performedBy,positiveAmountOf)),(helpfulActions(_191656,actBlockingAScore,performedBy,positiveAmountOf):-isa(_191656,actStructuredSportsEvent))]
  2453. % boxlog :-
  2454. %  
  2455. %   [ (~isa(_7940{???U}, actStructuredSportsEvent):- ~helpfulActions(_7940{???U}, actBlockingAScore, performedBy, positiveAmountOf)),
  2456. %     (helpfulActions(_7922{???U}, actBlockingAScore, performedBy, positiveAmountOf):-isa(_7922{???U}, actStructuredSportsEvent))
  2457. %   ].
  2458. % preview :-
  2459. %  
  2460. %   [ (~helpfulActions(_580{???U}, actBlockingAScore, performedBy, positiveAmountOf), {is_unit(_580{???U})}==> ~isa(_580{???U}, actStructuredSportsEvent)),
  2461. %     (isa(_566{???U}, actStructuredSportsEvent), {is_unit(_566{???U})}==>helpfulActions(_566{???U}, actBlockingAScore, performedBy, positiveAmountOf))
  2462. %   ].
  2463. % conds= =>((name_variable(_562{???U}, 'U'), name_variable(_548{???U}, 'U')), [(~helpfulActions(_562{???U}, actBlockingAScore, performedBy, positiveAmountOf), {is_unit(_562{???U})}==> ~isa(_562{???U}, actStructuredSportsEvent)),  (isa(_548{???U}, actStructuredSportsEvent), {is_unit(_548{???U})}==>helpfulActions(_548{???U}, actBlockingAScore, performedBy, positiveAmountOf))]).
  2464.  
  2465.  
  2466. % ~isa(_122{???U}, actStructuredSportsEvent) :-
  2467. %   ~helpfulActions(_122{???U}, actBlockingAScore, performedBy, positiveAmountOf).
  2468. % helpfulActions(_102{???U}, actBlockingAScore, performedBy, positiveAmountOf) :-
  2469. %   isa(_102{???U}, actStructuredSportsEvent).
  2470.  
  2471.  
  2472. % asserted_id(=>(isa(U, actBoxingSportsEvent), implies(isa(U, actBoxingSportsEvent), helpfulActions(U, actKnockingOut, performedBy, positiveAmountOf))), a308828(U)).
  2473. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  2474. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  2475.  kif:-all(_191088,=>(isa(_191088,actBoxingSportsEvent),implies(isa(_191088,actBoxingSportsEvent),helpfulActions(_191088,actKnockingOut,performedBy,positiveAmountOf))))
  2476.  pkif:-all(_191034,=>(isa(_191034,actBoxingSportsEvent),=>(isa(_191034,actBoxingSportsEvent),helpfulActions(_191034,actKnockingOut,performedBy,positiveAmountOf))))
  2477. % cnf :-
  2478. %   v(~isa(_118{???U}, actBoxingSportsEvent),
  2479. %     v(~isa(_118{???U}, actBoxingSportsEvent),
  2480. %       helpfulActions(_118{???U},
  2481. %              actKnockingOut,
  2482. %              performedBy,
  2483. %              positiveAmountOf))).
  2484.  horn:-[(~isa(_191658,actBoxingSportsEvent):- ~helpfulActions(_191658,actKnockingOut,performedBy,positiveAmountOf)),(helpfulActions(_191708,actKnockingOut,performedBy,positiveAmountOf):-isa(_191708,actBoxingSportsEvent))]
  2485. % boxlog :-
  2486. %  
  2487. %   [ (~isa(_7942{???U}, actBoxingSportsEvent):- ~helpfulActions(_7942{???U}, actKnockingOut, performedBy, positiveAmountOf)),
  2488. %     (helpfulActions(_7924{???U}, actKnockingOut, performedBy, positiveAmountOf):-isa(_7924{???U}, actBoxingSportsEvent))
  2489. %   ].
  2490. % preview :-
  2491. %  
  2492. %   [ (~helpfulActions(_580{???U}, actKnockingOut, performedBy, positiveAmountOf), {is_unit(_580{???U})}==> ~isa(_580{???U}, actBoxingSportsEvent)),
  2493. %     (isa(_566{???U}, actBoxingSportsEvent), {is_unit(_566{???U})}==>helpfulActions(_566{???U}, actKnockingOut, performedBy, positiveAmountOf))
  2494. %   ].
  2495. % conds= =>((name_variable(_562{???U}, 'U'), name_variable(_548{???U}, 'U')), [(~helpfulActions(_562{???U}, actKnockingOut, performedBy, positiveAmountOf), {is_unit(_562{???U})}==> ~isa(_562{???U}, actBoxingSportsEvent)),  (isa(_548{???U}, actBoxingSportsEvent), {is_unit(_548{???U})}==>helpfulActions(_548{???U}, actKnockingOut, performedBy, positiveAmountOf))]).
  2496.  
  2497.  
  2498. % ~isa(_122{???U}, actBoxingSportsEvent) :-
  2499. %   ~helpfulActions(_122{???U}, actKnockingOut, performedBy, positiveAmountOf).
  2500. % helpfulActions(_102{???U}, actKnockingOut, performedBy, positiveAmountOf) :-
  2501. %   isa(_102{???U}, actBoxingSportsEvent).
  2502.  
  2503.  
  2504. % asserted_id(=>(isa(U, actBallAndGoalGame), implies(isa(U, actBallAndGoalGame), helpfulActions(U, actMakingAnAssist, performedBy, positiveAmountOf))), a308829(U)).
  2505. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  2506. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  2507.  kif:-all(_191140,=>(isa(_191140,actBallAndGoalGame),implies(isa(_191140,actBallAndGoalGame),helpfulActions(_191140,actMakingAnAssist,performedBy,positiveAmountOf))))
  2508.  pkif:-all(_191086,=>(isa(_191086,actBallAndGoalGame),=>(isa(_191086,actBallAndGoalGame),helpfulActions(_191086,actMakingAnAssist,performedBy,positiveAmountOf))))
  2509. % cnf :-
  2510. %   v(~isa(_118{???U}, actBallAndGoalGame),
  2511. %     v(~isa(_118{???U}, actBallAndGoalGame),
  2512. %       helpfulActions(_118{???U},
  2513. %              actMakingAnAssist,
  2514. %              performedBy,
  2515. %              positiveAmountOf))).
  2516.  horn:-[(~isa(_191710,actBallAndGoalGame):- ~helpfulActions(_191710,actMakingAnAssist,performedBy,positiveAmountOf)),(helpfulActions(_191760,actMakingAnAssist,performedBy,positiveAmountOf):-isa(_191760,actBallAndGoalGame))]
  2517. % boxlog :-
  2518. %  
  2519. %   [ (~isa(_7944{???U}, actBallAndGoalGame):- ~helpfulActions(_7944{???U}, actMakingAnAssist, performedBy, positiveAmountOf)),
  2520. %     (helpfulActions(_7926{???U}, actMakingAnAssist, performedBy, positiveAmountOf):-isa(_7926{???U}, actBallAndGoalGame))
  2521. %   ].
  2522. % preview :-
  2523. %  
  2524. %   [ (~helpfulActions(_580{???U}, actMakingAnAssist, performedBy, positiveAmountOf), {is_unit(_580{???U})}==> ~isa(_580{???U}, actBallAndGoalGame)),
  2525. %     (isa(_566{???U}, actBallAndGoalGame), {is_unit(_566{???U})}==>helpfulActions(_566{???U}, actMakingAnAssist, performedBy, positiveAmountOf))
  2526. %   ].
  2527. % conds= =>((name_variable(_562{???U}, 'U'), name_variable(_548{???U}, 'U')), [(~helpfulActions(_562{???U}, actMakingAnAssist, performedBy, positiveAmountOf), {is_unit(_562{???U})}==> ~isa(_562{???U}, actBallAndGoalGame)),  (isa(_548{???U}, actBallAndGoalGame), {is_unit(_548{???U})}==>helpfulActions(_548{???U}, actMakingAnAssist, performedBy, positiveAmountOf))]).
  2528.  
  2529.  
  2530. % maybe_call(get2react([part,"navidr","uid112413@gateway/web/irccloud.com/x-xuhayyvsskpsftiw","*","##logic","Quit: Connection closed for inactivity"])).
  2531. % irc_receive("navidr","uid112413@gateway/web/irccloud.com/x-xuhayyvsskpsftiw","*","##logic",part("navidr","uid112413@gateway/web/irccloud.com/x-xuhayyvsskpsftiw","*","##logic","Quit: Connection closed for inactivity")).
  2532. % unused(ircEvent("##logic","navidr",part("navidr","uid112413@gateway/web/irccloud.com/x-xuhayyvsskpsftiw","*","##logic","Quit: Connection closed for inactivity"))).
  2533. % ~isa(_122{???U}, actBallAndGoalGame) :-
  2534. %   ~helpfulActions(_122{???U}, actMakingAnAssist, performedBy, positiveAmountOf).
  2535. % helpfulActions(_102{???U}, actMakingAnAssist, performedBy, positiveAmountOf) :-
  2536. %   isa(_102{???U}, actBallAndGoalGame).
  2537.  
  2538.  
  2539. % asserted_id(implies(and(isa(U, actBusTrip), performedBy(U, X)), knowsAbout(X, tObjectBusRoadVehicle)), a308830(U, X)).
  2540. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  2541. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  2542.  kif:-all(_191252,all(_191272,implies(and(isa(_191252,actBusTrip),performedBy(_191252,_191272)),knowsAbout(_191272,tObjectBusRoadVehicle))))
  2543.  pkif:-all(_191198,all(_191218,=>(&(isa(_191198,actBusTrip),performedBy(_191198,_191218)),knowsAbout(_191218,tObjectBusRoadVehicle))))
  2544. % cnf :-
  2545. %   v(v(~isa(_126{???U}, actBusTrip), ~performedBy(_126{???U}, _140{???X})),
  2546. %     knowsAbout(_140{???X}, tObjectBusRoadVehicle)).
  2547.  horn:-[(~isa(_192082,actBusTrip):-performedBy(_192082,_192108),~knowsAbout(_192108,tObjectBusRoadVehicle)),(~performedBy(_192154,_192168):-isa(_192154,actBusTrip),~knowsAbout(_192168,tObjectBusRoadVehicle)),(knowsAbout(_192222,tObjectBusRoadVehicle):-isa(_192248,actBusTrip),performedBy(_192248,_192222))]
  2548. % boxlog :-
  2549. %  
  2550. %   [ (~isa(_668{???U}, actBusTrip):-performedBy(_668{???U}, _682{???X}), ~knowsAbout(_682{???X}, tObjectBusRoadVehicle)),
  2551. %     (~performedBy(_640{???U}, _654{???X}):-isa(_640{???U}, actBusTrip), ~knowsAbout(_654{???X}, tObjectBusRoadVehicle)),
  2552. %     (knowsAbout(_612{???X}, tObjectBusRoadVehicle):-isa(_626{???U}, actBusTrip), performedBy(_626{???U}, _612{???X}))
  2553. %   ].
  2554. % preview :-
  2555. %  
  2556. %   [ (performedBy(_632{???U}, _646{???X}), ~knowsAbout(_646{???X}, tObjectBusRoadVehicle), {is_unit(_632{???U})}-> ~isa(_632{???U}, actBusTrip)),
  2557. %     (isa(_604{???U}, actBusTrip), ~knowsAbout(_618{???X}, tObjectBusRoadVehicle), {is_unit(_618{???X}, _604{???U})}==> ~performedBy(_604{???U}, _618{???X})),
  2558. %     (isa(_590{???U}, actBusTrip), performedBy(_590{???U}, _576{???X}), {is_unit(_576{???X})}==>knowsAbout(_576{???X}, tObjectBusRoadVehicle))
  2559. %   ].
  2560. % conds= =>((name_variable(_614{???U}, 'U'), name_variable(_628{???X}, 'X'), name_variable(_586{???U}, 'U'), name_variable(_600{???X}, 'X'), name_variable(_572{???U}, 'U'), name_variable(_558{???X}, 'X')), [(~isa(_614{???U}, actBusTrip)<-performedBy(_614{???U}, _628{???X}), ~knowsAbout(_628{???X}, tObjectBusRoadVehicle), {is_unit(_614{???U})}),  (isa(_586{???U}, actBusTrip), ~knowsAbout(_600{???X}, tObjectBusRoadVehicle), {is_unit(_600{???X}, _586{???U})}==> ~performedBy(_586{???U}, _600{???X})),  (isa(_572{???U}, actBusTrip), performedBy(_572{???U}, _558{???X}), {is_unit(_558{???X})}==>knowsAbout(_558{???X}, tObjectBusRoadVehicle))]).
  2561.  
  2562.  
  2563. % ~isa(_166{???U}, actBusTrip) :-
  2564. %   performedBy(_166{???U}, _180{???X}),
  2565. %   ~knowsAbout(_180{???X}, tObjectBusRoadVehicle).
  2566. % ~performedBy(_130{???U}, _144{???X}) :-
  2567. %   isa(_130{???U}, actBusTrip),
  2568. %   ~knowsAbout(_144{???X}, tObjectBusRoadVehicle).
  2569. % knowsAbout(_102{???X}, tObjectBusRoadVehicle) :-
  2570. %   isa(_116{???U}, actBusTrip),
  2571. %   performedBy(_116{???U}, _102{???X}).
  2572.  
  2573.  
  2574. % asserted_id(=>(isa(U, actFencingSportsEvent), implies(isa(U, actFencingSportsEvent), helpfulActions(U, actScoringATouch, performedBy, highAmountOf))), a308831(U)).
  2575. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  2576. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  2577.  kif:-all(_191296,=>(isa(_191296,actFencingSportsEvent),implies(isa(_191296,actFencingSportsEvent),helpfulActions(_191296,actScoringATouch,performedBy,highAmountOf))))
  2578.  pkif:-all(_191242,=>(isa(_191242,actFencingSportsEvent),=>(isa(_191242,actFencingSportsEvent),helpfulActions(_191242,actScoringATouch,performedBy,highAmountOf))))
  2579. % cnf :-
  2580. %   v(~isa(_118{???U}, actFencingSportsEvent),
  2581. %     v(~isa(_118{???U}, actFencingSportsEvent),
  2582. %       helpfulActions(_118{???U},
  2583. %              actScoringATouch,
  2584. %              performedBy,
  2585. %              highAmountOf))).
  2586.  horn:-[(~isa(_191866,actFencingSportsEvent):- ~helpfulActions(_191866,actScoringATouch,performedBy,highAmountOf)),(helpfulActions(_191916,actScoringATouch,performedBy,highAmountOf):-isa(_191916,actFencingSportsEvent))]
  2587. % boxlog :-
  2588. %  
  2589. %   [ (~isa(_7950{???U}, actFencingSportsEvent):- ~helpfulActions(_7950{???U}, actScoringATouch, performedBy, highAmountOf)),
  2590. %     (helpfulActions(_7932{???U}, actScoringATouch, performedBy, highAmountOf):-isa(_7932{???U}, actFencingSportsEvent))
  2591. %   ].
  2592. % preview :-
  2593. %  
  2594. %   [ (~helpfulActions(_580{???U}, actScoringATouch, performedBy, highAmountOf), {is_unit(_580{???U})}==> ~isa(_580{???U}, actFencingSportsEvent)),
  2595. %     (isa(_566{???U}, actFencingSportsEvent), {is_unit(_566{???U})}==>helpfulActions(_566{???U}, actScoringATouch, performedBy, highAmountOf))
  2596. %   ].
  2597. % conds= =>((name_variable(_562{???U}, 'U'), name_variable(_548{???U}, 'U')), [(~helpfulActions(_562{???U}, actScoringATouch, performedBy, highAmountOf), {is_unit(_562{???U})}==> ~isa(_562{???U}, actFencingSportsEvent)),  (isa(_548{???U}, actFencingSportsEvent), {is_unit(_548{???U})}==>helpfulActions(_548{???U}, actScoringATouch, performedBy, highAmountOf))]).
  2598.  
  2599.  
  2600. % ~isa(_122{???U}, actFencingSportsEvent) :-
  2601. %   ~helpfulActions(_122{???U}, actScoringATouch, performedBy, highAmountOf).
  2602. % helpfulActions(_102{???U}, actScoringATouch, performedBy, highAmountOf) :-
  2603. %   isa(_102{???U}, actFencingSportsEvent).
  2604.  
  2605.  
  2606. % asserted_id(=>(isa(U, tClazzMammal), implies(isa(U, tClazzMammal), anatomicallyCapableOf(U, nartR(actPerformSimultaneouslyFn, [actDigestingInStomach, actVomiting]), performedBy))), a308832(U)).
  2607. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  2608. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  2609.  kif:-all(_191396,=>(isa(_191396,tClazzMammal),implies(isa(_191396,tClazzMammal),anatomicallyCapableOf(_191396,nartR(actPerformSimultaneouslyFn,[actDigestingInStomach,actVomiting]),performedBy))))
  2610.  pkif:-all(_191342,=>(isa(_191342,tClazzMammal),=>(isa(_191342,tClazzMammal),anatomicallyCapableOf(_191342,nartR(actPerformSimultaneouslyFn,[actDigestingInStomach,actVomiting]),performedBy))))
  2611. % cnf :-
  2612. %   v(~isa(_134{???U}, tClazzMammal),
  2613. %     v(~isa(_134{???U}, tClazzMammal),
  2614. %       anatomicallyCapableOf(_134{???U},
  2615. %                 nartR(actPerformSimultaneouslyFn,
  2616. %                   [actDigestingInStomach, actVomiting]),
  2617. %                 performedBy))).
  2618.  horn:-[(~isa(_192158,tClazzMammal):- ~anatomicallyCapableOf(_192158,nartR(actPerformSimultaneouslyFn,[actDigestingInStomach,actVomiting]),performedBy)),(anatomicallyCapableOf(_192204,nartR(actPerformSimultaneouslyFn,[actDigestingInStomach,actVomiting]),performedBy):-isa(_192204,tClazzMammal))]
  2619. % boxlog :-
  2620. %  
  2621. %   [ (~isa(_680{???U}, tClazzMammal):- ~anatomicallyCapableOf(_680{???U}, nartR(actPerformSimultaneouslyFn, [actDigestingInStomach, actVomiting]), performedBy)),
  2622. %     (anatomicallyCapableOf(_666{???U}, nartR(actPerformSimultaneouslyFn, [actDigestingInStomach, actVomiting]), performedBy):-isa(_666{???U}, tClazzMammal))
  2623. %   ].
  2624. % preview :-
  2625. %  
  2626. %   [ (~anatomicallyCapableOf(_644{???U}, nartR(actPerformSimultaneouslyFn, [actDigestingInStomach, actVomiting]), performedBy), {is_unit(_644{???U})}==> ~isa(_644{???U}, tClazzMammal)),
  2627. %     (isa(_630{???U}, tClazzMammal), {is_unit(_630{???U})}==>anatomicallyCapableOf(_630{???U}, nartR(actPerformSimultaneouslyFn, [actDigestingInStomach, actVomiting]), performedBy))
  2628. %   ].
  2629. % conds= =>((name_variable(_626{???U}, 'U'), name_variable(_612{???U}, 'U')), [(~anatomicallyCapableOf(_626{???U}, nartR(actPerformSimultaneouslyFn, [actDigestingInStomach, actVomiting]), performedBy), {is_unit(_626{???U})}==> ~isa(_626{???U}, tClazzMammal)),  (isa(_612{???U}, tClazzMammal), {is_unit(_612{???U})}==>anatomicallyCapableOf(_612{???U}, nartR(actPerformSimultaneouslyFn, [actDigestingInStomach, actVomiting]), performedBy))]).
  2630.  
  2631.  
  2632. % ~isa(_122{???U}, tClazzMammal) :-
  2633. %   ~anatomicallyCapableOf(_122{???U}, nartR(actPerformSimultaneouslyFn, [actDigestingInStomach, actVomiting]), performedBy).
  2634. % anatomicallyCapableOf(_102{???U}, nartR(actPerformSimultaneouslyFn, [actDigestingInStomach, actVomiting]), performedBy) :-
  2635. %   isa(_102{???U}, tClazzMammal).
  2636.  
  2637.  
  2638. % asserted_id(=>(isa(U, actJudoSportsEvent), implies(isa(U, actJudoSportsEvent), helpfulActions(U, actLiftingOpponent, performedBy, positiveAmountOf))), a308833(U)).
  2639. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  2640. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  2641.  kif:-all(_191400,=>(isa(_191400,actJudoSportsEvent),implies(isa(_191400,actJudoSportsEvent),helpfulActions(_191400,actLiftingOpponent,performedBy,positiveAmountOf))))
  2642.  pkif:-all(_191346,=>(isa(_191346,actJudoSportsEvent),=>(isa(_191346,actJudoSportsEvent),helpfulActions(_191346,actLiftingOpponent,performedBy,positiveAmountOf))))
  2643. % cnf :-
  2644. %   v(~isa(_118{???U}, actJudoSportsEvent),
  2645. %     v(~isa(_118{???U}, actJudoSportsEvent),
  2646. %       helpfulActions(_118{???U},
  2647. %              actLiftingOpponent,
  2648. %              performedBy,
  2649. %              positiveAmountOf))).
  2650.  horn:-[(~isa(_191970,actJudoSportsEvent):- ~helpfulActions(_191970,actLiftingOpponent,performedBy,positiveAmountOf)),(helpfulActions(_192020,actLiftingOpponent,performedBy,positiveAmountOf):-isa(_192020,actJudoSportsEvent))]
  2651. % boxlog :-
  2652. %  
  2653. %   [ (~isa(_7954{???U}, actJudoSportsEvent):- ~helpfulActions(_7954{???U}, actLiftingOpponent, performedBy, positiveAmountOf)),
  2654. %     (helpfulActions(_7936{???U}, actLiftingOpponent, performedBy, positiveAmountOf):-isa(_7936{???U}, actJudoSportsEvent))
  2655. %   ].
  2656. % preview :-
  2657. %  
  2658. %   [ (~helpfulActions(_580{???U}, actLiftingOpponent, performedBy, positiveAmountOf), {is_unit(_580{???U})}==> ~isa(_580{???U}, actJudoSportsEvent)),
  2659. %     (isa(_566{???U}, actJudoSportsEvent), {is_unit(_566{???U})}==>helpfulActions(_566{???U}, actLiftingOpponent, performedBy, positiveAmountOf))
  2660. %   ].
  2661. % conds= =>((name_variable(_562{???U}, 'U'), name_variable(_548{???U}, 'U')), [(~helpfulActions(_562{???U}, actLiftingOpponent, performedBy, positiveAmountOf), {is_unit(_562{???U})}==> ~isa(_562{???U}, actJudoSportsEvent)),  (isa(_548{???U}, actJudoSportsEvent), {is_unit(_548{???U})}==>helpfulActions(_548{???U}, actLiftingOpponent, performedBy, positiveAmountOf))]).
  2662.  
  2663.  
  2664. % ~isa(_122{???U}, actJudoSportsEvent) :-
  2665. %   ~helpfulActions(_122{???U}, actLiftingOpponent, performedBy, positiveAmountOf).
  2666. % helpfulActions(_102{???U}, actLiftingOpponent, performedBy, positiveAmountOf) :-
  2667. %   isa(_102{???U}, actJudoSportsEvent).
  2668.  
  2669.  
  2670. % asserted_id(implies(and(isa(SAM, actTakingABloodSample), performedBy(SAM, AGT)), isa(AGT, mobNurse)), a308834(SAM, AGT)).
  2671. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  2672. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  2673.  kif:-all(_191512,all(_191532,implies(and(isa(_191512,actTakingABloodSample),performedBy(_191512,_191532)),isa(_191532,mobNurse))))
  2674.  pkif:-all(_191458,all(_191478,=>(&(isa(_191458,actTakingABloodSample),performedBy(_191458,_191478)),isa(_191478,mobNurse))))
  2675. % cnf :-
  2676. %   v(v(~isa(_126{???SAM}, actTakingABloodSample),
  2677. %       ~performedBy(_126{???SAM}, _140{???AGT})),
  2678. %     isa(_140{???AGT}, mobNurse)).
  2679.  horn:-[(~isa(_192342,actTakingABloodSample):-performedBy(_192342,_192368),~isa(_192368,mobNurse)),(~performedBy(_192414,_192428):-isa(_192414,actTakingABloodSample),~isa(_192428,mobNurse)),(isa(_192482,mobNurse):-isa(_192508,actTakingABloodSample),performedBy(_192508,_192482))]
  2680. % boxlog :-
  2681. %  
  2682. %   [ (~isa(_668{???SAM}, actTakingABloodSample):-performedBy(_668{???SAM}, _682{???AGT}), ~isa(_682{???AGT}, mobNurse)),
  2683. %     (~performedBy(_640{???SAM}, _654{???AGT}):-isa(_640{???SAM}, actTakingABloodSample), ~isa(_654{???AGT}, mobNurse)),
  2684. %     (isa(_612{???AGT}, mobNurse):-isa(_626{???SAM}, actTakingABloodSample), performedBy(_626{???SAM}, _612{???AGT}))
  2685. %   ].
  2686. % preview :-
  2687. %  
  2688. %   [ (performedBy(_632{???SAM}, _646{???AGT}), {avoidHeadLoop(isa(_646{???AGT}, mobNurse), isa(_632{???SAM}, actTakingABloodSample))}, ~isa(_646{???AGT}, mobNurse), {is_unit(_632{???SAM})}-> ~isa(_632{???SAM}, actTakingABloodSample)),
  2689. %     (isa(_604{???SAM}, actTakingABloodSample), ~isa(_618{???AGT}, mobNurse), {is_unit(_618{???AGT}, _604{???SAM})}==> ~performedBy(_604{???SAM}, _618{???AGT})),
  2690. %     (isa(_590{???SAM}, actTakingABloodSample), performedBy(_590{???SAM}, _576{???AGT}), {is_unit(_576{???AGT})}==>isa(_576{???AGT}, mobNurse))
  2691. %   ].
  2692. % conds= =>((name_variable(_614{???SAM}, 'SAM'), name_variable(_628{???AGT}, 'AGT'), name_variable(_586{???SAM}, 'SAM'), name_variable(_600{???AGT}, 'AGT'), name_variable(_572{???SAM}, 'SAM'), name_variable(_558{???AGT}, 'AGT')), [(~isa(_614{???SAM}, actTakingABloodSample)<-performedBy(_614{???SAM}, _628{???AGT}), {avoidHeadLoop(isa(_628{???AGT}, mobNurse), isa(_614{???SAM}, actTakingABloodSample))}, ~isa(_628{???AGT}, mobNurse), {is_unit(_614{???SAM})}),  (isa(_586{???SAM}, actTakingABloodSample), ~isa(_600{???AGT}, mobNurse), {is_unit(_600{???AGT}, _586{???SAM})}==> ~performedBy(_586{???SAM}, _600{???AGT})),  (isa(_572{???SAM}, actTakingABloodSample), performedBy(_572{???SAM}, _558{???AGT}), {is_unit(_558{???AGT})}==>isa(_558{???AGT}, mobNurse))]).
  2693.  
  2694.  
  2695. % ~isa(_166{???SAM}, actTakingABloodSample) :-
  2696. %   performedBy(_166{???SAM}, _180{???AGT}),
  2697. %   ~isa(_180{???AGT}, mobNurse).
  2698. % ~performedBy(_130{???SAM}, _144{???AGT}) :-
  2699. %   isa(_130{???SAM}, actTakingABloodSample),
  2700. %   ~isa(_144{???AGT}, mobNurse).
  2701. % isa(_102{???AGT}, mobNurse) :-
  2702. %   isa(_116{???SAM}, actTakingABloodSample),
  2703. %   performedBy(_116{???SAM}, _102{???AGT}).
  2704.  
  2705.  
  2706. % asserted_id(=>(isa(U, actJudoSportsEvent), implies(isa(U, actJudoSportsEvent), helpfulActions(U, actMaintainingAHold, performedBy, positiveAmountOf))), a308835(U)).
  2707. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  2708. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  2709.  kif:-all(_191556,=>(isa(_191556,actJudoSportsEvent),implies(isa(_191556,actJudoSportsEvent),helpfulActions(_191556,actMaintainingAHold,performedBy,positiveAmountOf))))
  2710.  pkif:-all(_191502,=>(isa(_191502,actJudoSportsEvent),=>(isa(_191502,actJudoSportsEvent),helpfulActions(_191502,actMaintainingAHold,performedBy,positiveAmountOf))))
  2711. % cnf :-
  2712. %   v(~isa(_118{???U}, actJudoSportsEvent),
  2713. %     v(~isa(_118{???U}, actJudoSportsEvent),
  2714. %       helpfulActions(_118{???U},
  2715. %              actMaintainingAHold,
  2716. %              performedBy,
  2717. %              positiveAmountOf))).
  2718.  horn:-[(~isa(_192126,actJudoSportsEvent):- ~helpfulActions(_192126,actMaintainingAHold,performedBy,positiveAmountOf)),(helpfulActions(_192176,actMaintainingAHold,performedBy,positiveAmountOf):-isa(_192176,actJudoSportsEvent))]
  2719. % boxlog :-
  2720. %  
  2721. %   [ (~isa(_7960{???U}, actJudoSportsEvent):- ~helpfulActions(_7960{???U}, actMaintainingAHold, performedBy, positiveAmountOf)),
  2722. %     (helpfulActions(_7942{???U}, actMaintainingAHold, performedBy, positiveAmountOf):-isa(_7942{???U}, actJudoSportsEvent))
  2723. %   ].
  2724. % preview :-
  2725. %  
  2726. %   [ (~helpfulActions(_580{???U}, actMaintainingAHold, performedBy, positiveAmountOf), {is_unit(_580{???U})}==> ~isa(_580{???U}, actJudoSportsEvent)),
  2727. %     (isa(_566{???U}, actJudoSportsEvent), {is_unit(_566{???U})}==>helpfulActions(_566{???U}, actMaintainingAHold, performedBy, positiveAmountOf))
  2728. %   ].
  2729. % conds= =>((name_variable(_562{???U}, 'U'), name_variable(_548{???U}, 'U')), [(~helpfulActions(_562{???U}, actMaintainingAHold, performedBy, positiveAmountOf), {is_unit(_562{???U})}==> ~isa(_562{???U}, actJudoSportsEvent)),  (isa(_548{???U}, actJudoSportsEvent), {is_unit(_548{???U})}==>helpfulActions(_548{???U}, actMaintainingAHold, performedBy, positiveAmountOf))]).
  2730.  
  2731.  
  2732. % ~isa(_122{???U}, actJudoSportsEvent) :-
  2733. %   ~helpfulActions(_122{???U}, actMaintainingAHold, performedBy, positiveAmountOf).
  2734. % helpfulActions(_102{???U}, actMaintainingAHold, performedBy, positiveAmountOf) :-
  2735. %   isa(_102{???U}, actJudoSportsEvent).
  2736.  
  2737.  
  2738. % asserted_id(implies(and(isa(RUN, actIndividualSportsCompetition), isa(RUN, actShortDistanceRunningEvent), performedBy(RUN, SPRINT)), isa(SPRINT, mobSprinter)), a308836(RUN, SPRINT)).
  2739. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  2740. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  2741.  kif:-all(_191692,all(_191712,implies(and(isa(_191692,actIndividualSportsCompetition),isa(_191692,actShortDistanceRunningEvent),performedBy(_191692,_191712)),isa(_191712,mobSprinter))))
  2742.  pkif:-all(_191642,all(_191662,=>(&(isa(_191642,actIndividualSportsCompetition),&(isa(_191642,actShortDistanceRunningEvent),performedBy(_191642,_191662))),isa(_191662,mobSprinter))))
  2743. % cnf :-
  2744. %   v(v(~isa(_134{???RUN}, actIndividualSportsCompetition),
  2745. %       v(~isa(_134{???RUN}, actShortDistanceRunningEvent),
  2746. %         ~performedBy(_134{???RUN}, _148{???SPRINT}))),
  2747. %     isa(_148{???SPRINT}, mobSprinter)).
  2748.  horn:-[(~isa(_192994,actShortDistanceRunningEvent):-isa(_192994,actIndividualSportsCompetition),performedBy(_192994,_193032),~isa(_193032,mobSprinter)),(~isa(_193078,actIndividualSportsCompetition):-isa(_193078,actShortDistanceRunningEvent),performedBy(_193078,_193116),~isa(_193116,mobSprinter)),(~performedBy(_193162,_193176):-isa(_193162,actIndividualSportsCompetition),isa(_193162,actShortDistanceRunningEvent),~isa(_193176,mobSprinter)),(isa(_193242,mobSprinter):-isa(_193268,actIndividualSportsCompetition),isa(_193268,actShortDistanceRunningEvent),performedBy(_193268,_193242))]
  2749. % boxlog :-
  2750. %  
  2751. %   [ (~isa(_712{???RUN}, actShortDistanceRunningEvent):-isa(_712{???RUN}, actIndividualSportsCompetition), performedBy(_712{???RUN}, _726{???SPRINT}), ~isa(_726{???SPRINT}, mobSprinter)),
  2752. %     (~isa(_740{???RUN}, actIndividualSportsCompetition):-isa(_740{???RUN}, actShortDistanceRunningEvent), performedBy(_740{???RUN}, _754{???SPRINT}), ~isa(_754{???SPRINT}, mobSprinter)),
  2753. %     (~performedBy(_684{???RUN}, _698{???SPRINT}):-isa(_684{???RUN}, actIndividualSportsCompetition), isa(_684{???RUN}, actShortDistanceRunningEvent), ~isa(_698{???SPRINT}, mobSprinter)),
  2754. %     (isa(_656{???SPRINT}, mobSprinter):-isa(_670{???RUN}, actIndividualSportsCompetition), isa(_670{???RUN}, actShortDistanceRunningEvent), performedBy(_670{???RUN}, _656{???SPRINT}))
  2755. %   ].
  2756. % preview :-
  2757. %  
  2758. %   [ ({avoidHeadLoop(isa(_676{???RUN}, actIndividualSportsCompetition), isa(_676{???RUN}, actShortDistanceRunningEvent))}, isa(_676{???RUN}, actIndividualSportsCompetition), performedBy(_676{???RUN}, _690{???SPRINT}), {avoidHeadLoop(isa(_690{???SPRINT}, mobSprinter), isa(_676{???RUN}, actShortDistanceRunningEvent))}, ~isa(_690{???SPRINT}, mobSprinter), {is_unit(_676{???RUN})}-> ~isa(_676{???RUN}, actShortDistanceRunningEvent)),
  2759. %     ({avoidHeadLoop(isa(_704{???RUN}, actShortDistanceRunningEvent), isa(_704{???RUN}, actIndividualSportsCompetition))}, isa(_704{???RUN}, actShortDistanceRunningEvent), performedBy(_704{???RUN}, _718{???SPRINT}), {avoidHeadLoop(isa(_718{???SPRINT}, mobSprinter), isa(_704{???RUN}, actIndividualSportsCompetition))}, ~isa(_718{???SPRINT}, mobSprinter), {is_unit(_704{???RUN})}-> ~isa(_704{???RUN}, actIndividualSportsCompetition)),
  2760. %     (isa(_648{???RUN}, actIndividualSportsCompetition), isa(_648{???RUN}, actShortDistanceRunningEvent), ~isa(_662{???SPRINT}, mobSprinter), {is_unit(_662{???SPRINT}, _648{???RUN})}-> ~performedBy(_648{???RUN}, _662{???SPRINT})),
  2761. %     (isa(_634{???RUN}, actIndividualSportsCompetition), isa(_634{???RUN}, actShortDistanceRunningEvent), performedBy(_634{???RUN}, _620{???SPRINT}), {is_unit(_620{???SPRINT})}==>isa(_620{???SPRINT}, mobSprinter))
  2762. %   ].
  2763. % conds= =>((name_variable(_658{???RUN}, 'RUN'), name_variable(_672{???SPRINT}, 'SPRINT'), name_variable(_686{???RUN}, 'RUN'), name_variable(_700{???SPRINT}, 'SPRINT'), name_variable(_630{???RUN}, 'RUN'), name_variable(_644{???SPRINT}, 'SPRINT'), name_variable(_616{???RUN}, 'RUN'), name_variable(_602{???SPRINT}, 'SPRINT')), [(~isa(_658{???RUN}, actShortDistanceRunningEvent)<-{avoidHeadLoop(isa(_658{???RUN}, actIndividualSportsCompetition), isa(_658{???RUN}, actShortDistanceRunningEvent))}, isa(_658{???RUN}, actIndividualSportsCompetition), performedBy(_658{???RUN}, _672{???SPRINT}), {avoidHeadLoop(isa(_672{???SPRINT}, mobSprinter), isa(_658{???RUN}, actShortDistanceRunningEvent))}, ~isa(_672{???SPRINT}, mobSprinter), {is_unit(_658{???RUN})}),  (~isa(_686{???RUN}, actIndividualSportsCompetition)<-{avoidHeadLoop(isa(_686{???RUN}, actShortDistanceRunningEvent), isa(_686{???RUN}, actIndividualSportsCompetition))}, isa(_686{???RUN}, actShortDistanceRunningEvent), performedBy(_686{???RUN}, _700{???SPRINT}), {avoidHeadLoop(isa(_700{???SPRINT}, mobSprinter), isa(_686{???RUN}, actIndividualSportsCompetition))}, ~isa(_700{???SPRINT}, mobSprinter), {is_unit(_686{???RUN})}),  (~performedBy(_630{???RUN}, _644{???SPRINT})<-isa(_630{???RUN}, actIndividualSportsCompetition), isa(_630{???RUN}, actShortDistanceRunningEvent), ~isa(_644{???SPRINT}, mobSprinter), {is_unit(_644{???SPRINT}, _630{???RUN})}),  (isa(_616{???RUN}, actIndividualSportsCompetition), isa(_616{???RUN}, actShortDistanceRunningEvent), performedBy(_616{???RUN}, _602{???SPRINT}), {is_unit(_602{???SPRINT})}==>isa(_602{???SPRINT}, mobSprinter))]).
  2764.  
  2765.  
  2766. % ~isa(_166{???RUN}, actShortDistanceRunningEvent) :-
  2767. %   isa(_166{???RUN}, actIndividualSportsCompetition),
  2768. %   performedBy(_166{???RUN}, _180{???SPRINT}),
  2769. %   ~isa(_180{???SPRINT}, mobSprinter).
  2770. % ~isa(_162{???RUN}, actIndividualSportsCompetition) :-
  2771. %   isa(_162{???RUN}, actShortDistanceRunningEvent),
  2772. %   performedBy(_162{???RUN}, _176{???SPRINT}),
  2773. %   ~isa(_176{???SPRINT}, mobSprinter).
  2774. % ~performedBy(_130{???RUN}, _144{???SPRINT}) :-
  2775. %   isa(_130{???RUN}, actIndividualSportsCompetition),
  2776. %   isa(_130{???RUN}, actShortDistanceRunningEvent),
  2777. %   ~isa(_144{???SPRINT}, mobSprinter).
  2778. % isa(_102{???SPRINT}, mobSprinter) :-
  2779. %   isa(_116{???RUN}, actIndividualSportsCompetition),
  2780. %   isa(_116{???RUN}, actShortDistanceRunningEvent),
  2781. %   performedBy(_116{???RUN}, _102{???SPRINT}).
  2782.  
  2783.  
  2784. % asserted_id(=>(isa(U, actBallAndGoalGame), implies(isa(U, actBallAndGoalGame), helpfulActions(U, actGainingPossessionOfPlayingObject, performedBy, highToVeryHighAmountOf))), a308837(U)).
  2785. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  2786. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  2787.  kif:-all(_191712,=>(isa(_191712,actBallAndGoalGame),implies(isa(_191712,actBallAndGoalGame),helpfulActions(_191712,actGainingPossessionOfPlayingObject,performedBy,highToVeryHighAmountOf))))
  2788.  pkif:-all(_191658,=>(isa(_191658,actBallAndGoalGame),=>(isa(_191658,actBallAndGoalGame),helpfulActions(_191658,actGainingPossessionOfPlayingObject,performedBy,highToVeryHighAmountOf))))
  2789. % cnf :-
  2790. %   v(~isa(_118{???U}, actBallAndGoalGame),
  2791. %     v(~isa(_118{???U}, actBallAndGoalGame),
  2792. %       helpfulActions(_118{???U},
  2793. %              actGainingPossessionOfPlayingObject,
  2794. %              performedBy,
  2795. %              highToVeryHighAmountOf))).
  2796.  horn:-[(~isa(_192282,actBallAndGoalGame):- ~helpfulActions(_192282,actGainingPossessionOfPlayingObject,performedBy,highToVeryHighAmountOf)),(helpfulActions(_192332,actGainingPossessionOfPlayingObject,performedBy,highToVeryHighAmountOf):-isa(_192332,actBallAndGoalGame))]
  2797. % boxlog :-
  2798. %  
  2799. %   [ (~isa(_616{???U}, actBallAndGoalGame):- ~helpfulActions(_616{???U}, actGainingPossessionOfPlayingObject, performedBy, highToVeryHighAmountOf)),
  2800. %     (helpfulActions(_602{???U}, actGainingPossessionOfPlayingObject, performedBy, highToVeryHighAmountOf):-isa(_602{???U}, actBallAndGoalGame))
  2801. %   ].
  2802. % preview :-
  2803. %  
  2804. %   [ (~helpfulActions(_580{???U}, actGainingPossessionOfPlayingObject, performedBy, highToVeryHighAmountOf), {is_unit(_580{???U})}==> ~isa(_580{???U}, actBallAndGoalGame)),
  2805. %     (isa(_566{???U}, actBallAndGoalGame), {is_unit(_566{???U})}==>helpfulActions(_566{???U}, actGainingPossessionOfPlayingObject, performedBy, highToVeryHighAmountOf))
  2806. %   ].
  2807. % conds= =>((name_variable(_562{???U}, 'U'), name_variable(_548{???U}, 'U')), [(~helpfulActions(_562{???U}, actGainingPossessionOfPlayingObject, performedBy, highToVeryHighAmountOf), {is_unit(_562{???U})}==> ~isa(_562{???U}, actBallAndGoalGame)),  (isa(_548{???U}, actBallAndGoalGame), {is_unit(_548{???U})}==>helpfulActions(_548{???U}, actGainingPossessionOfPlayingObject, performedBy, highToVeryHighAmountOf))]).
  2808.  
  2809.  
  2810. % ~isa(_122{???U}, actBallAndGoalGame) :-
  2811. %   ~helpfulActions(_122{???U}, actGainingPossessionOfPlayingObject, performedBy, highToVeryHighAmountOf).
  2812. % helpfulActions(_102{???U}, actGainingPossessionOfPlayingObject, performedBy, highToVeryHighAmountOf) :-
  2813. %   isa(_102{???U}, actBallAndGoalGame).
  2814.  
  2815.  
  2816. % asserted_id(=>(isa(U, actBaseballGame), implies(isa(U, actBaseballGame), helpfulActions(U, actMakingATriplePlay, performedBy, veryHighAmountOf))), a308838(U)).
  2817. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  2818. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  2819.  kif:-all(_191764,=>(isa(_191764,actBaseballGame),implies(isa(_191764,actBaseballGame),helpfulActions(_191764,actMakingATriplePlay,performedBy,veryHighAmountOf))))
  2820.  pkif:-all(_191710,=>(isa(_191710,actBaseballGame),=>(isa(_191710,actBaseballGame),helpfulActions(_191710,actMakingATriplePlay,performedBy,veryHighAmountOf))))
  2821. % cnf :-
  2822. %   v(~isa(_118{???U}, actBaseballGame),
  2823. %     v(~isa(_118{???U}, actBaseballGame),
  2824. %       helpfulActions(_118{???U},
  2825. %              actMakingATriplePlay,
  2826. %              performedBy,
  2827. %              veryHighAmountOf))).
  2828.  horn:-[(~isa(_192334,actBaseballGame):- ~helpfulActions(_192334,actMakingATriplePlay,performedBy,veryHighAmountOf)),(helpfulActions(_192384,actMakingATriplePlay,performedBy,veryHighAmountOf):-isa(_192384,actBaseballGame))]
  2829. % boxlog :-
  2830. %  
  2831. %   [ (~isa(_7968{???U}, actBaseballGame):- ~helpfulActions(_7968{???U}, actMakingATriplePlay, performedBy, veryHighAmountOf)),
  2832. %     (helpfulActions(_7950{???U}, actMakingATriplePlay, performedBy, veryHighAmountOf):-isa(_7950{???U}, actBaseballGame))
  2833. %   ].
  2834. % preview :-
  2835. %  
  2836. %   [ (~helpfulActions(_580{???U}, actMakingATriplePlay, performedBy, veryHighAmountOf), {is_unit(_580{???U})}==> ~isa(_580{???U}, actBaseballGame)),
  2837. %     (isa(_566{???U}, actBaseballGame), {is_unit(_566{???U})}==>helpfulActions(_566{???U}, actMakingATriplePlay, performedBy, veryHighAmountOf))
  2838. %   ].
  2839. % conds= =>((name_variable(_562{???U}, 'U'), name_variable(_548{???U}, 'U')), [(~helpfulActions(_562{???U}, actMakingATriplePlay, performedBy, veryHighAmountOf), {is_unit(_562{???U})}==> ~isa(_562{???U}, actBaseballGame)),  (isa(_548{???U}, actBaseballGame), {is_unit(_548{???U})}==>helpfulActions(_548{???U}, actMakingATriplePlay, performedBy, veryHighAmountOf))]).
  2840.  
  2841.  
  2842. % ~isa(_122{???U}, actBaseballGame) :-
  2843. %   ~helpfulActions(_122{???U}, actMakingATriplePlay, performedBy, veryHighAmountOf).
  2844. % helpfulActions(_102{???U}, actMakingATriplePlay, performedBy, veryHighAmountOf) :-
  2845. %   isa(_102{???U}, actBaseballGame).
  2846.  
  2847.  
  2848. % asserted_id(=>(isa(U, actBaseballGame), implies(isa(U, actBaseballGame), helpfulActions(U, actSlidingIntoBase, performedBy, positiveAmountOf))), a308839(U)).
  2849. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  2850. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  2851.  kif:-all(_191816,=>(isa(_191816,actBaseballGame),implies(isa(_191816,actBaseballGame),helpfulActions(_191816,actSlidingIntoBase,performedBy,positiveAmountOf))))
  2852.  pkif:-all(_191762,=>(isa(_191762,actBaseballGame),=>(isa(_191762,actBaseballGame),helpfulActions(_191762,actSlidingIntoBase,performedBy,positiveAmountOf))))
  2853. % cnf :-
  2854. %   v(~isa(_118{???U}, actBaseballGame),
  2855. %     v(~isa(_118{???U}, actBaseballGame),
  2856. %       helpfulActions(_118{???U},
  2857. %              actSlidingIntoBase,
  2858. %              performedBy,
  2859. %              positiveAmountOf))).
  2860.  horn:-[(~isa(_192386,actBaseballGame):- ~helpfulActions(_192386,actSlidingIntoBase,performedBy,positiveAmountOf)),(helpfulActions(_192436,actSlidingIntoBase,performedBy,positiveAmountOf):-isa(_192436,actBaseballGame))]
  2861. % boxlog :-
  2862. %  
  2863. %   [ (~isa(_7970{???U}, actBaseballGame):- ~helpfulActions(_7970{???U}, actSlidingIntoBase, performedBy, positiveAmountOf)),
  2864. %     (helpfulActions(_7952{???U}, actSlidingIntoBase, performedBy, positiveAmountOf):-isa(_7952{???U}, actBaseballGame))
  2865. %   ].
  2866. % preview :-
  2867. %  
  2868. %   [ (~helpfulActions(_580{???U}, actSlidingIntoBase, performedBy, positiveAmountOf), {is_unit(_580{???U})}==> ~isa(_580{???U}, actBaseballGame)),
  2869. %     (isa(_566{???U}, actBaseballGame), {is_unit(_566{???U})}==>helpfulActions(_566{???U}, actSlidingIntoBase, performedBy, positiveAmountOf))
  2870. %   ].
  2871. % conds= =>((name_variable(_562{???U}, 'U'), name_variable(_548{???U}, 'U')), [(~helpfulActions(_562{???U}, actSlidingIntoBase, performedBy, positiveAmountOf), {is_unit(_562{???U})}==> ~isa(_562{???U}, actBaseballGame)),  (isa(_548{???U}, actBaseballGame), {is_unit(_548{???U})}==>helpfulActions(_548{???U}, actSlidingIntoBase, performedBy, positiveAmountOf))]).
  2872.  
  2873.  
  2874. % ~isa(_122{???U}, actBaseballGame) :-
  2875. %   ~helpfulActions(_122{???U}, actSlidingIntoBase, performedBy, positiveAmountOf).
  2876. % helpfulActions(_102{???U}, actSlidingIntoBase, performedBy, positiveAmountOf) :-
  2877. %   isa(_102{???U}, actBaseballGame).
  2878.  
  2879.  
  2880. % asserted_id(implies(and(isa(A1, tClazzMaleHuman), performedBy(REC, A1), isa(REC, actRecreationalActivity), isa(A2, tClazzMaleHuman), accompaniedBy(A1, A2, REC)), isa(REC, actMaleBondingActivity)), a308840(A1, REC, A2)).
  2881. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  2882. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  2883.  kif:-all(_192078,all(_192098,all(_192118,implies(and(isa(_192078,tClazzMaleHuman),performedBy(_192098,_192078),isa(_192098,actRecreationalActivity),isa(_192118,tClazzMaleHuman),accompaniedBy(_192078,_192118,_192098)),isa(_192098,actMaleBondingActivity)))))
  2884.  pkif:-all(_192036,all(_192056,all(_192076,=>(&(isa(_192036,tClazzMaleHuman),&(performedBy(_192056,_192036),&(isa(_192056,actRecreationalActivity),&(isa(_192076,tClazzMaleHuman),accompaniedBy(_192036,_192076,_192056))))),isa(_192056,actMaleBondingActivity)))))
  2885. % cnf :-
  2886. %   v(isa(_166{???REC}, actMaleBondingActivity),
  2887. %     v(~isa(_152{???A1}, tClazzMaleHuman),
  2888. %       v(~performedBy(_166{???REC}, _152{???A1}),
  2889. %         v(~isa(_166{???REC}, actRecreationalActivity),
  2890. %       v(~isa(_180{???A2}, tClazzMaleHuman),
  2891. %         ~accompaniedBy(_152{???A1}, _180{???A2}, _166{???REC})))))).
  2892.  horn:-[(~isa(_194920,tClazzMaleHuman):- ~isa(_194950,actMaleBondingActivity),isa(_194976,tClazzMaleHuman),performedBy(_194950,_194976),isa(_194950,actRecreationalActivity),accompaniedBy(_194976,_194920,_194950)),(~isa(_195044,actRecreationalActivity):- ~isa(_195044,actMaleBondingActivity),isa(_195086,tClazzMaleHuman),performedBy(_195044,_195086),isa(_195124,tClazzMaleHuman),accompaniedBy(_195086,_195124,_195044)),(~isa(_195168,tClazzMaleHuman):- ~isa(_195198,actMaleBondingActivity),performedBy(_195198,_195168),isa(_195198,actRecreationalActivity),isa(_195248,tClazzMaleHuman),accompaniedBy(_195168,_195248,_195198)),(~performedBy(_195292,_195306):- ~isa(_195292,actMaleBondingActivity),isa(_195306,tClazzMaleHuman),isa(_195292,actRecreationalActivity),isa(_195372,tClazzMaleHuman),accompaniedBy(_195306,_195372,_195292)),(~accompaniedBy(_195418,_195432,_195446):- ~isa(_195446,actMaleBondingActivity),isa(_195418,tClazzMaleHuman),performedBy(_195446,_195418),isa(_195446,actRecreationalActivity),isa(_195432,tClazzMaleHuman)),(isa(_195536,actMaleBondingActivity):-isa(_195562,tClazzMaleHuman),performedBy(_195536,_195562),isa(_195536,actRecreationalActivity),isa(_195612,tClazzMaleHuman),accompaniedBy(_195562,_195612,_195536))]
  2893. % boxlog :-
  2894. %  
  2895. %   [ (~isa(_820{???A2}, tClazzMaleHuman):- ~isa(_834{???REC}, actMaleBondingActivity), isa(_848{???A1}, tClazzMaleHuman), performedBy(_834{???REC}, _848{???A1}), isa(_834{???REC}, actRecreationalActivity), accompaniedBy(_848{???A1}, _820{???A2}, _834{???REC})),
  2896. %     (~isa(_862{???REC}, actRecreationalActivity):- ~isa(_862{???REC}, actMaleBondingActivity), isa(_876{???A1}, tClazzMaleHuman), performedBy(_862{???REC}, _876{???A1}), isa(_890{???A2}, tClazzMaleHuman), accompaniedBy(_876{???A1}, _890{???A2}, _862{???REC})),
  2897. %     (~isa(_946{???A1}, tClazzMaleHuman):- ~isa(_960{???REC}, actMaleBondingActivity), performedBy(_960{???REC}, _946{???A1}), isa(_960{???REC}, actRecreationalActivity), isa(_974{???A2}, tClazzMaleHuman), accompaniedBy(_946{???A1}, _974{???A2}, _960{???REC})),
  2898. %     (~performedBy(_904{???REC}, _918{???A1}):- ~isa(_904{???REC}, actMaleBondingActivity), isa(_918{???A1}, tClazzMaleHuman), isa(_904{???REC}, actRecreationalActivity), isa(_932{???A2}, tClazzMaleHuman), accompaniedBy(_918{???A1}, _932{???A2}, _904{???REC})),
  2899. %     (~accompaniedBy(_778{???A1}, _792{???A2}, _806{???REC}):- ~isa(_806{???REC}, actMaleBondingActivity), isa(_778{???A1}, tClazzMaleHuman), performedBy(_806{???REC}, _778{???A1}), isa(_806{???REC}, actRecreationalActivity), isa(_792{???A2}, tClazzMaleHuman)),
  2900. %     (isa(_988{???REC}, actMaleBondingActivity):-isa(_1002{???A1}, tClazzMaleHuman), performedBy(_988{???REC}, _1002{???A1}), isa(_988{???REC}, actRecreationalActivity), isa(_1016{???A2}, tClazzMaleHuman), accompaniedBy(_1002{???A1}, _1016{???A2}, _988{???REC}))
  2901. %   ].
  2902. % preview :-
  2903. %  
  2904. %   [ ({avoidHeadLoop(isa(_798{???REC}, actMaleBondingActivity), isa(_784{???A2}, tClazzMaleHuman))}, ~isa(_798{???REC}, actMaleBondingActivity), {avoidHeadLoop(isa(_812{???A1}, tClazzMaleHuman), isa(_784{???A2}, tClazzMaleHuman))}, isa(_812{???A1}, tClazzMaleHuman), performedBy(_798{???REC}, _812{???A1}), {avoidHeadLoop(isa(_798{???REC}, actRecreationalActivity), isa(_784{???A2}, tClazzMaleHuman))}, isa(_798{???REC}, actRecreationalActivity), accompaniedBy(_812{???A1}, _784{???A2}, _798{???REC}), {is_unit(_784{???A2})}-> ~isa(_784{???A2}, tClazzMaleHuman)),
  2905. %     ({avoidHeadLoop(isa(_826{???REC}, actMaleBondingActivity), isa(_826{???REC}, actRecreationalActivity))}, ~isa(_826{???REC}, actMaleBondingActivity), {avoidHeadLoop(isa(_840{???A1}, tClazzMaleHuman), isa(_826{???REC}, actRecreationalActivity))}, isa(_840{???A1}, tClazzMaleHuman), performedBy(_826{???REC}, _840{???A1}), {avoidHeadLoop(isa(_854{???A2}, tClazzMaleHuman), isa(_826{???REC}, actRecreationalActivity))}, isa(_854{???A2}, tClazzMaleHuman), accompaniedBy(_840{???A1}, _854{???A2}, _826{???REC}), {is_unit(_826{???REC})}-> ~isa(_826{???REC}, actRecreationalActivity)),
  2906. %     ({avoidHeadLoop(isa(_924{???REC}, actMaleBondingActivity), isa(_910{???A1}, tClazzMaleHuman))}, ~isa(_924{???REC}, actMaleBondingActivity), performedBy(_924{???REC}, _910{???A1}), {avoidHeadLoop(isa(_924{???REC}, actRecreationalActivity), isa(_910{???A1}, tClazzMaleHuman))}, isa(_924{???REC}, actRecreationalActivity), {avoidHeadLoop(isa(_938{???A2}, tClazzMaleHuman), isa(_910{???A1}, tClazzMaleHuman))}, isa(_938{???A2}, tClazzMaleHuman), accompaniedBy(_910{???A1}, _938{???A2}, _924{???REC}), {is_unit(_910{???A1})}-> ~isa(_910{???A1}, tClazzMaleHuman)),
  2907. %     (~isa(_868{???REC}, actMaleBondingActivity), isa(_882{???A1}, tClazzMaleHuman), isa(_868{???REC}, actRecreationalActivity), isa(_896{???A2}, tClazzMaleHuman), accompaniedBy(_882{???A1}, _896{???A2}, _868{???REC}), {is_unit(_882{???A1}, _868{???REC})}-> ~performedBy(_868{???REC}, _882{???A1})),
  2908. %     (~isa(_770{???REC}, actMaleBondingActivity), isa(_742{???A1}, tClazzMaleHuman), performedBy(_770{???REC}, _742{???A1}), isa(_770{???REC}, actRecreationalActivity), isa(_756{???A2}, tClazzMaleHuman), {is_unit(_770{???REC}, _756{???A2}, _742{???A1})}-> ~accompaniedBy(_742{???A1}, _756{???A2}, _770{???REC})),
  2909. %     (isa(_966{???A1}, tClazzMaleHuman), performedBy(_952{???REC}, _966{???A1}), isa(_952{???REC}, actRecreationalActivity), isa(_980{???A2}, tClazzMaleHuman), accompaniedBy(_966{???A1}, _980{???A2}, _952{???REC}), {is_unit(_952{???REC})}==>isa(_952{???REC}, actMaleBondingActivity))
  2910. %   ].
  2911. % conds= =>((name_variable(_766{???A2}, 'A2'), name_variable(_780{???REC}, 'REC'), name_variable(_794{???A1}, 'A1'), name_variable(_808{???REC}, 'REC'), name_variable(_822{???A1}, 'A1'), name_variable(_836{???A2}, 'A2'), name_variable(_892{???A1}, 'A1'), name_variable(_906{???REC}, 'REC'), name_variable(_920{???A2}, 'A2'), name_variable(_850{???REC}, 'REC'), name_variable(_864{???A1}, 'A1'), name_variable(_878{???A2}, 'A2'), name_variable(_724{???A1}, 'A1'), name_variable(_738{???A2}, 'A2'), name_variable(_752{???REC}, 'REC'), name_variable(_948{???A1}, 'A1'), name_variable(_934{???REC}, 'REC'), name_variable(_962{???A2}, 'A2')), [(~isa(_766{???A2}, tClazzMaleHuman)<-{avoidHeadLoop(isa(_780{???REC}, actMaleBondingActivity), isa(_766{???A2}, tClazzMaleHuman))}, ~isa(_780{???REC}, actMaleBondingActivity), {avoidHeadLoop(isa(_794{???A1}, tClazzMaleHuman), isa(_766{???A2}, tClazzMaleHuman))}, isa(_794{???A1}, tClazzMaleHuman), performedBy(_780{???REC}, _794{???A1}), {avoidHeadLoop(isa(_780{???REC}, actRecreationalActivity), isa(_766{???A2}, tClazzMaleHuman))}, isa(_780{???REC}, actRecreationalActivity), accompaniedBy(_794{???A1}, _766{???A2}, _780{???REC}), {is_unit(_766{???A2})}),  (~isa(_808{???REC}, actRecreationalActivity)<-{avoidHeadLoop(isa(_808{???REC}, actMaleBondingActivity), isa(_808{???REC}, actRecreationalActivity))}, ~isa(_808{???REC}, actMaleBondingActivity), {avoidHeadLoop(isa(_822{???A1}, tClazzMaleHuman), isa(_808{???REC}, actRecreationalActivity))}, isa(_822{???A1}, tClazzMaleHuman), performedBy(_808{???REC}, _822{???A1}), {avoidHeadLoop(isa(_836{???A2}, tClazzMaleHuman), isa(_808{???REC}, actRecreationalActivity))}, isa(_836{???A2}, tClazzMaleHuman), accompaniedBy(_822{???A1}, _836{???A2}, _808{???REC}), {is_unit(_808{???REC})}),  (~isa(_892{???A1}, tClazzMaleHuman)<-{avoidHeadLoop(isa(_906{???REC}, actMaleBondingActivity), isa(_892{???A1}, tClazzMaleHuman))}, ~isa(_906{???REC}, actMaleBondingActivity), performedBy(_906{???REC}, _892{???A1}), {avoidHeadLoop(isa(_906{???REC}, actRecreationalActivity), isa(_892{???A1}, tClazzMaleHuman))}, isa(_906{???REC}, actRecreationalActivity), {avoidHeadLoop(isa(_920{???A2}, tClazzMaleHuman), isa(_892{???A1}, tClazzMaleHuman))}, isa(_920{???A2}, tClazzMaleHuman), accompaniedBy(_892{???A1}, _920{???A2}, _906{???REC}), {is_unit(_892{???A1})}),  (~performedBy(_850{???REC}, _864{???A1})<- ~isa(_850{???REC}, actMaleBondingActivity), isa(_864{???A1}, tClazzMaleHuman), isa(_850{???REC}, actRecreationalActivity), isa(_878{???A2}, tClazzMaleHuman), accompaniedBy(_864{???A1}, _878{???A2}, _850{???REC}), {is_unit(_864{???A1}, _850{???REC})}),  (~accompaniedBy(_724{???A1}, _738{???A2}, _752{???REC})<- ~isa(_752{???REC}, actMaleBondingActivity), isa(_724{???A1}, tClazzMaleHuman), performedBy(_752{???REC}, _724{???A1}), isa(_752{???REC}, actRecreationalActivity), isa(_738{???A2}, tClazzMaleHuman), {is_unit(_752{???REC}, _738{???A2}, _724{???A1})}),  (isa(_948{???A1}, tClazzMaleHuman), performedBy(_934{???REC}, _948{???A1}), isa(_934{???REC}, actRecreationalActivity), isa(_962{???A2}, tClazzMaleHuman), accompaniedBy(_948{???A1}, _962{???A2}, _934{???REC}), {is_unit(_934{???REC})}==>isa(_934{???REC}, actMaleBondingActivity))]).
  2912.  
  2913.  
  2914. % ~isa(_154{???A2}, tClazzMaleHuman) :-
  2915. %   ~isa(_168{???REC}, actMaleBondingActivity),
  2916. %   isa(_182{???A1}, tClazzMaleHuman),
  2917. %   performedBy(_168{???REC}, _182{???A1}),
  2918. %   isa(_168{???REC}, actRecreationalActivity),
  2919. %   accompaniedBy(_182{???A1}, _154{???A2}, _168{???REC}).
  2920. % ~isa(_150{???REC}, actRecreationalActivity) :-
  2921. %   ~isa(_150{???REC}, actMaleBondingActivity),
  2922. %   isa(_164{???A1}, tClazzMaleHuman),
  2923. %   performedBy(_150{???REC}, _164{???A1}),
  2924. %   isa(_178{???A2}, tClazzMaleHuman),
  2925. %   accompaniedBy(_164{???A1}, _178{???A2}, _150{???REC}).
  2926. % ~isa(_192{???A1}, tClazzMaleHuman) :-
  2927. %   ~isa(_200{???REC}, actMaleBondingActivity),
  2928. %   performedBy(_200{???REC}, _186{???A1}),
  2929. %   isa(_200{???REC}, actRecreationalActivity),
  2930. %   isa(_214{???A2}, tClazzMaleHuman),
  2931. %   accompaniedBy(_186{???A1}, _214{???A2}, _200{???REC}).
  2932. % ~performedBy(_144{???REC}, _158{???A1}) :-
  2933. %   ~isa(_144{???REC}, actMaleBondingActivity),
  2934. %   isa(_158{???A1}, tClazzMaleHuman),
  2935. %   isa(_144{???REC}, actRecreationalActivity),
  2936. %   isa(_172{???A2}, tClazzMaleHuman),
  2937. %   accompaniedBy(_158{???A1}, _172{???A2}, _144{???REC}).
  2938. % ~accompaniedBy(_102{???A1}, _116{???A2}, _130{???REC}) :-
  2939. %   ~isa(_130{???REC}, actMaleBondingActivity),
  2940. %   isa(_102{???A1}, tClazzMaleHuman),
  2941. %   performedBy(_130{???REC}, _102{???A1}),
  2942. %   isa(_130{???REC}, actRecreationalActivity),
  2943. %   isa(_116{???A2}, tClazzMaleHuman).
  2944. % isa(_108{???REC}, actMaleBondingActivity) :-
  2945. %   isa(_122{???A1}, tClazzMaleHuman),
  2946. %   performedBy(_108{???REC}, _122{???A1}),
  2947. %   isa(_108{???REC}, actRecreationalActivity),
  2948. %   isa(_136{???A2}, tClazzMaleHuman),
  2949. %   accompaniedBy(_122{???A1}, _136{???A2}, _108{???REC}).
  2950.  
  2951.  
  2952. % asserted_id(implies(and(isa(SC, actSpokenCommunicating), performedBy(SC, AGT)), isa(AGT, mobPerson)), a308841(SC, AGT)).
  2953. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  2954. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  2955.  kif:-all(_192084,all(_192104,implies(and(isa(_192084,actSpokenCommunicating),performedBy(_192084,_192104)),isa(_192104,mobPerson))))
  2956.  pkif:-all(_192030,all(_192050,=>(&(isa(_192030,actSpokenCommunicating),performedBy(_192030,_192050)),isa(_192050,mobPerson))))
  2957. % cnf :-
  2958. %   v(v(~isa(_126{???SC}, actSpokenCommunicating),
  2959. %       ~performedBy(_126{???SC}, _140{???AGT})),
  2960. %     isa(_140{???AGT}, mobPerson)).
  2961.  horn:-[(~isa(_192914,actSpokenCommunicating):-performedBy(_192914,_192940),~isa(_192940,mobPerson)),(~performedBy(_192986,_193000):-isa(_192986,actSpokenCommunicating),~isa(_193000,mobPerson)),(isa(_193054,mobPerson):-isa(_193080,actSpokenCommunicating),performedBy(_193080,_193054))]
  2962. % boxlog :-
  2963. %  
  2964. %   [ (~isa(_668{???SC}, actSpokenCommunicating):-performedBy(_668{???SC}, _682{???AGT}), ~isa(_682{???AGT}, mobPerson)),
  2965. %     (~performedBy(_640{???SC}, _654{???AGT}):-isa(_640{???SC}, actSpokenCommunicating), ~isa(_654{???AGT}, mobPerson)),
  2966. %     (isa(_612{???AGT}, mobPerson):-isa(_626{???SC}, actSpokenCommunicating), performedBy(_626{???SC}, _612{???AGT}))
  2967. %   ].
  2968. % preview :-
  2969. %  
  2970. %   [ (performedBy(_632{???SC}, _646{???AGT}), {avoidHeadLoop(isa(_646{???AGT}, mobPerson), isa(_632{???SC}, actSpokenCommunicating))}, ~isa(_646{???AGT}, mobPerson), {is_unit(_632{???SC})}-> ~isa(_632{???SC}, actSpokenCommunicating)),
  2971. %     (isa(_604{???SC}, actSpokenCommunicating), ~isa(_618{???AGT}, mobPerson), {is_unit(_618{???AGT}, _604{???SC})}==> ~performedBy(_604{???SC}, _618{???AGT})),
  2972. %     (isa(_590{???SC}, actSpokenCommunicating), performedBy(_590{???SC}, _576{???AGT}), {is_unit(_576{???AGT})}==>isa(_576{???AGT}, mobPerson))
  2973. %   ].
  2974. % conds= =>((name_variable(_614{???SC}, 'SC'), name_variable(_628{???AGT}, 'AGT'), name_variable(_586{???SC}, 'SC'), name_variable(_600{???AGT}, 'AGT'), name_variable(_572{???SC}, 'SC'), name_variable(_558{???AGT}, 'AGT')), [(~isa(_614{???SC}, actSpokenCommunicating)<-performedBy(_614{???SC}, _628{???AGT}), {avoidHeadLoop(isa(_628{???AGT}, mobPerson), isa(_614{???SC}, actSpokenCommunicating))}, ~isa(_628{???AGT}, mobPerson), {is_unit(_614{???SC})}),  (isa(_586{???SC}, actSpokenCommunicating), ~isa(_600{???AGT}, mobPerson), {is_unit(_600{???AGT}, _586{???SC})}==> ~performedBy(_586{???SC}, _600{???AGT})),  (isa(_572{???SC}, actSpokenCommunicating), performedBy(_572{???SC}, _558{???AGT}), {is_unit(_558{???AGT})}==>isa(_558{???AGT}, mobPerson))]).
  2975.  
  2976.  
  2977. % ~isa(_166{???SC}, actSpokenCommunicating) :-
  2978. %   performedBy(_166{???SC}, _180{???AGT}),
  2979. %   ~isa(_180{???AGT}, mobPerson).
  2980. % ~performedBy(_130{???SC}, _144{???AGT}) :-
  2981. %   isa(_130{???SC}, actSpokenCommunicating),
  2982. %   ~isa(_144{???AGT}, mobPerson).
  2983. % isa(_102{???AGT}, mobPerson) :-
  2984. %   isa(_116{???SC}, actSpokenCommunicating),
  2985. %   performedBy(_116{???SC}, _102{???AGT}).
  2986.  
  2987.  
  2988. % asserted_id(implies(and(isa(TS, actTakingSomething), toPossessor(TS, TAKER)), performedBy(TS, TAKER)), a308842(TS, TAKER)).
  2989. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  2990. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  2991.  kif:-all(_192188,all(_192208,implies(and(isa(_192188,actTakingSomething),toPossessor(_192188,_192208)),performedBy(_192188,_192208))))
  2992.  pkif:-all(_192134,all(_192154,=>(&(isa(_192134,actTakingSomething),toPossessor(_192134,_192154)),performedBy(_192134,_192154))))
  2993. % cnf :-
  2994. %   v(v(~isa(_126{???TS}, actTakingSomething),
  2995. %       ~toPossessor(_126{???TS}, _140{???TAKER})),
  2996. %     performedBy(_126{???TS}, _140{???TAKER})).
  2997.  horn:-[(~isa(_193018,actTakingSomething):-toPossessor(_193018,_193044),~performedBy(_193018,_193044)),(~toPossessor(_193090,_193104):-isa(_193090,actTakingSomething),~performedBy(_193090,_193104)),(performedBy(_193158,_193172):-isa(_193158,actTakingSomething),toPossessor(_193158,_193172))]
  2998. % boxlog :-
  2999. %  
  3000. %   [ (~isa(_668{???TS}, actTakingSomething):-toPossessor(_668{???TS}, _682{???TAKER}), ~performedBy(_668{???TS}, _682{???TAKER})),
  3001. %     (~toPossessor(_640{???TS}, _654{???TAKER}):-isa(_640{???TS}, actTakingSomething), ~performedBy(_640{???TS}, _654{???TAKER})),
  3002. %     (performedBy(_612{???TS}, _626{???TAKER}):-isa(_612{???TS}, actTakingSomething), toPossessor(_612{???TS}, _626{???TAKER}))
  3003. %   ].
  3004. % preview :-
  3005. %  
  3006. %   [ (toPossessor(_632{???TS}, _646{???TAKER}), ~performedBy(_632{???TS}, _646{???TAKER}), {is_unit(_632{???TS})}-> ~isa(_632{???TS}, actTakingSomething)),
  3007. %     (isa(_604{???TS}, actTakingSomething), ~performedBy(_604{???TS}, _618{???TAKER}), {is_unit(_618{???TAKER}, _604{???TS})}-> ~toPossessor(_604{???TS}, _618{???TAKER})),
  3008. %     (isa(_576{???TS}, actTakingSomething), toPossessor(_576{???TS}, _590{???TAKER}), {is_unit(_590{???TAKER}, _576{???TS})}==>performedBy(_576{???TS}, _590{???TAKER}))
  3009. %   ].
  3010. % conds= =>((name_variable(_614{???TS}, 'TS'), name_variable(_628{???TAKER}, 'TAKER'), name_variable(_586{???TS}, 'TS'), name_variable(_600{???TAKER}, 'TAKER'), name_variable(_558{???TS}, 'TS'), name_variable(_572{???TAKER}, 'TAKER')), [(~isa(_614{???TS}, actTakingSomething)<-toPossessor(_614{???TS}, _628{???TAKER}), ~performedBy(_614{???TS}, _628{???TAKER}), {is_unit(_614{???TS})}),  (~toPossessor(_586{???TS}, _600{???TAKER})<-isa(_586{???TS}, actTakingSomething), ~performedBy(_586{???TS}, _600{???TAKER}), {is_unit(_600{???TAKER}, _586{???TS})}),  (isa(_558{???TS}, actTakingSomething), toPossessor(_558{???TS}, _572{???TAKER}), {is_unit(_572{???TAKER}, _558{???TS})}==>performedBy(_558{???TS}, _572{???TAKER}))]).
  3011.  
  3012.  
  3013. % ~isa(_166{???TS}, actTakingSomething) :-
  3014. %   toPossessor(_166{???TS}, _180{???TAKER}),
  3015. %   ~performedBy(_166{???TS}, _180{???TAKER}).
  3016. % ~toPossessor(_130{???TS}, _144{???TAKER}) :-
  3017. %   isa(_130{???TS}, actTakingSomething),
  3018. %   ~performedBy(_130{???TS}, _144{???TAKER}).
  3019. % performedBy(_102{???TS}, _116{???TAKER}) :-
  3020. %   isa(_102{???TS}, actTakingSomething),
  3021. %   toPossessor(_102{???TS}, _116{???TAKER}).
  3022.  
  3023.  
  3024. % asserted_id(=>(isa(U, actTableTennisGame), implies(isa(U, actTableTennisGame), helpfulActions(U, actBreakingOpponentsServe, performedBy, positiveAmountOf))), a308843(U)).
  3025. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  3026. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  3027.  kif:-all(_192232,=>(isa(_192232,actTableTennisGame),implies(isa(_192232,actTableTennisGame),helpfulActions(_192232,actBreakingOpponentsServe,performedBy,positiveAmountOf))))
  3028.  pkif:-all(_192178,=>(isa(_192178,actTableTennisGame),=>(isa(_192178,actTableTennisGame),helpfulActions(_192178,actBreakingOpponentsServe,performedBy,positiveAmountOf))))
  3029. % cnf :-
  3030. %   v(~isa(_118{???U}, actTableTennisGame),
  3031. %     v(~isa(_118{???U}, actTableTennisGame),
  3032. %       helpfulActions(_118{???U},
  3033. %              actBreakingOpponentsServe,
  3034. %              performedBy,
  3035. %              positiveAmountOf))).
  3036.  horn:-[(~isa(_192802,actTableTennisGame):- ~helpfulActions(_192802,actBreakingOpponentsServe,performedBy,positiveAmountOf)),(helpfulActions(_192852,actBreakingOpponentsServe,performedBy,positiveAmountOf):-isa(_192852,actTableTennisGame))]
  3037. % boxlog :-
  3038. %  
  3039. %   [ (~isa(_7986{???U}, actTableTennisGame):- ~helpfulActions(_7986{???U}, actBreakingOpponentsServe, performedBy, positiveAmountOf)),
  3040. %     (helpfulActions(_7968{???U}, actBreakingOpponentsServe, performedBy, positiveAmountOf):-isa(_7968{???U}, actTableTennisGame))
  3041. %   ].
  3042. % preview :-
  3043. %  
  3044. %   [ (~helpfulActions(_580{???U}, actBreakingOpponentsServe, performedBy, positiveAmountOf), {is_unit(_580{???U})}==> ~isa(_580{???U}, actTableTennisGame)),
  3045. %     (isa(_566{???U}, actTableTennisGame), {is_unit(_566{???U})}==>helpfulActions(_566{???U}, actBreakingOpponentsServe, performedBy, positiveAmountOf))
  3046. %   ].
  3047. % conds= =>((name_variable(_562{???U}, 'U'), name_variable(_548{???U}, 'U')), [(~helpfulActions(_562{???U}, actBreakingOpponentsServe, performedBy, positiveAmountOf), {is_unit(_562{???U})}==> ~isa(_562{???U}, actTableTennisGame)),  (isa(_548{???U}, actTableTennisGame), {is_unit(_548{???U})}==>helpfulActions(_548{???U}, actBreakingOpponentsServe, performedBy, positiveAmountOf))]).
  3048.  
  3049.  
  3050. % ~isa(_122{???U}, actTableTennisGame) :-
  3051. %   ~helpfulActions(_122{???U}, actBreakingOpponentsServe, performedBy, positiveAmountOf).
  3052. % helpfulActions(_102{???U}, actBreakingOpponentsServe, performedBy, positiveAmountOf) :-
  3053. %   isa(_102{???U}, actTableTennisGame).
  3054.  
  3055.  
  3056. % asserted_id(=>(isa(U, actAlpineSkiingSportsEvent), implies(isa(U, actAlpineSkiingSportsEvent), helpfulActions(U, actMinimizingWindResistance, performedBy, positiveAmountOf))), a308844(U)).
  3057. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  3058. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  3059.  kif:-all(_192284,=>(isa(_192284,actAlpineSkiingSportsEvent),implies(isa(_192284,actAlpineSkiingSportsEvent),helpfulActions(_192284,actMinimizingWindResistance,performedBy,positiveAmountOf))))
  3060.  pkif:-all(_192230,=>(isa(_192230,actAlpineSkiingSportsEvent),=>(isa(_192230,actAlpineSkiingSportsEvent),helpfulActions(_192230,actMinimizingWindResistance,performedBy,positiveAmountOf))))
  3061. % cnf :-
  3062. %   v(~isa(_118{???U}, actAlpineSkiingSportsEvent),
  3063. %     v(~isa(_118{???U}, actAlpineSkiingSportsEvent),
  3064. %       helpfulActions(_118{???U},
  3065. %              actMinimizingWindResistance,
  3066. %              performedBy,
  3067. %              positiveAmountOf))).
  3068.  horn:-[(~isa(_192854,actAlpineSkiingSportsEvent):- ~helpfulActions(_192854,actMinimizingWindResistance,performedBy,positiveAmountOf)),(helpfulActions(_192904,actMinimizingWindResistance,performedBy,positiveAmountOf):-isa(_192904,actAlpineSkiingSportsEvent))]
  3069. % boxlog :-
  3070. %  
  3071. %   [ (~isa(_616{???U}, actAlpineSkiingSportsEvent):- ~helpfulActions(_616{???U}, actMinimizingWindResistance, performedBy, positiveAmountOf)),
  3072. %     (helpfulActions(_602{???U}, actMinimizingWindResistance, performedBy, positiveAmountOf):-isa(_602{???U}, actAlpineSkiingSportsEvent))
  3073. %   ].
  3074. % preview :-
  3075. %  
  3076. %   [ (~helpfulActions(_580{???U}, actMinimizingWindResistance, performedBy, positiveAmountOf), {is_unit(_580{???U})}==> ~isa(_580{???U}, actAlpineSkiingSportsEvent)),
  3077. %     (isa(_566{???U}, actAlpineSkiingSportsEvent), {is_unit(_566{???U})}==>helpfulActions(_566{???U}, actMinimizingWindResistance, performedBy, positiveAmountOf))
  3078. %   ].
  3079. % conds= =>((name_variable(_562{???U}, 'U'), name_variable(_548{???U}, 'U')), [(~helpfulActions(_562{???U}, actMinimizingWindResistance, performedBy, positiveAmountOf), {is_unit(_562{???U})}==> ~isa(_562{???U}, actAlpineSkiingSportsEvent)),  (isa(_548{???U}, actAlpineSkiingSportsEvent), {is_unit(_548{???U})}==>helpfulActions(_548{???U}, actMinimizingWindResistance, performedBy, positiveAmountOf))]).
  3080.  
  3081.  
  3082. % ~isa(_122{???U}, actAlpineSkiingSportsEvent) :-
  3083. %   ~helpfulActions(_122{???U}, actMinimizingWindResistance, performedBy, positiveAmountOf).
  3084. % helpfulActions(_102{???U}, actMinimizingWindResistance, performedBy, positiveAmountOf) :-
  3085. %   isa(_102{???U}, actAlpineSkiingSportsEvent).
  3086.  
  3087.  
  3088. % asserted_id(implies(and(isa(U, actPilotingAShip), performedBy(U, X)), knowsAbout(X, tClazzShip)), a308845(U, X)).
  3089. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  3090. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  3091.  kif:-all(_192396,all(_192416,implies(and(isa(_192396,actPilotingAShip),performedBy(_192396,_192416)),knowsAbout(_192416,tClazzShip))))
  3092.  pkif:-all(_192342,all(_192362,=>(&(isa(_192342,actPilotingAShip),performedBy(_192342,_192362)),knowsAbout(_192362,tClazzShip))))
  3093. % cnf :-
  3094. %   v(v(~isa(_126{???U}, actPilotingAShip),
  3095. %       ~performedBy(_126{???U}, _140{???X})),
  3096. %     knowsAbout(_140{???X}, tClazzShip)).
  3097.  horn:-[(~isa(_193226,actPilotingAShip):-performedBy(_193226,_193252),~knowsAbout(_193252,tClazzShip)),(~performedBy(_193298,_193312):-isa(_193298,actPilotingAShip),~knowsAbout(_193312,tClazzShip)),(knowsAbout(_193366,tClazzShip):-isa(_193392,actPilotingAShip),performedBy(_193392,_193366))]
  3098. % boxlog :-
  3099. %  
  3100. %   [ (~isa(_668{???U}, actPilotingAShip):-performedBy(_668{???U}, _682{???X}), ~knowsAbout(_682{???X}, tClazzShip)),
  3101. %     (~performedBy(_640{???U}, _654{???X}):-isa(_640{???U}, actPilotingAShip), ~knowsAbout(_654{???X}, tClazzShip)),
  3102. %     (knowsAbout(_612{???X}, tClazzShip):-isa(_626{???U}, actPilotingAShip), performedBy(_626{???U}, _612{???X}))
  3103. %   ].
  3104. % preview :-
  3105. %  
  3106. %   [ (performedBy(_632{???U}, _646{???X}), ~knowsAbout(_646{???X}, tClazzShip), {is_unit(_632{???U})}-> ~isa(_632{???U}, actPilotingAShip)),
  3107. %     (isa(_604{???U}, actPilotingAShip), ~knowsAbout(_618{???X}, tClazzShip), {is_unit(_618{???X}, _604{???U})}==> ~performedBy(_604{???U}, _618{???X})),
  3108. %     (isa(_590{???U}, actPilotingAShip), performedBy(_590{???U}, _576{???X}), {is_unit(_576{???X})}==>knowsAbout(_576{???X}, tClazzShip))
  3109. %   ].
  3110. % conds= =>((name_variable(_614{???U}, 'U'), name_variable(_628{???X}, 'X'), name_variable(_586{???U}, 'U'), name_variable(_600{???X}, 'X'), name_variable(_572{???U}, 'U'), name_variable(_558{???X}, 'X')), [(~isa(_614{???U}, actPilotingAShip)<-performedBy(_614{???U}, _628{???X}), ~knowsAbout(_628{???X}, tClazzShip), {is_unit(_614{???U})}),  (isa(_586{???U}, actPilotingAShip), ~knowsAbout(_600{???X}, tClazzShip), {is_unit(_600{???X}, _586{???U})}==> ~performedBy(_586{???U}, _600{???X})),  (isa(_572{???U}, actPilotingAShip), performedBy(_572{???U}, _558{???X}), {is_unit(_558{???X})}==>knowsAbout(_558{???X}, tClazzShip))]).
  3111.  
  3112.  
  3113. % ~isa(_166{???U}, actPilotingAShip) :-
  3114. %   performedBy(_166{???U}, _180{???X}),
  3115. %   ~knowsAbout(_180{???X}, tClazzShip).
  3116. % ~performedBy(_130{???U}, _144{???X}) :-
  3117. %   isa(_130{???U}, actPilotingAShip),
  3118. %   ~knowsAbout(_144{???X}, tClazzShip).
  3119. % knowsAbout(_102{???X}, tClazzShip) :-
  3120. %   isa(_116{???U}, actPilotingAShip),
  3121. %   performedBy(_116{???U}, _102{???X}).
  3122.  
  3123.  
  3124. % asserted_id(=>(isa(U, actLugeSportsEvent), implies(isa(U, actLugeSportsEvent), helpfulActions(U, actMinimizingWindResistance, performedBy, highAmountOf))), a308846(U)).
  3125. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  3126. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  3127.  kif:-all(_192440,=>(isa(_192440,actLugeSportsEvent),implies(isa(_192440,actLugeSportsEvent),helpfulActions(_192440,actMinimizingWindResistance,performedBy,highAmountOf))))
  3128.  pkif:-all(_192386,=>(isa(_192386,actLugeSportsEvent),=>(isa(_192386,actLugeSportsEvent),helpfulActions(_192386,actMinimizingWindResistance,performedBy,highAmountOf))))
  3129. % cnf :-
  3130. %   v(~isa(_118{???U}, actLugeSportsEvent),
  3131. %     v(~isa(_118{???U}, actLugeSportsEvent),
  3132. %       helpfulActions(_118{???U},
  3133. %              actMinimizingWindResistance,
  3134. %              performedBy,
  3135. %              highAmountOf))).
  3136.  horn:-[(~isa(_193010,actLugeSportsEvent):- ~helpfulActions(_193010,actMinimizingWindResistance,performedBy,highAmountOf)),(helpfulActions(_193060,actMinimizingWindResistance,performedBy,highAmountOf):-isa(_193060,actLugeSportsEvent))]
  3137. % boxlog :-
  3138. %  
  3139. %   [ (~isa(_7994{???U}, actLugeSportsEvent):- ~helpfulActions(_7994{???U}, actMinimizingWindResistance, performedBy, highAmountOf)),
  3140. %     (helpfulActions(_7976{???U}, actMinimizingWindResistance, performedBy, highAmountOf):-isa(_7976{???U}, actLugeSportsEvent))
  3141. %   ].
  3142. % preview :-
  3143. %  
  3144. %   [ (~helpfulActions(_580{???U}, actMinimizingWindResistance, performedBy, highAmountOf), {is_unit(_580{???U})}==> ~isa(_580{???U}, actLugeSportsEvent)),
  3145. %     (isa(_566{???U}, actLugeSportsEvent), {is_unit(_566{???U})}==>helpfulActions(_566{???U}, actMinimizingWindResistance, performedBy, highAmountOf))
  3146. %   ].
  3147. % conds= =>((name_variable(_562{???U}, 'U'), name_variable(_548{???U}, 'U')), [(~helpfulActions(_562{???U}, actMinimizingWindResistance, performedBy, highAmountOf), {is_unit(_562{???U})}==> ~isa(_562{???U}, actLugeSportsEvent)),  (isa(_548{???U}, actLugeSportsEvent), {is_unit(_548{???U})}==>helpfulActions(_548{???U}, actMinimizingWindResistance, performedBy, highAmountOf))]).
  3148.  
  3149.  
  3150. % ~isa(_122{???U}, actLugeSportsEvent) :-
  3151. %   ~helpfulActions(_122{???U}, actMinimizingWindResistance, performedBy, highAmountOf).
  3152. % helpfulActions(_102{???U}, actMinimizingWindResistance, performedBy, highAmountOf) :-
  3153. %   isa(_102{???U}, actLugeSportsEvent).
  3154.  
  3155.  
  3156. % asserted_id(=>(isa(U, actWrestlingSportsEvent), implies(isa(U, actWrestlingSportsEvent), helpfulActions(U, actObtainingUpperPosition, performedBy, positiveAmountOf))), a308847(U)).
  3157. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  3158. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  3159.  kif:-all(_192492,=>(isa(_192492,actWrestlingSportsEvent),implies(isa(_192492,actWrestlingSportsEvent),helpfulActions(_192492,actObtainingUpperPosition,performedBy,positiveAmountOf))))
  3160.  pkif:-all(_192438,=>(isa(_192438,actWrestlingSportsEvent),=>(isa(_192438,actWrestlingSportsEvent),helpfulActions(_192438,actObtainingUpperPosition,performedBy,positiveAmountOf))))
  3161. % cnf :-
  3162. %   v(~isa(_118{???U}, actWrestlingSportsEvent),
  3163. %     v(~isa(_118{???U}, actWrestlingSportsEvent),
  3164. %       helpfulActions(_118{???U},
  3165. %              actObtainingUpperPosition,
  3166. %              performedBy,
  3167. %              positiveAmountOf))).
  3168.  horn:-[(~isa(_193062,actWrestlingSportsEvent):- ~helpfulActions(_193062,actObtainingUpperPosition,performedBy,positiveAmountOf)),(helpfulActions(_193112,actObtainingUpperPosition,performedBy,positiveAmountOf):-isa(_193112,actWrestlingSportsEvent))]
  3169. % boxlog :-
  3170. %  
  3171. %   [ (~isa(_616{???U}, actWrestlingSportsEvent):- ~helpfulActions(_616{???U}, actObtainingUpperPosition, performedBy, positiveAmountOf)),
  3172. %     (helpfulActions(_602{???U}, actObtainingUpperPosition, performedBy, positiveAmountOf):-isa(_602{???U}, actWrestlingSportsEvent))
  3173. %   ].
  3174. % preview :-
  3175. %  
  3176. %   [ (~helpfulActions(_580{???U}, actObtainingUpperPosition, performedBy, positiveAmountOf), {is_unit(_580{???U})}==> ~isa(_580{???U}, actWrestlingSportsEvent)),
  3177. %     (isa(_566{???U}, actWrestlingSportsEvent), {is_unit(_566{???U})}==>helpfulActions(_566{???U}, actObtainingUpperPosition, performedBy, positiveAmountOf))
  3178. %   ].
  3179. % conds= =>((name_variable(_562{???U}, 'U'), name_variable(_548{???U}, 'U')), [(~helpfulActions(_562{???U}, actObtainingUpperPosition, performedBy, positiveAmountOf), {is_unit(_562{???U})}==> ~isa(_562{???U}, actWrestlingSportsEvent)),  (isa(_548{???U}, actWrestlingSportsEvent), {is_unit(_548{???U})}==>helpfulActions(_548{???U}, actObtainingUpperPosition, performedBy, positiveAmountOf))]).
  3180.  
  3181.  
  3182. % ~isa(_122{???U}, actWrestlingSportsEvent) :-
  3183. %   ~helpfulActions(_122{???U}, actObtainingUpperPosition, performedBy, positiveAmountOf).
  3184. % helpfulActions(_102{???U}, actObtainingUpperPosition, performedBy, positiveAmountOf) :-
  3185. %   isa(_102{???U}, actWrestlingSportsEvent).
  3186.  
  3187.  
  3188. % asserted_id(=>(isa(U, actCyclingSportsEvent), implies(isa(U, actCyclingSportsEvent), helpfulActions(U, actMinimizingWindResistance, performedBy, positiveAmountOf))), a308848(U)).
  3189. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  3190. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  3191.  kif:-all(_192544,=>(isa(_192544,actCyclingSportsEvent),implies(isa(_192544,actCyclingSportsEvent),helpfulActions(_192544,actMinimizingWindResistance,performedBy,positiveAmountOf))))
  3192.  pkif:-all(_192490,=>(isa(_192490,actCyclingSportsEvent),=>(isa(_192490,actCyclingSportsEvent),helpfulActions(_192490,actMinimizingWindResistance,performedBy,positiveAmountOf))))
  3193. % cnf :-
  3194. %   v(~isa(_118{???U}, actCyclingSportsEvent),
  3195. %     v(~isa(_118{???U}, actCyclingSportsEvent),
  3196. %       helpfulActions(_118{???U},
  3197. %              actMinimizingWindResistance,
  3198. %              performedBy,
  3199. %              positiveAmountOf))).
  3200.  horn:-[(~isa(_193114,actCyclingSportsEvent):- ~helpfulActions(_193114,actMinimizingWindResistance,performedBy,positiveAmountOf)),(helpfulActions(_193164,actMinimizingWindResistance,performedBy,positiveAmountOf):-isa(_193164,actCyclingSportsEvent))]
  3201. % boxlog :-
  3202. %  
  3203. %   [ (~isa(_616{???U}, actCyclingSportsEvent):- ~helpfulActions(_616{???U}, actMinimizingWindResistance, performedBy, positiveAmountOf)),
  3204. %     (helpfulActions(_602{???U}, actMinimizingWindResistance, performedBy, positiveAmountOf):-isa(_602{???U}, actCyclingSportsEvent))
  3205. %   ].
  3206. % preview :-
  3207. %  
  3208. %   [ (~helpfulActions(_580{???U}, actMinimizingWindResistance, performedBy, positiveAmountOf), {is_unit(_580{???U})}==> ~isa(_580{???U}, actCyclingSportsEvent)),
  3209. %     (isa(_566{???U}, actCyclingSportsEvent), {is_unit(_566{???U})}==>helpfulActions(_566{???U}, actMinimizingWindResistance, performedBy, positiveAmountOf))
  3210. %   ].
  3211. % conds= =>((name_variable(_562{???U}, 'U'), name_variable(_548{???U}, 'U')), [(~helpfulActions(_562{???U}, actMinimizingWindResistance, performedBy, positiveAmountOf), {is_unit(_562{???U})}==> ~isa(_562{???U}, actCyclingSportsEvent)),  (isa(_548{???U}, actCyclingSportsEvent), {is_unit(_548{???U})}==>helpfulActions(_548{???U}, actMinimizingWindResistance, performedBy, positiveAmountOf))]).
  3212.  
  3213.  
  3214. % ~isa(_122{???U}, actCyclingSportsEvent) :-
  3215. %   ~helpfulActions(_122{???U}, actMinimizingWindResistance, performedBy, positiveAmountOf).
  3216. % helpfulActions(_102{???U}, actMinimizingWindResistance, performedBy, positiveAmountOf) :-
  3217. %   isa(_102{???U}, actCyclingSportsEvent).
  3218.  
  3219.  
  3220. % asserted_id(=>(isa(FM, mobFirefighter), implies(isa(FM, mobFirefighter), playsRoleWithFrequency(FM, actExtinguishingAFire, performedBy, vDaily))), a308849(FM)).
  3221. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  3222. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  3223.  kif:-all(_192596,=>(isa(_192596,mobFirefighter),implies(isa(_192596,mobFirefighter),playsRoleWithFrequency(_192596,actExtinguishingAFire,performedBy,vDaily))))
  3224.  pkif:-all(_192542,=>(isa(_192542,mobFirefighter),=>(isa(_192542,mobFirefighter),playsRoleWithFrequency(_192542,actExtinguishingAFire,performedBy,vDaily))))
  3225. % cnf :-
  3226. %   v(~isa(_118{???FM}, mobFirefighter),
  3227. %     v(~isa(_118{???FM}, mobFirefighter),
  3228. %       playsRoleWithFrequency(_118{???FM},
  3229. %                  actExtinguishingAFire,
  3230. %                  performedBy,
  3231. %                  vDaily))).
  3232.  horn:-[(~isa(_193166,mobFirefighter):- ~playsRoleWithFrequency(_193166,actExtinguishingAFire,performedBy,vDaily)),(playsRoleWithFrequency(_193216,actExtinguishingAFire,performedBy,vDaily):-isa(_193216,mobFirefighter))]
  3233. % boxlog :-
  3234. %  
  3235. %   [ (~isa(_8000{???FM}, mobFirefighter):- ~playsRoleWithFrequency(_8000{???FM}, actExtinguishingAFire, performedBy, vDaily)),
  3236. %     (playsRoleWithFrequency(_7982{???FM}, actExtinguishingAFire, performedBy, vDaily):-isa(_7982{???FM}, mobFirefighter))
  3237. %   ].
  3238. % preview :-
  3239. %  
  3240. %   [ (~playsRoleWithFrequency(_580{???FM}, actExtinguishingAFire, performedBy, vDaily), {is_unit(_580{???FM})}==> ~isa(_580{???FM}, mobFirefighter)),
  3241. %     (isa(_566{???FM}, mobFirefighter), {is_unit(_566{???FM})}==>playsRoleWithFrequency(_566{???FM}, actExtinguishingAFire, performedBy, vDaily))
  3242. %   ].
  3243. % conds= =>((name_variable(_562{???FM}, 'FM'), name_variable(_548{???FM}, 'FM')), [(~playsRoleWithFrequency(_562{???FM}, actExtinguishingAFire, performedBy, vDaily), {is_unit(_562{???FM})}==> ~isa(_562{???FM}, mobFirefighter)),  (isa(_548{???FM}, mobFirefighter), {is_unit(_548{???FM})}==>playsRoleWithFrequency(_548{???FM}, actExtinguishingAFire, performedBy, vDaily))]).
  3244.  
  3245.  
  3246. % ~isa(_122{???FM}, mobFirefighter) :-
  3247. %   ~playsRoleWithFrequency(_122{???FM}, actExtinguishingAFire, performedBy, vDaily).
  3248. % playsRoleWithFrequency(_102{???FM}, actExtinguishingAFire, performedBy, vDaily) :-
  3249. %   isa(_102{???FM}, mobFirefighter).
  3250.  
  3251.  
  3252. % asserted_id(implies(and(isa(IDP, actIssuingAPrescription), products(IDP, PRESCRIPTION), performedBy(IDP, DOC)), informationArtifactAuthor(PRESCRIPTION, DOC)), a308850(IDP, PRESCRIPTION, DOC)).
  3253. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  3254. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  3255.  kif:-all(_192804,all(_192824,all(_192844,implies(and(isa(_192804,actIssuingAPrescription),products(_192804,_192824),performedBy(_192804,_192844)),informationArtifactAuthor(_192824,_192844)))))
  3256.  pkif:-all(_192754,all(_192774,all(_192794,=>(&(isa(_192754,actIssuingAPrescription),&(products(_192754,_192774),performedBy(_192754,_192794))),informationArtifactAuthor(_192774,_192794)))))
  3257. % cnf :-
  3258. %   v(v(~isa(_134{???IDP}, actIssuingAPrescription),
  3259. %       v(~products(_134{???IDP}, _148{???PRESCRIPTION}),
  3260. %         ~performedBy(_134{???IDP}, _162{???DOC}))),
  3261. %     informationArtifactAuthor(_148{???PRESCRIPTION}, _162{???DOC})).
  3262.  horn:-[(~isa(_194280,actIssuingAPrescription):-products(_194280,_194306),performedBy(_194280,_194332),~informationArtifactAuthor(_194306,_194332)),(~performedBy(_194378,_194392):-isa(_194378,actIssuingAPrescription),products(_194378,_194430),~informationArtifactAuthor(_194430,_194392)),(~products(_194476,_194490):-isa(_194476,actIssuingAPrescription),performedBy(_194476,_194528),~informationArtifactAuthor(_194490,_194528)),(informationArtifactAuthor(_194570,_194584):-isa(_194610,actIssuingAPrescription),products(_194610,_194570),performedBy(_194610,_194584))]
  3263. % boxlog :-
  3264. %  
  3265. %   [ (~isa(_808{???IDP}, actIssuingAPrescription):-products(_808{???IDP}, _822{???PRESCRIPTION}), performedBy(_808{???IDP}, _836{???DOC}), ~informationArtifactAuthor(_822{???PRESCRIPTION}, _836{???DOC})),
  3266. %     (~performedBy(_724{???IDP}, _738{???DOC}):-isa(_724{???IDP}, actIssuingAPrescription), products(_724{???IDP}, _752{???PRESCRIPTION}), ~informationArtifactAuthor(_752{???PRESCRIPTION}, _738{???DOC})),
  3267. %     (~products(_766{???IDP}, _780{???PRESCRIPTION}):-isa(_766{???IDP}, actIssuingAPrescription), performedBy(_766{???IDP}, _794{???DOC}), ~informationArtifactAuthor(_780{???PRESCRIPTION}, _794{???DOC})),
  3268. %     (informationArtifactAuthor(_682{???PRESCRIPTION}, _696{???DOC}):-isa(_710{???IDP}, actIssuingAPrescription), products(_710{???IDP}, _682{???PRESCRIPTION}), performedBy(_710{???IDP}, _696{???DOC}))
  3269. %   ].
  3270. % preview :-
  3271. %  
  3272. %   [ (products(_772{???IDP}, _786{???PRESCRIPTION}), performedBy(_772{???IDP}, _800{???DOC}), ~informationArtifactAuthor(_786{???PRESCRIPTION}, _800{???DOC}), {is_unit(_772{???IDP})}-> ~isa(_772{???IDP}, actIssuingAPrescription)),
  3273. %     (isa(_688{???IDP}, actIssuingAPrescription), products(_688{???IDP}, _716{???PRESCRIPTION}), ~informationArtifactAuthor(_716{???PRESCRIPTION}, _702{???DOC}), {is_unit(_702{???DOC}, _688{???IDP})}-> ~performedBy(_688{???IDP}, _702{???DOC})),
  3274. %     (isa(_730{???IDP}, actIssuingAPrescription), performedBy(_730{???IDP}, _758{???DOC}), ~informationArtifactAuthor(_744{???PRESCRIPTION}, _758{???DOC}), {is_unit(_744{???PRESCRIPTION}, _730{???IDP})}-> ~products(_730{???IDP}, _744{???PRESCRIPTION})),
  3275. %     (isa(_674{???IDP}, actIssuingAPrescription), products(_674{???IDP}, _646{???PRESCRIPTION}), performedBy(_674{???IDP}, _660{???DOC}), {is_unit(_660{???DOC}, _646{???PRESCRIPTION})}==>informationArtifactAuthor(_646{???PRESCRIPTION}, _660{???DOC}))
  3276. %   ].
  3277. % conds= =>((name_variable(_754{???IDP}, 'IDP'), name_variable(_768{???PRESCRIPTION}, 'PRESCRIPTION'), name_variable(_782{???DOC}, 'DOC'), name_variable(_670{???IDP}, 'IDP'), name_variable(_684{???DOC}, 'DOC'), name_variable(_698{???PRESCRIPTION}, 'PRESCRIPTION'), name_variable(_712{???IDP}, 'IDP'), name_variable(_726{???PRESCRIPTION}, 'PRESCRIPTION'), name_variable(_740{???DOC}, 'DOC'), name_variable(_656{???IDP}, 'IDP'), name_variable(_628{???PRESCRIPTION}, 'PRESCRIPTION'), name_variable(_642{???DOC}, 'DOC')), [(~isa(_754{???IDP}, actIssuingAPrescription)<-products(_754{???IDP}, _768{???PRESCRIPTION}), performedBy(_754{???IDP}, _782{???DOC}), ~informationArtifactAuthor(_768{???PRESCRIPTION}, _782{???DOC}), {is_unit(_754{???IDP})}),  (~performedBy(_670{???IDP}, _684{???DOC})<-isa(_670{???IDP}, actIssuingAPrescription), products(_670{???IDP}, _698{???PRESCRIPTION}), ~informationArtifactAuthor(_698{???PRESCRIPTION}, _684{???DOC}), {is_unit(_684{???DOC}, _670{???IDP})}),  (~products(_712{???IDP}, _726{???PRESCRIPTION})<-isa(_712{???IDP}, actIssuingAPrescription), performedBy(_712{???IDP}, _740{???DOC}), ~informationArtifactAuthor(_726{???PRESCRIPTION}, _740{???DOC}), {is_unit(_726{???PRESCRIPTION}, _712{???IDP})}),  (isa(_656{???IDP}, actIssuingAPrescription), products(_656{???IDP}, _628{???PRESCRIPTION}), performedBy(_656{???IDP}, _642{???DOC}), {is_unit(_642{???DOC}, _628{???PRESCRIPTION})}==>informationArtifactAuthor(_628{???PRESCRIPTION}, _642{???DOC}))]).
  3278.  
  3279.  
  3280. % ~isa(_238{???IDP}, actIssuingAPrescription) :-
  3281. %   products(_238{???IDP}, _252{???PRESCRIPTION}),
  3282. %   performedBy(_238{???IDP}, _266{???DOC}),
  3283. %   ~informationArtifactAuthor(_252{???PRESCRIPTION}, _266{???DOC}).
  3284. % ~performedBy(_144{???IDP}, _158{???DOC}) :-
  3285. %   isa(_144{???IDP}, actIssuingAPrescription),
  3286. %   products(_144{???IDP}, _172{???PRESCRIPTION}),
  3287. %   ~informationArtifactAuthor(_172{???PRESCRIPTION}, _158{???DOC}).
  3288. % ~products(_150{???IDP}, _164{???PRESCRIPTION}) :-
  3289. %   isa(_144{???IDP}, actIssuingAPrescription),
  3290. %   performedBy(_144{???IDP}, _172{???DOC}),
  3291. %   ~informationArtifactAuthor(_158{???PRESCRIPTION}, _172{???DOC}).
  3292. % informationArtifactAuthor(_102{???PRESCRIPTION}, _116{???DOC}) :-
  3293. %   isa(_130{???IDP}, actIssuingAPrescription),
  3294. %   products(_130{???IDP}, _102{???PRESCRIPTION}),
  3295. %   performedBy(_130{???IDP}, _116{???DOC}).
  3296.  
  3297.  
  3298. % asserted_id(implies(and(isa(HOLD, actHoldingAnObject), isa(ANIMAL, tClazzAnimal), cotemporalSubEvents(CARRY, HOLD), performedBy(CARRY, ANIMAL), isa(CARRY, actCarryingWhileLocomoting)), performedBy(HOLD, ANIMAL)), a308851(HOLD, ANIMAL, CARRY)).
  3299. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  3300. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  3301.  kif:-all(_193008,all(_193028,all(_193048,implies(and(isa(_193008,actHoldingAnObject),isa(_193048,tClazzAnimal),cotemporalSubEvents(_193028,_193008),performedBy(_193028,_193048),isa(_193028,actCarryingWhileLocomoting)),performedBy(_193008,_193048)))))
  3302.  pkif:-all(_192966,all(_192986,all(_193006,=>(&(isa(_192966,actHoldingAnObject),&(isa(_193006,tClazzAnimal),&(cotemporalSubEvents(_192986,_192966),&(performedBy(_192986,_193006),isa(_192986,actCarryingWhileLocomoting))))),performedBy(_192966,_193006)))))
  3303. % cnf :-
  3304. %   v(v(~isa(_150{???HOLD}, actHoldingAnObject),
  3305. %       v(~isa(_164{???ANIMAL}, tClazzAnimal),
  3306. %         v(~cotemporalSubEvents(_178{???CARRY}, _150{???HOLD}),
  3307. %       v(~performedBy(_178{???CARRY}, _164{???ANIMAL}),
  3308. %         ~isa(_178{???CARRY}, actCarryingWhileLocomoting))))),
  3309. %     performedBy(_150{???HOLD}, _164{???ANIMAL})).
  3310.  horn:-[(~cotemporalSubEvents(_195800,_195814):-isa(_195814,actHoldingAnObject),isa(_195852,tClazzAnimal),performedBy(_195800,_195852),isa(_195800,actCarryingWhileLocomoting),~performedBy(_195814,_195852)),(~isa(_195922,actCarryingWhileLocomoting):-isa(_195948,actHoldingAnObject),isa(_195974,tClazzAnimal),cotemporalSubEvents(_195922,_195948),performedBy(_195922,_195974),~performedBy(_195948,_195974)),(~isa(_196044,tClazzAnimal):-isa(_196070,actHoldingAnObject),cotemporalSubEvents(_196096,_196070),performedBy(_196096,_196044),isa(_196096,actCarryingWhileLocomoting),~performedBy(_196070,_196044)),(~isa(_196166,actHoldingAnObject):-isa(_196192,tClazzAnimal),cotemporalSubEvents(_196218,_196166),performedBy(_196218,_196192),isa(_196218,actCarryingWhileLocomoting),~performedBy(_196166,_196192)),(~performedBy(_196288,_196302):-isa(_196328,actHoldingAnObject),isa(_196302,tClazzAnimal),cotemporalSubEvents(_196288,_196328),isa(_196288,actCarryingWhileLocomoting),~performedBy(_196328,_196302)),(performedBy(_196406,_196420):-isa(_196406,actHoldingAnObject),isa(_196420,tClazzAnimal),cotemporalSubEvents(_196470,_196406),performedBy(_196470,_196420),isa(_196470,actCarryingWhileLocomoting))]
  3311. % boxlog :-
  3312. %  
  3313. %   [ (~cotemporalSubEvents(_896{???CARRY}, _910{???HOLD}):-isa(_910{???HOLD}, actHoldingAnObject), isa(_924{???ANIMAL}, tClazzAnimal), performedBy(_896{???CARRY}, _924{???ANIMAL}), isa(_896{???CARRY}, actCarryingWhileLocomoting), ~performedBy(_910{???HOLD}, _924{???ANIMAL})),
  3314. %     (~isa(_812{???CARRY}, actCarryingWhileLocomoting):-isa(_826{???HOLD}, actHoldingAnObject), isa(_840{???ANIMAL}, tClazzAnimal), cotemporalSubEvents(_812{???CARRY}, _826{???HOLD}), performedBy(_812{???CARRY}, _840{???ANIMAL}), ~performedBy(_826{???HOLD}, _840{???ANIMAL})),
  3315. %     (~isa(_938{???ANIMAL}, tClazzAnimal):-isa(_952{???HOLD}, actHoldingAnObject), cotemporalSubEvents(_966{???CARRY}, _952{???HOLD}), performedBy(_966{???CARRY}, _938{???ANIMAL}), isa(_966{???CARRY}, actCarryingWhileLocomoting), ~performedBy(_952{???HOLD}, _938{???ANIMAL})),
  3316. %     (~isa(_980{???HOLD}, actHoldingAnObject):-isa(_994{???ANIMAL}, tClazzAnimal), cotemporalSubEvents(_1008{???CARRY}, _980{???HOLD}), performedBy(_1008{???CARRY}, _994{???ANIMAL}), isa(_1008{???CARRY}, actCarryingWhileLocomoting), ~performedBy(_980{???HOLD}, _994{???ANIMAL})),
  3317. %     (~performedBy(_854{???CARRY}, _868{???ANIMAL}):-isa(_882{???HOLD}, actHoldingAnObject), isa(_868{???ANIMAL}, tClazzAnimal), cotemporalSubEvents(_854{???CARRY}, _882{???HOLD}), isa(_854{???CARRY}, actCarryingWhileLocomoting), ~performedBy(_882{???HOLD}, _868{???ANIMAL})),
  3318. %     (performedBy(_770{???HOLD}, _784{???ANIMAL}):-isa(_770{???HOLD}, actHoldingAnObject), isa(_784{???ANIMAL}, tClazzAnimal), cotemporalSubEvents(_798{???CARRY}, _770{???HOLD}), performedBy(_798{???CARRY}, _784{???ANIMAL}), isa(_798{???CARRY}, actCarryingWhileLocomoting))
  3319. %   ].
  3320. % preview :-
  3321. %  
  3322. %   [ (isa(_874{???HOLD}, actHoldingAnObject), isa(_888{???ANIMAL}, tClazzAnimal), performedBy(_860{???CARRY}, _888{???ANIMAL}), isa(_860{???CARRY}, actCarryingWhileLocomoting), ~performedBy(_874{???HOLD}, _888{???ANIMAL}), {is_unit(_874{???HOLD}, _860{???CARRY})}-> ~cotemporalSubEvents(_860{???CARRY}, _874{???HOLD})),
  3323. %     ({avoidHeadLoop(isa(_790{???HOLD}, actHoldingAnObject), isa(_776{???CARRY}, actCarryingWhileLocomoting))}, isa(_790{???HOLD}, actHoldingAnObject), {avoidHeadLoop(isa(_804{???ANIMAL}, tClazzAnimal), isa(_776{???CARRY}, actCarryingWhileLocomoting))}, isa(_804{???ANIMAL}, tClazzAnimal), cotemporalSubEvents(_776{???CARRY}, _790{???HOLD}), performedBy(_776{???CARRY}, _804{???ANIMAL}), ~performedBy(_790{???HOLD}, _804{???ANIMAL}), {is_unit(_776{???CARRY})}-> ~isa(_776{???CARRY}, actCarryingWhileLocomoting)),
  3324. %     ({avoidHeadLoop(isa(_916{???HOLD}, actHoldingAnObject), isa(_902{???ANIMAL}, tClazzAnimal))}, isa(_916{???HOLD}, actHoldingAnObject), cotemporalSubEvents(_930{???CARRY}, _916{???HOLD}), performedBy(_930{???CARRY}, _902{???ANIMAL}), {avoidHeadLoop(isa(_930{???CARRY}, actCarryingWhileLocomoting), isa(_902{???ANIMAL}, tClazzAnimal))}, isa(_930{???CARRY}, actCarryingWhileLocomoting), ~performedBy(_916{???HOLD}, _902{???ANIMAL}), {is_unit(_902{???ANIMAL})}-> ~isa(_902{???ANIMAL}, tClazzAnimal)),
  3325. %     ({avoidHeadLoop(isa(_958{???ANIMAL}, tClazzAnimal), isa(_944{???HOLD}, actHoldingAnObject))}, isa(_958{???ANIMAL}, tClazzAnimal), cotemporalSubEvents(_972{???CARRY}, _944{???HOLD}), performedBy(_972{???CARRY}, _958{???ANIMAL}), {avoidHeadLoop(isa(_972{???CARRY}, actCarryingWhileLocomoting), isa(_944{???HOLD}, actHoldingAnObject))}, isa(_972{???CARRY}, actCarryingWhileLocomoting), ~performedBy(_944{???HOLD}, _958{???ANIMAL}), {is_unit(_944{???HOLD})}-> ~isa(_944{???HOLD}, actHoldingAnObject)),
  3326. %     (isa(_846{???HOLD}, actHoldingAnObject), isa(_832{???ANIMAL}, tClazzAnimal), cotemporalSubEvents(_818{???CARRY}, _846{???HOLD}), isa(_818{???CARRY}, actCarryingWhileLocomoting), {avoidHeadLoop(performedBy(_846{???HOLD}, _832{???ANIMAL}), performedBy(_818{???CARRY}, _832{???ANIMAL}))}, ~performedBy(_846{???HOLD}, _832{???ANIMAL}), {is_unit(_832{???ANIMAL}, _818{???CARRY})}-> ~performedBy(_818{???CARRY}, _832{???ANIMAL})),
  3327. %     (isa(_734{???HOLD}, actHoldingAnObject), isa(_748{???ANIMAL}, tClazzAnimal), cotemporalSubEvents(_762{???CARRY}, _734{???HOLD}), performedBy(_762{???CARRY}, _748{???ANIMAL}), isa(_762{???CARRY}, actCarryingWhileLocomoting), {is_unit(_748{???ANIMAL}, _734{???HOLD})}==>performedBy(_734{???HOLD}, _748{???ANIMAL}))
  3328. %   ].
  3329. % conds= =>((name_variable(_842{???CARRY}, 'CARRY'), name_variable(_856{???HOLD}, 'HOLD'), name_variable(_870{???ANIMAL}, 'ANIMAL'), name_variable(_758{???CARRY}, 'CARRY'), name_variable(_772{???HOLD}, 'HOLD'), name_variable(_786{???ANIMAL}, 'ANIMAL'), name_variable(_884{???ANIMAL}, 'ANIMAL'), name_variable(_898{???HOLD}, 'HOLD'), name_variable(_912{???CARRY}, 'CARRY'), name_variable(_926{???HOLD}, 'HOLD'), name_variable(_940{???ANIMAL}, 'ANIMAL'), name_variable(_954{???CARRY}, 'CARRY'), name_variable(_800{???CARRY}, 'CARRY'), name_variable(_814{???ANIMAL}, 'ANIMAL'), name_variable(_828{???HOLD}, 'HOLD'), name_variable(_716{???HOLD}, 'HOLD'), name_variable(_730{???ANIMAL}, 'ANIMAL'), name_variable(_744{???CARRY}, 'CARRY')), [(~cotemporalSubEvents(_842{???CARRY}, _856{???HOLD})<-isa(_856{???HOLD}, actHoldingAnObject), isa(_870{???ANIMAL}, tClazzAnimal), performedBy(_842{???CARRY}, _870{???ANIMAL}), isa(_842{???CARRY}, actCarryingWhileLocomoting), ~performedBy(_856{???HOLD}, _870{???ANIMAL}), {is_unit(_856{???HOLD}, _842{???CARRY})}),  (~isa(_758{???CARRY}, actCarryingWhileLocomoting)<-{avoidHeadLoop(isa(_772{???HOLD}, actHoldingAnObject), isa(_758{???CARRY}, actCarryingWhileLocomoting))}, isa(_772{???HOLD}, actHoldingAnObject), {avoidHeadLoop(isa(_786{???ANIMAL}, tClazzAnimal), isa(_758{???CARRY}, actCarryingWhileLocomoting))}, isa(_786{???ANIMAL}, tClazzAnimal), cotemporalSubEvents(_758{???CARRY}, _772{???HOLD}), performedBy(_758{???CARRY}, _786{???ANIMAL}), ~performedBy(_772{???HOLD}, _786{???ANIMAL}), {is_unit(_758{???CARRY})}),  (~isa(_884{???ANIMAL}, tClazzAnimal)<-{avoidHeadLoop(isa(_898{???HOLD}, actHoldingAnObject), isa(_884{???ANIMAL}, tClazzAnimal))}, isa(_898{???HOLD}, actHoldingAnObject), cotemporalSubEvents(_912{???CARRY}, _898{???HOLD}), performedBy(_912{???CARRY}, _884{???ANIMAL}), {avoidHeadLoop(isa(_912{???CARRY}, actCarryingWhileLocomoting), isa(_884{???ANIMAL}, tClazzAnimal))}, isa(_912{???CARRY}, actCarryingWhileLocomoting), ~performedBy(_898{???HOLD}, _884{???ANIMAL}), {is_unit(_884{???ANIMAL})}),  (~isa(_926{???HOLD}, actHoldingAnObject)<-{avoidHeadLoop(isa(_940{???ANIMAL}, tClazzAnimal), isa(_926{???HOLD}, actHoldingAnObject))}, isa(_940{???ANIMAL}, tClazzAnimal), cotemporalSubEvents(_954{???CARRY}, _926{???HOLD}), performedBy(_954{???CARRY}, _940{???ANIMAL}), {avoidHeadLoop(isa(_954{???CARRY}, actCarryingWhileLocomoting), isa(_926{???HOLD}, actHoldingAnObject))}, isa(_954{???CARRY}, actCarryingWhileLocomoting), ~performedBy(_926{???HOLD}, _940{???ANIMAL}), {is_unit(_926{???HOLD})}),  (~performedBy(_800{???CARRY}, _814{???ANIMAL})<-isa(_828{???HOLD}, actHoldingAnObject), isa(_814{???ANIMAL}, tClazzAnimal), cotemporalSubEvents(_800{???CARRY}, _828{???HOLD}), isa(_800{???CARRY}, actCarryingWhileLocomoting), {avoidHeadLoop(performedBy(_828{???HOLD}, _814{???ANIMAL}), performedBy(_800{???CARRY}, _814{???ANIMAL}))}, ~performedBy(_828{???HOLD}, _814{???ANIMAL}), {is_unit(_814{???ANIMAL}, _800{???CARRY})}),  (isa(_716{???HOLD}, actHoldingAnObject), isa(_730{???ANIMAL}, tClazzAnimal), cotemporalSubEvents(_744{???CARRY}, _716{???HOLD}), performedBy(_744{???CARRY}, _730{???ANIMAL}), isa(_744{???CARRY}, actCarryingWhileLocomoting), {is_unit(_730{???ANIMAL}, _716{???HOLD})}==>performedBy(_716{???HOLD}, _730{???ANIMAL}))]).
  3330.  
  3331.  
  3332. % ~cotemporalSubEvents(_238{???CARRY}, _252{???HOLD}) :-
  3333. %   isa(_252{???HOLD}, actHoldingAnObject),
  3334. %   isa(_266{???ANIMAL}, tClazzAnimal),
  3335. %   performedBy(_238{???CARRY}, _266{???ANIMAL}),
  3336. %   isa(_238{???CARRY}, actCarryingWhileLocomoting),
  3337. %   ~performedBy(_252{???HOLD}, _266{???ANIMAL}).
  3338. % ~isa(_144{???CARRY}, actCarryingWhileLocomoting) :-
  3339. %   isa(_158{???HOLD}, actHoldingAnObject),
  3340. %   isa(_172{???ANIMAL}, tClazzAnimal),
  3341. %   cotemporalSubEvents(_144{???CARRY}, _158{???HOLD}),
  3342. %   performedBy(_144{???CARRY}, _172{???ANIMAL}),
  3343. %   ~performedBy(_158{???HOLD}, _172{???ANIMAL}).
  3344. % ~isa(_192{???ANIMAL}, tClazzAnimal) :-
  3345. %   isa(_206{???HOLD}, actHoldingAnObject),
  3346. %   cotemporalSubEvents(_220{???CARRY}, _206{???HOLD}),
  3347. %   performedBy(_220{???CARRY}, _192{???ANIMAL}),
  3348. %   isa(_220{???CARRY}, actCarryingWhileLocomoting),
  3349. %   ~performedBy(_206{???HOLD}, _192{???ANIMAL}).
  3350. % ~isa(_192{???HOLD}, actHoldingAnObject) :-
  3351. %   isa(_206{???ANIMAL}, tClazzAnimal),
  3352. %   cotemporalSubEvents(_220{???CARRY}, _192{???HOLD}),
  3353. %   performedBy(_220{???CARRY}, _206{???ANIMAL}),
  3354. %   isa(_220{???CARRY}, actCarryingWhileLocomoting),
  3355. %   ~performedBy(_192{???HOLD}, _206{???ANIMAL}).
  3356. % ~performedBy(_144{???CARRY}, _158{???ANIMAL}) :-
  3357. %   isa(_172{???HOLD}, actHoldingAnObject),
  3358. %   isa(_158{???ANIMAL}, tClazzAnimal),
  3359. %   cotemporalSubEvents(_144{???CARRY}, _172{???HOLD}),
  3360. %   isa(_144{???CARRY}, actCarryingWhileLocomoting),
  3361. %   ~performedBy(_172{???HOLD}, _158{???ANIMAL}).
  3362. % performedBy(_102{???HOLD}, _116{???ANIMAL}) :-
  3363. %   isa(_102{???HOLD}, actHoldingAnObject),
  3364. %   isa(_116{???ANIMAL}, tClazzAnimal),
  3365. %   cotemporalSubEvents(_130{???CARRY}, _102{???HOLD}),
  3366. %   performedBy(_130{???CARRY}, _116{???ANIMAL}),
  3367. %   isa(_130{???CARRY}, actCarryingWhileLocomoting).
  3368.  
  3369.  
  3370. % asserted_id(implies(and(isa(LOCOMOTION, actLocomotionProcessAnimal), isa(ANIMAL, tClazzAnimal), cotemporalSubEvents(CARRY, LOCOMOTION), performedBy(CARRY, ANIMAL), isa(CARRY, actCarryingWhileLocomoting)), performedBy(LOCOMOTION, ANIMAL)), a308852(LOCOMOTION, ANIMAL, CARRY)).
  3371. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  3372. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  3373.  kif:-all(_193164,all(_193184,all(_193204,implies(and(isa(_193164,actLocomotionProcessAnimal),isa(_193204,tClazzAnimal),cotemporalSubEvents(_193184,_193164),performedBy(_193184,_193204),isa(_193184,actCarryingWhileLocomoting)),performedBy(_193164,_193204)))))
  3374.  pkif:-all(_193122,all(_193142,all(_193162,=>(&(isa(_193122,actLocomotionProcessAnimal),&(isa(_193162,tClazzAnimal),&(cotemporalSubEvents(_193142,_193122),&(performedBy(_193142,_193162),isa(_193142,actCarryingWhileLocomoting))))),performedBy(_193122,_193162)))))
  3375. % cnf :-
  3376. %   v(v(~isa(_150{???LOCOMOTION}, actLocomotionProcessAnimal),
  3377. %       v(~isa(_164{???ANIMAL}, tClazzAnimal),
  3378. %         v(~cotemporalSubEvents(_178{???CARRY}, _150{???LOCOMOTION}),
  3379. %       v(~performedBy(_178{???CARRY}, _164{???ANIMAL}),
  3380. %         ~isa(_178{???CARRY}, actCarryingWhileLocomoting))))),
  3381. %     performedBy(_150{???LOCOMOTION}, _164{???ANIMAL})).
  3382.  horn:-[(~cotemporalSubEvents(_195956,_195970):-isa(_195970,actLocomotionProcessAnimal),isa(_196008,tClazzAnimal),performedBy(_195956,_196008),isa(_195956,actCarryingWhileLocomoting),~performedBy(_195970,_196008)),(~isa(_196078,actCarryingWhileLocomoting):-isa(_196104,actLocomotionProcessAnimal),isa(_196130,tClazzAnimal),cotemporalSubEvents(_196078,_196104),performedBy(_196078,_196130),~performedBy(_196104,_196130)),(~isa(_196200,tClazzAnimal):-isa(_196226,actLocomotionProcessAnimal),cotemporalSubEvents(_196252,_196226),performedBy(_196252,_196200),isa(_196252,actCarryingWhileLocomoting),~performedBy(_196226,_196200)),(~isa(_196322,actLocomotionProcessAnimal):-isa(_196348,tClazzAnimal),cotemporalSubEvents(_196374,_196322),performedBy(_196374,_196348),isa(_196374,actCarryingWhileLocomoting),~performedBy(_196322,_196348)),(~performedBy(_196444,_196458):-isa(_196484,actLocomotionProcessAnimal),isa(_196458,tClazzAnimal),cotemporalSubEvents(_196444,_196484),isa(_196444,actCarryingWhileLocomoting),~performedBy(_196484,_196458)),(performedBy(_196562,_196576):-isa(_196562,actLocomotionProcessAnimal),isa(_196576,tClazzAnimal),cotemporalSubEvents(_196626,_196562),performedBy(_196626,_196576),isa(_196626,actCarryingWhileLocomoting))]
  3383. % boxlog :-
  3384. %  
  3385. %   [ (~cotemporalSubEvents(_896{???CARRY}, _910{???LOCOMOTION}):-isa(_910{???LOCOMOTION}, actLocomotionProcessAnimal), isa(_924{???ANIMAL}, tClazzAnimal), performedBy(_896{???CARRY}, _924{???ANIMAL}), isa(_896{???CARRY}, actCarryingWhileLocomoting), ~performedBy(_910{???LOCOMOTION}, _924{???ANIMAL})),
  3386. %     (~isa(_812{???CARRY}, actCarryingWhileLocomoting):-isa(_826{???LOCOMOTION}, actLocomotionProcessAnimal), isa(_840{???ANIMAL}, tClazzAnimal), cotemporalSubEvents(_812{???CARRY}, _826{???LOCOMOTION}), performedBy(_812{???CARRY}, _840{???ANIMAL}), ~performedBy(_826{???LOCOMOTION}, _840{???ANIMAL})),
  3387. %     (~isa(_938{???ANIMAL}, tClazzAnimal):-isa(_952{???LOCOMOTION}, actLocomotionProcessAnimal), cotemporalSubEvents(_966{???CARRY}, _952{???LOCOMOTION}), performedBy(_966{???CARRY}, _938{???ANIMAL}), isa(_966{???CARRY}, actCarryingWhileLocomoting), ~performedBy(_952{???LOCOMOTION}, _938{???ANIMAL})),
  3388. %     (~isa(_980{???LOCOMOTION}, actLocomotionProcessAnimal):-isa(_994{???ANIMAL}, tClazzAnimal), cotemporalSubEvents(_1008{???CARRY}, _980{???LOCOMOTION}), performedBy(_1008{???CARRY}, _994{???ANIMAL}), isa(_1008{???CARRY}, actCarryingWhileLocomoting), ~performedBy(_980{???LOCOMOTION}, _994{???ANIMAL})),
  3389. %     (~performedBy(_854{???CARRY}, _868{???ANIMAL}):-isa(_882{???LOCOMOTION}, actLocomotionProcessAnimal), isa(_868{???ANIMAL}, tClazzAnimal), cotemporalSubEvents(_854{???CARRY}, _882{???LOCOMOTION}), isa(_854{???CARRY}, actCarryingWhileLocomoting), ~performedBy(_882{???LOCOMOTION}, _868{???ANIMAL})),
  3390. %     (performedBy(_770{???LOCOMOTION}, _784{???ANIMAL}):-isa(_770{???LOCOMOTION}, actLocomotionProcessAnimal), isa(_784{???ANIMAL}, tClazzAnimal), cotemporalSubEvents(_798{???CARRY}, _770{???LOCOMOTION}), performedBy(_798{???CARRY}, _784{???ANIMAL}), isa(_798{???CARRY}, actCarryingWhileLocomoting))
  3391. %   ].
  3392. % preview :-
  3393. %  
  3394. %   [ (isa(_874{???LOCOMOTION}, actLocomotionProcessAnimal), isa(_888{???ANIMAL}, tClazzAnimal), performedBy(_860{???CARRY}, _888{???ANIMAL}), isa(_860{???CARRY}, actCarryingWhileLocomoting), ~performedBy(_874{???LOCOMOTION}, _888{???ANIMAL}), {is_unit(_874{???LOCOMOTION}, _860{???CARRY})}-> ~cotemporalSubEvents(_860{???CARRY}, _874{???LOCOMOTION})),
  3395. %     ({avoidHeadLoop(isa(_790{???LOCOMOTION}, actLocomotionProcessAnimal), isa(_776{???CARRY}, actCarryingWhileLocomoting))}, isa(_790{???LOCOMOTION}, actLocomotionProcessAnimal), {avoidHeadLoop(isa(_804{???ANIMAL}, tClazzAnimal), isa(_776{???CARRY}, actCarryingWhileLocomoting))}, isa(_804{???ANIMAL}, tClazzAnimal), cotemporalSubEvents(_776{???CARRY}, _790{???LOCOMOTION}), performedBy(_776{???CARRY}, _804{???ANIMAL}), ~performedBy(_790{???LOCOMOTION}, _804{???ANIMAL}), {is_unit(_776{???CARRY})}-> ~isa(_776{???CARRY}, actCarryingWhileLocomoting)),
  3396. %     ({avoidHeadLoop(isa(_916{???LOCOMOTION}, actLocomotionProcessAnimal), isa(_902{???ANIMAL}, tClazzAnimal))}, isa(_916{???LOCOMOTION}, actLocomotionProcessAnimal), cotemporalSubEvents(_930{???CARRY}, _916{???LOCOMOTION}), performedBy(_930{???CARRY}, _902{???ANIMAL}), {avoidHeadLoop(isa(_930{???CARRY}, actCarryingWhileLocomoting), isa(_902{???ANIMAL}, tClazzAnimal))}, isa(_930{???CARRY}, actCarryingWhileLocomoting), ~performedBy(_916{???LOCOMOTION}, _902{???ANIMAL}), {is_unit(_902{???ANIMAL})}-> ~isa(_902{???ANIMAL}, tClazzAnimal)),
  3397. %     ({avoidHeadLoop(isa(_958{???ANIMAL}, tClazzAnimal), isa(_944{???LOCOMOTION}, actLocomotionProcessAnimal))}, isa(_958{???ANIMAL}, tClazzAnimal), cotemporalSubEvents(_972{???CARRY}, _944{???LOCOMOTION}), performedBy(_972{???CARRY}, _958{???ANIMAL}), {avoidHeadLoop(isa(_972{???CARRY}, actCarryingWhileLocomoting), isa(_944{???LOCOMOTION}, actLocomotionProcessAnimal))}, isa(_972{???CARRY}, actCarryingWhileLocomoting), ~performedBy(_944{???LOCOMOTION}, _958{???ANIMAL}), {is_unit(_944{???LOCOMOTION})}-> ~isa(_944{???LOCOMOTION}, actLocomotionProcessAnimal)),
  3398. %     (isa(_846{???LOCOMOTION}, actLocomotionProcessAnimal), isa(_832{???ANIMAL}, tClazzAnimal), cotemporalSubEvents(_818{???CARRY}, _846{???LOCOMOTION}), isa(_818{???CARRY}, actCarryingWhileLocomoting), {avoidHeadLoop(performedBy(_846{???LOCOMOTION}, _832{???ANIMAL}), performedBy(_818{???CARRY}, _832{???ANIMAL}))}, ~performedBy(_846{???LOCOMOTION}, _832{???ANIMAL}), {is_unit(_832{???ANIMAL}, _818{???CARRY})}-> ~performedBy(_818{???CARRY}, _832{???ANIMAL})),
  3399. %     (isa(_734{???LOCOMOTION}, actLocomotionProcessAnimal), isa(_748{???ANIMAL}, tClazzAnimal), cotemporalSubEvents(_762{???CARRY}, _734{???LOCOMOTION}), performedBy(_762{???CARRY}, _748{???ANIMAL}), isa(_762{???CARRY}, actCarryingWhileLocomoting), {is_unit(_748{???ANIMAL}, _734{???LOCOMOTION})}==>performedBy(_734{???LOCOMOTION}, _748{???ANIMAL}))
  3400. %   ].
  3401. % conds= =>((name_variable(_842{???CARRY}, 'CARRY'), name_variable(_856{???LOCOMOTION}, 'LOCOMOTION'), name_variable(_870{???ANIMAL}, 'ANIMAL'), name_variable(_758{???CARRY}, 'CARRY'), name_variable(_772{???LOCOMOTION}, 'LOCOMOTION'), name_variable(_786{???ANIMAL}, 'ANIMAL'), name_variable(_884{???ANIMAL}, 'ANIMAL'), name_variable(_898{???LOCOMOTION}, 'LOCOMOTION'), name_variable(_912{???CARRY}, 'CARRY'), name_variable(_926{???LOCOMOTION}, 'LOCOMOTION'), name_variable(_940{???ANIMAL}, 'ANIMAL'), name_variable(_954{???CARRY}, 'CARRY'), name_variable(_800{???CARRY}, 'CARRY'), name_variable(_814{???ANIMAL}, 'ANIMAL'), name_variable(_828{???LOCOMOTION}, 'LOCOMOTION'), name_variable(_716{???LOCOMOTION}, 'LOCOMOTION'), name_variable(_730{???ANIMAL}, 'ANIMAL'), name_variable(_744{???CARRY}, 'CARRY')), [(~cotemporalSubEvents(_842{???CARRY}, _856{???LOCOMOTION})<-isa(_856{???LOCOMOTION}, actLocomotionProcessAnimal), isa(_870{???ANIMAL}, tClazzAnimal), performedBy(_842{???CARRY}, _870{???ANIMAL}), isa(_842{???CARRY}, actCarryingWhileLocomoting), ~performedBy(_856{???LOCOMOTION}, _870{???ANIMAL}), {is_unit(_856{???LOCOMOTION}, _842{???CARRY})}),  (~isa(_758{???CARRY}, actCarryingWhileLocomoting)<-{avoidHeadLoop(isa(_772{???LOCOMOTION}, actLocomotionProcessAnimal), isa(_758{???CARRY}, actCarryingWhileLocomoting))}, isa(_772{???LOCOMOTION}, actLocomotionProcessAnimal), {avoidHeadLoop(isa(_786{???ANIMAL}, tClazzAnimal), isa(_758{???CARRY}, actCarryingWhileLocomoting))}, isa(_786{???ANIMAL}, tClazzAnimal), cotemporalSubEvents(_758{???CARRY}, _772{???LOCOMOTION}), performedBy(_758{???CARRY}, _786{???ANIMAL}), ~performedBy(_772{???LOCOMOTION}, _786{???ANIMAL}), {is_unit(_758{???CARRY})}),  (~isa(_884{???ANIMAL}, tClazzAnimal)<-{avoidHeadLoop(isa(_898{???LOCOMOTION}, actLocomotionProcessAnimal), isa(_884{???ANIMAL}, tClazzAnimal))}, isa(_898{???LOCOMOTION}, actLocomotionProcessAnimal), cotemporalSubEvents(_912{???CARRY}, _898{???LOCOMOTION}), performedBy(_912{???CARRY}, _884{???ANIMAL}), {avoidHeadLoop(isa(_912{???CARRY}, actCarryingWhileLocomoting), isa(_884{???ANIMAL}, tClazzAnimal))}, isa(_912{???CARRY}, actCarryingWhileLocomoting), ~performedBy(_898{???LOCOMOTION}, _884{???ANIMAL}), {is_unit(_884{???ANIMAL})}),  (~isa(_926{???LOCOMOTION}, actLocomotionProcessAnimal)<-{avoidHeadLoop(isa(_940{???ANIMAL}, tClazzAnimal), isa(_926{???LOCOMOTION}, actLocomotionProcessAnimal))}, isa(_940{???ANIMAL}, tClazzAnimal), cotemporalSubEvents(_954{???CARRY}, _926{???LOCOMOTION}), performedBy(_954{???CARRY}, _940{???ANIMAL}), {avoidHeadLoop(isa(_954{???CARRY}, actCarryingWhileLocomoting), isa(_926{???LOCOMOTION}, actLocomotionProcessAnimal))}, isa(_954{???CARRY}, actCarryingWhileLocomoting), ~performedBy(_926{???LOCOMOTION}, _940{???ANIMAL}), {is_unit(_926{???LOCOMOTION})}),  (~performedBy(_800{???CARRY}, _814{???ANIMAL})<-isa(_828{???LOCOMOTION}, actLocomotionProcessAnimal), isa(_814{???ANIMAL}, tClazzAnimal), cotemporalSubEvents(_800{???CARRY}, _828{???LOCOMOTION}), isa(_800{???CARRY}, actCarryingWhileLocomoting), {avoidHeadLoop(performedBy(_828{???LOCOMOTION}, _814{???ANIMAL}), performedBy(_800{???CARRY}, _814{???ANIMAL}))}, ~performedBy(_828{???LOCOMOTION}, _814{???ANIMAL}), {is_unit(_814{???ANIMAL}, _800{???CARRY})}),  (isa(_716{???LOCOMOTION}, actLocomotionProcessAnimal), isa(_730{???ANIMAL}, tClazzAnimal), cotemporalSubEvents(_744{???CARRY}, _716{???LOCOMOTION}), performedBy(_744{???CARRY}, _730{???ANIMAL}), isa(_744{???CARRY}, actCarryingWhileLocomoting), {is_unit(_730{???ANIMAL}, _716{???LOCOMOTION})}==>performedBy(_716{???LOCOMOTION}, _730{???ANIMAL}))]).
  3402.  
  3403.  
  3404. % ~cotemporalSubEvents(_238{???CARRY}, _252{???LOCOMOTION}) :-
  3405. %   isa(_252{???LOCOMOTION}, actLocomotionProcessAnimal),
  3406. %   isa(_266{???ANIMAL}, tClazzAnimal),
  3407. %   performedBy(_238{???CARRY}, _266{???ANIMAL}),
  3408. %   isa(_238{???CARRY}, actCarryingWhileLocomoting),
  3409. %   ~performedBy(_252{???LOCOMOTION}, _266{???ANIMAL}).
  3410. % ~isa(_144{???CARRY}, actCarryingWhileLocomoting) :-
  3411. %   isa(_158{???LOCOMOTION}, actLocomotionProcessAnimal),
  3412. %   isa(_172{???ANIMAL}, tClazzAnimal),
  3413. %   cotemporalSubEvents(_144{???CARRY}, _158{???LOCOMOTION}),
  3414. %   performedBy(_144{???CARRY}, _172{???ANIMAL}),
  3415. %   ~performedBy(_158{???LOCOMOTION}, _172{???ANIMAL}).
  3416. % ~isa(_192{???ANIMAL}, tClazzAnimal) :-
  3417. %   isa(_206{???LOCOMOTION}, actLocomotionProcessAnimal),
  3418. %   cotemporalSubEvents(_220{???CARRY}, _206{???LOCOMOTION}),
  3419. %   performedBy(_220{???CARRY}, _192{???ANIMAL}),
  3420. %   isa(_220{???CARRY}, actCarryingWhileLocomoting),
  3421. %   ~performedBy(_206{???LOCOMOTION}, _192{???ANIMAL}).
  3422. % ~isa(_192{???LOCOMOTION}, actLocomotionProcessAnimal) :-
  3423. %   isa(_206{???ANIMAL}, tClazzAnimal),
  3424. %   cotemporalSubEvents(_220{???CARRY}, _192{???LOCOMOTION}),
  3425. %   performedBy(_220{???CARRY}, _206{???ANIMAL}),
  3426. %   isa(_220{???CARRY}, actCarryingWhileLocomoting),
  3427. %   ~performedBy(_192{???LOCOMOTION}, _206{???ANIMAL}).
  3428. % ~performedBy(_144{???CARRY}, _158{???ANIMAL}) :-
  3429. %   isa(_172{???LOCOMOTION}, actLocomotionProcessAnimal),
  3430. %   isa(_158{???ANIMAL}, tClazzAnimal),
  3431. %   cotemporalSubEvents(_144{???CARRY}, _172{???LOCOMOTION}),
  3432. %   isa(_144{???CARRY}, actCarryingWhileLocomoting),
  3433. %   ~performedBy(_172{???LOCOMOTION}, _158{???ANIMAL}).
  3434. % performedBy(_102{???LOCOMOTION}, _116{???ANIMAL}) :-
  3435. %   isa(_102{???LOCOMOTION}, actLocomotionProcessAnimal),
  3436. %   isa(_116{???ANIMAL}, tClazzAnimal),
  3437. %   cotemporalSubEvents(_130{???CARRY}, _102{???LOCOMOTION}),
  3438. %   performedBy(_130{???CARRY}, _116{???ANIMAL}),
  3439. %   isa(_130{???CARRY}, actCarryingWhileLocomoting).
  3440.  
  3441.  
  3442. % asserted_id(implies(and(isa(U, nartR(actRepairingFn, tObjectShoe)), performedBy(U, X)), knowsAbout(X, tObjectRubberSynthetic)), a308853(U, X)).
  3443. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  3444. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  3445.  kif:-all(_193194,all(_193214,implies(and(isa(_193194,nartR(actRepairingFn,tObjectShoe)),performedBy(_193194,_193214)),knowsAbout(_193214,tObjectRubberSynthetic))))
  3446.  pkif:-all(_193140,all(_193160,=>(&(isa(_193140,nartR(actRepairingFn,tObjectShoe)),performedBy(_193140,_193160)),knowsAbout(_193160,tObjectRubberSynthetic))))
  3447. % cnf :-
  3448. %   v(v(~isa(_132{???U}, nartR(actRepairingFn, tObjectShoe)),
  3449. %       ~performedBy(_132{???U}, _146{???X})),
  3450. %     knowsAbout(_146{???X}, tObjectRubberSynthetic)).
  3451.  horn:-[(~isa(_194102,nartR(actRepairingFn,tObjectShoe)):-performedBy(_194102,_194128),~knowsAbout(_194128,tObjectRubberSynthetic)),(~performedBy(_194174,_194188):-isa(_194174,nartR(actRepairingFn,tObjectShoe)),~knowsAbout(_194188,tObjectRubberSynthetic)),(knowsAbout(_194242,tObjectRubberSynthetic):-isa(_194268,nartR(actRepairingFn,tObjectShoe)),performedBy(_194268,_194242))]
  3452. % boxlog :-
  3453. %  
  3454. %   [ (~isa(_692{???U}, nartR(actRepairingFn, tObjectShoe)):-performedBy(_692{???U}, _706{???X}), ~knowsAbout(_706{???X}, tObjectRubberSynthetic)),
  3455. %     (~performedBy(_664{???U}, _678{???X}):-isa(_664{???U}, nartR(actRepairingFn, tObjectShoe)), ~knowsAbout(_678{???X}, tObjectRubberSynthetic)),
  3456. %     (knowsAbout(_636{???X}, tObjectRubberSynthetic):-isa(_650{???U}, nartR(actRepairingFn, tObjectShoe)), performedBy(_650{???U}, _636{???X}))
  3457. %   ].
  3458. % preview :-
  3459. %  
  3460. %   [ (performedBy(_656{???U}, _670{???X}), ~knowsAbout(_670{???X}, tObjectRubberSynthetic), {is_unit(_656{???U})}-> ~isa(_656{???U}, nartR(actRepairingFn, tObjectShoe))),
  3461. %     (isa(_628{???U}, nartR(actRepairingFn, tObjectShoe)), ~knowsAbout(_642{???X}, tObjectRubberSynthetic), {is_unit(_642{???X}, _628{???U})}==> ~performedBy(_628{???U}, _642{???X})),
  3462. %     (isa(_614{???U}, nartR(actRepairingFn, tObjectShoe)), performedBy(_614{???U}, _600{???X}), {is_unit(_600{???X})}==>knowsAbout(_600{???X}, tObjectRubberSynthetic))
  3463. %   ].
  3464. % conds= =>((name_variable(_638{???U}, 'U'), name_variable(_652{???X}, 'X'), name_variable(_610{???U}, 'U'), name_variable(_624{???X}, 'X'), name_variable(_596{???U}, 'U'), name_variable(_582{???X}, 'X')), [(~isa(_638{???U}, nartR(actRepairingFn, tObjectShoe))<-performedBy(_638{???U}, _652{???X}), ~knowsAbout(_652{???X}, tObjectRubberSynthetic), {is_unit(_638{???U})}),  (isa(_610{???U}, nartR(actRepairingFn, tObjectShoe)), ~knowsAbout(_624{???X}, tObjectRubberSynthetic), {is_unit(_624{???X}, _610{???U})}==> ~performedBy(_610{???U}, _624{???X})),  (isa(_596{???U}, nartR(actRepairingFn, tObjectShoe)), performedBy(_596{???U}, _582{???X}), {is_unit(_582{???X})}==>knowsAbout(_582{???X}, tObjectRubberSynthetic))]).
  3465.  
  3466.  
  3467. % ~isa(_166{???U}, nartR(actRepairingFn, tObjectShoe)) :-
  3468. %   performedBy(_166{???U}, _180{???X}),
  3469. %   ~knowsAbout(_180{???X}, tObjectRubberSynthetic).
  3470. % ~performedBy(_130{???U}, _144{???X}) :-
  3471. %   isa(_130{???U}, nartR(actRepairingFn, tObjectShoe)),
  3472. %   ~knowsAbout(_144{???X}, tObjectRubberSynthetic).
  3473. % knowsAbout(_102{???X}, tObjectRubberSynthetic) :-
  3474. %   isa(_116{???U}, nartR(actRepairingFn, tObjectShoe)),
  3475. %   performedBy(_116{???U}, _102{???X}).
  3476.  
  3477.  
  3478. % asserted_id(implies(and(isa(U, nartR(actRepairingFn, tObjectShoe)), performedBy(U, X)), knowsAbout(X, tObjectLeather)), a308854(U, X)).
  3479. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  3480. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  3481.  kif:-all(_193298,all(_193318,implies(and(isa(_193298,nartR(actRepairingFn,tObjectShoe)),performedBy(_193298,_193318)),knowsAbout(_193318,tObjectLeather))))
  3482.  pkif:-all(_193244,all(_193264,=>(&(isa(_193244,nartR(actRepairingFn,tObjectShoe)),performedBy(_193244,_193264)),knowsAbout(_193264,tObjectLeather))))
  3483. % cnf :-
  3484. %   v(v(~isa(_132{???U}, nartR(actRepairingFn, tObjectShoe)),
  3485. %       ~performedBy(_132{???U}, _146{???X})),
  3486. %     knowsAbout(_146{???X}, tObjectLeather)).
  3487.  horn:-[(~isa(_194206,nartR(actRepairingFn,tObjectShoe)):-performedBy(_194206,_194232),~knowsAbout(_194232,tObjectLeather)),(~performedBy(_194278,_194292):-isa(_194278,nartR(actRepairingFn,tObjectShoe)),~knowsAbout(_194292,tObjectLeather)),(knowsAbout(_194346,tObjectLeather):-isa(_194372,nartR(actRepairingFn,tObjectShoe)),performedBy(_194372,_194346))]
  3488. % boxlog :-
  3489. %  
  3490. %   [ (~isa(_692{???U}, nartR(actRepairingFn, tObjectShoe)):-performedBy(_692{???U}, _706{???X}), ~knowsAbout(_706{???X}, tObjectLeather)),
  3491. %     (~performedBy(_664{???U}, _678{???X}):-isa(_664{???U}, nartR(actRepairingFn, tObjectShoe)), ~knowsAbout(_678{???X}, tObjectLeather)),
  3492. %     (knowsAbout(_636{???X}, tObjectLeather):-isa(_650{???U}, nartR(actRepairingFn, tObjectShoe)), performedBy(_650{???U}, _636{???X}))
  3493. %   ].
  3494. % preview :-
  3495. %  
  3496. %   [ (performedBy(_656{???U}, _670{???X}), ~knowsAbout(_670{???X}, tObjectLeather), {is_unit(_656{???U})}-> ~isa(_656{???U}, nartR(actRepairingFn, tObjectShoe))),
  3497. %     (isa(_628{???U}, nartR(actRepairingFn, tObjectShoe)), ~knowsAbout(_642{???X}, tObjectLeather), {is_unit(_642{???X}, _628{???U})}==> ~performedBy(_628{???U}, _642{???X})),
  3498. %     (isa(_614{???U}, nartR(actRepairingFn, tObjectShoe)), performedBy(_614{???U}, _600{???X}), {is_unit(_600{???X})}==>knowsAbout(_600{???X}, tObjectLeather))
  3499. %   ].
  3500. % conds= =>((name_variable(_638{???U}, 'U'), name_variable(_652{???X}, 'X'), name_variable(_610{???U}, 'U'), name_variable(_624{???X}, 'X'), name_variable(_596{???U}, 'U'), name_variable(_582{???X}, 'X')), [(~isa(_638{???U}, nartR(actRepairingFn, tObjectShoe))<-performedBy(_638{???U}, _652{???X}), ~knowsAbout(_652{???X}, tObjectLeather), {is_unit(_638{???U})}),  (isa(_610{???U}, nartR(actRepairingFn, tObjectShoe)), ~knowsAbout(_624{???X}, tObjectLeather), {is_unit(_624{???X}, _610{???U})}==> ~performedBy(_610{???U}, _624{???X})),  (isa(_596{???U}, nartR(actRepairingFn, tObjectShoe)), performedBy(_596{???U}, _582{???X}), {is_unit(_582{???X})}==>knowsAbout(_582{???X}, tObjectLeather))]).
  3501.  
  3502.  
  3503. % ~isa(_166{???U}, nartR(actRepairingFn, tObjectShoe)) :-
  3504. %   performedBy(_166{???U}, _180{???X}),
  3505. %   ~knowsAbout(_180{???X}, tObjectLeather).
  3506. % ~performedBy(_130{???U}, _144{???X}) :-
  3507. %   isa(_130{???U}, nartR(actRepairingFn, tObjectShoe)),
  3508. %   ~knowsAbout(_144{???X}, tObjectLeather).
  3509. % knowsAbout(_102{???X}, tObjectLeather) :-
  3510. %   isa(_116{???U}, nartR(actRepairingFn, tObjectShoe)),
  3511. %   performedBy(_116{???U}, _102{???X}).
  3512.  
  3513.  
  3514. % asserted_id(implies(and(isa(U, nartR(actRepairingFn, tObjectShoe)), performedBy(U, X)), knowsAbout(X, tObjectShoe)), a308855(U, X)).
  3515. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  3516. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  3517.  kif:-all(_193402,all(_193422,implies(and(isa(_193402,nartR(actRepairingFn,tObjectShoe)),performedBy(_193402,_193422)),knowsAbout(_193422,tObjectShoe))))
  3518.  pkif:-all(_193348,all(_193368,=>(&(isa(_193348,nartR(actRepairingFn,tObjectShoe)),performedBy(_193348,_193368)),knowsAbout(_193368,tObjectShoe))))
  3519. % cnf :-
  3520. %   v(v(~isa(_132{???U}, nartR(actRepairingFn, tObjectShoe)),
  3521. %       ~performedBy(_132{???U}, _146{???X})),
  3522. %     knowsAbout(_146{???X}, tObjectShoe)).
  3523.  horn:-[(~isa(_194310,nartR(actRepairingFn,tObjectShoe)):-performedBy(_194310,_194336),~knowsAbout(_194336,tObjectShoe)),(~performedBy(_194382,_194396):-isa(_194382,nartR(actRepairingFn,tObjectShoe)),~knowsAbout(_194396,tObjectShoe)),(knowsAbout(_194450,tObjectShoe):-isa(_194476,nartR(actRepairingFn,tObjectShoe)),performedBy(_194476,_194450))]
  3524. % boxlog :-
  3525. %  
  3526. %   [ (~isa(_692{???U}, nartR(actRepairingFn, tObjectShoe)):-performedBy(_692{???U}, _706{???X}), ~knowsAbout(_706{???X}, tObjectShoe)),
  3527. %     (~performedBy(_664{???U}, _678{???X}):-isa(_664{???U}, nartR(actRepairingFn, tObjectShoe)), ~knowsAbout(_678{???X}, tObjectShoe)),
  3528. %     (knowsAbout(_636{???X}, tObjectShoe):-isa(_650{???U}, nartR(actRepairingFn, tObjectShoe)), performedBy(_650{???U}, _636{???X}))
  3529. %   ].
  3530. % preview :-
  3531. %  
  3532. %   [ (performedBy(_656{???U}, _670{???X}), ~knowsAbout(_670{???X}, tObjectShoe), {is_unit(_656{???U})}-> ~isa(_656{???U}, nartR(actRepairingFn, tObjectShoe))),
  3533. %     (isa(_628{???U}, nartR(actRepairingFn, tObjectShoe)), ~knowsAbout(_642{???X}, tObjectShoe), {is_unit(_642{???X}, _628{???U})}==> ~performedBy(_628{???U}, _642{???X})),
  3534. %     (isa(_614{???U}, nartR(actRepairingFn, tObjectShoe)), performedBy(_614{???U}, _600{???X}), {is_unit(_600{???X})}==>knowsAbout(_600{???X}, tObjectShoe))
  3535. %   ].
  3536. % conds= =>((name_variable(_638{???U}, 'U'), name_variable(_652{???X}, 'X'), name_variable(_610{???U}, 'U'), name_variable(_624{???X}, 'X'), name_variable(_596{???U}, 'U'), name_variable(_582{???X}, 'X')), [(~isa(_638{???U}, nartR(actRepairingFn, tObjectShoe))<-performedBy(_638{???U}, _652{???X}), ~knowsAbout(_652{???X}, tObjectShoe), {is_unit(_638{???U})}),  (isa(_610{???U}, nartR(actRepairingFn, tObjectShoe)), ~knowsAbout(_624{???X}, tObjectShoe), {is_unit(_624{???X}, _610{???U})}==> ~performedBy(_610{???U}, _624{???X})),  (isa(_596{???U}, nartR(actRepairingFn, tObjectShoe)), performedBy(_596{???U}, _582{???X}), {is_unit(_582{???X})}==>knowsAbout(_582{???X}, tObjectShoe))]).
  3537.  
  3538.  
  3539. % ~isa(_166{???U}, nartR(actRepairingFn, tObjectShoe)) :-
  3540. %   performedBy(_166{???U}, _180{???X}),
  3541. %   ~knowsAbout(_180{???X}, tObjectShoe).
  3542. % ~performedBy(_130{???U}, _144{???X}) :-
  3543. %   isa(_130{???U}, nartR(actRepairingFn, tObjectShoe)),
  3544. %   ~knowsAbout(_144{???X}, tObjectShoe).
  3545. % knowsAbout(_102{???X}, tObjectShoe) :-
  3546. %   isa(_116{???U}, nartR(actRepairingFn, tObjectShoe)),
  3547. %   performedBy(_116{???U}, _102{???X}).
  3548.  
  3549.  
  3550. % asserted_id(implies(and(isa(REPCOM, nartR(actRepairingFn, tObjectComputerHardwareItem)), performedBy(REPCOM, PERSON)), knowsAbout(PERSON, tPartTypeComputerMainBox)), a308856(REPCOM, PERSON)).
  3551. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  3552. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  3553.  kif:-all(_193506,all(_193526,implies(and(isa(_193506,nartR(actRepairingFn,tObjectComputerHardwareItem)),performedBy(_193506,_193526)),knowsAbout(_193526,tPartTypeComputerMainBox))))
  3554.  pkif:-all(_193452,all(_193472,=>(&(isa(_193452,nartR(actRepairingFn,tObjectComputerHardwareItem)),performedBy(_193452,_193472)),knowsAbout(_193472,tPartTypeComputerMainBox))))
  3555. % cnf :-
  3556. %   v(v(~isa(_132{???REPCOM}, nartR(actRepairingFn, tObjectComputerHardwareItem)),
  3557. %       ~performedBy(_132{???REPCOM}, _146{???PERSON})),
  3558. %     knowsAbout(_146{???PERSON}, tPartTypeComputerMainBox)).
  3559.  horn:-[(~isa(_194414,nartR(actRepairingFn,tObjectComputerHardwareItem)):-performedBy(_194414,_194440),~knowsAbout(_194440,tPartTypeComputerMainBox)),(~performedBy(_194486,_194500):-isa(_194486,nartR(actRepairingFn,tObjectComputerHardwareItem)),~knowsAbout(_194500,tPartTypeComputerMainBox)),(knowsAbout(_194554,tPartTypeComputerMainBox):-isa(_194580,nartR(actRepairingFn,tObjectComputerHardwareItem)),performedBy(_194580,_194554))]
  3560. % boxlog :-
  3561. %  
  3562. %   [ (~isa(_692{???REPCOM}, nartR(actRepairingFn, tObjectComputerHardwareItem)):-performedBy(_692{???REPCOM}, _706{???PERSON}), ~knowsAbout(_706{???PERSON}, tPartTypeComputerMainBox)),
  3563. %     (~performedBy(_664{???REPCOM}, _678{???PERSON}):-isa(_664{???REPCOM}, nartR(actRepairingFn, tObjectComputerHardwareItem)), ~knowsAbout(_678{???PERSON}, tPartTypeComputerMainBox)),
  3564. %     (knowsAbout(_636{???PERSON}, tPartTypeComputerMainBox):-isa(_650{???REPCOM}, nartR(actRepairingFn, tObjectComputerHardwareItem)), performedBy(_650{???REPCOM}, _636{???PERSON}))
  3565. %   ].
  3566. % preview :-
  3567. %  
  3568. %   [ (performedBy(_656{???REPCOM}, _670{???PERSON}), ~knowsAbout(_670{???PERSON}, tPartTypeComputerMainBox), {is_unit(_656{???REPCOM})}-> ~isa(_656{???REPCOM}, nartR(actRepairingFn, tObjectComputerHardwareItem))),
  3569. %     (isa(_628{???REPCOM}, nartR(actRepairingFn, tObjectComputerHardwareItem)), ~knowsAbout(_642{???PERSON}, tPartTypeComputerMainBox), {is_unit(_642{???PERSON}, _628{???REPCOM})}==> ~performedBy(_628{???REPCOM}, _642{???PERSON})),
  3570. %     (isa(_614{???REPCOM}, nartR(actRepairingFn, tObjectComputerHardwareItem)), performedBy(_614{???REPCOM}, _600{???PERSON}), {is_unit(_600{???PERSON})}==>knowsAbout(_600{???PERSON}, tPartTypeComputerMainBox))
  3571. %   ].
  3572. % conds= =>((name_variable(_638{???REPCOM}, 'REPCOM'), name_variable(_652{???PERSON}, 'PERSON'), name_variable(_610{???REPCOM}, 'REPCOM'), name_variable(_624{???PERSON}, 'PERSON'), name_variable(_596{???REPCOM}, 'REPCOM'), name_variable(_582{???PERSON}, 'PERSON')), [(~isa(_638{???REPCOM}, nartR(actRepairingFn, tObjectComputerHardwareItem))<-performedBy(_638{???REPCOM}, _652{???PERSON}), ~knowsAbout(_652{???PERSON}, tPartTypeComputerMainBox), {is_unit(_638{???REPCOM})}),  (isa(_610{???REPCOM}, nartR(actRepairingFn, tObjectComputerHardwareItem)), ~knowsAbout(_624{???PERSON}, tPartTypeComputerMainBox), {is_unit(_624{???PERSON}, _610{???REPCOM})}==> ~performedBy(_610{???REPCOM}, _624{???PERSON})),  (isa(_596{???REPCOM}, nartR(actRepairingFn, tObjectComputerHardwareItem)), performedBy(_596{???REPCOM}, _582{???PERSON}), {is_unit(_582{???PERSON})}==>knowsAbout(_582{???PERSON}, tPartTypeComputerMainBox))]).
  3573.  
  3574.  
  3575. % ~isa(_166{???REPCOM}, nartR(actRepairingFn, tObjectComputerHardwareItem)) :-
  3576. %   performedBy(_166{???REPCOM}, _180{???PERSON}),
  3577. %   ~knowsAbout(_180{???PERSON}, tPartTypeComputerMainBox).
  3578. % ~performedBy(_130{???REPCOM}, _144{???PERSON}) :-
  3579. %   isa(_130{???REPCOM}, nartR(actRepairingFn, tObjectComputerHardwareItem)),
  3580. %   ~knowsAbout(_144{???PERSON}, tPartTypeComputerMainBox).
  3581. % knowsAbout(_102{???PERSON}, tPartTypeComputerMainBox) :-
  3582. %   isa(_116{???REPCOM}, nartR(actRepairingFn, tObjectComputerHardwareItem)),
  3583. %   performedBy(_116{???REPCOM}, _102{???PERSON}).
  3584.  
  3585.  
  3586. % asserted_id(implies(and(isa(REPCOM, nartR(actRepairingFn, tObjectComputerHardwareItem)), performedBy(REPCOM, PERSON)), knowsAbout(PERSON, tPartTypeElectricalPlug)), a308857(REPCOM, PERSON)).
  3587. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  3588. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  3589.  kif:-all(_193610,all(_193630,implies(and(isa(_193610,nartR(actRepairingFn,tObjectComputerHardwareItem)),performedBy(_193610,_193630)),knowsAbout(_193630,tPartTypeElectricalPlug))))
  3590.  pkif:-all(_193556,all(_193576,=>(&(isa(_193556,nartR(actRepairingFn,tObjectComputerHardwareItem)),performedBy(_193556,_193576)),knowsAbout(_193576,tPartTypeElectricalPlug))))
  3591. % cnf :-
  3592. %   v(v(~isa(_132{???REPCOM}, nartR(actRepairingFn, tObjectComputerHardwareItem)),
  3593. %       ~performedBy(_132{???REPCOM}, _146{???PERSON})),
  3594. %     knowsAbout(_146{???PERSON}, tPartTypeElectricalPlug)).
  3595.  horn:-[(~isa(_194518,nartR(actRepairingFn,tObjectComputerHardwareItem)):-performedBy(_194518,_194544),~knowsAbout(_194544,tPartTypeElectricalPlug)),(~performedBy(_194590,_194604):-isa(_194590,nartR(actRepairingFn,tObjectComputerHardwareItem)),~knowsAbout(_194604,tPartTypeElectricalPlug)),(knowsAbout(_194658,tPartTypeElectricalPlug):-isa(_194684,nartR(actRepairingFn,tObjectComputerHardwareItem)),performedBy(_194684,_194658))]
  3596. % boxlog :-
  3597. %  
  3598. %   [ (~isa(_692{???REPCOM}, nartR(actRepairingFn, tObjectComputerHardwareItem)):-performedBy(_692{???REPCOM}, _706{???PERSON}), ~knowsAbout(_706{???PERSON}, tPartTypeElectricalPlug)),
  3599. %     (~performedBy(_664{???REPCOM}, _678{???PERSON}):-isa(_664{???REPCOM}, nartR(actRepairingFn, tObjectComputerHardwareItem)), ~knowsAbout(_678{???PERSON}, tPartTypeElectricalPlug)),
  3600. %     (knowsAbout(_636{???PERSON}, tPartTypeElectricalPlug):-isa(_650{???REPCOM}, nartR(actRepairingFn, tObjectComputerHardwareItem)), performedBy(_650{???REPCOM}, _636{???PERSON}))
  3601. %   ].
  3602. % preview :-
  3603. %  
  3604. %   [ (performedBy(_656{???REPCOM}, _670{???PERSON}), ~knowsAbout(_670{???PERSON}, tPartTypeElectricalPlug), {is_unit(_656{???REPCOM})}-> ~isa(_656{???REPCOM}, nartR(actRepairingFn, tObjectComputerHardwareItem))),
  3605. %     (isa(_628{???REPCOM}, nartR(actRepairingFn, tObjectComputerHardwareItem)), ~knowsAbout(_642{???PERSON}, tPartTypeElectricalPlug), {is_unit(_642{???PERSON}, _628{???REPCOM})}==> ~performedBy(_628{???REPCOM}, _642{???PERSON})),
  3606. %     (isa(_614{???REPCOM}, nartR(actRepairingFn, tObjectComputerHardwareItem)), performedBy(_614{???REPCOM}, _600{???PERSON}), {is_unit(_600{???PERSON})}==>knowsAbout(_600{???PERSON}, tPartTypeElectricalPlug))
  3607. %   ].
  3608. % conds= =>((name_variable(_638{???REPCOM}, 'REPCOM'), name_variable(_652{???PERSON}, 'PERSON'), name_variable(_610{???REPCOM}, 'REPCOM'), name_variable(_624{???PERSON}, 'PERSON'), name_variable(_596{???REPCOM}, 'REPCOM'), name_variable(_582{???PERSON}, 'PERSON')), [(~isa(_638{???REPCOM}, nartR(actRepairingFn, tObjectComputerHardwareItem))<-performedBy(_638{???REPCOM}, _652{???PERSON}), ~knowsAbout(_652{???PERSON}, tPartTypeElectricalPlug), {is_unit(_638{???REPCOM})}),  (isa(_610{???REPCOM}, nartR(actRepairingFn, tObjectComputerHardwareItem)), ~knowsAbout(_624{???PERSON}, tPartTypeElectricalPlug), {is_unit(_624{???PERSON}, _610{???REPCOM})}==> ~performedBy(_610{???REPCOM}, _624{???PERSON})),  (isa(_596{???REPCOM}, nartR(actRepairingFn, tObjectComputerHardwareItem)), performedBy(_596{???REPCOM}, _582{???PERSON}), {is_unit(_582{???PERSON})}==>knowsAbout(_582{???PERSON}, tPartTypeElectricalPlug))]).
  3609.  
  3610.  
  3611. % ~isa(_166{???REPCOM}, nartR(actRepairingFn, tObjectComputerHardwareItem)) :-
  3612. %   performedBy(_166{???REPCOM}, _180{???PERSON}),
  3613. %   ~knowsAbout(_180{???PERSON}, tPartTypeElectricalPlug).
  3614. % ~performedBy(_130{???REPCOM}, _144{???PERSON}) :-
  3615. %   isa(_130{???REPCOM}, nartR(actRepairingFn, tObjectComputerHardwareItem)),
  3616. %   ~knowsAbout(_144{???PERSON}, tPartTypeElectricalPlug).
  3617. % knowsAbout(_102{???PERSON}, tPartTypeElectricalPlug) :-
  3618. %   isa(_116{???REPCOM}, nartR(actRepairingFn, tObjectComputerHardwareItem)),
  3619. %   performedBy(_116{???REPCOM}, _102{???PERSON}).
  3620.  
  3621.  
  3622. % asserted_id(implies(and(isa(REPCOM, nartR(actRepairingFn, tObjectComputerHardwareItem)), performedBy(REPCOM, PERSON)), knowsAbout(PERSON, tObjectComputerDisk)), a308858(REPCOM, PERSON)).
  3623. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  3624. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  3625.  kif:-all(_193714,all(_193734,implies(and(isa(_193714,nartR(actRepairingFn,tObjectComputerHardwareItem)),performedBy(_193714,_193734)),knowsAbout(_193734,tObjectComputerDisk))))
  3626.  pkif:-all(_193660,all(_193680,=>(&(isa(_193660,nartR(actRepairingFn,tObjectComputerHardwareItem)),performedBy(_193660,_193680)),knowsAbout(_193680,tObjectComputerDisk))))
  3627. % cnf :-
  3628. %   v(v(~isa(_132{???REPCOM}, nartR(actRepairingFn, tObjectComputerHardwareItem)),
  3629. %       ~performedBy(_132{???REPCOM}, _146{???PERSON})),
  3630. %     knowsAbout(_146{???PERSON}, tObjectComputerDisk)).
  3631.  horn:-[(~isa(_194622,nartR(actRepairingFn,tObjectComputerHardwareItem)):-performedBy(_194622,_194648),~knowsAbout(_194648,tObjectComputerDisk)),(~performedBy(_194694,_194708):-isa(_194694,nartR(actRepairingFn,tObjectComputerHardwareItem)),~knowsAbout(_194708,tObjectComputerDisk)),(knowsAbout(_194762,tObjectComputerDisk):-isa(_194788,nartR(actRepairingFn,tObjectComputerHardwareItem)),performedBy(_194788,_194762))]
  3632. % boxlog :-
  3633. %  
  3634. %   [ (~isa(_692{???REPCOM}, nartR(actRepairingFn, tObjectComputerHardwareItem)):-performedBy(_692{???REPCOM}, _706{???PERSON}), ~knowsAbout(_706{???PERSON}, tObjectComputerDisk)),
  3635. %     (~performedBy(_664{???REPCOM}, _678{???PERSON}):-isa(_664{???REPCOM}, nartR(actRepairingFn, tObjectComputerHardwareItem)), ~knowsAbout(_678{???PERSON}, tObjectComputerDisk)),
  3636. %     (knowsAbout(_636{???PERSON}, tObjectComputerDisk):-isa(_650{???REPCOM}, nartR(actRepairingFn, tObjectComputerHardwareItem)), performedBy(_650{???REPCOM}, _636{???PERSON}))
  3637. %   ].
  3638. % preview :-
  3639. %  
  3640. %   [ (performedBy(_656{???REPCOM}, _670{???PERSON}), ~knowsAbout(_670{???PERSON}, tObjectComputerDisk), {is_unit(_656{???REPCOM})}-> ~isa(_656{???REPCOM}, nartR(actRepairingFn, tObjectComputerHardwareItem))),
  3641. %     (isa(_628{???REPCOM}, nartR(actRepairingFn, tObjectComputerHardwareItem)), ~knowsAbout(_642{???PERSON}, tObjectComputerDisk), {is_unit(_642{???PERSON}, _628{???REPCOM})}==> ~performedBy(_628{???REPCOM}, _642{???PERSON})),
  3642. %     (isa(_614{???REPCOM}, nartR(actRepairingFn, tObjectComputerHardwareItem)), performedBy(_614{???REPCOM}, _600{???PERSON}), {is_unit(_600{???PERSON})}==>knowsAbout(_600{???PERSON}, tObjectComputerDisk))
  3643. %   ].
  3644. % conds= =>((name_variable(_638{???REPCOM}, 'REPCOM'), name_variable(_652{???PERSON}, 'PERSON'), name_variable(_610{???REPCOM}, 'REPCOM'), name_variable(_624{???PERSON}, 'PERSON'), name_variable(_596{???REPCOM}, 'REPCOM'), name_variable(_582{???PERSON}, 'PERSON')), [(~isa(_638{???REPCOM}, nartR(actRepairingFn, tObjectComputerHardwareItem))<-performedBy(_638{???REPCOM}, _652{???PERSON}), ~knowsAbout(_652{???PERSON}, tObjectComputerDisk), {is_unit(_638{???REPCOM})}),  (isa(_610{???REPCOM}, nartR(actRepairingFn, tObjectComputerHardwareItem)), ~knowsAbout(_624{???PERSON}, tObjectComputerDisk), {is_unit(_624{???PERSON}, _610{???REPCOM})}==> ~performedBy(_610{???REPCOM}, _624{???PERSON})),  (isa(_596{???REPCOM}, nartR(actRepairingFn, tObjectComputerHardwareItem)), performedBy(_596{???REPCOM}, _582{???PERSON}), {is_unit(_582{???PERSON})}==>knowsAbout(_582{???PERSON}, tObjectComputerDisk))]).
  3645.  
  3646.  
  3647. % ~isa(_166{???REPCOM}, nartR(actRepairingFn, tObjectComputerHardwareItem)) :-
  3648. %   performedBy(_166{???REPCOM}, _180{???PERSON}),
  3649. %   ~knowsAbout(_180{???PERSON}, tObjectComputerDisk).
  3650. % ~performedBy(_130{???REPCOM}, _144{???PERSON}) :-
  3651. %   isa(_130{???REPCOM}, nartR(actRepairingFn, tObjectComputerHardwareItem)),
  3652. %   ~knowsAbout(_144{???PERSON}, tObjectComputerDisk).
  3653. % knowsAbout(_102{???PERSON}, tObjectComputerDisk) :-
  3654. %   isa(_116{???REPCOM}, nartR(actRepairingFn, tObjectComputerHardwareItem)),
  3655. %   performedBy(_116{???REPCOM}, _102{???PERSON}).
  3656.  
  3657.  
  3658. % asserted_id(implies(and(isa(REPCOM, nartR(actRepairingFn, tObjectComputerHardwareItem)), performedBy(REPCOM, PERSON)), knowsAbout(PERSON, tPartTypeComputerStorageDevice)), a308859(REPCOM, PERSON)).
  3659. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  3660. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  3661.  kif:-all(_193818,all(_193838,implies(and(isa(_193818,nartR(actRepairingFn,tObjectComputerHardwareItem)),performedBy(_193818,_193838)),knowsAbout(_193838,tPartTypeComputerStorageDevice))))
  3662.  pkif:-all(_193764,all(_193784,=>(&(isa(_193764,nartR(actRepairingFn,tObjectComputerHardwareItem)),performedBy(_193764,_193784)),knowsAbout(_193784,tPartTypeComputerStorageDevice))))
  3663. % cnf :-
  3664. %   v(v(~isa(_132{???REPCOM}, nartR(actRepairingFn, tObjectComputerHardwareItem)),
  3665. %       ~performedBy(_132{???REPCOM}, _146{???PERSON})),
  3666. %     knowsAbout(_146{???PERSON}, tPartTypeComputerStorageDevice)).
  3667.  horn:-[(~isa(_194726,nartR(actRepairingFn,tObjectComputerHardwareItem)):-performedBy(_194726,_194752),~knowsAbout(_194752,tPartTypeComputerStorageDevice)),(~performedBy(_194798,_194812):-isa(_194798,nartR(actRepairingFn,tObjectComputerHardwareItem)),~knowsAbout(_194812,tPartTypeComputerStorageDevice)),(knowsAbout(_194866,tPartTypeComputerStorageDevice):-isa(_194892,nartR(actRepairingFn,tObjectComputerHardwareItem)),performedBy(_194892,_194866))]
  3668. % boxlog :-
  3669. %  
  3670. %   [ (~isa(_692{???REPCOM}, nartR(actRepairingFn, tObjectComputerHardwareItem)):-performedBy(_692{???REPCOM}, _706{???PERSON}), ~knowsAbout(_706{???PERSON}, tPartTypeComputerStorageDevice)),
  3671. %     (~performedBy(_664{???REPCOM}, _678{???PERSON}):-isa(_664{???REPCOM}, nartR(actRepairingFn, tObjectComputerHardwareItem)), ~knowsAbout(_678{???PERSON}, tPartTypeComputerStorageDevice)),
  3672. %     (knowsAbout(_636{???PERSON}, tPartTypeComputerStorageDevice):-isa(_650{???REPCOM}, nartR(actRepairingFn, tObjectComputerHardwareItem)), performedBy(_650{???REPCOM}, _636{???PERSON}))
  3673. %   ].
  3674. % preview :-
  3675. %  
  3676. %   [ (performedBy(_656{???REPCOM}, _670{???PERSON}), ~knowsAbout(_670{???PERSON}, tPartTypeComputerStorageDevice), {is_unit(_656{???REPCOM})}-> ~isa(_656{???REPCOM}, nartR(actRepairingFn, tObjectComputerHardwareItem))),
  3677. %     (isa(_628{???REPCOM}, nartR(actRepairingFn, tObjectComputerHardwareItem)), ~knowsAbout(_642{???PERSON}, tPartTypeComputerStorageDevice), {is_unit(_642{???PERSON}, _628{???REPCOM})}==> ~performedBy(_628{???REPCOM}, _642{???PERSON})),
  3678. %     (isa(_614{???REPCOM}, nartR(actRepairingFn, tObjectComputerHardwareItem)), performedBy(_614{???REPCOM}, _600{???PERSON}), {is_unit(_600{???PERSON})}==>knowsAbout(_600{???PERSON}, tPartTypeComputerStorageDevice))
  3679. %   ].
  3680. % conds= =>((name_variable(_638{???REPCOM}, 'REPCOM'), name_variable(_652{???PERSON}, 'PERSON'), name_variable(_610{???REPCOM}, 'REPCOM'), name_variable(_624{???PERSON}, 'PERSON'), name_variable(_596{???REPCOM}, 'REPCOM'), name_variable(_582{???PERSON}, 'PERSON')), [(~isa(_638{???REPCOM}, nartR(actRepairingFn, tObjectComputerHardwareItem))<-performedBy(_638{???REPCOM}, _652{???PERSON}), ~knowsAbout(_652{???PERSON}, tPartTypeComputerStorageDevice), {is_unit(_638{???REPCOM})}),  (isa(_610{???REPCOM}, nartR(actRepairingFn, tObjectComputerHardwareItem)), ~knowsAbout(_624{???PERSON}, tPartTypeComputerStorageDevice), {is_unit(_624{???PERSON}, _610{???REPCOM})}==> ~performedBy(_610{???REPCOM}, _624{???PERSON})),  (isa(_596{???REPCOM}, nartR(actRepairingFn, tObjectComputerHardwareItem)), performedBy(_596{???REPCOM}, _582{???PERSON}), {is_unit(_582{???PERSON})}==>knowsAbout(_582{???PERSON}, tPartTypeComputerStorageDevice))]).
  3681.  
  3682.  
  3683. % ~isa(_166{???REPCOM}, nartR(actRepairingFn, tObjectComputerHardwareItem)) :-
  3684. %   performedBy(_166{???REPCOM}, _180{???PERSON}),
  3685. %   ~knowsAbout(_180{???PERSON}, tPartTypeComputerStorageDevice).
  3686. % ~performedBy(_130{???REPCOM}, _144{???PERSON}) :-
  3687. %   isa(_130{???REPCOM}, nartR(actRepairingFn, tObjectComputerHardwareItem)),
  3688. %   ~knowsAbout(_144{???PERSON}, tPartTypeComputerStorageDevice).
  3689. % knowsAbout(_102{???PERSON}, tPartTypeComputerStorageDevice) :-
  3690. %   isa(_116{???REPCOM}, nartR(actRepairingFn, tObjectComputerHardwareItem)),
  3691. %   performedBy(_116{???REPCOM}, _102{???PERSON}).
  3692.  
  3693.  
  3694. % asserted_id(implies(and(isa(REPCOM, nartR(actRepairingFn, tObjectComputerHardwareItem)), performedBy(REPCOM, PERSON)), knowsAbout(PERSON, tPartTypeComputerBoard)), a308860(REPCOM, PERSON)).
  3695. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  3696. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  3697.  kif:-all(_193922,all(_193942,implies(and(isa(_193922,nartR(actRepairingFn,tObjectComputerHardwareItem)),performedBy(_193922,_193942)),knowsAbout(_193942,tPartTypeComputerBoard))))
  3698.  pkif:-all(_193868,all(_193888,=>(&(isa(_193868,nartR(actRepairingFn,tObjectComputerHardwareItem)),performedBy(_193868,_193888)),knowsAbout(_193888,tPartTypeComputerBoard))))
  3699. % cnf :-
  3700. %   v(v(~isa(_132{???REPCOM}, nartR(actRepairingFn, tObjectComputerHardwareItem)),
  3701. %       ~performedBy(_132{???REPCOM}, _146{???PERSON})),
  3702. %     knowsAbout(_146{???PERSON}, tPartTypeComputerBoard)).
  3703.  horn:-[(~isa(_194830,nartR(actRepairingFn,tObjectComputerHardwareItem)):-performedBy(_194830,_194856),~knowsAbout(_194856,tPartTypeComputerBoard)),(~performedBy(_194902,_194916):-isa(_194902,nartR(actRepairingFn,tObjectComputerHardwareItem)),~knowsAbout(_194916,tPartTypeComputerBoard)),(knowsAbout(_194970,tPartTypeComputerBoard):-isa(_194996,nartR(actRepairingFn,tObjectComputerHardwareItem)),performedBy(_194996,_194970))]
  3704. % boxlog :-
  3705. %  
  3706. %   [ (~isa(_692{???REPCOM}, nartR(actRepairingFn, tObjectComputerHardwareItem)):-performedBy(_692{???REPCOM}, _706{???PERSON}), ~knowsAbout(_706{???PERSON}, tPartTypeComputerBoard)),
  3707. %     (~performedBy(_664{???REPCOM}, _678{???PERSON}):-isa(_664{???REPCOM}, nartR(actRepairingFn, tObjectComputerHardwareItem)), ~knowsAbout(_678{???PERSON}, tPartTypeComputerBoard)),
  3708. %     (knowsAbout(_636{???PERSON}, tPartTypeComputerBoard):-isa(_650{???REPCOM}, nartR(actRepairingFn, tObjectComputerHardwareItem)), performedBy(_650{???REPCOM}, _636{???PERSON}))
  3709. %   ].
  3710. % preview :-
  3711. %  
  3712. %   [ (performedBy(_656{???REPCOM}, _670{???PERSON}), ~knowsAbout(_670{???PERSON}, tPartTypeComputerBoard), {is_unit(_656{???REPCOM})}-> ~isa(_656{???REPCOM}, nartR(actRepairingFn, tObjectComputerHardwareItem))),
  3713. %     (isa(_628{???REPCOM}, nartR(actRepairingFn, tObjectComputerHardwareItem)), ~knowsAbout(_642{???PERSON}, tPartTypeComputerBoard), {is_unit(_642{???PERSON}, _628{???REPCOM})}==> ~performedBy(_628{???REPCOM}, _642{???PERSON})),
  3714. %     (isa(_614{???REPCOM}, nartR(actRepairingFn, tObjectComputerHardwareItem)), performedBy(_614{???REPCOM}, _600{???PERSON}), {is_unit(_600{???PERSON})}==>knowsAbout(_600{???PERSON}, tPartTypeComputerBoard))
  3715. %   ].
  3716. % conds= =>((name_variable(_638{???REPCOM}, 'REPCOM'), name_variable(_652{???PERSON}, 'PERSON'), name_variable(_610{???REPCOM}, 'REPCOM'), name_variable(_624{???PERSON}, 'PERSON'), name_variable(_596{???REPCOM}, 'REPCOM'), name_variable(_582{???PERSON}, 'PERSON')), [(~isa(_638{???REPCOM}, nartR(actRepairingFn, tObjectComputerHardwareItem))<-performedBy(_638{???REPCOM}, _652{???PERSON}), ~knowsAbout(_652{???PERSON}, tPartTypeComputerBoard), {is_unit(_638{???REPCOM})}),  (isa(_610{???REPCOM}, nartR(actRepairingFn, tObjectComputerHardwareItem)), ~knowsAbout(_624{???PERSON}, tPartTypeComputerBoard), {is_unit(_624{???PERSON}, _610{???REPCOM})}==> ~performedBy(_610{???REPCOM}, _624{???PERSON})),  (isa(_596{???REPCOM}, nartR(actRepairingFn, tObjectComputerHardwareItem)), performedBy(_596{???REPCOM}, _582{???PERSON}), {is_unit(_582{???PERSON})}==>knowsAbout(_582{???PERSON}, tPartTypeComputerBoard))]).
  3717.  
  3718.  
  3719. % ~isa(_166{???REPCOM}, nartR(actRepairingFn, tObjectComputerHardwareItem)) :-
  3720. %   performedBy(_166{???REPCOM}, _180{???PERSON}),
  3721. %   ~knowsAbout(_180{???PERSON}, tPartTypeComputerBoard).
  3722. % ~performedBy(_130{???REPCOM}, _144{???PERSON}) :-
  3723. %   isa(_130{???REPCOM}, nartR(actRepairingFn, tObjectComputerHardwareItem)),
  3724. %   ~knowsAbout(_144{???PERSON}, tPartTypeComputerBoard).
  3725. % knowsAbout(_102{???PERSON}, tPartTypeComputerBoard) :-
  3726. %   isa(_116{???REPCOM}, nartR(actRepairingFn, tObjectComputerHardwareItem)),
  3727. %   performedBy(_116{???REPCOM}, _102{???PERSON}).
  3728.  
  3729.  
  3730. % asserted_id(implies(and(isa(REPCOM, nartR(actRepairingFn, tObjectComputerHardwareItem)), performedBy(REPCOM, PERSON)), knowsAbout(PERSON, tObjectComputerHardwareItem)), a308861(REPCOM, PERSON)).
  3731. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  3732. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  3733.  kif:-all(_194026,all(_194046,implies(and(isa(_194026,nartR(actRepairingFn,tObjectComputerHardwareItem)),performedBy(_194026,_194046)),knowsAbout(_194046,tObjectComputerHardwareItem))))
  3734.  pkif:-all(_193972,all(_193992,=>(&(isa(_193972,nartR(actRepairingFn,tObjectComputerHardwareItem)),performedBy(_193972,_193992)),knowsAbout(_193992,tObjectComputerHardwareItem))))
  3735. % cnf :-
  3736. %   v(v(~isa(_132{???REPCOM}, nartR(actRepairingFn, tObjectComputerHardwareItem)),
  3737. %       ~performedBy(_132{???REPCOM}, _146{???PERSON})),
  3738. %     knowsAbout(_146{???PERSON}, tObjectComputerHardwareItem)).
  3739.  horn:-[(~isa(_194934,nartR(actRepairingFn,tObjectComputerHardwareItem)):-performedBy(_194934,_194960),~knowsAbout(_194960,tObjectComputerHardwareItem)),(~performedBy(_195006,_195020):-isa(_195006,nartR(actRepairingFn,tObjectComputerHardwareItem)),~knowsAbout(_195020,tObjectComputerHardwareItem)),(knowsAbout(_195074,tObjectComputerHardwareItem):-isa(_195100,nartR(actRepairingFn,tObjectComputerHardwareItem)),performedBy(_195100,_195074))]
  3740. % boxlog :-
  3741. %  
  3742. %   [ (~isa(_692{???REPCOM}, nartR(actRepairingFn, tObjectComputerHardwareItem)):-performedBy(_692{???REPCOM}, _706{???PERSON}), ~knowsAbout(_706{???PERSON}, tObjectComputerHardwareItem)),
  3743. %     (~performedBy(_664{???REPCOM}, _678{???PERSON}):-isa(_664{???REPCOM}, nartR(actRepairingFn, tObjectComputerHardwareItem)), ~knowsAbout(_678{???PERSON}, tObjectComputerHardwareItem)),
  3744. %     (knowsAbout(_636{???PERSON}, tObjectComputerHardwareItem):-isa(_650{???REPCOM}, nartR(actRepairingFn, tObjectComputerHardwareItem)), performedBy(_650{???REPCOM}, _636{???PERSON}))
  3745. %   ].
  3746. % preview :-
  3747. %  
  3748. %   [ (performedBy(_656{???REPCOM}, _670{???PERSON}), ~knowsAbout(_670{???PERSON}, tObjectComputerHardwareItem), {is_unit(_656{???REPCOM})}-> ~isa(_656{???REPCOM}, nartR(actRepairingFn, tObjectComputerHardwareItem))),
  3749. %     (isa(_628{???REPCOM}, nartR(actRepairingFn, tObjectComputerHardwareItem)), ~knowsAbout(_642{???PERSON}, tObjectComputerHardwareItem), {is_unit(_642{???PERSON}, _628{???REPCOM})}==> ~performedBy(_628{???REPCOM}, _642{???PERSON})),
  3750. %     (isa(_614{???REPCOM}, nartR(actRepairingFn, tObjectComputerHardwareItem)), performedBy(_614{???REPCOM}, _600{???PERSON}), {is_unit(_600{???PERSON})}==>knowsAbout(_600{???PERSON}, tObjectComputerHardwareItem))
  3751. %   ].
  3752. % conds= =>((name_variable(_638{???REPCOM}, 'REPCOM'), name_variable(_652{???PERSON}, 'PERSON'), name_variable(_610{???REPCOM}, 'REPCOM'), name_variable(_624{???PERSON}, 'PERSON'), name_variable(_596{???REPCOM}, 'REPCOM'), name_variable(_582{???PERSON}, 'PERSON')), [(~isa(_638{???REPCOM}, nartR(actRepairingFn, tObjectComputerHardwareItem))<-performedBy(_638{???REPCOM}, _652{???PERSON}), ~knowsAbout(_652{???PERSON}, tObjectComputerHardwareItem), {is_unit(_638{???REPCOM})}),  (isa(_610{???REPCOM}, nartR(actRepairingFn, tObjectComputerHardwareItem)), ~knowsAbout(_624{???PERSON}, tObjectComputerHardwareItem), {is_unit(_624{???PERSON}, _610{???REPCOM})}==> ~performedBy(_610{???REPCOM}, _624{???PERSON})),  (isa(_596{???REPCOM}, nartR(actRepairingFn, tObjectComputerHardwareItem)), performedBy(_596{???REPCOM}, _582{???PERSON}), {is_unit(_582{???PERSON})}==>knowsAbout(_582{???PERSON}, tObjectComputerHardwareItem))]).
  3753.  
  3754.  
  3755. % ~isa(_166{???REPCOM}, nartR(actRepairingFn, tObjectComputerHardwareItem)) :-
  3756. %   performedBy(_166{???REPCOM}, _180{???PERSON}),
  3757. %   ~knowsAbout(_180{???PERSON}, tObjectComputerHardwareItem).
  3758. % ~performedBy(_130{???REPCOM}, _144{???PERSON}) :-
  3759. %   isa(_130{???REPCOM}, nartR(actRepairingFn, tObjectComputerHardwareItem)),
  3760. %   ~knowsAbout(_144{???PERSON}, tObjectComputerHardwareItem).
  3761. % knowsAbout(_102{???PERSON}, tObjectComputerHardwareItem) :-
  3762. %   isa(_116{???REPCOM}, nartR(actRepairingFn, tObjectComputerHardwareItem)),
  3763. %   performedBy(_116{???REPCOM}, _102{???PERSON}).
  3764.  
  3765.  
  3766. % asserted_id(implies(and(isa(REPCOM, nartR(actRepairingFn, tObjectComputerHardwareItem)), performedBy(REPCOM, PERSON)), knowsAbout(PERSON, tPartTypeComputerPort)), a308862(REPCOM, PERSON)).
  3767. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  3768. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  3769.  kif:-all(_194130,all(_194150,implies(and(isa(_194130,nartR(actRepairingFn,tObjectComputerHardwareItem)),performedBy(_194130,_194150)),knowsAbout(_194150,tPartTypeComputerPort))))
  3770.  pkif:-all(_194076,all(_194096,=>(&(isa(_194076,nartR(actRepairingFn,tObjectComputerHardwareItem)),performedBy(_194076,_194096)),knowsAbout(_194096,tPartTypeComputerPort))))
  3771. % cnf :-
  3772. %   v(v(~isa(_132{???REPCOM}, nartR(actRepairingFn, tObjectComputerHardwareItem)),
  3773. %       ~performedBy(_132{???REPCOM}, _146{???PERSON})),
  3774. %     knowsAbout(_146{???PERSON}, tPartTypeComputerPort)).
  3775.  horn:-[(~isa(_195038,nartR(actRepairingFn,tObjectComputerHardwareItem)):-performedBy(_195038,_195064),~knowsAbout(_195064,tPartTypeComputerPort)),(~performedBy(_195110,_195124):-isa(_195110,nartR(actRepairingFn,tObjectComputerHardwareItem)),~knowsAbout(_195124,tPartTypeComputerPort)),(knowsAbout(_195178,tPartTypeComputerPort):-isa(_195204,nartR(actRepairingFn,tObjectComputerHardwareItem)),performedBy(_195204,_195178))]
  3776. % boxlog :-
  3777. %  
  3778. %   [ (~isa(_692{???REPCOM}, nartR(actRepairingFn, tObjectComputerHardwareItem)):-performedBy(_692{???REPCOM}, _706{???PERSON}), ~knowsAbout(_706{???PERSON}, tPartTypeComputerPort)),
  3779. %     (~performedBy(_664{???REPCOM}, _678{???PERSON}):-isa(_664{???REPCOM}, nartR(actRepairingFn, tObjectComputerHardwareItem)), ~knowsAbout(_678{???PERSON}, tPartTypeComputerPort)),
  3780. %     (knowsAbout(_636{???PERSON}, tPartTypeComputerPort):-isa(_650{???REPCOM}, nartR(actRepairingFn, tObjectComputerHardwareItem)), performedBy(_650{???REPCOM}, _636{???PERSON}))
  3781. %   ].
  3782. % preview :-
  3783. %  
  3784. %   [ (performedBy(_656{???REPCOM}, _670{???PERSON}), ~knowsAbout(_670{???PERSON}, tPartTypeComputerPort), {is_unit(_656{???REPCOM})}-> ~isa(_656{???REPCOM}, nartR(actRepairingFn, tObjectComputerHardwareItem))),
  3785. %     (isa(_628{???REPCOM}, nartR(actRepairingFn, tObjectComputerHardwareItem)), ~knowsAbout(_642{???PERSON}, tPartTypeComputerPort), {is_unit(_642{???PERSON}, _628{???REPCOM})}==> ~performedBy(_628{???REPCOM}, _642{???PERSON})),
  3786. %     (isa(_614{???REPCOM}, nartR(actRepairingFn, tObjectComputerHardwareItem)), performedBy(_614{???REPCOM}, _600{???PERSON}), {is_unit(_600{???PERSON})}==>knowsAbout(_600{???PERSON}, tPartTypeComputerPort))
  3787. %   ].
  3788. % conds= =>((name_variable(_638{???REPCOM}, 'REPCOM'), name_variable(_652{???PERSON}, 'PERSON'), name_variable(_610{???REPCOM}, 'REPCOM'), name_variable(_624{???PERSON}, 'PERSON'), name_variable(_596{???REPCOM}, 'REPCOM'), name_variable(_582{???PERSON}, 'PERSON')), [(~isa(_638{???REPCOM}, nartR(actRepairingFn, tObjectComputerHardwareItem))<-performedBy(_638{???REPCOM}, _652{???PERSON}), ~knowsAbout(_652{???PERSON}, tPartTypeComputerPort), {is_unit(_638{???REPCOM})}),  (isa(_610{???REPCOM}, nartR(actRepairingFn, tObjectComputerHardwareItem)), ~knowsAbout(_624{???PERSON}, tPartTypeComputerPort), {is_unit(_624{???PERSON}, _610{???REPCOM})}==> ~performedBy(_610{???REPCOM}, _624{???PERSON})),  (isa(_596{???REPCOM}, nartR(actRepairingFn, tObjectComputerHardwareItem)), performedBy(_596{???REPCOM}, _582{???PERSON}), {is_unit(_582{???PERSON})}==>knowsAbout(_582{???PERSON}, tPartTypeComputerPort))]).
  3789.  
  3790.  
  3791. % ~isa(_166{???REPCOM}, nartR(actRepairingFn, tObjectComputerHardwareItem)) :-
  3792. %   performedBy(_166{???REPCOM}, _180{???PERSON}),
  3793. %   ~knowsAbout(_180{???PERSON}, tPartTypeComputerPort).
  3794. % ~performedBy(_130{???REPCOM}, _144{???PERSON}) :-
  3795. %   isa(_130{???REPCOM}, nartR(actRepairingFn, tObjectComputerHardwareItem)),
  3796. %   ~knowsAbout(_144{???PERSON}, tPartTypeComputerPort).
  3797. % knowsAbout(_102{???PERSON}, tPartTypeComputerPort) :-
  3798. %   isa(_116{???REPCOM}, nartR(actRepairingFn, tObjectComputerHardwareItem)),
  3799. %   performedBy(_116{???REPCOM}, _102{???PERSON}).
  3800.  
  3801.  
  3802. % asserted_id(implies(and(isa(REPCOM, nartR(actRepairingFn, tObjectComputerHardwareItem)), performedBy(REPCOM, PERSON)), knowsAbout(PERSON, tPartTypeComputerPeripheralDevice)), a308863(REPCOM, PERSON)).
  3803. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  3804. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  3805.  kif:-all(_194234,all(_194254,implies(and(isa(_194234,nartR(actRepairingFn,tObjectComputerHardwareItem)),performedBy(_194234,_194254)),knowsAbout(_194254,tPartTypeComputerPeripheralDevice))))
  3806.  pkif:-all(_194180,all(_194200,=>(&(isa(_194180,nartR(actRepairingFn,tObjectComputerHardwareItem)),performedBy(_194180,_194200)),knowsAbout(_194200,tPartTypeComputerPeripheralDevice))))
  3807. % cnf :-
  3808. %   v(v(~isa(_132{???REPCOM}, nartR(actRepairingFn, tObjectComputerHardwareItem)),
  3809. %       ~performedBy(_132{???REPCOM}, _146{???PERSON})),
  3810. %     knowsAbout(_146{???PERSON}, tPartTypeComputerPeripheralDevice)).
  3811.  horn:-[(~isa(_195142,nartR(actRepairingFn,tObjectComputerHardwareItem)):-performedBy(_195142,_195168),~knowsAbout(_195168,tPartTypeComputerPeripheralDevice)),(~performedBy(_195214,_195228):-isa(_195214,nartR(actRepairingFn,tObjectComputerHardwareItem)),~knowsAbout(_195228,tPartTypeComputerPeripheralDevice)),(knowsAbout(_195282,tPartTypeComputerPeripheralDevice):-isa(_195308,nartR(actRepairingFn,tObjectComputerHardwareItem)),performedBy(_195308,_195282))]
  3812. % boxlog :-
  3813. %  
  3814. %   [ (~isa(_692{???REPCOM}, nartR(actRepairingFn, tObjectComputerHardwareItem)):-performedBy(_692{???REPCOM}, _706{???PERSON}), ~knowsAbout(_706{???PERSON}, tPartTypeComputerPeripheralDevice)),
  3815. %     (~performedBy(_664{???REPCOM}, _678{???PERSON}):-isa(_664{???REPCOM}, nartR(actRepairingFn, tObjectComputerHardwareItem)), ~knowsAbout(_678{???PERSON}, tPartTypeComputerPeripheralDevice)),
  3816. %     (knowsAbout(_636{???PERSON}, tPartTypeComputerPeripheralDevice):-isa(_650{???REPCOM}, nartR(actRepairingFn, tObjectComputerHardwareItem)), performedBy(_650{???REPCOM}, _636{???PERSON}))
  3817. %   ].
  3818. % preview :-
  3819. %  
  3820. %   [ (performedBy(_656{???REPCOM}, _670{???PERSON}), ~knowsAbout(_670{???PERSON}, tPartTypeComputerPeripheralDevice), {is_unit(_656{???REPCOM})}-> ~isa(_656{???REPCOM}, nartR(actRepairingFn, tObjectComputerHardwareItem))),
  3821. %     (isa(_628{???REPCOM}, nartR(actRepairingFn, tObjectComputerHardwareItem)), ~knowsAbout(_642{???PERSON}, tPartTypeComputerPeripheralDevice), {is_unit(_642{???PERSON}, _628{???REPCOM})}==> ~performedBy(_628{???REPCOM}, _642{???PERSON})),
  3822. %     (isa(_614{???REPCOM}, nartR(actRepairingFn, tObjectComputerHardwareItem)), performedBy(_614{???REPCOM}, _600{???PERSON}), {is_unit(_600{???PERSON})}==>knowsAbout(_600{???PERSON}, tPartTypeComputerPeripheralDevice))
  3823. %   ].
  3824. % conds= =>((name_variable(_638{???REPCOM}, 'REPCOM'), name_variable(_652{???PERSON}, 'PERSON'), name_variable(_610{???REPCOM}, 'REPCOM'), name_variable(_624{???PERSON}, 'PERSON'), name_variable(_596{???REPCOM}, 'REPCOM'), name_variable(_582{???PERSON}, 'PERSON')), [(~isa(_638{???REPCOM}, nartR(actRepairingFn, tObjectComputerHardwareItem))<-performedBy(_638{???REPCOM}, _652{???PERSON}), ~knowsAbout(_652{???PERSON}, tPartTypeComputerPeripheralDevice), {is_unit(_638{???REPCOM})}),  (isa(_610{???REPCOM}, nartR(actRepairingFn, tObjectComputerHardwareItem)), ~knowsAbout(_624{???PERSON}, tPartTypeComputerPeripheralDevice), {is_unit(_624{???PERSON}, _610{???REPCOM})}==> ~performedBy(_610{???REPCOM}, _624{???PERSON})),  (isa(_596{???REPCOM}, nartR(actRepairingFn, tObjectComputerHardwareItem)), performedBy(_596{???REPCOM}, _582{???PERSON}), {is_unit(_582{???PERSON})}==>knowsAbout(_582{???PERSON}, tPartTypeComputerPeripheralDevice))]).
  3825.  
  3826.  
  3827. % ~isa(_166{???REPCOM}, nartR(actRepairingFn, tObjectComputerHardwareItem)) :-
  3828. %   performedBy(_166{???REPCOM}, _180{???PERSON}),
  3829. %   ~knowsAbout(_180{???PERSON}, tPartTypeComputerPeripheralDevice).
  3830. % ~performedBy(_130{???REPCOM}, _144{???PERSON}) :-
  3831. %   isa(_130{???REPCOM}, nartR(actRepairingFn, tObjectComputerHardwareItem)),
  3832. %   ~knowsAbout(_144{???PERSON}, tPartTypeComputerPeripheralDevice).
  3833. % knowsAbout(_102{???PERSON}, tPartTypeComputerPeripheralDevice) :-
  3834. %   isa(_116{???REPCOM}, nartR(actRepairingFn, tObjectComputerHardwareItem)),
  3835. %   performedBy(_116{???REPCOM}, _102{???PERSON}).
  3836.  
  3837.  
  3838. % asserted_id(implies(and(isa(REPCOM, nartR(actRepairingFn, tObjectComputerHardwareItem)), performedBy(REPCOM, PERSON)), knowsAbout(PERSON, tObjectComputer)), a308864(REPCOM, PERSON)).
  3839. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  3840. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  3841.  kif:-all(_194338,all(_194358,implies(and(isa(_194338,nartR(actRepairingFn,tObjectComputerHardwareItem)),performedBy(_194338,_194358)),knowsAbout(_194358,tObjectComputer))))
  3842.  pkif:-all(_194284,all(_194304,=>(&(isa(_194284,nartR(actRepairingFn,tObjectComputerHardwareItem)),performedBy(_194284,_194304)),knowsAbout(_194304,tObjectComputer))))
  3843. % cnf :-
  3844. %   v(v(~isa(_132{???REPCOM}, nartR(actRepairingFn, tObjectComputerHardwareItem)),
  3845. %       ~performedBy(_132{???REPCOM}, _146{???PERSON})),
  3846. %     knowsAbout(_146{???PERSON}, tObjectComputer)).
  3847.  horn:-[(~isa(_195246,nartR(actRepairingFn,tObjectComputerHardwareItem)):-performedBy(_195246,_195272),~knowsAbout(_195272,tObjectComputer)),(~performedBy(_195318,_195332):-isa(_195318,nartR(actRepairingFn,tObjectComputerHardwareItem)),~knowsAbout(_195332,tObjectComputer)),(knowsAbout(_195386,tObjectComputer):-isa(_195412,nartR(actRepairingFn,tObjectComputerHardwareItem)),performedBy(_195412,_195386))]
  3848. % boxlog :-
  3849. %  
  3850. %   [ (~isa(_692{???REPCOM}, nartR(actRepairingFn, tObjectComputerHardwareItem)):-performedBy(_692{???REPCOM}, _706{???PERSON}), ~knowsAbout(_706{???PERSON}, tObjectComputer)),
  3851. %     (~performedBy(_664{???REPCOM}, _678{???PERSON}):-isa(_664{???REPCOM}, nartR(actRepairingFn, tObjectComputerHardwareItem)), ~knowsAbout(_678{???PERSON}, tObjectComputer)),
  3852. %     (knowsAbout(_636{???PERSON}, tObjectComputer):-isa(_650{???REPCOM}, nartR(actRepairingFn, tObjectComputerHardwareItem)), performedBy(_650{???REPCOM}, _636{???PERSON}))
  3853. %   ].
  3854. % preview :-
  3855. %  
  3856. %   [ (performedBy(_656{???REPCOM}, _670{???PERSON}), ~knowsAbout(_670{???PERSON}, tObjectComputer), {is_unit(_656{???REPCOM})}-> ~isa(_656{???REPCOM}, nartR(actRepairingFn, tObjectComputerHardwareItem))),
  3857. %     (isa(_628{???REPCOM}, nartR(actRepairingFn, tObjectComputerHardwareItem)), ~knowsAbout(_642{???PERSON}, tObjectComputer), {is_unit(_642{???PERSON}, _628{???REPCOM})}==> ~performedBy(_628{???REPCOM}, _642{???PERSON})),
  3858. %     (isa(_614{???REPCOM}, nartR(actRepairingFn, tObjectComputerHardwareItem)), performedBy(_614{???REPCOM}, _600{???PERSON}), {is_unit(_600{???PERSON})}==>knowsAbout(_600{???PERSON}, tObjectComputer))
  3859. %   ].
  3860. % conds= =>((name_variable(_638{???REPCOM}, 'REPCOM'), name_variable(_652{???PERSON}, 'PERSON'), name_variable(_610{???REPCOM}, 'REPCOM'), name_variable(_624{???PERSON}, 'PERSON'), name_variable(_596{???REPCOM}, 'REPCOM'), name_variable(_582{???PERSON}, 'PERSON')), [(~isa(_638{???REPCOM}, nartR(actRepairingFn, tObjectComputerHardwareItem))<-performedBy(_638{???REPCOM}, _652{???PERSON}), ~knowsAbout(_652{???PERSON}, tObjectComputer), {is_unit(_638{???REPCOM})}),  (isa(_610{???REPCOM}, nartR(actRepairingFn, tObjectComputerHardwareItem)), ~knowsAbout(_624{???PERSON}, tObjectComputer), {is_unit(_624{???PERSON}, _610{???REPCOM})}==> ~performedBy(_610{???REPCOM}, _624{???PERSON})),  (isa(_596{???REPCOM}, nartR(actRepairingFn, tObjectComputerHardwareItem)), performedBy(_596{???REPCOM}, _582{???PERSON}), {is_unit(_582{???PERSON})}==>knowsAbout(_582{???PERSON}, tObjectComputer))]).
  3861.  
  3862.  
  3863. % ~isa(_166{???REPCOM}, nartR(actRepairingFn, tObjectComputerHardwareItem)) :-
  3864. %   performedBy(_166{???REPCOM}, _180{???PERSON}),
  3865. %   ~knowsAbout(_180{???PERSON}, tObjectComputer).
  3866. % ~performedBy(_130{???REPCOM}, _144{???PERSON}) :-
  3867. %   isa(_130{???REPCOM}, nartR(actRepairingFn, tObjectComputerHardwareItem)),
  3868. %   ~knowsAbout(_144{???PERSON}, tObjectComputer).
  3869. % knowsAbout(_102{???PERSON}, tObjectComputer) :-
  3870. %   isa(_116{???REPCOM}, nartR(actRepairingFn, tObjectComputerHardwareItem)),
  3871. %   performedBy(_116{???REPCOM}, _102{???PERSON}).
  3872.  
  3873.  
  3874. % asserted_id(implies(and(isa(REPCOM, nartR(actRepairingFn, tObjectComputerHardwareItem)), performedBy(REPCOM, PERSON)), knowsAbout(PERSON, tObjectElectricalGround)), a308865(REPCOM, PERSON)).
  3875. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  3876. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  3877.  kif:-all(_194442,all(_194462,implies(and(isa(_194442,nartR(actRepairingFn,tObjectComputerHardwareItem)),performedBy(_194442,_194462)),knowsAbout(_194462,tObjectElectricalGround))))
  3878.  pkif:-all(_194388,all(_194408,=>(&(isa(_194388,nartR(actRepairingFn,tObjectComputerHardwareItem)),performedBy(_194388,_194408)),knowsAbout(_194408,tObjectElectricalGround))))
  3879. % cnf :-
  3880. %   v(v(~isa(_132{???REPCOM}, nartR(actRepairingFn, tObjectComputerHardwareItem)),
  3881. %       ~performedBy(_132{???REPCOM}, _146{???PERSON})),
  3882. %     knowsAbout(_146{???PERSON}, tObjectElectricalGround)).
  3883.  horn:-[(~isa(_195350,nartR(actRepairingFn,tObjectComputerHardwareItem)):-performedBy(_195350,_195376),~knowsAbout(_195376,tObjectElectricalGround)),(~performedBy(_195422,_195436):-isa(_195422,nartR(actRepairingFn,tObjectComputerHardwareItem)),~knowsAbout(_195436,tObjectElectricalGround)),(knowsAbout(_195490,tObjectElectricalGround):-isa(_195516,nartR(actRepairingFn,tObjectComputerHardwareItem)),performedBy(_195516,_195490))]
  3884. % boxlog :-
  3885. %  
  3886. %   [ (~isa(_692{???REPCOM}, nartR(actRepairingFn, tObjectComputerHardwareItem)):-performedBy(_692{???REPCOM}, _706{???PERSON}), ~knowsAbout(_706{???PERSON}, tObjectElectricalGround)),
  3887. %     (~performedBy(_664{???REPCOM}, _678{???PERSON}):-isa(_664{???REPCOM}, nartR(actRepairingFn, tObjectComputerHardwareItem)), ~knowsAbout(_678{???PERSON}, tObjectElectricalGround)),
  3888. %     (knowsAbout(_636{???PERSON}, tObjectElectricalGround):-isa(_650{???REPCOM}, nartR(actRepairingFn, tObjectComputerHardwareItem)), performedBy(_650{???REPCOM}, _636{???PERSON}))
  3889. %   ].
  3890. % preview :-
  3891. %  
  3892. %   [ (performedBy(_656{???REPCOM}, _670{???PERSON}), ~knowsAbout(_670{???PERSON}, tObjectElectricalGround), {is_unit(_656{???REPCOM})}-> ~isa(_656{???REPCOM}, nartR(actRepairingFn, tObjectComputerHardwareItem))),
  3893. %     (isa(_628{???REPCOM}, nartR(actRepairingFn, tObjectComputerHardwareItem)), ~knowsAbout(_642{???PERSON}, tObjectElectricalGround), {is_unit(_642{???PERSON}, _628{???REPCOM})}==> ~performedBy(_628{???REPCOM}, _642{???PERSON})),
  3894. %     (isa(_614{???REPCOM}, nartR(actRepairingFn, tObjectComputerHardwareItem)), performedBy(_614{???REPCOM}, _600{???PERSON}), {is_unit(_600{???PERSON})}==>knowsAbout(_600{???PERSON}, tObjectElectricalGround))
  3895. %   ].
  3896. % conds= =>((name_variable(_638{???REPCOM}, 'REPCOM'), name_variable(_652{???PERSON}, 'PERSON'), name_variable(_610{???REPCOM}, 'REPCOM'), name_variable(_624{???PERSON}, 'PERSON'), name_variable(_596{???REPCOM}, 'REPCOM'), name_variable(_582{???PERSON}, 'PERSON')), [(~isa(_638{???REPCOM}, nartR(actRepairingFn, tObjectComputerHardwareItem))<-performedBy(_638{???REPCOM}, _652{???PERSON}), ~knowsAbout(_652{???PERSON}, tObjectElectricalGround), {is_unit(_638{???REPCOM})}),  (isa(_610{???REPCOM}, nartR(actRepairingFn, tObjectComputerHardwareItem)), ~knowsAbout(_624{???PERSON}, tObjectElectricalGround), {is_unit(_624{???PERSON}, _610{???REPCOM})}==> ~performedBy(_610{???REPCOM}, _624{???PERSON})),  (isa(_596{???REPCOM}, nartR(actRepairingFn, tObjectComputerHardwareItem)), performedBy(_596{???REPCOM}, _582{???PERSON}), {is_unit(_582{???PERSON})}==>knowsAbout(_582{???PERSON}, tObjectElectricalGround))]).
  3897.  
  3898.  
  3899. % ~isa(_166{???REPCOM}, nartR(actRepairingFn, tObjectComputerHardwareItem)) :-
  3900. %   performedBy(_166{???REPCOM}, _180{???PERSON}),
  3901. %   ~knowsAbout(_180{???PERSON}, tObjectElectricalGround).
  3902. % ~performedBy(_130{???REPCOM}, _144{???PERSON}) :-
  3903. %   isa(_130{???REPCOM}, nartR(actRepairingFn, tObjectComputerHardwareItem)),
  3904. %   ~knowsAbout(_144{???PERSON}, tObjectElectricalGround).
  3905. % knowsAbout(_102{???PERSON}, tObjectElectricalGround) :-
  3906. %   isa(_116{???REPCOM}, nartR(actRepairingFn, tObjectComputerHardwareItem)),
  3907. %   performedBy(_116{???REPCOM}, _102{???PERSON}).
  3908.  
  3909.  
  3910. % asserted_id(implies(and(isa(REPCOM, nartR(actRepairingFn, tObjectComputerHardwareItem)), performedBy(REPCOM, PERSON)), knowsAbout(PERSON, tObjectElectricalDevice)), a308866(REPCOM, PERSON)).
  3911. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  3912. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  3913.  kif:-all(_194546,all(_194566,implies(and(isa(_194546,nartR(actRepairingFn,tObjectComputerHardwareItem)),performedBy(_194546,_194566)),knowsAbout(_194566,tObjectElectricalDevice))))
  3914.  pkif:-all(_194492,all(_194512,=>(&(isa(_194492,nartR(actRepairingFn,tObjectComputerHardwareItem)),performedBy(_194492,_194512)),knowsAbout(_194512,tObjectElectricalDevice))))
  3915. % cnf :-
  3916. %   v(v(~isa(_132{???REPCOM}, nartR(actRepairingFn, tObjectComputerHardwareItem)),
  3917. %       ~performedBy(_132{???REPCOM}, _146{???PERSON})),
  3918. %     knowsAbout(_146{???PERSON}, tObjectElectricalDevice)).
  3919.  horn:-[(~isa(_195454,nartR(actRepairingFn,tObjectComputerHardwareItem)):-performedBy(_195454,_195480),~knowsAbout(_195480,tObjectElectricalDevice)),(~performedBy(_195526,_195540):-isa(_195526,nartR(actRepairingFn,tObjectComputerHardwareItem)),~knowsAbout(_195540,tObjectElectricalDevice)),(knowsAbout(_195594,tObjectElectricalDevice):-isa(_195620,nartR(actRepairingFn,tObjectComputerHardwareItem)),performedBy(_195620,_195594))]
  3920. % boxlog :-
  3921. %  
  3922. %   [ (~isa(_692{???REPCOM}, nartR(actRepairingFn, tObjectComputerHardwareItem)):-performedBy(_692{???REPCOM}, _706{???PERSON}), ~knowsAbout(_706{???PERSON}, tObjectElectricalDevice)),
  3923. %     (~performedBy(_664{???REPCOM}, _678{???PERSON}):-isa(_664{???REPCOM}, nartR(actRepairingFn, tObjectComputerHardwareItem)), ~knowsAbout(_678{???PERSON}, tObjectElectricalDevice)),
  3924. %     (knowsAbout(_636{???PERSON}, tObjectElectricalDevice):-isa(_650{???REPCOM}, nartR(actRepairingFn, tObjectComputerHardwareItem)), performedBy(_650{???REPCOM}, _636{???PERSON}))
  3925. %   ].
  3926. % preview :-
  3927. %  
  3928. %   [ (performedBy(_656{???REPCOM}, _670{???PERSON}), ~knowsAbout(_670{???PERSON}, tObjectElectricalDevice), {is_unit(_656{???REPCOM})}-> ~isa(_656{???REPCOM}, nartR(actRepairingFn, tObjectComputerHardwareItem))),
  3929. %     (isa(_628{???REPCOM}, nartR(actRepairingFn, tObjectComputerHardwareItem)), ~knowsAbout(_642{???PERSON}, tObjectElectricalDevice), {is_unit(_642{???PERSON}, _628{???REPCOM})}==> ~performedBy(_628{???REPCOM}, _642{???PERSON})),
  3930. %     (isa(_614{???REPCOM}, nartR(actRepairingFn, tObjectComputerHardwareItem)), performedBy(_614{???REPCOM}, _600{???PERSON}), {is_unit(_600{???PERSON})}==>knowsAbout(_600{???PERSON}, tObjectElectricalDevice))
  3931. %   ].
  3932. % conds= =>((name_variable(_638{???REPCOM}, 'REPCOM'), name_variable(_652{???PERSON}, 'PERSON'), name_variable(_610{???REPCOM}, 'REPCOM'), name_variable(_624{???PERSON}, 'PERSON'), name_variable(_596{???REPCOM}, 'REPCOM'), name_variable(_582{???PERSON}, 'PERSON')), [(~isa(_638{???REPCOM}, nartR(actRepairingFn, tObjectComputerHardwareItem))<-performedBy(_638{???REPCOM}, _652{???PERSON}), ~knowsAbout(_652{???PERSON}, tObjectElectricalDevice), {is_unit(_638{???REPCOM})}),  (isa(_610{???REPCOM}, nartR(actRepairingFn, tObjectComputerHardwareItem)), ~knowsAbout(_624{???PERSON}, tObjectElectricalDevice), {is_unit(_624{???PERSON}, _610{???REPCOM})}==> ~performedBy(_610{???REPCOM}, _624{???PERSON})),  (isa(_596{???REPCOM}, nartR(actRepairingFn, tObjectComputerHardwareItem)), performedBy(_596{???REPCOM}, _582{???PERSON}), {is_unit(_582{???PERSON})}==>knowsAbout(_582{???PERSON}, tObjectElectricalDevice))]).
  3933.  
  3934.  
  3935. % ~isa(_166{???REPCOM}, nartR(actRepairingFn, tObjectComputerHardwareItem)) :-
  3936. %   performedBy(_166{???REPCOM}, _180{???PERSON}),
  3937. %   ~knowsAbout(_180{???PERSON}, tObjectElectricalDevice).
  3938. % ~performedBy(_130{???REPCOM}, _144{???PERSON}) :-
  3939. %   isa(_130{???REPCOM}, nartR(actRepairingFn, tObjectComputerHardwareItem)),
  3940. %   ~knowsAbout(_144{???PERSON}, tObjectElectricalDevice).
  3941. % knowsAbout(_102{???PERSON}, tObjectElectricalDevice) :-
  3942. %   isa(_116{???REPCOM}, nartR(actRepairingFn, tObjectComputerHardwareItem)),
  3943. %   performedBy(_116{???REPCOM}, _102{???PERSON}).
  3944.  
  3945.  
  3946. % asserted_id(implies(and(isa(REPCOM, nartR(actRepairingFn, tObjectComputerHardwareItem)), performedBy(REPCOM, PERSON)), knowsAbout(PERSON, vtElectricalResistance)), a308867(REPCOM, PERSON)).
  3947. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  3948. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  3949.  kif:-all(_194650,all(_194670,implies(and(isa(_194650,nartR(actRepairingFn,tObjectComputerHardwareItem)),performedBy(_194650,_194670)),knowsAbout(_194670,vtElectricalResistance))))
  3950.  pkif:-all(_194596,all(_194616,=>(&(isa(_194596,nartR(actRepairingFn,tObjectComputerHardwareItem)),performedBy(_194596,_194616)),knowsAbout(_194616,vtElectricalResistance))))
  3951. % cnf :-
  3952. %   v(v(~isa(_132{???REPCOM}, nartR(actRepairingFn, tObjectComputerHardwareItem)),
  3953. %       ~performedBy(_132{???REPCOM}, _146{???PERSON})),
  3954. %     knowsAbout(_146{???PERSON}, vtElectricalResistance)).
  3955.  horn:-[(~isa(_195558,nartR(actRepairingFn,tObjectComputerHardwareItem)):-performedBy(_195558,_195584),~knowsAbout(_195584,vtElectricalResistance)),(~performedBy(_195630,_195644):-isa(_195630,nartR(actRepairingFn,tObjectComputerHardwareItem)),~knowsAbout(_195644,vtElectricalResistance)),(knowsAbout(_195698,vtElectricalResistance):-isa(_195724,nartR(actRepairingFn,tObjectComputerHardwareItem)),performedBy(_195724,_195698))]
  3956. % boxlog :-
  3957. %  
  3958. %   [ (~isa(_692{???REPCOM}, nartR(actRepairingFn, tObjectComputerHardwareItem)):-performedBy(_692{???REPCOM}, _706{???PERSON}), ~knowsAbout(_706{???PERSON}, vtElectricalResistance)),
  3959. %     (~performedBy(_664{???REPCOM}, _678{???PERSON}):-isa(_664{???REPCOM}, nartR(actRepairingFn, tObjectComputerHardwareItem)), ~knowsAbout(_678{???PERSON}, vtElectricalResistance)),
  3960. %     (knowsAbout(_636{???PERSON}, vtElectricalResistance):-isa(_650{???REPCOM}, nartR(actRepairingFn, tObjectComputerHardwareItem)), performedBy(_650{???REPCOM}, _636{???PERSON}))
  3961. %   ].
  3962. % preview :-
  3963. %  
  3964. %   [ (performedBy(_656{???REPCOM}, _670{???PERSON}), ~knowsAbout(_670{???PERSON}, vtElectricalResistance), {is_unit(_656{???REPCOM})}-> ~isa(_656{???REPCOM}, nartR(actRepairingFn, tObjectComputerHardwareItem))),
  3965. %     (isa(_628{???REPCOM}, nartR(actRepairingFn, tObjectComputerHardwareItem)), ~knowsAbout(_642{???PERSON}, vtElectricalResistance), {is_unit(_642{???PERSON}, _628{???REPCOM})}==> ~performedBy(_628{???REPCOM}, _642{???PERSON})),
  3966. %     (isa(_614{???REPCOM}, nartR(actRepairingFn, tObjectComputerHardwareItem)), performedBy(_614{???REPCOM}, _600{???PERSON}), {is_unit(_600{???PERSON})}==>knowsAbout(_600{???PERSON}, vtElectricalResistance))
  3967. %   ].
  3968. % conds= =>((name_variable(_638{???REPCOM}, 'REPCOM'), name_variable(_652{???PERSON}, 'PERSON'), name_variable(_610{???REPCOM}, 'REPCOM'), name_variable(_624{???PERSON}, 'PERSON'), name_variable(_596{???REPCOM}, 'REPCOM'), name_variable(_582{???PERSON}, 'PERSON')), [(~isa(_638{???REPCOM}, nartR(actRepairingFn, tObjectComputerHardwareItem))<-performedBy(_638{???REPCOM}, _652{???PERSON}), ~knowsAbout(_652{???PERSON}, vtElectricalResistance), {is_unit(_638{???REPCOM})}),  (isa(_610{???REPCOM}, nartR(actRepairingFn, tObjectComputerHardwareItem)), ~knowsAbout(_624{???PERSON}, vtElectricalResistance), {is_unit(_624{???PERSON}, _610{???REPCOM})}==> ~performedBy(_610{???REPCOM}, _624{???PERSON})),  (isa(_596{???REPCOM}, nartR(actRepairingFn, tObjectComputerHardwareItem)), performedBy(_596{???REPCOM}, _582{???PERSON}), {is_unit(_582{???PERSON})}==>knowsAbout(_582{???PERSON}, vtElectricalResistance))]).
  3969.  
  3970.  
  3971. % ~isa(_166{???REPCOM}, nartR(actRepairingFn, tObjectComputerHardwareItem)) :-
  3972. %   performedBy(_166{???REPCOM}, _180{???PERSON}),
  3973. %   ~knowsAbout(_180{???PERSON}, vtElectricalResistance).
  3974. % ~performedBy(_130{???REPCOM}, _144{???PERSON}) :-
  3975. %   isa(_130{???REPCOM}, nartR(actRepairingFn, tObjectComputerHardwareItem)),
  3976. %   ~knowsAbout(_144{???PERSON}, vtElectricalResistance).
  3977. % knowsAbout(_102{???PERSON}, vtElectricalResistance) :-
  3978. %   isa(_116{???REPCOM}, nartR(actRepairingFn, tObjectComputerHardwareItem)),
  3979. %   performedBy(_116{???REPCOM}, _102{???PERSON}).
  3980.  
  3981.  
  3982. % asserted_id(implies(and(isa(REPCOM, nartR(actRepairingFn, tObjectComputerHardwareItem)), performedBy(REPCOM, PERSON)), knowsAbout(PERSON, vtElectricalCapacitance)), a308868(REPCOM, PERSON)).
  3983. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  3984. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  3985.  kif:-all(_194754,all(_194774,implies(and(isa(_194754,nartR(actRepairingFn,tObjectComputerHardwareItem)),performedBy(_194754,_194774)),knowsAbout(_194774,vtElectricalCapacitance))))
  3986.  pkif:-all(_194700,all(_194720,=>(&(isa(_194700,nartR(actRepairingFn,tObjectComputerHardwareItem)),performedBy(_194700,_194720)),knowsAbout(_194720,vtElectricalCapacitance))))
  3987. % cnf :-
  3988. %   v(v(~isa(_132{???REPCOM}, nartR(actRepairingFn, tObjectComputerHardwareItem)),
  3989. %       ~performedBy(_132{???REPCOM}, _146{???PERSON})),
  3990. %     knowsAbout(_146{???PERSON}, vtElectricalCapacitance)).
  3991.  horn:-[(~isa(_195662,nartR(actRepairingFn,tObjectComputerHardwareItem)):-performedBy(_195662,_195688),~knowsAbout(_195688,vtElectricalCapacitance)),(~performedBy(_195734,_195748):-isa(_195734,nartR(actRepairingFn,tObjectComputerHardwareItem)),~knowsAbout(_195748,vtElectricalCapacitance)),(knowsAbout(_195802,vtElectricalCapacitance):-isa(_195828,nartR(actRepairingFn,tObjectComputerHardwareItem)),performedBy(_195828,_195802))]
  3992. % boxlog :-
  3993. %  
  3994. %   [ (~isa(_692{???REPCOM}, nartR(actRepairingFn, tObjectComputerHardwareItem)):-performedBy(_692{???REPCOM}, _706{???PERSON}), ~knowsAbout(_706{???PERSON}, vtElectricalCapacitance)),
  3995. %     (~performedBy(_664{???REPCOM}, _678{???PERSON}):-isa(_664{???REPCOM}, nartR(actRepairingFn, tObjectComputerHardwareItem)), ~knowsAbout(_678{???PERSON}, vtElectricalCapacitance)),
  3996. %     (knowsAbout(_636{???PERSON}, vtElectricalCapacitance):-isa(_650{???REPCOM}, nartR(actRepairingFn, tObjectComputerHardwareItem)), performedBy(_650{???REPCOM}, _636{???PERSON}))
  3997. %   ].
  3998. % preview :-
  3999. %  
  4000. %   [ (performedBy(_656{???REPCOM}, _670{???PERSON}), ~knowsAbout(_670{???PERSON}, vtElectricalCapacitance), {is_unit(_656{???REPCOM})}-> ~isa(_656{???REPCOM}, nartR(actRepairingFn, tObjectComputerHardwareItem))),
  4001. %     (isa(_628{???REPCOM}, nartR(actRepairingFn, tObjectComputerHardwareItem)), ~knowsAbout(_642{???PERSON}, vtElectricalCapacitance), {is_unit(_642{???PERSON}, _628{???REPCOM})}==> ~performedBy(_628{???REPCOM}, _642{???PERSON})),
  4002. %     (isa(_614{???REPCOM}, nartR(actRepairingFn, tObjectComputerHardwareItem)), performedBy(_614{???REPCOM}, _600{???PERSON}), {is_unit(_600{???PERSON})}==>knowsAbout(_600{???PERSON}, vtElectricalCapacitance))
  4003. %   ].
  4004. % conds= =>((name_variable(_638{???REPCOM}, 'REPCOM'), name_variable(_652{???PERSON}, 'PERSON'), name_variable(_610{???REPCOM}, 'REPCOM'), name_variable(_624{???PERSON}, 'PERSON'), name_variable(_596{???REPCOM}, 'REPCOM'), name_variable(_582{???PERSON}, 'PERSON')), [(~isa(_638{???REPCOM}, nartR(actRepairingFn, tObjectComputerHardwareItem))<-performedBy(_638{???REPCOM}, _652{???PERSON}), ~knowsAbout(_652{???PERSON}, vtElectricalCapacitance), {is_unit(_638{???REPCOM})}),  (isa(_610{???REPCOM}, nartR(actRepairingFn, tObjectComputerHardwareItem)), ~knowsAbout(_624{???PERSON}, vtElectricalCapacitance), {is_unit(_624{???PERSON}, _610{???REPCOM})}==> ~performedBy(_610{???REPCOM}, _624{???PERSON})),  (isa(_596{???REPCOM}, nartR(actRepairingFn, tObjectComputerHardwareItem)), performedBy(_596{???REPCOM}, _582{???PERSON}), {is_unit(_582{???PERSON})}==>knowsAbout(_582{???PERSON}, vtElectricalCapacitance))]).
  4005.  
  4006.  
  4007. % ~isa(_166{???REPCOM}, nartR(actRepairingFn, tObjectComputerHardwareItem)) :-
  4008. %   performedBy(_166{???REPCOM}, _180{???PERSON}),
  4009. %   ~knowsAbout(_180{???PERSON}, vtElectricalCapacitance).
  4010. % ~performedBy(_130{???REPCOM}, _144{???PERSON}) :-
  4011. %   isa(_130{???REPCOM}, nartR(actRepairingFn, tObjectComputerHardwareItem)),
  4012. %   ~knowsAbout(_144{???PERSON}, vtElectricalCapacitance).
  4013. % knowsAbout(_102{???PERSON}, vtElectricalCapacitance) :-
  4014. %   isa(_116{???REPCOM}, nartR(actRepairingFn, tObjectComputerHardwareItem)),
  4015. %   performedBy(_116{???REPCOM}, _102{???PERSON}).
  4016.  
  4017.  
  4018. % asserted_id(implies(and(isa(REPCOM, nartR(actRepairingFn, tObjectComputerHardwareItem)), performedBy(REPCOM, PERSON)), knowsAbout(PERSON, tElectricalConductor)), a308869(REPCOM, PERSON)).
  4019. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  4020. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  4021.  kif:-all(_194858,all(_194878,implies(and(isa(_194858,nartR(actRepairingFn,tObjectComputerHardwareItem)),performedBy(_194858,_194878)),knowsAbout(_194878,tElectricalConductor))))
  4022.  pkif:-all(_194804,all(_194824,=>(&(isa(_194804,nartR(actRepairingFn,tObjectComputerHardwareItem)),performedBy(_194804,_194824)),knowsAbout(_194824,tElectricalConductor))))
  4023. % cnf :-
  4024. %   v(v(~isa(_132{???REPCOM}, nartR(actRepairingFn, tObjectComputerHardwareItem)),
  4025. %       ~performedBy(_132{???REPCOM}, _146{???PERSON})),
  4026. %     knowsAbout(_146{???PERSON}, tElectricalConductor)).
  4027.  horn:-[(~isa(_195766,nartR(actRepairingFn,tObjectComputerHardwareItem)):-performedBy(_195766,_195792),~knowsAbout(_195792,tElectricalConductor)),(~performedBy(_195838,_195852):-isa(_195838,nartR(actRepairingFn,tObjectComputerHardwareItem)),~knowsAbout(_195852,tElectricalConductor)),(knowsAbout(_195906,tElectricalConductor):-isa(_195932,nartR(actRepairingFn,tObjectComputerHardwareItem)),performedBy(_195932,_195906))]
  4028. % boxlog :-
  4029. %  
  4030. %   [ (~isa(_692{???REPCOM}, nartR(actRepairingFn, tObjectComputerHardwareItem)):-performedBy(_692{???REPCOM}, _706{???PERSON}), ~knowsAbout(_706{???PERSON}, tElectricalConductor)),
  4031. %     (~performedBy(_664{???REPCOM}, _678{???PERSON}):-isa(_664{???REPCOM}, nartR(actRepairingFn, tObjectComputerHardwareItem)), ~knowsAbout(_678{???PERSON}, tElectricalConductor)),
  4032. %     (knowsAbout(_636{???PERSON}, tElectricalConductor):-isa(_650{???REPCOM}, nartR(actRepairingFn, tObjectComputerHardwareItem)), performedBy(_650{???REPCOM}, _636{???PERSON}))
  4033. %   ].
  4034. % preview :-
  4035. %  
  4036. %   [ (performedBy(_656{???REPCOM}, _670{???PERSON}), ~knowsAbout(_670{???PERSON}, tElectricalConductor), {is_unit(_656{???REPCOM})}-> ~isa(_656{???REPCOM}, nartR(actRepairingFn, tObjectComputerHardwareItem))),
  4037. %     (isa(_628{???REPCOM}, nartR(actRepairingFn, tObjectComputerHardwareItem)), ~knowsAbout(_642{???PERSON}, tElectricalConductor), {is_unit(_642{???PERSON}, _628{???REPCOM})}==> ~performedBy(_628{???REPCOM}, _642{???PERSON})),
  4038. %     (isa(_614{???REPCOM}, nartR(actRepairingFn, tObjectComputerHardwareItem)), performedBy(_614{???REPCOM}, _600{???PERSON}), {is_unit(_600{???PERSON})}==>knowsAbout(_600{???PERSON}, tElectricalConductor))
  4039. %   ].
  4040. % conds= =>((name_variable(_638{???REPCOM}, 'REPCOM'), name_variable(_652{???PERSON}, 'PERSON'), name_variable(_610{???REPCOM}, 'REPCOM'), name_variable(_624{???PERSON}, 'PERSON'), name_variable(_596{???REPCOM}, 'REPCOM'), name_variable(_582{???PERSON}, 'PERSON')), [(~isa(_638{???REPCOM}, nartR(actRepairingFn, tObjectComputerHardwareItem))<-performedBy(_638{???REPCOM}, _652{???PERSON}), ~knowsAbout(_652{???PERSON}, tElectricalConductor), {is_unit(_638{???REPCOM})}),  (isa(_610{???REPCOM}, nartR(actRepairingFn, tObjectComputerHardwareItem)), ~knowsAbout(_624{???PERSON}, tElectricalConductor), {is_unit(_624{???PERSON}, _610{???REPCOM})}==> ~performedBy(_610{???REPCOM}, _624{???PERSON})),  (isa(_596{???REPCOM}, nartR(actRepairingFn, tObjectComputerHardwareItem)), performedBy(_596{???REPCOM}, _582{???PERSON}), {is_unit(_582{???PERSON})}==>knowsAbout(_582{???PERSON}, tElectricalConductor))]).
  4041.  
  4042.  
  4043. % ~isa(_166{???REPCOM}, nartR(actRepairingFn, tObjectComputerHardwareItem)) :-
  4044. %   performedBy(_166{???REPCOM}, _180{???PERSON}),
  4045. %   ~knowsAbout(_180{???PERSON}, tElectricalConductor).
  4046. % ~performedBy(_130{???REPCOM}, _144{???PERSON}) :-
  4047. %   isa(_130{???REPCOM}, nartR(actRepairingFn, tObjectComputerHardwareItem)),
  4048. %   ~knowsAbout(_144{???PERSON}, tElectricalConductor).
  4049. % knowsAbout(_102{???PERSON}, tElectricalConductor) :-
  4050. %   isa(_116{???REPCOM}, nartR(actRepairingFn, tObjectComputerHardwareItem)),
  4051. %   performedBy(_116{???REPCOM}, _102{???PERSON}).
  4052.  
  4053.  
  4054. % asserted_id(implies(and(isa(REPCOM, nartR(actRepairingFn, tObjectComputerHardwareItem)), performedBy(REPCOM, PERSON)), knowsAbout(PERSON, tPartTypeComputerProcessor)), a308870(REPCOM, PERSON)).
  4055. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  4056. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  4057.  kif:-all(_194962,all(_194982,implies(and(isa(_194962,nartR(actRepairingFn,tObjectComputerHardwareItem)),performedBy(_194962,_194982)),knowsAbout(_194982,tPartTypeComputerProcessor))))
  4058.  pkif:-all(_194908,all(_194928,=>(&(isa(_194908,nartR(actRepairingFn,tObjectComputerHardwareItem)),performedBy(_194908,_194928)),knowsAbout(_194928,tPartTypeComputerProcessor))))
  4059. % cnf :-
  4060. %   v(v(~isa(_132{???REPCOM}, nartR(actRepairingFn, tObjectComputerHardwareItem)),
  4061. %       ~performedBy(_132{???REPCOM}, _146{???PERSON})),
  4062. %     knowsAbout(_146{???PERSON}, tPartTypeComputerProcessor)).
  4063.  horn:-[(~isa(_195870,nartR(actRepairingFn,tObjectComputerHardwareItem)):-performedBy(_195870,_195896),~knowsAbout(_195896,tPartTypeComputerProcessor)),(~performedBy(_195942,_195956):-isa(_195942,nartR(actRepairingFn,tObjectComputerHardwareItem)),~knowsAbout(_195956,tPartTypeComputerProcessor)),(knowsAbout(_196010,tPartTypeComputerProcessor):-isa(_196036,nartR(actRepairingFn,tObjectComputerHardwareItem)),performedBy(_196036,_196010))]
  4064. % boxlog :-
  4065. %  
  4066. %   [ (~isa(_692{???REPCOM}, nartR(actRepairingFn, tObjectComputerHardwareItem)):-performedBy(_692{???REPCOM}, _706{???PERSON}), ~knowsAbout(_706{???PERSON}, tPartTypeComputerProcessor)),
  4067. %     (~performedBy(_664{???REPCOM}, _678{???PERSON}):-isa(_664{???REPCOM}, nartR(actRepairingFn, tObjectComputerHardwareItem)), ~knowsAbout(_678{???PERSON}, tPartTypeComputerProcessor)),
  4068. %     (knowsAbout(_636{???PERSON}, tPartTypeComputerProcessor):-isa(_650{???REPCOM}, nartR(actRepairingFn, tObjectComputerHardwareItem)), performedBy(_650{???REPCOM}, _636{???PERSON}))
  4069. %   ].
  4070. % preview :-
  4071. %  
  4072. %   [ (performedBy(_656{???REPCOM}, _670{???PERSON}), ~knowsAbout(_670{???PERSON}, tPartTypeComputerProcessor), {is_unit(_656{???REPCOM})}-> ~isa(_656{???REPCOM}, nartR(actRepairingFn, tObjectComputerHardwareItem))),
  4073. %     (isa(_628{???REPCOM}, nartR(actRepairingFn, tObjectComputerHardwareItem)), ~knowsAbout(_642{???PERSON}, tPartTypeComputerProcessor), {is_unit(_642{???PERSON}, _628{???REPCOM})}==> ~performedBy(_628{???REPCOM}, _642{???PERSON})),
  4074. %     (isa(_614{???REPCOM}, nartR(actRepairingFn, tObjectComputerHardwareItem)), performedBy(_614{???REPCOM}, _600{???PERSON}), {is_unit(_600{???PERSON})}==>knowsAbout(_600{???PERSON}, tPartTypeComputerProcessor))
  4075. %   ].
  4076. % conds= =>((name_variable(_638{???REPCOM}, 'REPCOM'), name_variable(_652{???PERSON}, 'PERSON'), name_variable(_610{???REPCOM}, 'REPCOM'), name_variable(_624{???PERSON}, 'PERSON'), name_variable(_596{???REPCOM}, 'REPCOM'), name_variable(_582{???PERSON}, 'PERSON')), [(~isa(_638{???REPCOM}, nartR(actRepairingFn, tObjectComputerHardwareItem))<-performedBy(_638{???REPCOM}, _652{???PERSON}), ~knowsAbout(_652{???PERSON}, tPartTypeComputerProcessor), {is_unit(_638{???REPCOM})}),  (isa(_610{???REPCOM}, nartR(actRepairingFn, tObjectComputerHardwareItem)), ~knowsAbout(_624{???PERSON}, tPartTypeComputerProcessor), {is_unit(_624{???PERSON}, _610{???REPCOM})}==> ~performedBy(_610{???REPCOM}, _624{???PERSON})),  (isa(_596{???REPCOM}, nartR(actRepairingFn, tObjectComputerHardwareItem)), performedBy(_596{???REPCOM}, _582{???PERSON}), {is_unit(_582{???PERSON})}==>knowsAbout(_582{???PERSON}, tPartTypeComputerProcessor))]).
  4077.  
  4078.  
  4079. % ~isa(_166{???REPCOM}, nartR(actRepairingFn, tObjectComputerHardwareItem)) :-
  4080. %   performedBy(_166{???REPCOM}, _180{???PERSON}),
  4081. %   ~knowsAbout(_180{???PERSON}, tPartTypeComputerProcessor).
  4082. % ~performedBy(_130{???REPCOM}, _144{???PERSON}) :-
  4083. %   isa(_130{???REPCOM}, nartR(actRepairingFn, tObjectComputerHardwareItem)),
  4084. %   ~knowsAbout(_144{???PERSON}, tPartTypeComputerProcessor).
  4085. % knowsAbout(_102{???PERSON}, tPartTypeComputerProcessor) :-
  4086. %   isa(_116{???REPCOM}, nartR(actRepairingFn, tObjectComputerHardwareItem)),
  4087. %   performedBy(_116{???REPCOM}, _102{???PERSON}).
  4088.  
  4089.  
  4090. % asserted_id(implies(and(isa(REPCOM, nartR(actRepairingFn, tObjectComputerHardwareItem)), performedBy(REPCOM, PERSON)), knowsAbout(PERSON, tObjectElectricalCircuit)), a308871(REPCOM, PERSON)).
  4091. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  4092. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  4093.  kif:-all(_195066,all(_195086,implies(and(isa(_195066,nartR(actRepairingFn,tObjectComputerHardwareItem)),performedBy(_195066,_195086)),knowsAbout(_195086,tObjectElectricalCircuit))))
  4094.  pkif:-all(_195012,all(_195032,=>(&(isa(_195012,nartR(actRepairingFn,tObjectComputerHardwareItem)),performedBy(_195012,_195032)),knowsAbout(_195032,tObjectElectricalCircuit))))
  4095. % cnf :-
  4096. %   v(v(~isa(_132{???REPCOM}, nartR(actRepairingFn, tObjectComputerHardwareItem)),
  4097. %       ~performedBy(_132{???REPCOM}, _146{???PERSON})),
  4098. %     knowsAbout(_146{???PERSON}, tObjectElectricalCircuit)).
  4099.  horn:-[(~isa(_195974,nartR(actRepairingFn,tObjectComputerHardwareItem)):-performedBy(_195974,_196000),~knowsAbout(_196000,tObjectElectricalCircuit)),(~performedBy(_196046,_196060):-isa(_196046,nartR(actRepairingFn,tObjectComputerHardwareItem)),~knowsAbout(_196060,tObjectElectricalCircuit)),(knowsAbout(_196114,tObjectElectricalCircuit):-isa(_196140,nartR(actRepairingFn,tObjectComputerHardwareItem)),performedBy(_196140,_196114))]
  4100. % boxlog :-
  4101. %  
  4102. %   [ (~isa(_692{???REPCOM}, nartR(actRepairingFn, tObjectComputerHardwareItem)):-performedBy(_692{???REPCOM}, _706{???PERSON}), ~knowsAbout(_706{???PERSON}, tObjectElectricalCircuit)),
  4103. %     (~performedBy(_664{???REPCOM}, _678{???PERSON}):-isa(_664{???REPCOM}, nartR(actRepairingFn, tObjectComputerHardwareItem)), ~knowsAbout(_678{???PERSON}, tObjectElectricalCircuit)),
  4104. %     (knowsAbout(_636{???PERSON}, tObjectElectricalCircuit):-isa(_650{???REPCOM}, nartR(actRepairingFn, tObjectComputerHardwareItem)), performedBy(_650{???REPCOM}, _636{???PERSON}))
  4105. %   ].
  4106. % preview :-
  4107. %  
  4108. %   [ (performedBy(_656{???REPCOM}, _670{???PERSON}), ~knowsAbout(_670{???PERSON}, tObjectElectricalCircuit), {is_unit(_656{???REPCOM})}-> ~isa(_656{???REPCOM}, nartR(actRepairingFn, tObjectComputerHardwareItem))),
  4109. %     (isa(_628{???REPCOM}, nartR(actRepairingFn, tObjectComputerHardwareItem)), ~knowsAbout(_642{???PERSON}, tObjectElectricalCircuit), {is_unit(_642{???PERSON}, _628{???REPCOM})}==> ~performedBy(_628{???REPCOM}, _642{???PERSON})),
  4110. %     (isa(_614{???REPCOM}, nartR(actRepairingFn, tObjectComputerHardwareItem)), performedBy(_614{???REPCOM}, _600{???PERSON}), {is_unit(_600{???PERSON})}==>knowsAbout(_600{???PERSON}, tObjectElectricalCircuit))
  4111. %   ].
  4112. % conds= =>((name_variable(_638{???REPCOM}, 'REPCOM'), name_variable(_652{???PERSON}, 'PERSON'), name_variable(_610{???REPCOM}, 'REPCOM'), name_variable(_624{???PERSON}, 'PERSON'), name_variable(_596{???REPCOM}, 'REPCOM'), name_variable(_582{???PERSON}, 'PERSON')), [(~isa(_638{???REPCOM}, nartR(actRepairingFn, tObjectComputerHardwareItem))<-performedBy(_638{???REPCOM}, _652{???PERSON}), ~knowsAbout(_652{???PERSON}, tObjectElectricalCircuit), {is_unit(_638{???REPCOM})}),  (isa(_610{???REPCOM}, nartR(actRepairingFn, tObjectComputerHardwareItem)), ~knowsAbout(_624{???PERSON}, tObjectElectricalCircuit), {is_unit(_624{???PERSON}, _610{???REPCOM})}==> ~performedBy(_610{???REPCOM}, _624{???PERSON})),  (isa(_596{???REPCOM}, nartR(actRepairingFn, tObjectComputerHardwareItem)), performedBy(_596{???REPCOM}, _582{???PERSON}), {is_unit(_582{???PERSON})}==>knowsAbout(_582{???PERSON}, tObjectElectricalCircuit))]).
  4113.  
  4114.  
  4115. % ~isa(_166{???REPCOM}, nartR(actRepairingFn, tObjectComputerHardwareItem)) :-
  4116. %   performedBy(_166{???REPCOM}, _180{???PERSON}),
  4117. %   ~knowsAbout(_180{???PERSON}, tObjectElectricalCircuit).
  4118. % ~performedBy(_130{???REPCOM}, _144{???PERSON}) :-
  4119. %   isa(_130{???REPCOM}, nartR(actRepairingFn, tObjectComputerHardwareItem)),
  4120. %   ~knowsAbout(_144{???PERSON}, tObjectElectricalCircuit).
  4121. % knowsAbout(_102{???PERSON}, tObjectElectricalCircuit) :-
  4122. %   isa(_116{???REPCOM}, nartR(actRepairingFn, tObjectComputerHardwareItem)),
  4123. %   performedBy(_116{???REPCOM}, _102{???PERSON}).
  4124.  
  4125.  
  4126. % asserted_id(implies(and(isa(REPCOM, nartR(actRepairingFn, tObjectComputerHardwareItem)), performedBy(REPCOM, PERSON)), knowsAbout(PERSON, tPartTypeComputerOutputDevice)), a308872(REPCOM, PERSON)).
  4127. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  4128. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  4129.  kif:-all(_195170,all(_195190,implies(and(isa(_195170,nartR(actRepairingFn,tObjectComputerHardwareItem)),performedBy(_195170,_195190)),knowsAbout(_195190,tPartTypeComputerOutputDevice))))
  4130.  pkif:-all(_195116,all(_195136,=>(&(isa(_195116,nartR(actRepairingFn,tObjectComputerHardwareItem)),performedBy(_195116,_195136)),knowsAbout(_195136,tPartTypeComputerOutputDevice))))
  4131. % cnf :-
  4132. %   v(v(~isa(_132{???REPCOM}, nartR(actRepairingFn, tObjectComputerHardwareItem)),
  4133. %       ~performedBy(_132{???REPCOM}, _146{???PERSON})),
  4134. %     knowsAbout(_146{???PERSON}, tPartTypeComputerOutputDevice)).
  4135.  horn:-[(~isa(_196078,nartR(actRepairingFn,tObjectComputerHardwareItem)):-performedBy(_196078,_196104),~knowsAbout(_196104,tPartTypeComputerOutputDevice)),(~performedBy(_196150,_196164):-isa(_196150,nartR(actRepairingFn,tObjectComputerHardwareItem)),~knowsAbout(_196164,tPartTypeComputerOutputDevice)),(knowsAbout(_196218,tPartTypeComputerOutputDevice):-isa(_196244,nartR(actRepairingFn,tObjectComputerHardwareItem)),performedBy(_196244,_196218))]
  4136. % boxlog :-
  4137. %  
  4138. %   [ (~isa(_692{???REPCOM}, nartR(actRepairingFn, tObjectComputerHardwareItem)):-performedBy(_692{???REPCOM}, _706{???PERSON}), ~knowsAbout(_706{???PERSON}, tPartTypeComputerOutputDevice)),
  4139. %     (~performedBy(_664{???REPCOM}, _678{???PERSON}):-isa(_664{???REPCOM}, nartR(actRepairingFn, tObjectComputerHardwareItem)), ~knowsAbout(_678{???PERSON}, tPartTypeComputerOutputDevice)),
  4140. %     (knowsAbout(_636{???PERSON}, tPartTypeComputerOutputDevice):-isa(_650{???REPCOM}, nartR(actRepairingFn, tObjectComputerHardwareItem)), performedBy(_650{???REPCOM}, _636{???PERSON}))
  4141. %   ].
  4142. % preview :-
  4143. %  
  4144. %   [ (performedBy(_656{???REPCOM}, _670{???PERSON}), ~knowsAbout(_670{???PERSON}, tPartTypeComputerOutputDevice), {is_unit(_656{???REPCOM})}-> ~isa(_656{???REPCOM}, nartR(actRepairingFn, tObjectComputerHardwareItem))),
  4145. %     (isa(_628{???REPCOM}, nartR(actRepairingFn, tObjectComputerHardwareItem)), ~knowsAbout(_642{???PERSON}, tPartTypeComputerOutputDevice), {is_unit(_642{???PERSON}, _628{???REPCOM})}==> ~performedBy(_628{???REPCOM}, _642{???PERSON})),
  4146. %     (isa(_614{???REPCOM}, nartR(actRepairingFn, tObjectComputerHardwareItem)), performedBy(_614{???REPCOM}, _600{???PERSON}), {is_unit(_600{???PERSON})}==>knowsAbout(_600{???PERSON}, tPartTypeComputerOutputDevice))
  4147. %   ].
  4148. % conds= =>((name_variable(_638{???REPCOM}, 'REPCOM'), name_variable(_652{???PERSON}, 'PERSON'), name_variable(_610{???REPCOM}, 'REPCOM'), name_variable(_624{???PERSON}, 'PERSON'), name_variable(_596{???REPCOM}, 'REPCOM'), name_variable(_582{???PERSON}, 'PERSON')), [(~isa(_638{???REPCOM}, nartR(actRepairingFn, tObjectComputerHardwareItem))<-performedBy(_638{???REPCOM}, _652{???PERSON}), ~knowsAbout(_652{???PERSON}, tPartTypeComputerOutputDevice), {is_unit(_638{???REPCOM})}),  (isa(_610{???REPCOM}, nartR(actRepairingFn, tObjectComputerHardwareItem)), ~knowsAbout(_624{???PERSON}, tPartTypeComputerOutputDevice), {is_unit(_624{???PERSON}, _610{???REPCOM})}==> ~performedBy(_610{???REPCOM}, _624{???PERSON})),  (isa(_596{???REPCOM}, nartR(actRepairingFn, tObjectComputerHardwareItem)), performedBy(_596{???REPCOM}, _582{???PERSON}), {is_unit(_582{???PERSON})}==>knowsAbout(_582{???PERSON}, tPartTypeComputerOutputDevice))]).
  4149.  
  4150.  
  4151. % ~isa(_166{???REPCOM}, nartR(actRepairingFn, tObjectComputerHardwareItem)) :-
  4152. %   performedBy(_166{???REPCOM}, _180{???PERSON}),
  4153. %   ~knowsAbout(_180{???PERSON}, tPartTypeComputerOutputDevice).
  4154. % ~performedBy(_130{???REPCOM}, _144{???PERSON}) :-
  4155. %   isa(_130{???REPCOM}, nartR(actRepairingFn, tObjectComputerHardwareItem)),
  4156. %   ~knowsAbout(_144{???PERSON}, tPartTypeComputerOutputDevice).
  4157. % knowsAbout(_102{???PERSON}, tPartTypeComputerOutputDevice) :-
  4158. %   isa(_116{???REPCOM}, nartR(actRepairingFn, tObjectComputerHardwareItem)),
  4159. %   performedBy(_116{???REPCOM}, _102{???PERSON}).
  4160.  
  4161.  
  4162. % asserted_id(implies(and(isa(REPCOM, nartR(actRepairingFn, tObjectComputerHardwareItem)), performedBy(REPCOM, PERSON)), knowsAbout(PERSON, tElectricity)), a308873(REPCOM, PERSON)).
  4163. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  4164. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  4165.  kif:-all(_195274,all(_195294,implies(and(isa(_195274,nartR(actRepairingFn,tObjectComputerHardwareItem)),performedBy(_195274,_195294)),knowsAbout(_195294,tElectricity))))
  4166.  pkif:-all(_195220,all(_195240,=>(&(isa(_195220,nartR(actRepairingFn,tObjectComputerHardwareItem)),performedBy(_195220,_195240)),knowsAbout(_195240,tElectricity))))
  4167. % cnf :-
  4168. %   v(v(~isa(_132{???REPCOM}, nartR(actRepairingFn, tObjectComputerHardwareItem)),
  4169. %       ~performedBy(_132{???REPCOM}, _146{???PERSON})),
  4170. %     knowsAbout(_146{???PERSON}, tElectricity)).
  4171.  horn:-[(~isa(_196182,nartR(actRepairingFn,tObjectComputerHardwareItem)):-performedBy(_196182,_196208),~knowsAbout(_196208,tElectricity)),(~performedBy(_196254,_196268):-isa(_196254,nartR(actRepairingFn,tObjectComputerHardwareItem)),~knowsAbout(_196268,tElectricity)),(knowsAbout(_196322,tElectricity):-isa(_196348,nartR(actRepairingFn,tObjectComputerHardwareItem)),performedBy(_196348,_196322))]
  4172. % boxlog :-
  4173. %  
  4174. %   [ (~isa(_692{???REPCOM}, nartR(actRepairingFn, tObjectComputerHardwareItem)):-performedBy(_692{???REPCOM}, _706{???PERSON}), ~knowsAbout(_706{???PERSON}, tElectricity)),
  4175. %     (~performedBy(_664{???REPCOM}, _678{???PERSON}):-isa(_664{???REPCOM}, nartR(actRepairingFn, tObjectComputerHardwareItem)), ~knowsAbout(_678{???PERSON}, tElectricity)),
  4176. %     (knowsAbout(_636{???PERSON}, tElectricity):-isa(_650{???REPCOM}, nartR(actRepairingFn, tObjectComputerHardwareItem)), performedBy(_650{???REPCOM}, _636{???PERSON}))
  4177. %   ].
  4178. % preview :-
  4179. %  
  4180. %   [ (performedBy(_656{???REPCOM}, _670{???PERSON}), ~knowsAbout(_670{???PERSON}, tElectricity), {is_unit(_656{???REPCOM})}-> ~isa(_656{???REPCOM}, nartR(actRepairingFn, tObjectComputerHardwareItem))),
  4181. %     (isa(_628{???REPCOM}, nartR(actRepairingFn, tObjectComputerHardwareItem)), ~knowsAbout(_642{???PERSON}, tElectricity), {is_unit(_642{???PERSON}, _628{???REPCOM})}==> ~performedBy(_628{???REPCOM}, _642{???PERSON})),
  4182. %     (isa(_614{???REPCOM}, nartR(actRepairingFn, tObjectComputerHardwareItem)), performedBy(_614{???REPCOM}, _600{???PERSON}), {is_unit(_600{???PERSON})}==>knowsAbout(_600{???PERSON}, tElectricity))
  4183. %   ].
  4184. % conds= =>((name_variable(_638{???REPCOM}, 'REPCOM'), name_variable(_652{???PERSON}, 'PERSON'), name_variable(_610{???REPCOM}, 'REPCOM'), name_variable(_624{???PERSON}, 'PERSON'), name_variable(_596{???REPCOM}, 'REPCOM'), name_variable(_582{???PERSON}, 'PERSON')), [(~isa(_638{???REPCOM}, nartR(actRepairingFn, tObjectComputerHardwareItem))<-performedBy(_638{???REPCOM}, _652{???PERSON}), ~knowsAbout(_652{???PERSON}, tElectricity), {is_unit(_638{???REPCOM})}),  (isa(_610{???REPCOM}, nartR(actRepairingFn, tObjectComputerHardwareItem)), ~knowsAbout(_624{???PERSON}, tElectricity), {is_unit(_624{???PERSON}, _610{???REPCOM})}==> ~performedBy(_610{???REPCOM}, _624{???PERSON})),  (isa(_596{???REPCOM}, nartR(actRepairingFn, tObjectComputerHardwareItem)), performedBy(_596{???REPCOM}, _582{???PERSON}), {is_unit(_582{???PERSON})}==>knowsAbout(_582{???PERSON}, tElectricity))]).
  4185.  
  4186.  
  4187. % ~isa(_166{???REPCOM}, nartR(actRepairingFn, tObjectComputerHardwareItem)) :-
  4188. %   performedBy(_166{???REPCOM}, _180{???PERSON}),
  4189. %   ~knowsAbout(_180{???PERSON}, tElectricity).
  4190. % ~performedBy(_130{???REPCOM}, _144{???PERSON}) :-
  4191. %   isa(_130{???REPCOM}, nartR(actRepairingFn, tObjectComputerHardwareItem)),
  4192. %   ~knowsAbout(_144{???PERSON}, tElectricity).
  4193. % knowsAbout(_102{???PERSON}, tElectricity) :-
  4194. %   isa(_116{???REPCOM}, nartR(actRepairingFn, tObjectComputerHardwareItem)),
  4195. %   performedBy(_116{???REPCOM}, _102{???PERSON}).
  4196.  
  4197.  
  4198. % asserted_id(implies(and(isa(REPCOM, nartR(actRepairingFn, tObjectComputerHardwareItem)), performedBy(REPCOM, PERSON)), knowsAbout(PERSON, tPartTypeComputerInputDevice)), a308874(REPCOM, PERSON)).
  4199. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  4200. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  4201.  kif:-all(_195378,all(_195398,implies(and(isa(_195378,nartR(actRepairingFn,tObjectComputerHardwareItem)),performedBy(_195378,_195398)),knowsAbout(_195398,tPartTypeComputerInputDevice))))
  4202.  pkif:-all(_195324,all(_195344,=>(&(isa(_195324,nartR(actRepairingFn,tObjectComputerHardwareItem)),performedBy(_195324,_195344)),knowsAbout(_195344,tPartTypeComputerInputDevice))))
  4203. % cnf :-
  4204. %   v(v(~isa(_132{???REPCOM}, nartR(actRepairingFn, tObjectComputerHardwareItem)),
  4205. %       ~performedBy(_132{???REPCOM}, _146{???PERSON})),
  4206. %     knowsAbout(_146{???PERSON}, tPartTypeComputerInputDevice)).
  4207.  horn:-[(~isa(_196286,nartR(actRepairingFn,tObjectComputerHardwareItem)):-performedBy(_196286,_196312),~knowsAbout(_196312,tPartTypeComputerInputDevice)),(~performedBy(_196358,_196372):-isa(_196358,nartR(actRepairingFn,tObjectComputerHardwareItem)),~knowsAbout(_196372,tPartTypeComputerInputDevice)),(knowsAbout(_196426,tPartTypeComputerInputDevice):-isa(_196452,nartR(actRepairingFn,tObjectComputerHardwareItem)),performedBy(_196452,_196426))]
  4208. % boxlog :-
  4209. %  
  4210. %   [ (~isa(_692{???REPCOM}, nartR(actRepairingFn, tObjectComputerHardwareItem)):-performedBy(_692{???REPCOM}, _706{???PERSON}), ~knowsAbout(_706{???PERSON}, tPartTypeComputerInputDevice)),
  4211. %     (~performedBy(_664{???REPCOM}, _678{???PERSON}):-isa(_664{???REPCOM}, nartR(actRepairingFn, tObjectComputerHardwareItem)), ~knowsAbout(_678{???PERSON}, tPartTypeComputerInputDevice)),
  4212. %     (knowsAbout(_636{???PERSON}, tPartTypeComputerInputDevice):-isa(_650{???REPCOM}, nartR(actRepairingFn, tObjectComputerHardwareItem)), performedBy(_650{???REPCOM}, _636{???PERSON}))
  4213. %   ].
  4214. % preview :-
  4215. %  
  4216. %   [ (performedBy(_656{???REPCOM}, _670{???PERSON}), ~knowsAbout(_670{???PERSON}, tPartTypeComputerInputDevice), {is_unit(_656{???REPCOM})}-> ~isa(_656{???REPCOM}, nartR(actRepairingFn, tObjectComputerHardwareItem))),
  4217. %     (isa(_628{???REPCOM}, nartR(actRepairingFn, tObjectComputerHardwareItem)), ~knowsAbout(_642{???PERSON}, tPartTypeComputerInputDevice), {is_unit(_642{???PERSON}, _628{???REPCOM})}==> ~performedBy(_628{???REPCOM}, _642{???PERSON})),
  4218. %     (isa(_614{???REPCOM}, nartR(actRepairingFn, tObjectComputerHardwareItem)), performedBy(_614{???REPCOM}, _600{???PERSON}), {is_unit(_600{???PERSON})}==>knowsAbout(_600{???PERSON}, tPartTypeComputerInputDevice))
  4219. %   ].
  4220. % conds= =>((name_variable(_638{???REPCOM}, 'REPCOM'), name_variable(_652{???PERSON}, 'PERSON'), name_variable(_610{???REPCOM}, 'REPCOM'), name_variable(_624{???PERSON}, 'PERSON'), name_variable(_596{???REPCOM}, 'REPCOM'), name_variable(_582{???PERSON}, 'PERSON')), [(~isa(_638{???REPCOM}, nartR(actRepairingFn, tObjectComputerHardwareItem))<-performedBy(_638{???REPCOM}, _652{???PERSON}), ~knowsAbout(_652{???PERSON}, tPartTypeComputerInputDevice), {is_unit(_638{???REPCOM})}),  (isa(_610{???REPCOM}, nartR(actRepairingFn, tObjectComputerHardwareItem)), ~knowsAbout(_624{???PERSON}, tPartTypeComputerInputDevice), {is_unit(_624{???PERSON}, _610{???REPCOM})}==> ~performedBy(_610{???REPCOM}, _624{???PERSON})),  (isa(_596{???REPCOM}, nartR(actRepairingFn, tObjectComputerHardwareItem)), performedBy(_596{???REPCOM}, _582{???PERSON}), {is_unit(_582{???PERSON})}==>knowsAbout(_582{???PERSON}, tPartTypeComputerInputDevice))]).
  4221.  
  4222.  
  4223. % ~isa(_166{???REPCOM}, nartR(actRepairingFn, tObjectComputerHardwareItem)) :-
  4224. %   performedBy(_166{???REPCOM}, _180{???PERSON}),
  4225. %   ~knowsAbout(_180{???PERSON}, tPartTypeComputerInputDevice).
  4226. % ~performedBy(_130{???REPCOM}, _144{???PERSON}) :-
  4227. %   isa(_130{???REPCOM}, nartR(actRepairingFn, tObjectComputerHardwareItem)),
  4228. %   ~knowsAbout(_144{???PERSON}, tPartTypeComputerInputDevice).
  4229. % knowsAbout(_102{???PERSON}, tPartTypeComputerInputDevice) :-
  4230. %   isa(_116{???REPCOM}, nartR(actRepairingFn, tObjectComputerHardwareItem)),
  4231. %   performedBy(_116{???REPCOM}, _102{???PERSON}).
  4232.  
  4233.  
  4234. % asserted_id(implies(and(isa(REPCOM, nartR(actRepairingFn, tObjectComputerHardwareItem)), performedBy(REPCOM, PERSON)), knowsAbout(PERSON, tPartTypeComputerKeyboard)), a308875(REPCOM, PERSON)).
  4235. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  4236. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  4237.  kif:-all(_195482,all(_195502,implies(and(isa(_195482,nartR(actRepairingFn,tObjectComputerHardwareItem)),performedBy(_195482,_195502)),knowsAbout(_195502,tPartTypeComputerKeyboard))))
  4238.  pkif:-all(_195428,all(_195448,=>(&(isa(_195428,nartR(actRepairingFn,tObjectComputerHardwareItem)),performedBy(_195428,_195448)),knowsAbout(_195448,tPartTypeComputerKeyboard))))
  4239. % cnf :-
  4240. %   v(v(~isa(_132{???REPCOM}, nartR(actRepairingFn, tObjectComputerHardwareItem)),
  4241. %       ~performedBy(_132{???REPCOM}, _146{???PERSON})),
  4242. %     knowsAbout(_146{???PERSON}, tPartTypeComputerKeyboard)).
  4243.  horn:-[(~isa(_196390,nartR(actRepairingFn,tObjectComputerHardwareItem)):-performedBy(_196390,_196416),~knowsAbout(_196416,tPartTypeComputerKeyboard)),(~performedBy(_196462,_196476):-isa(_196462,nartR(actRepairingFn,tObjectComputerHardwareItem)),~knowsAbout(_196476,tPartTypeComputerKeyboard)),(knowsAbout(_196530,tPartTypeComputerKeyboard):-isa(_196556,nartR(actRepairingFn,tObjectComputerHardwareItem)),performedBy(_196556,_196530))]
  4244. % boxlog :-
  4245. %  
  4246. %   [ (~isa(_692{???REPCOM}, nartR(actRepairingFn, tObjectComputerHardwareItem)):-performedBy(_692{???REPCOM}, _706{???PERSON}), ~knowsAbout(_706{???PERSON}, tPartTypeComputerKeyboard)),
  4247. %     (~performedBy(_664{???REPCOM}, _678{???PERSON}):-isa(_664{???REPCOM}, nartR(actRepairingFn, tObjectComputerHardwareItem)), ~knowsAbout(_678{???PERSON}, tPartTypeComputerKeyboard)),
  4248. %     (knowsAbout(_636{???PERSON}, tPartTypeComputerKeyboard):-isa(_650{???REPCOM}, nartR(actRepairingFn, tObjectComputerHardwareItem)), performedBy(_650{???REPCOM}, _636{???PERSON}))
  4249. %   ].
  4250. % preview :-
  4251. %  
  4252. %   [ (performedBy(_656{???REPCOM}, _670{???PERSON}), ~knowsAbout(_670{???PERSON}, tPartTypeComputerKeyboard), {is_unit(_656{???REPCOM})}-> ~isa(_656{???REPCOM}, nartR(actRepairingFn, tObjectComputerHardwareItem))),
  4253. %     (isa(_628{???REPCOM}, nartR(actRepairingFn, tObjectComputerHardwareItem)), ~knowsAbout(_642{???PERSON}, tPartTypeComputerKeyboard), {is_unit(_642{???PERSON}, _628{???REPCOM})}==> ~performedBy(_628{???REPCOM}, _642{???PERSON})),
  4254. %     (isa(_614{???REPCOM}, nartR(actRepairingFn, tObjectComputerHardwareItem)), performedBy(_614{???REPCOM}, _600{???PERSON}), {is_unit(_600{???PERSON})}==>knowsAbout(_600{???PERSON}, tPartTypeComputerKeyboard))
  4255. %   ].
  4256. % conds= =>((name_variable(_638{???REPCOM}, 'REPCOM'), name_variable(_652{???PERSON}, 'PERSON'), name_variable(_610{???REPCOM}, 'REPCOM'), name_variable(_624{???PERSON}, 'PERSON'), name_variable(_596{???REPCOM}, 'REPCOM'), name_variable(_582{???PERSON}, 'PERSON')), [(~isa(_638{???REPCOM}, nartR(actRepairingFn, tObjectComputerHardwareItem))<-performedBy(_638{???REPCOM}, _652{???PERSON}), ~knowsAbout(_652{???PERSON}, tPartTypeComputerKeyboard), {is_unit(_638{???REPCOM})}),  (isa(_610{???REPCOM}, nartR(actRepairingFn, tObjectComputerHardwareItem)), ~knowsAbout(_624{???PERSON}, tPartTypeComputerKeyboard), {is_unit(_624{???PERSON}, _610{???REPCOM})}==> ~performedBy(_610{???REPCOM}, _624{???PERSON})),  (isa(_596{???REPCOM}, nartR(actRepairingFn, tObjectComputerHardwareItem)), performedBy(_596{???REPCOM}, _582{???PERSON}), {is_unit(_582{???PERSON})}==>knowsAbout(_582{???PERSON}, tPartTypeComputerKeyboard))]).
  4257.  
  4258.  
  4259. % ~isa(_166{???REPCOM}, nartR(actRepairingFn, tObjectComputerHardwareItem)) :-
  4260. %   performedBy(_166{???REPCOM}, _180{???PERSON}),
  4261. %   ~knowsAbout(_180{???PERSON}, tPartTypeComputerKeyboard).
  4262. % ~performedBy(_130{???REPCOM}, _144{???PERSON}) :-
  4263. %   isa(_130{???REPCOM}, nartR(actRepairingFn, tObjectComputerHardwareItem)),
  4264. %   ~knowsAbout(_144{???PERSON}, tPartTypeComputerKeyboard).
  4265. % knowsAbout(_102{???PERSON}, tPartTypeComputerKeyboard) :-
  4266. %   isa(_116{???REPCOM}, nartR(actRepairingFn, tObjectComputerHardwareItem)),
  4267. %   performedBy(_116{???REPCOM}, _102{???PERSON}).
  4268.  
  4269.  
  4270. % asserted_id(implies(and(isa(REPCOM, nartR(actRepairingFn, tObjectComputerHardwareItem)), performedBy(REPCOM, PERSON)), knowsAbout(PERSON, tPartTypeComputerBus)), a308876(REPCOM, PERSON)).
  4271. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  4272. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  4273.  kif:-all(_195586,all(_195606,implies(and(isa(_195586,nartR(actRepairingFn,tObjectComputerHardwareItem)),performedBy(_195586,_195606)),knowsAbout(_195606,tPartTypeComputerBus))))
  4274.  pkif:-all(_195532,all(_195552,=>(&(isa(_195532,nartR(actRepairingFn,tObjectComputerHardwareItem)),performedBy(_195532,_195552)),knowsAbout(_195552,tPartTypeComputerBus))))
  4275. % cnf :-
  4276. %   v(v(~isa(_132{???REPCOM}, nartR(actRepairingFn, tObjectComputerHardwareItem)),
  4277. %       ~performedBy(_132{???REPCOM}, _146{???PERSON})),
  4278. %     knowsAbout(_146{???PERSON}, tPartTypeComputerBus)).
  4279.  horn:-[(~isa(_196494,nartR(actRepairingFn,tObjectComputerHardwareItem)):-performedBy(_196494,_196520),~knowsAbout(_196520,tPartTypeComputerBus)),(~performedBy(_196566,_196580):-isa(_196566,nartR(actRepairingFn,tObjectComputerHardwareItem)),~knowsAbout(_196580,tPartTypeComputerBus)),(knowsAbout(_196634,tPartTypeComputerBus):-isa(_196660,nartR(actRepairingFn,tObjectComputerHardwareItem)),performedBy(_196660,_196634))]
  4280. % boxlog :-
  4281. %  
  4282. %   [ (~isa(_692{???REPCOM}, nartR(actRepairingFn, tObjectComputerHardwareItem)):-performedBy(_692{???REPCOM}, _706{???PERSON}), ~knowsAbout(_706{???PERSON}, tPartTypeComputerBus)),
  4283. %     (~performedBy(_664{???REPCOM}, _678{???PERSON}):-isa(_664{???REPCOM}, nartR(actRepairingFn, tObjectComputerHardwareItem)), ~knowsAbout(_678{???PERSON}, tPartTypeComputerBus)),
  4284. %     (knowsAbout(_636{???PERSON}, tPartTypeComputerBus):-isa(_650{???REPCOM}, nartR(actRepairingFn, tObjectComputerHardwareItem)), performedBy(_650{???REPCOM}, _636{???PERSON}))
  4285. %   ].
  4286. % preview :-
  4287. %  
  4288. %   [ (performedBy(_656{???REPCOM}, _670{???PERSON}), ~knowsAbout(_670{???PERSON}, tPartTypeComputerBus), {is_unit(_656{???REPCOM})}-> ~isa(_656{???REPCOM}, nartR(actRepairingFn, tObjectComputerHardwareItem))),
  4289. %     (isa(_628{???REPCOM}, nartR(actRepairingFn, tObjectComputerHardwareItem)), ~knowsAbout(_642{???PERSON}, tPartTypeComputerBus), {is_unit(_642{???PERSON}, _628{???REPCOM})}==> ~performedBy(_628{???REPCOM}, _642{???PERSON})),
  4290. %     (isa(_614{???REPCOM}, nartR(actRepairingFn, tObjectComputerHardwareItem)), performedBy(_614{???REPCOM}, _600{???PERSON}), {is_unit(_600{???PERSON})}==>knowsAbout(_600{???PERSON}, tPartTypeComputerBus))
  4291. %   ].
  4292. % conds= =>((name_variable(_638{???REPCOM}, 'REPCOM'), name_variable(_652{???PERSON}, 'PERSON'), name_variable(_610{???REPCOM}, 'REPCOM'), name_variable(_624{???PERSON}, 'PERSON'), name_variable(_596{???REPCOM}, 'REPCOM'), name_variable(_582{???PERSON}, 'PERSON')), [(~isa(_638{???REPCOM}, nartR(actRepairingFn, tObjectComputerHardwareItem))<-performedBy(_638{???REPCOM}, _652{???PERSON}), ~knowsAbout(_652{???PERSON}, tPartTypeComputerBus), {is_unit(_638{???REPCOM})}),  (isa(_610{???REPCOM}, nartR(actRepairingFn, tObjectComputerHardwareItem)), ~knowsAbout(_624{???PERSON}, tPartTypeComputerBus), {is_unit(_624{???PERSON}, _610{???REPCOM})}==> ~performedBy(_610{???REPCOM}, _624{???PERSON})),  (isa(_596{???REPCOM}, nartR(actRepairingFn, tObjectComputerHardwareItem)), performedBy(_596{???REPCOM}, _582{???PERSON}), {is_unit(_582{???PERSON})}==>knowsAbout(_582{???PERSON}, tPartTypeComputerBus))]).
  4293.  
  4294.  
  4295. % ~isa(_166{???REPCOM}, nartR(actRepairingFn, tObjectComputerHardwareItem)) :-
  4296. %   performedBy(_166{???REPCOM}, _180{???PERSON}),
  4297. %   ~knowsAbout(_180{???PERSON}, tPartTypeComputerBus).
  4298. % ~performedBy(_130{???REPCOM}, _144{???PERSON}) :-
  4299. %   isa(_130{???REPCOM}, nartR(actRepairingFn, tObjectComputerHardwareItem)),
  4300. %   ~knowsAbout(_144{???PERSON}, tPartTypeComputerBus).
  4301. % knowsAbout(_102{???PERSON}, tPartTypeComputerBus) :-
  4302. %   isa(_116{???REPCOM}, nartR(actRepairingFn, tObjectComputerHardwareItem)),
  4303. %   performedBy(_116{???REPCOM}, _102{???PERSON}).
  4304.  
  4305.  
  4306. % asserted_id(implies(and(isa(REPCOM, nartR(actRepairingFn, tObjectComputerHardwareItem)), performedBy(REPCOM, PERSON)), knowsAbout(PERSON, tPartTypeElectricalWire)), a308877(REPCOM, PERSON)).
  4307. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  4308. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  4309.  kif:-all(_195690,all(_195710,implies(and(isa(_195690,nartR(actRepairingFn,tObjectComputerHardwareItem)),performedBy(_195690,_195710)),knowsAbout(_195710,tPartTypeElectricalWire))))
  4310.  pkif:-all(_195636,all(_195656,=>(&(isa(_195636,nartR(actRepairingFn,tObjectComputerHardwareItem)),performedBy(_195636,_195656)),knowsAbout(_195656,tPartTypeElectricalWire))))
  4311. % cnf :-
  4312. %   v(v(~isa(_132{???REPCOM}, nartR(actRepairingFn, tObjectComputerHardwareItem)),
  4313. %       ~performedBy(_132{???REPCOM}, _146{???PERSON})),
  4314. %     knowsAbout(_146{???PERSON}, tPartTypeElectricalWire)).
  4315.  horn:-[(~isa(_196598,nartR(actRepairingFn,tObjectComputerHardwareItem)):-performedBy(_196598,_196624),~knowsAbout(_196624,tPartTypeElectricalWire)),(~performedBy(_196670,_196684):-isa(_196670,nartR(actRepairingFn,tObjectComputerHardwareItem)),~knowsAbout(_196684,tPartTypeElectricalWire)),(knowsAbout(_196738,tPartTypeElectricalWire):-isa(_196764,nartR(actRepairingFn,tObjectComputerHardwareItem)),performedBy(_196764,_196738))]
  4316. % boxlog :-
  4317. %  
  4318. %   [ (~isa(_692{???REPCOM}, nartR(actRepairingFn, tObjectComputerHardwareItem)):-performedBy(_692{???REPCOM}, _706{???PERSON}), ~knowsAbout(_706{???PERSON}, tPartTypeElectricalWire)),
  4319. %     (~performedBy(_664{???REPCOM}, _678{???PERSON}):-isa(_664{???REPCOM}, nartR(actRepairingFn, tObjectComputerHardwareItem)), ~knowsAbout(_678{???PERSON}, tPartTypeElectricalWire)),
  4320. %     (knowsAbout(_636{???PERSON}, tPartTypeElectricalWire):-isa(_650{???REPCOM}, nartR(actRepairingFn, tObjectComputerHardwareItem)), performedBy(_650{???REPCOM}, _636{???PERSON}))
  4321. %   ].
  4322. % preview :-
  4323. %  
  4324. %   [ (performedBy(_656{???REPCOM}, _670{???PERSON}), ~knowsAbout(_670{???PERSON}, tPartTypeElectricalWire), {is_unit(_656{???REPCOM})}-> ~isa(_656{???REPCOM}, nartR(actRepairingFn, tObjectComputerHardwareItem))),
  4325. %     (isa(_628{???REPCOM}, nartR(actRepairingFn, tObjectComputerHardwareItem)), ~knowsAbout(_642{???PERSON}, tPartTypeElectricalWire), {is_unit(_642{???PERSON}, _628{???REPCOM})}==> ~performedBy(_628{???REPCOM}, _642{???PERSON})),
  4326. %     (isa(_614{???REPCOM}, nartR(actRepairingFn, tObjectComputerHardwareItem)), performedBy(_614{???REPCOM}, _600{???PERSON}), {is_unit(_600{???PERSON})}==>knowsAbout(_600{???PERSON}, tPartTypeElectricalWire))
  4327. %   ].
  4328. % conds= =>((name_variable(_638{???REPCOM}, 'REPCOM'), name_variable(_652{???PERSON}, 'PERSON'), name_variable(_610{???REPCOM}, 'REPCOM'), name_variable(_624{???PERSON}, 'PERSON'), name_variable(_596{???REPCOM}, 'REPCOM'), name_variable(_582{???PERSON}, 'PERSON')), [(~isa(_638{???REPCOM}, nartR(actRepairingFn, tObjectComputerHardwareItem))<-performedBy(_638{???REPCOM}, _652{???PERSON}), ~knowsAbout(_652{???PERSON}, tPartTypeElectricalWire), {is_unit(_638{???REPCOM})}),  (isa(_610{???REPCOM}, nartR(actRepairingFn, tObjectComputerHardwareItem)), ~knowsAbout(_624{???PERSON}, tPartTypeElectricalWire), {is_unit(_624{???PERSON}, _610{???REPCOM})}==> ~performedBy(_610{???REPCOM}, _624{???PERSON})),  (isa(_596{???REPCOM}, nartR(actRepairingFn, tObjectComputerHardwareItem)), performedBy(_596{???REPCOM}, _582{???PERSON}), {is_unit(_582{???PERSON})}==>knowsAbout(_582{???PERSON}, tPartTypeElectricalWire))]).
  4329.  
  4330.  
  4331. % ~isa(_166{???REPCOM}, nartR(actRepairingFn, tObjectComputerHardwareItem)) :-
  4332. %   performedBy(_166{???REPCOM}, _180{???PERSON}),
  4333. %   ~knowsAbout(_180{???PERSON}, tPartTypeElectricalWire).
  4334. % ~performedBy(_130{???REPCOM}, _144{???PERSON}) :-
  4335. %   isa(_130{???REPCOM}, nartR(actRepairingFn, tObjectComputerHardwareItem)),
  4336. %   ~knowsAbout(_144{???PERSON}, tPartTypeElectricalWire).
  4337. % knowsAbout(_102{???PERSON}, tPartTypeElectricalWire) :-
  4338. %   isa(_116{???REPCOM}, nartR(actRepairingFn, tObjectComputerHardwareItem)),
  4339. %   performedBy(_116{???REPCOM}, _102{???PERSON}).
  4340.  
  4341.  
  4342. % asserted_id(implies(and(isa(REPCOM, nartR(actRepairingFn, tObjectComputerHardwareItem)), performedBy(REPCOM, PERSON)), knowsAbout(PERSON, tPartTypeComputerDisplay)), a308878(REPCOM, PERSON)).
  4343. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  4344. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  4345.  kif:-all(_195794,all(_195814,implies(and(isa(_195794,nartR(actRepairingFn,tObjectComputerHardwareItem)),performedBy(_195794,_195814)),knowsAbout(_195814,tPartTypeComputerDisplay))))
  4346.  pkif:-all(_195740,all(_195760,=>(&(isa(_195740,nartR(actRepairingFn,tObjectComputerHardwareItem)),performedBy(_195740,_195760)),knowsAbout(_195760,tPartTypeComputerDisplay))))
  4347. % cnf :-
  4348. %   v(v(~isa(_132{???REPCOM}, nartR(actRepairingFn, tObjectComputerHardwareItem)),
  4349. %       ~performedBy(_132{???REPCOM}, _146{???PERSON})),
  4350. %     knowsAbout(_146{???PERSON}, tPartTypeComputerDisplay)).
  4351.  horn:-[(~isa(_196702,nartR(actRepairingFn,tObjectComputerHardwareItem)):-performedBy(_196702,_196728),~knowsAbout(_196728,tPartTypeComputerDisplay)),(~performedBy(_196774,_196788):-isa(_196774,nartR(actRepairingFn,tObjectComputerHardwareItem)),~knowsAbout(_196788,tPartTypeComputerDisplay)),(knowsAbout(_196842,tPartTypeComputerDisplay):-isa(_196868,nartR(actRepairingFn,tObjectComputerHardwareItem)),performedBy(_196868,_196842))]
  4352. % boxlog :-
  4353. %  
  4354. %   [ (~isa(_692{???REPCOM}, nartR(actRepairingFn, tObjectComputerHardwareItem)):-performedBy(_692{???REPCOM}, _706{???PERSON}), ~knowsAbout(_706{???PERSON}, tPartTypeComputerDisplay)),
  4355. %     (~performedBy(_664{???REPCOM}, _678{???PERSON}):-isa(_664{???REPCOM}, nartR(actRepairingFn, tObjectComputerHardwareItem)), ~knowsAbout(_678{???PERSON}, tPartTypeComputerDisplay)),
  4356. %     (knowsAbout(_636{???PERSON}, tPartTypeComputerDisplay):-isa(_650{???REPCOM}, nartR(actRepairingFn, tObjectComputerHardwareItem)), performedBy(_650{???REPCOM}, _636{???PERSON}))
  4357. %   ].
  4358. % preview :-
  4359. %  
  4360. %   [ (performedBy(_656{???REPCOM}, _670{???PERSON}), ~knowsAbout(_670{???PERSON}, tPartTypeComputerDisplay), {is_unit(_656{???REPCOM})}-> ~isa(_656{???REPCOM}, nartR(actRepairingFn, tObjectComputerHardwareItem))),
  4361. %     (isa(_628{???REPCOM}, nartR(actRepairingFn, tObjectComputerHardwareItem)), ~knowsAbout(_642{???PERSON}, tPartTypeComputerDisplay), {is_unit(_642{???PERSON}, _628{???REPCOM})}==> ~performedBy(_628{???REPCOM}, _642{???PERSON})),
  4362. %     (isa(_614{???REPCOM}, nartR(actRepairingFn, tObjectComputerHardwareItem)), performedBy(_614{???REPCOM}, _600{???PERSON}), {is_unit(_600{???PERSON})}==>knowsAbout(_600{???PERSON}, tPartTypeComputerDisplay))
  4363. %   ].
  4364. % conds= =>((name_variable(_638{???REPCOM}, 'REPCOM'), name_variable(_652{???PERSON}, 'PERSON'), name_variable(_610{???REPCOM}, 'REPCOM'), name_variable(_624{???PERSON}, 'PERSON'), name_variable(_596{???REPCOM}, 'REPCOM'), name_variable(_582{???PERSON}, 'PERSON')), [(~isa(_638{???REPCOM}, nartR(actRepairingFn, tObjectComputerHardwareItem))<-performedBy(_638{???REPCOM}, _652{???PERSON}), ~knowsAbout(_652{???PERSON}, tPartTypeComputerDisplay), {is_unit(_638{???REPCOM})}),  (isa(_610{???REPCOM}, nartR(actRepairingFn, tObjectComputerHardwareItem)), ~knowsAbout(_624{???PERSON}, tPartTypeComputerDisplay), {is_unit(_624{???PERSON}, _610{???REPCOM})}==> ~performedBy(_610{???REPCOM}, _624{???PERSON})),  (isa(_596{???REPCOM}, nartR(actRepairingFn, tObjectComputerHardwareItem)), performedBy(_596{???REPCOM}, _582{???PERSON}), {is_unit(_582{???PERSON})}==>knowsAbout(_582{???PERSON}, tPartTypeComputerDisplay))]).
  4365.  
  4366.  
  4367. % ~isa(_166{???REPCOM}, nartR(actRepairingFn, tObjectComputerHardwareItem)) :-
  4368. %   performedBy(_166{???REPCOM}, _180{???PERSON}),
  4369. %   ~knowsAbout(_180{???PERSON}, tPartTypeComputerDisplay).
  4370. % ~performedBy(_130{???REPCOM}, _144{???PERSON}) :-
  4371. %   isa(_130{???REPCOM}, nartR(actRepairingFn, tObjectComputerHardwareItem)),
  4372. %   ~knowsAbout(_144{???PERSON}, tPartTypeComputerDisplay).
  4373. % knowsAbout(_102{???PERSON}, tPartTypeComputerDisplay) :-
  4374. %   isa(_116{???REPCOM}, nartR(actRepairingFn, tObjectComputerHardwareItem)),
  4375. %   performedBy(_116{???REPCOM}, _102{???PERSON}).
  4376.  
  4377.  
  4378. % asserted_id(=>(isa(GAME, nartR(actPlayingFn, iVolleyball)), implies(isa(GAME, nartR(actPlayingFn, iVolleyball)), helpfulActions(GAME, actBlockingASpike, performedBy, positiveAmountOf))), a308879(GAME)).
  4379. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  4380. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  4381.  kif:-all(_195856,=>(isa(_195856,nartR(actPlayingFn,iVolleyball)),implies(isa(_195856,nartR(actPlayingFn,iVolleyball)),helpfulActions(_195856,actBlockingASpike,performedBy,positiveAmountOf))))
  4382.  pkif:-all(_195802,=>(isa(_195802,nartR(actPlayingFn,iVolleyball)),=>(isa(_195802,nartR(actPlayingFn,iVolleyball)),helpfulActions(_195802,actBlockingASpike,performedBy,positiveAmountOf))))
  4383. % cnf :-
  4384. %   v(~isa(_124{???GAME}, nartR(actPlayingFn, iVolleyball)),
  4385. %     v(~isa(_124{???GAME}, nartR(actPlayingFn, iVolleyball)),
  4386. %       helpfulActions(_124{???GAME},
  4387. %              actBlockingASpike,
  4388. %              performedBy,
  4389. %              positiveAmountOf))).
  4390.  horn:-[(~isa(_196504,nartR(actPlayingFn,iVolleyball)):- ~helpfulActions(_196504,actBlockingASpike,performedBy,positiveAmountOf)),(helpfulActions(_196554,actBlockingASpike,performedBy,positiveAmountOf):-isa(_196554,nartR(actPlayingFn,iVolleyball)))]
  4391. % boxlog :-
  4392. %  
  4393. %   [ (~isa(_664{???GAME}, nartR(actPlayingFn, iVolleyball)):- ~helpfulActions(_664{???GAME}, actBlockingASpike, performedBy, positiveAmountOf)),
  4394. %     (helpfulActions(_650{???GAME}, actBlockingASpike, performedBy, positiveAmountOf):-isa(_650{???GAME}, nartR(actPlayingFn, iVolleyball)))
  4395. %   ].
  4396. % preview :-
  4397. %  
  4398. %   [ (~helpfulActions(_628{???GAME}, actBlockingASpike, performedBy, positiveAmountOf), {is_unit(_628{???GAME})}==> ~isa(_628{???GAME}, nartR(actPlayingFn, iVolleyball))),
  4399. %     (isa(_614{???GAME}, nartR(actPlayingFn, iVolleyball)), {is_unit(_614{???GAME})}==>helpfulActions(_614{???GAME}, actBlockingASpike, performedBy, positiveAmountOf))
  4400. %   ].
  4401. % conds= =>((name_variable(_610{???GAME}, 'GAME'), name_variable(_596{???GAME}, 'GAME')), [(~helpfulActions(_610{???GAME}, actBlockingASpike, performedBy, positiveAmountOf), {is_unit(_610{???GAME})}==> ~isa(_610{???GAME}, nartR(actPlayingFn, iVolleyball))),  (isa(_596{???GAME}, nartR(actPlayingFn, iVolleyball)), {is_unit(_596{???GAME})}==>helpfulActions(_596{???GAME}, actBlockingASpike, performedBy, positiveAmountOf))]).
  4402.  
  4403.  
  4404. % ~isa(_122{???GAME}, nartR(actPlayingFn, iVolleyball)) :-
  4405. %   ~helpfulActions(_122{???GAME}, actBlockingASpike, performedBy, positiveAmountOf).
  4406. % helpfulActions(_102{???GAME}, actBlockingASpike, performedBy, positiveAmountOf) :-
  4407. %   isa(_102{???GAME}, nartR(actPlayingFn, iVolleyball)).
  4408.  
  4409.  
  4410. % asserted_id(=>(isa(GAME, nartR(actPlayingFn, iVolleyball)), implies(isa(GAME, nartR(actPlayingFn, iVolleyball)), helpfulActions(GAME, actGainingTheServe, performedBy, positiveAmountOf))), a308880(GAME)).
  4411. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  4412. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  4413.  kif:-all(_195908,=>(isa(_195908,nartR(actPlayingFn,iVolleyball)),implies(isa(_195908,nartR(actPlayingFn,iVolleyball)),helpfulActions(_195908,actGainingTheServe,performedBy,positiveAmountOf))))
  4414.  pkif:-all(_195854,=>(isa(_195854,nartR(actPlayingFn,iVolleyball)),=>(isa(_195854,nartR(actPlayingFn,iVolleyball)),helpfulActions(_195854,actGainingTheServe,performedBy,positiveAmountOf))))
  4415. % cnf :-
  4416. %   v(~isa(_124{???GAME}, nartR(actPlayingFn, iVolleyball)),
  4417. %     v(~isa(_124{???GAME}, nartR(actPlayingFn, iVolleyball)),
  4418. %       helpfulActions(_124{???GAME},
  4419. %              actGainingTheServe,
  4420. %              performedBy,
  4421. %              positiveAmountOf))).
  4422.  horn:-[(~isa(_196556,nartR(actPlayingFn,iVolleyball)):- ~helpfulActions(_196556,actGainingTheServe,performedBy,positiveAmountOf)),(helpfulActions(_196606,actGainingTheServe,performedBy,positiveAmountOf):-isa(_196606,nartR(actPlayingFn,iVolleyball)))]
  4423. % boxlog :-
  4424. %  
  4425. %   [ (~isa(_664{???GAME}, nartR(actPlayingFn, iVolleyball)):- ~helpfulActions(_664{???GAME}, actGainingTheServe, performedBy, positiveAmountOf)),
  4426. %     (helpfulActions(_650{???GAME}, actGainingTheServe, performedBy, positiveAmountOf):-isa(_650{???GAME}, nartR(actPlayingFn, iVolleyball)))
  4427. %   ].
  4428. % preview :-
  4429. %  
  4430. %   [ (~helpfulActions(_628{???GAME}, actGainingTheServe, performedBy, positiveAmountOf), {is_unit(_628{???GAME})}==> ~isa(_628{???GAME}, nartR(actPlayingFn, iVolleyball))),
  4431. %     (isa(_614{???GAME}, nartR(actPlayingFn, iVolleyball)), {is_unit(_614{???GAME})}==>helpfulActions(_614{???GAME}, actGainingTheServe, performedBy, positiveAmountOf))
  4432. %   ].
  4433. % conds= =>((name_variable(_610{???GAME}, 'GAME'), name_variable(_596{???GAME}, 'GAME')), [(~helpfulActions(_610{???GAME}, actGainingTheServe, performedBy, positiveAmountOf), {is_unit(_610{???GAME})}==> ~isa(_610{???GAME}, nartR(actPlayingFn, iVolleyball))),  (isa(_596{???GAME}, nartR(actPlayingFn, iVolleyball)), {is_unit(_596{???GAME})}==>helpfulActions(_596{???GAME}, actGainingTheServe, performedBy, positiveAmountOf))]).
  4434.  
  4435.  
  4436. % ~isa(_122{???GAME}, nartR(actPlayingFn, iVolleyball)) :-
  4437. %   ~helpfulActions(_122{???GAME}, actGainingTheServe, performedBy, positiveAmountOf).
  4438. % helpfulActions(_102{???GAME}, actGainingTheServe, performedBy, positiveAmountOf) :-
  4439. %   isa(_102{???GAME}, nartR(actPlayingFn, iVolleyball)).
  4440.  
  4441.  
  4442. % asserted_id(=>(isa(GAME, nartR(actPlayingFn, iVolleyball)), implies(isa(GAME, nartR(actPlayingFn, iVolleyball)), helpfulActions(GAME, actSpikingVolleyball, performedBy, positiveAmountOf))), a308881(GAME)).
  4443. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  4444. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  4445.  kif:-all(_195960,=>(isa(_195960,nartR(actPlayingFn,iVolleyball)),implies(isa(_195960,nartR(actPlayingFn,iVolleyball)),helpfulActions(_195960,actSpikingVolleyball,performedBy,positiveAmountOf))))
  4446.  pkif:-all(_195906,=>(isa(_195906,nartR(actPlayingFn,iVolleyball)),=>(isa(_195906,nartR(actPlayingFn,iVolleyball)),helpfulActions(_195906,actSpikingVolleyball,performedBy,positiveAmountOf))))
  4447. % cnf :-
  4448. %   v(~isa(_124{???GAME}, nartR(actPlayingFn, iVolleyball)),
  4449. %     v(~isa(_124{???GAME}, nartR(actPlayingFn, iVolleyball)),
  4450. %       helpfulActions(_124{???GAME},
  4451. %              actSpikingVolleyball,
  4452. %              performedBy,
  4453. %              positiveAmountOf))).
  4454.  horn:-[(~isa(_196608,nartR(actPlayingFn,iVolleyball)):- ~helpfulActions(_196608,actSpikingVolleyball,performedBy,positiveAmountOf)),(helpfulActions(_196658,actSpikingVolleyball,performedBy,positiveAmountOf):-isa(_196658,nartR(actPlayingFn,iVolleyball)))]
  4455. % boxlog :-
  4456. %  
  4457. %   [ (~isa(_664{???GAME}, nartR(actPlayingFn, iVolleyball)):- ~helpfulActions(_664{???GAME}, actSpikingVolleyball, performedBy, positiveAmountOf)),
  4458. %     (helpfulActions(_650{???GAME}, actSpikingVolleyball, performedBy, positiveAmountOf):-isa(_650{???GAME}, nartR(actPlayingFn, iVolleyball)))
  4459. %   ].
  4460. % preview :-
  4461. %  
  4462. %   [ (~helpfulActions(_628{???GAME}, actSpikingVolleyball, performedBy, positiveAmountOf), {is_unit(_628{???GAME})}==> ~isa(_628{???GAME}, nartR(actPlayingFn, iVolleyball))),
  4463. %     (isa(_614{???GAME}, nartR(actPlayingFn, iVolleyball)), {is_unit(_614{???GAME})}==>helpfulActions(_614{???GAME}, actSpikingVolleyball, performedBy, positiveAmountOf))
  4464. %   ].
  4465. % conds= =>((name_variable(_610{???GAME}, 'GAME'), name_variable(_596{???GAME}, 'GAME')), [(~helpfulActions(_610{???GAME}, actSpikingVolleyball, performedBy, positiveAmountOf), {is_unit(_610{???GAME})}==> ~isa(_610{???GAME}, nartR(actPlayingFn, iVolleyball))),  (isa(_596{???GAME}, nartR(actPlayingFn, iVolleyball)), {is_unit(_596{???GAME})}==>helpfulActions(_596{???GAME}, actSpikingVolleyball, performedBy, positiveAmountOf))]).
  4466.  
  4467.  
  4468. % ~isa(_122{???GAME}, nartR(actPlayingFn, iVolleyball)) :-
  4469. %   ~helpfulActions(_122{???GAME}, actSpikingVolleyball, performedBy, positiveAmountOf).
  4470. % helpfulActions(_102{???GAME}, actSpikingVolleyball, performedBy, positiveAmountOf) :-
  4471. %   isa(_102{???GAME}, nartR(actPlayingFn, iVolleyball)).
  4472.  
  4473.  
  4474. % asserted_id(=>(isa(GAME, nartR(actPlayingFn, iIceHockey)), implies(isa(GAME, nartR(actPlayingFn, iIceHockey)), helpfulActions(GAME, actCheckingOpponent, performedBy, positiveAmountOf))), a308882(GAME)).
  4475. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  4476. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  4477.  kif:-all(_196012,=>(isa(_196012,nartR(actPlayingFn,iIceHockey)),implies(isa(_196012,nartR(actPlayingFn,iIceHockey)),helpfulActions(_196012,actCheckingOpponent,performedBy,positiveAmountOf))))
  4478.  pkif:-all(_195958,=>(isa(_195958,nartR(actPlayingFn,iIceHockey)),=>(isa(_195958,nartR(actPlayingFn,iIceHockey)),helpfulActions(_195958,actCheckingOpponent,performedBy,positiveAmountOf))))
  4479. % cnf :-
  4480. %   v(~isa(_124{???GAME}, nartR(actPlayingFn, iIceHockey)),
  4481. %     v(~isa(_124{???GAME}, nartR(actPlayingFn, iIceHockey)),
  4482. %       helpfulActions(_124{???GAME},
  4483. %              actCheckingOpponent,
  4484. %              performedBy,
  4485. %              positiveAmountOf))).
  4486.  horn:-[(~isa(_196660,nartR(actPlayingFn,iIceHockey)):- ~helpfulActions(_196660,actCheckingOpponent,performedBy,positiveAmountOf)),(helpfulActions(_196710,actCheckingOpponent,performedBy,positiveAmountOf):-isa(_196710,nartR(actPlayingFn,iIceHockey)))]
  4487. % boxlog :-
  4488. %  
  4489. %   [ (~isa(_664{???GAME}, nartR(actPlayingFn, iIceHockey)):- ~helpfulActions(_664{???GAME}, actCheckingOpponent, performedBy, positiveAmountOf)),
  4490. %     (helpfulActions(_650{???GAME}, actCheckingOpponent, performedBy, positiveAmountOf):-isa(_650{???GAME}, nartR(actPlayingFn, iIceHockey)))
  4491. %   ].
  4492. % preview :-
  4493. %  
  4494. %   [ (~helpfulActions(_628{???GAME}, actCheckingOpponent, performedBy, positiveAmountOf), {is_unit(_628{???GAME})}==> ~isa(_628{???GAME}, nartR(actPlayingFn, iIceHockey))),
  4495. %     (isa(_614{???GAME}, nartR(actPlayingFn, iIceHockey)), {is_unit(_614{???GAME})}==>helpfulActions(_614{???GAME}, actCheckingOpponent, performedBy, positiveAmountOf))
  4496. %   ].
  4497. % conds= =>((name_variable(_610{???GAME}, 'GAME'), name_variable(_596{???GAME}, 'GAME')), [(~helpfulActions(_610{???GAME}, actCheckingOpponent, performedBy, positiveAmountOf), {is_unit(_610{???GAME})}==> ~isa(_610{???GAME}, nartR(actPlayingFn, iIceHockey))),  (isa(_596{???GAME}, nartR(actPlayingFn, iIceHockey)), {is_unit(_596{???GAME})}==>helpfulActions(_596{???GAME}, actCheckingOpponent, performedBy, positiveAmountOf))]).
  4498.  
  4499.  
  4500. % ~isa(_122{???GAME}, nartR(actPlayingFn, iIceHockey)) :-
  4501. %   ~helpfulActions(_122{???GAME}, actCheckingOpponent, performedBy, positiveAmountOf).
  4502. % helpfulActions(_102{???GAME}, actCheckingOpponent, performedBy, positiveAmountOf) :-
  4503. %   isa(_102{???GAME}, nartR(actPlayingFn, iIceHockey)).
  4504.  
  4505.  
  4506. % asserted_id(implies(and(isa(OPENING, actOpeningPresents), toPossessor(GIVING, HONOR), postEvents(GIVING, OPENING), isa(GIVING, actGiftGiving)), performedBy(OPENING, HONOR)), a308883(OPENING, GIVING, HONOR)).
  4507. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  4508. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  4509.  kif:-all(_196208,all(_196228,all(_196248,implies(and(isa(_196228,actOpeningPresents),toPossessor(_196208,_196248),postEvents(_196208,_196228),isa(_196208,actGiftGiving)),performedBy(_196228,_196248)))))
  4510.  pkif:-all(_196162,all(_196182,all(_196202,=>(&(isa(_196182,actOpeningPresents),&(toPossessor(_196162,_196202),&(postEvents(_196162,_196182),isa(_196162,actGiftGiving)))),performedBy(_196182,_196202)))))
  4511. % cnf :-
  4512. %   v(v(~isa(_142{???OPENING}, actOpeningPresents),
  4513. %       v(~toPossessor(_156{???GIVING}, _170{???HONOR}),
  4514. %         v(~postEvents(_156{???GIVING}, _142{???OPENING}),
  4515. %       ~isa(_156{???GIVING}, actGiftGiving)))),
  4516. %     performedBy(_142{???OPENING}, _170{???HONOR})).
  4517.  horn:-[(~isa(_198294,actGiftGiving):-isa(_198320,actOpeningPresents),toPossessor(_198294,_198346),postEvents(_198294,_198320),~performedBy(_198320,_198346)),(~isa(_198404,actOpeningPresents):-toPossessor(_198430,_198444),postEvents(_198430,_198404),isa(_198430,actGiftGiving),~performedBy(_198404,_198444)),(~postEvents(_198514,_198528):-isa(_198528,actOpeningPresents),toPossessor(_198514,_198566),isa(_198514,actGiftGiving),~performedBy(_198528,_198566)),(~toPossessor(_198624,_198638):-isa(_198664,actOpeningPresents),postEvents(_198624,_198664),isa(_198624,actGiftGiving),~performedBy(_198664,_198638)),(performedBy(_198730,_198744):-isa(_198730,actOpeningPresents),toPossessor(_198782,_198744),postEvents(_198782,_198730),isa(_198782,actGiftGiving))]
  4518. % boxlog :-
  4519. %  
  4520. %   [ (~isa(_768{???GIVING}, actGiftGiving):-isa(_782{???OPENING}, actOpeningPresents), toPossessor(_768{???GIVING}, _796{???HONOR}), postEvents(_768{???GIVING}, _782{???OPENING}), ~performedBy(_782{???OPENING}, _796{???HONOR})),
  4521. %     (~isa(_894{???OPENING}, actOpeningPresents):-toPossessor(_908{???GIVING}, _922{???HONOR}), postEvents(_908{???GIVING}, _894{???OPENING}), isa(_908{???GIVING}, actGiftGiving), ~performedBy(_894{???OPENING}, _922{???HONOR})),
  4522. %     (~postEvents(_810{???GIVING}, _824{???OPENING}):-isa(_824{???OPENING}, actOpeningPresents), toPossessor(_810{???GIVING}, _838{???HONOR}), isa(_810{???GIVING}, actGiftGiving), ~performedBy(_824{???OPENING}, _838{???HONOR})),
  4523. %     (~toPossessor(_852{???GIVING}, _866{???HONOR}):-isa(_880{???OPENING}, actOpeningPresents), postEvents(_852{???GIVING}, _880{???OPENING}), isa(_852{???GIVING}, actGiftGiving), ~performedBy(_880{???OPENING}, _866{???HONOR})),
  4524. %     (performedBy(_726{???OPENING}, _740{???HONOR}):-isa(_726{???OPENING}, actOpeningPresents), toPossessor(_754{???GIVING}, _740{???HONOR}), postEvents(_754{???GIVING}, _726{???OPENING}), isa(_754{???GIVING}, actGiftGiving))
  4525. %   ].
  4526. % preview :-
  4527. %  
  4528. %   [ ({avoidHeadLoop(isa(_746{???OPENING}, actOpeningPresents), isa(_732{???GIVING}, actGiftGiving))}, isa(_746{???OPENING}, actOpeningPresents), toPossessor(_732{???GIVING}, _760{???HONOR}), postEvents(_732{???GIVING}, _746{???OPENING}), ~performedBy(_746{???OPENING}, _760{???HONOR}), {is_unit(_732{???GIVING})}-> ~isa(_732{???GIVING}, actGiftGiving)),
  4529. %     (toPossessor(_872{???GIVING}, _886{???HONOR}), postEvents(_872{???GIVING}, _858{???OPENING}), {avoidHeadLoop(isa(_872{???GIVING}, actGiftGiving), isa(_858{???OPENING}, actOpeningPresents))}, isa(_872{???GIVING}, actGiftGiving), ~performedBy(_858{???OPENING}, _886{???HONOR}), {is_unit(_858{???OPENING})}-> ~isa(_858{???OPENING}, actOpeningPresents)),
  4530. %     (isa(_788{???OPENING}, actOpeningPresents), toPossessor(_774{???GIVING}, _802{???HONOR}), isa(_774{???GIVING}, actGiftGiving), ~performedBy(_788{???OPENING}, _802{???HONOR}), {is_unit(_788{???OPENING}, _774{???GIVING})}-> ~postEvents(_774{???GIVING}, _788{???OPENING})),
  4531. %     (isa(_844{???OPENING}, actOpeningPresents), postEvents(_816{???GIVING}, _844{???OPENING}), isa(_816{???GIVING}, actGiftGiving), ~performedBy(_844{???OPENING}, _830{???HONOR}), {is_unit(_830{???HONOR}, _816{???GIVING})}-> ~toPossessor(_816{???GIVING}, _830{???HONOR})),
  4532. %     (isa(_690{???OPENING}, actOpeningPresents), toPossessor(_718{???GIVING}, _704{???HONOR}), postEvents(_718{???GIVING}, _690{???OPENING}), isa(_718{???GIVING}, actGiftGiving), {is_unit(_704{???HONOR}, _690{???OPENING})}==>performedBy(_690{???OPENING}, _704{???HONOR}))
  4533. %   ].
  4534. % conds= =>((name_variable(_714{???GIVING}, 'GIVING'), name_variable(_728{???OPENING}, 'OPENING'), name_variable(_742{???HONOR}, 'HONOR'), name_variable(_840{???OPENING}, 'OPENING'), name_variable(_854{???GIVING}, 'GIVING'), name_variable(_868{???HONOR}, 'HONOR'), name_variable(_756{???GIVING}, 'GIVING'), name_variable(_770{???OPENING}, 'OPENING'), name_variable(_784{???HONOR}, 'HONOR'), name_variable(_798{???GIVING}, 'GIVING'), name_variable(_812{???HONOR}, 'HONOR'), name_variable(_826{???OPENING}, 'OPENING'), name_variable(_672{???OPENING}, 'OPENING'), name_variable(_700{???GIVING}, 'GIVING'), name_variable(_686{???HONOR}, 'HONOR')), [(~isa(_714{???GIVING}, actGiftGiving)<-{avoidHeadLoop(isa(_728{???OPENING}, actOpeningPresents), isa(_714{???GIVING}, actGiftGiving))}, isa(_728{???OPENING}, actOpeningPresents), toPossessor(_714{???GIVING}, _742{???HONOR}), postEvents(_714{???GIVING}, _728{???OPENING}), ~performedBy(_728{???OPENING}, _742{???HONOR}), {is_unit(_714{???GIVING})}),  (~isa(_840{???OPENING}, actOpeningPresents)<-toPossessor(_854{???GIVING}, _868{???HONOR}), postEvents(_854{???GIVING}, _840{???OPENING}), {avoidHeadLoop(isa(_854{???GIVING}, actGiftGiving), isa(_840{???OPENING}, actOpeningPresents))}, isa(_854{???GIVING}, actGiftGiving), ~performedBy(_840{???OPENING}, _868{???HONOR}), {is_unit(_840{???OPENING})}),  (~postEvents(_756{???GIVING}, _770{???OPENING})<-isa(_770{???OPENING}, actOpeningPresents), toPossessor(_756{???GIVING}, _784{???HONOR}), isa(_756{???GIVING}, actGiftGiving), ~performedBy(_770{???OPENING}, _784{???HONOR}), {is_unit(_770{???OPENING}, _756{???GIVING})}),  (~toPossessor(_798{???GIVING}, _812{???HONOR})<-isa(_826{???OPENING}, actOpeningPresents), postEvents(_798{???GIVING}, _826{???OPENING}), isa(_798{???GIVING}, actGiftGiving), ~performedBy(_826{???OPENING}, _812{???HONOR}), {is_unit(_812{???HONOR}, _798{???GIVING})}),  (isa(_672{???OPENING}, actOpeningPresents), toPossessor(_700{???GIVING}, _686{???HONOR}), postEvents(_700{???GIVING}, _672{???OPENING}), isa(_700{???GIVING}, actGiftGiving), {is_unit(_686{???HONOR}, _672{???OPENING})}==>performedBy(_672{???OPENING}, _686{???HONOR}))]).
  4535.  
  4536.  
  4537. % ~isa(_154{???GIVING}, actGiftGiving) :-
  4538. %   isa(_168{???OPENING}, actOpeningPresents),
  4539. %   toPossessor(_154{???GIVING}, _182{???HONOR}),
  4540. %   postEvents(_154{???GIVING}, _168{???OPENING}),
  4541. %   ~performedBy(_168{???OPENING}, _182{???HONOR}).
  4542. % ~isa(_234{???OPENING}, actOpeningPresents) :-
  4543. %   toPossessor(_242{???GIVING}, _256{???HONOR}),
  4544. %   postEvents(_242{???GIVING}, _228{???OPENING}),
  4545. %   isa(_242{???GIVING}, actGiftGiving),
  4546. %   ~performedBy(_228{???OPENING}, _256{???HONOR}).
  4547. % ~postEvents(_144{???GIVING}, _158{???OPENING}) :-
  4548. %   isa(_158{???OPENING}, actOpeningPresents),
  4549. %   toPossessor(_144{???GIVING}, _172{???HONOR}),
  4550. %   isa(_144{???GIVING}, actGiftGiving),
  4551. %   ~performedBy(_158{???OPENING}, _172{???HONOR}).
  4552. % ~toPossessor(_150{???GIVING}, _164{???HONOR}) :-
  4553. %   isa(_178{???OPENING}, actOpeningPresents),
  4554. %   postEvents(_150{???GIVING}, _178{???OPENING}),
  4555. %   isa(_150{???GIVING}, actGiftGiving),
  4556. %   ~performedBy(_178{???OPENING}, _164{???HONOR}).
  4557. % performedBy(_102{???OPENING}, _116{???HONOR}) :-
  4558. %   isa(_102{???OPENING}, actOpeningPresents),
  4559. %   toPossessor(_130{???GIVING}, _116{???HONOR}),
  4560. %   postEvents(_130{???GIVING}, _102{???OPENING}),
  4561. %   isa(_130{???GIVING}, actGiftGiving).
  4562.  
  4563.  
  4564. % asserted_id(implies(and(isa(SAM, actTakingAUrineSample), isa(LOC, tOrganismWhole), fromLocation(SAM, LOC)), performedBy(SAM, LOC)), a308884(SAM, LOC)).
  4565. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  4566. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  4567.  kif:-all(_196268,all(_196288,implies(and(isa(_196268,actTakingAUrineSample),isa(_196288,tOrganismWhole),fromLocation(_196268,_196288)),performedBy(_196268,_196288))))
  4568.  pkif:-all(_196218,all(_196238,=>(&(isa(_196218,actTakingAUrineSample),&(isa(_196238,tOrganismWhole),fromLocation(_196218,_196238))),performedBy(_196218,_196238))))
  4569. % cnf :-
  4570. %   v(v(~isa(_134{???SAM}, actTakingAUrineSample),
  4571. %       v(~isa(_148{???LOC}, tOrganismWhole),
  4572. %         ~fromLocation(_134{???SAM}, _148{???LOC}))),
  4573. %     performedBy(_134{???SAM}, _148{???LOC})).
  4574.  horn:-[(~fromLocation(_197570,_197584):-isa(_197570,actTakingAUrineSample),isa(_197584,tOrganismWhole),~performedBy(_197570,_197584)),(~isa(_197654,tOrganismWhole):-isa(_197680,actTakingAUrineSample),fromLocation(_197680,_197654),~performedBy(_197680,_197654)),(~isa(_197738,actTakingAUrineSample):-isa(_197764,tOrganismWhole),fromLocation(_197738,_197764),~performedBy(_197738,_197764)),(performedBy(_197818,_197832):-isa(_197818,actTakingAUrineSample),isa(_197832,tOrganismWhole),fromLocation(_197818,_197832))]
  4575. % boxlog :-
  4576. %  
  4577. %   [ (~fromLocation(_684{???SAM}, _698{???LOC}):-isa(_684{???SAM}, actTakingAUrineSample), isa(_698{???LOC}, tOrganismWhole), ~performedBy(_684{???SAM}, _698{???LOC})),
  4578. %     (~isa(_712{???LOC}, tOrganismWhole):-isa(_726{???SAM}, actTakingAUrineSample), fromLocation(_726{???SAM}, _712{???LOC}), ~performedBy(_726{???SAM}, _712{???LOC})),
  4579. %     (~isa(_740{???SAM}, actTakingAUrineSample):-isa(_754{???LOC}, tOrganismWhole), fromLocation(_740{???SAM}, _754{???LOC}), ~performedBy(_740{???SAM}, _754{???LOC})),
  4580. %     (performedBy(_656{???SAM}, _670{???LOC}):-isa(_656{???SAM}, actTakingAUrineSample), isa(_670{???LOC}, tOrganismWhole), fromLocation(_656{???SAM}, _670{???LOC}))
  4581. %   ].
  4582. % preview :-
  4583. %  
  4584. %   [ (isa(_648{???SAM}, actTakingAUrineSample), isa(_662{???LOC}, tOrganismWhole), ~performedBy(_648{???SAM}, _662{???LOC}), {is_unit(_662{???LOC}, _648{???SAM})}==> ~fromLocation(_648{???SAM}, _662{???LOC})),
  4585. %     ({avoidHeadLoop(isa(_690{???SAM}, actTakingAUrineSample), isa(_676{???LOC}, tOrganismWhole))}, isa(_690{???SAM}, actTakingAUrineSample), fromLocation(_690{???SAM}, _676{???LOC}), ~performedBy(_690{???SAM}, _676{???LOC}), {is_unit(_676{???LOC})}-> ~isa(_676{???LOC}, tOrganismWhole)),
  4586. %     ({avoidHeadLoop(isa(_718{???LOC}, tOrganismWhole), isa(_704{???SAM}, actTakingAUrineSample))}, isa(_718{???LOC}, tOrganismWhole), fromLocation(_704{???SAM}, _718{???LOC}), ~performedBy(_704{???SAM}, _718{???LOC}), {is_unit(_704{???SAM})}-> ~isa(_704{???SAM}, actTakingAUrineSample)),
  4587. %     (isa(_620{???SAM}, actTakingAUrineSample), isa(_634{???LOC}, tOrganismWhole), fromLocation(_620{???SAM}, _634{???LOC}), {is_unit(_634{???LOC}, _620{???SAM})}==>performedBy(_620{???SAM}, _634{???LOC}))
  4588. %   ].
  4589. % conds= =>((name_variable(_630{???SAM}, 'SAM'), name_variable(_644{???LOC}, 'LOC'), name_variable(_658{???LOC}, 'LOC'), name_variable(_672{???SAM}, 'SAM'), name_variable(_686{???SAM}, 'SAM'), name_variable(_700{???LOC}, 'LOC'), name_variable(_602{???SAM}, 'SAM'), name_variable(_616{???LOC}, 'LOC')), [(isa(_630{???SAM}, actTakingAUrineSample), isa(_644{???LOC}, tOrganismWhole), ~performedBy(_630{???SAM}, _644{???LOC}), {is_unit(_644{???LOC}, _630{???SAM})}==> ~fromLocation(_630{???SAM}, _644{???LOC})),  (~isa(_658{???LOC}, tOrganismWhole)<-{avoidHeadLoop(isa(_672{???SAM}, actTakingAUrineSample), isa(_658{???LOC}, tOrganismWhole))}, isa(_672{???SAM}, actTakingAUrineSample), fromLocation(_672{???SAM}, _658{???LOC}), ~performedBy(_672{???SAM}, _658{???LOC}), {is_unit(_658{???LOC})}),  (~isa(_686{???SAM}, actTakingAUrineSample)<-{avoidHeadLoop(isa(_700{???LOC}, tOrganismWhole), isa(_686{???SAM}, actTakingAUrineSample))}, isa(_700{???LOC}, tOrganismWhole), fromLocation(_686{???SAM}, _700{???LOC}), ~performedBy(_686{???SAM}, _700{???LOC}), {is_unit(_686{???SAM})}),  (isa(_602{???SAM}, actTakingAUrineSample), isa(_616{???LOC}, tOrganismWhole), fromLocation(_602{???SAM}, _616{???LOC}), {is_unit(_616{???LOC}, _602{???SAM})}==>performedBy(_602{???SAM}, _616{???LOC}))]).
  4590.  
  4591.  
  4592. % ~fromLocation(_138{???SAM}, _152{???LOC}) :-
  4593. %   isa(_138{???SAM}, actTakingAUrineSample),
  4594. %   isa(_152{???LOC}, tOrganismWhole),
  4595. %   ~performedBy(_138{???SAM}, _152{???LOC}).
  4596. % ~isa(_134{???LOC}, tOrganismWhole) :-
  4597. %   isa(_144{???SAM}, actTakingAUrineSample),
  4598. %   fromLocation(_144{???SAM}, _130{???LOC}),
  4599. %   ~performedBy(_144{???SAM}, _130{???LOC}).
  4600. % ~isa(_134{???SAM}, actTakingAUrineSample) :-
  4601. %   isa(_148{???LOC}, tOrganismWhole),
  4602. %   fromLocation(_134{???SAM}, _148{???LOC}),
  4603. %   ~performedBy(_134{???SAM}, _148{???LOC}).
  4604. % performedBy(_102{???SAM}, _116{???LOC}) :-
  4605. %   isa(_102{???SAM}, actTakingAUrineSample),
  4606. %   isa(_116{???LOC}, tOrganismWhole),
  4607. %   fromLocation(_102{???SAM}, _116{???LOC}).
  4608.  
  4609.  
  4610. % asserted_id(implies(and(isa(REPCOM, nartR(actRepairingFn, tObjectComputerHardwareItem)), performedBy(REPCOM, PERSON)), knowsAbout(PERSON, tPartTypeComputerPrinter)), a308885(REPCOM, PERSON)).
  4611. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  4612. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  4613.  kif:-all(_196366,all(_196386,implies(and(isa(_196366,nartR(actRepairingFn,tObjectComputerHardwareItem)),performedBy(_196366,_196386)),knowsAbout(_196386,tPartTypeComputerPrinter))))
  4614.  pkif:-all(_196312,all(_196332,=>(&(isa(_196312,nartR(actRepairingFn,tObjectComputerHardwareItem)),performedBy(_196312,_196332)),knowsAbout(_196332,tPartTypeComputerPrinter))))
  4615. % cnf :-
  4616. %   v(v(~isa(_132{???REPCOM}, nartR(actRepairingFn, tObjectComputerHardwareItem)),
  4617. %       ~performedBy(_132{???REPCOM}, _146{???PERSON})),
  4618. %     knowsAbout(_146{???PERSON}, tPartTypeComputerPrinter)).
  4619.  horn:-[(~isa(_197274,nartR(actRepairingFn,tObjectComputerHardwareItem)):-performedBy(_197274,_197300),~knowsAbout(_197300,tPartTypeComputerPrinter)),(~performedBy(_197346,_197360):-isa(_197346,nartR(actRepairingFn,tObjectComputerHardwareItem)),~knowsAbout(_197360,tPartTypeComputerPrinter)),(knowsAbout(_197414,tPartTypeComputerPrinter):-isa(_197440,nartR(actRepairingFn,tObjectComputerHardwareItem)),performedBy(_197440,_197414))]
  4620. % boxlog :-
  4621. %  
  4622. %   [ (~isa(_692{???REPCOM}, nartR(actRepairingFn, tObjectComputerHardwareItem)):-performedBy(_692{???REPCOM}, _706{???PERSON}), ~knowsAbout(_706{???PERSON}, tPartTypeComputerPrinter)),
  4623. %     (~performedBy(_664{???REPCOM}, _678{???PERSON}):-isa(_664{???REPCOM}, nartR(actRepairingFn, tObjectComputerHardwareItem)), ~knowsAbout(_678{???PERSON}, tPartTypeComputerPrinter)),
  4624. %     (knowsAbout(_636{???PERSON}, tPartTypeComputerPrinter):-isa(_650{???REPCOM}, nartR(actRepairingFn, tObjectComputerHardwareItem)), performedBy(_650{???REPCOM}, _636{???PERSON}))
  4625. %   ].
  4626. % preview :-
  4627. %  
  4628. %   [ (performedBy(_656{???REPCOM}, _670{???PERSON}), ~knowsAbout(_670{???PERSON}, tPartTypeComputerPrinter), {is_unit(_656{???REPCOM})}-> ~isa(_656{???REPCOM}, nartR(actRepairingFn, tObjectComputerHardwareItem))),
  4629. %     (isa(_628{???REPCOM}, nartR(actRepairingFn, tObjectComputerHardwareItem)), ~knowsAbout(_642{???PERSON}, tPartTypeComputerPrinter), {is_unit(_642{???PERSON}, _628{???REPCOM})}==> ~performedBy(_628{???REPCOM}, _642{???PERSON})),
  4630. %     (isa(_614{???REPCOM}, nartR(actRepairingFn, tObjectComputerHardwareItem)), performedBy(_614{???REPCOM}, _600{???PERSON}), {is_unit(_600{???PERSON})}==>knowsAbout(_600{???PERSON}, tPartTypeComputerPrinter))
  4631. %   ].
  4632. % conds= =>((name_variable(_638{???REPCOM}, 'REPCOM'), name_variable(_652{???PERSON}, 'PERSON'), name_variable(_610{???REPCOM}, 'REPCOM'), name_variable(_624{???PERSON}, 'PERSON'), name_variable(_596{???REPCOM}, 'REPCOM'), name_variable(_582{???PERSON}, 'PERSON')), [(~isa(_638{???REPCOM}, nartR(actRepairingFn, tObjectComputerHardwareItem))<-performedBy(_638{???REPCOM}, _652{???PERSON}), ~knowsAbout(_652{???PERSON}, tPartTypeComputerPrinter), {is_unit(_638{???REPCOM})}),  (isa(_610{???REPCOM}, nartR(actRepairingFn, tObjectComputerHardwareItem)), ~knowsAbout(_624{???PERSON}, tPartTypeComputerPrinter), {is_unit(_624{???PERSON}, _610{???REPCOM})}==> ~performedBy(_610{???REPCOM}, _624{???PERSON})),  (isa(_596{???REPCOM}, nartR(actRepairingFn, tObjectComputerHardwareItem)), performedBy(_596{???REPCOM}, _582{???PERSON}), {is_unit(_582{???PERSON})}==>knowsAbout(_582{???PERSON}, tPartTypeComputerPrinter))]).
  4633.  
  4634.  
  4635. % ~isa(_166{???REPCOM}, nartR(actRepairingFn, tObjectComputerHardwareItem)) :-
  4636. %   performedBy(_166{???REPCOM}, _180{???PERSON}),
  4637. %   ~knowsAbout(_180{???PERSON}, tPartTypeComputerPrinter).
  4638. % ~performedBy(_130{???REPCOM}, _144{???PERSON}) :-
  4639. %   isa(_130{???REPCOM}, nartR(actRepairingFn, tObjectComputerHardwareItem)),
  4640. %   ~knowsAbout(_144{???PERSON}, tPartTypeComputerPrinter).
  4641. % knowsAbout(_102{???PERSON}, tPartTypeComputerPrinter) :-
  4642. %   isa(_116{???REPCOM}, nartR(actRepairingFn, tObjectComputerHardwareItem)),
  4643. %   performedBy(_116{???REPCOM}, _102{???PERSON}).
  4644.  
  4645.  
  4646. % asserted_id(implies(and(isa(PERSON, mobPerson), performedBy(RACE, PERSON), isa(RACE, actCarRacing)), age(PERSON, uU(vYearsDurationFn, [16, 50]))), a308886(PERSON, RACE)).
  4647. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  4648. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  4649.  kif:-all(_196530,all(_196550,implies(and(isa(_196530,mobPerson),performedBy(_196550,_196530),isa(_196550,actCarRacing)),age(_196530,uU(vYearsDurationFn,[16,50])))))
  4650.  pkif:-all(_196480,all(_196500,=>(&(isa(_196480,mobPerson),&(performedBy(_196500,_196480),isa(_196500,actCarRacing))),age(_196480,uU(vYearsDurationFn,[16,50])))))
  4651. % cnf :-
  4652. %   v(v(~isa(_152{???PERSON}, mobPerson),
  4653. %       v(~performedBy(_166{???RACE}, _152{???PERSON}),
  4654. %         ~isa(_166{???RACE}, actCarRacing))),
  4655. %     age(_152{???PERSON}, uU(vYearsDurationFn, [16, 50]))).
  4656.  horn:-[(~isa(_198138,actCarRacing):-isa(_198164,mobPerson),performedBy(_198138,_198164),~age(_198164,uU(vYearsDurationFn,[16,50]))),(~isa(_198222,mobPerson):-performedBy(_198248,_198222),isa(_198248,actCarRacing),~age(_198222,uU(vYearsDurationFn,[16,50]))),(~performedBy(_198306,_198320):-isa(_198320,mobPerson),isa(_198306,actCarRacing),~age(_198320,uU(vYearsDurationFn,[16,50]))),(age(_198386,uU(vYearsDurationFn,[16,50])):-isa(_198386,mobPerson),performedBy(_198424,_198386),isa(_198424,actCarRacing))]
  4657. % boxlog :-
  4658. %  
  4659. %   [ (~isa(_756{???RACE}, actCarRacing):-isa(_770{???PERSON}, mobPerson), performedBy(_756{???RACE}, _770{???PERSON}), ~age(_770{???PERSON}, uU(vYearsDurationFn, [16, 50]))),
  4660. %     (~isa(_812{???PERSON}, mobPerson):-performedBy(_826{???RACE}, _812{???PERSON}), isa(_826{???RACE}, actCarRacing), ~age(_812{???PERSON}, uU(vYearsDurationFn, [16, 50]))),
  4661. %     (~performedBy(_784{???RACE}, _798{???PERSON}):-isa(_798{???PERSON}, mobPerson), isa(_784{???RACE}, actCarRacing), ~age(_798{???PERSON}, uU(vYearsDurationFn, [16, 50]))),
  4662. %     (age(_728{???PERSON}, uU(vYearsDurationFn, [16, 50])):-isa(_728{???PERSON}, mobPerson), performedBy(_742{???RACE}, _728{???PERSON}), isa(_742{???RACE}, actCarRacing))
  4663. %   ].
  4664. % preview :-
  4665. %  
  4666. %   [ ({avoidHeadLoop(isa(_734{???PERSON}, mobPerson), isa(_720{???RACE}, actCarRacing))}, isa(_734{???PERSON}, mobPerson), performedBy(_720{???RACE}, _734{???PERSON}), ~age(_734{???PERSON}, uU(vYearsDurationFn, [16, 50])), {is_unit(_720{???RACE})}-> ~isa(_720{???RACE}, actCarRacing)),
  4667. %     (performedBy(_790{???RACE}, _776{???PERSON}), {avoidHeadLoop(isa(_790{???RACE}, actCarRacing), isa(_776{???PERSON}, mobPerson))}, isa(_790{???RACE}, actCarRacing), ~age(_776{???PERSON}, uU(vYearsDurationFn, [16, 50])), {is_unit(_776{???PERSON})}-> ~isa(_776{???PERSON}, mobPerson)),
  4668. %     (isa(_762{???PERSON}, mobPerson), isa(_748{???RACE}, actCarRacing), ~age(_762{???PERSON}, uU(vYearsDurationFn, [16, 50])), {is_unit(_762{???PERSON}, _748{???RACE})}==> ~performedBy(_748{???RACE}, _762{???PERSON})),
  4669. %     (isa(_692{???PERSON}, mobPerson), performedBy(_706{???RACE}, _692{???PERSON}), isa(_706{???RACE}, actCarRacing), {is_unit(_692{???PERSON})}==>age(_692{???PERSON}, uU(vYearsDurationFn, [16, 50])))
  4670. %   ].
  4671. % conds= =>((name_variable(_702{???RACE}, 'RACE'), name_variable(_716{???PERSON}, 'PERSON'), name_variable(_758{???PERSON}, 'PERSON'), name_variable(_772{???RACE}, 'RACE'), name_variable(_744{???PERSON}, 'PERSON'), name_variable(_730{???RACE}, 'RACE'), name_variable(_674{???PERSON}, 'PERSON'), name_variable(_688{???RACE}, 'RACE')), [(~isa(_702{???RACE}, actCarRacing)<-{avoidHeadLoop(isa(_716{???PERSON}, mobPerson), isa(_702{???RACE}, actCarRacing))}, isa(_716{???PERSON}, mobPerson), performedBy(_702{???RACE}, _716{???PERSON}), ~age(_716{???PERSON}, uU(vYearsDurationFn, [16, 50])), {is_unit(_702{???RACE})}),  (~isa(_758{???PERSON}, mobPerson)<-performedBy(_772{???RACE}, _758{???PERSON}), {avoidHeadLoop(isa(_772{???RACE}, actCarRacing), isa(_758{???PERSON}, mobPerson))}, isa(_772{???RACE}, actCarRacing), ~age(_758{???PERSON}, uU(vYearsDurationFn, [16, 50])), {is_unit(_758{???PERSON})}),  (isa(_744{???PERSON}, mobPerson), isa(_730{???RACE}, actCarRacing), ~age(_744{???PERSON}, uU(vYearsDurationFn, [16, 50])), {is_unit(_744{???PERSON}, _730{???RACE})}==> ~performedBy(_730{???RACE}, _744{???PERSON})),  (isa(_674{???PERSON}, mobPerson), performedBy(_688{???RACE}, _674{???PERSON}), isa(_688{???RACE}, actCarRacing), {is_unit(_674{???PERSON})}==>age(_674{???PERSON}, uU(vYearsDurationFn, [16, 50])))]).
  4672.  
  4673.  
  4674. % ~isa(_138{???RACE}, actCarRacing) :-
  4675. %   isa(_152{???PERSON}, mobPerson),
  4676. %   performedBy(_138{???RACE}, _152{???PERSON}),
  4677. %   ~age(_152{???PERSON}, uU(vYearsDurationFn, [16, 50])).
  4678. % ~isa(_162{???PERSON}, mobPerson) :-
  4679. %   performedBy(_172{???RACE}, _158{???PERSON}),
  4680. %   isa(_172{???RACE}, actCarRacing),
  4681. %   ~age(_158{???PERSON}, uU(vYearsDurationFn, [16, 50])).
  4682. % ~performedBy(_130{???RACE}, _144{???PERSON}) :-
  4683. %   isa(_144{???PERSON}, mobPerson),
  4684. %   isa(_130{???RACE}, actCarRacing),
  4685. %   ~age(_144{???PERSON}, uU(vYearsDurationFn, [16, 50])).
  4686. % age(_102{???PERSON}, uU(vYearsDurationFn, [16, 50])) :-
  4687. %   isa(_102{???PERSON}, mobPerson),
  4688. %   performedBy(_116{???RACE}, _102{???PERSON}),
  4689. %   isa(_116{???RACE}, actCarRacing).
  4690.  
  4691.  
  4692. % asserted_id(=>(isa(U, mobReligiousPerson), implies(isa(U, mobReligiousPerson), maxAbstinenceTime(U, actReligiousCeremony, performedBy, uU(vWeeksDurationFn, [1])))), a308887(U)).
  4693. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  4694. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  4695.  kif:-all(_196532,=>(isa(_196532,mobReligiousPerson),implies(isa(_196532,mobReligiousPerson),maxAbstinenceTime(_196532,actReligiousCeremony,performedBy,uU(vWeeksDurationFn,[1])))))
  4696.  pkif:-all(_196478,=>(isa(_196478,mobReligiousPerson),=>(isa(_196478,mobReligiousPerson),maxAbstinenceTime(_196478,actReligiousCeremony,performedBy,uU(vWeeksDurationFn,[1])))))
  4697. % cnf :-
  4698. %   v(~isa(_130{???U}, mobReligiousPerson),
  4699. %     v(~isa(_130{???U}, mobReligiousPerson),
  4700. %       maxAbstinenceTime(_130{???U},
  4701. %                 actReligiousCeremony,
  4702. %                 performedBy,
  4703. %                 uU(vWeeksDurationFn, [1])))).
  4704.  horn:-[(~isa(_197246,mobReligiousPerson):- ~maxAbstinenceTime(_197246,actReligiousCeremony,performedBy,uU(vWeeksDurationFn,[1]))),(maxAbstinenceTime(_197296,actReligiousCeremony,performedBy,uU(vWeeksDurationFn,[1])):-isa(_197296,mobReligiousPerson))]
  4705. % boxlog :-
  4706. %  
  4707. %   [ (~isa(_664{???U}, mobReligiousPerson):- ~maxAbstinenceTime(_664{???U}, actReligiousCeremony, performedBy, uU(vWeeksDurationFn, [1]))),
  4708. %     (maxAbstinenceTime(_650{???U}, actReligiousCeremony, performedBy, uU(vWeeksDurationFn, [1])):-isa(_650{???U}, mobReligiousPerson))
  4709. %   ].
  4710. % preview :-
  4711. %  
  4712. %   [ (~maxAbstinenceTime(_628{???U}, actReligiousCeremony, performedBy, uU(vWeeksDurationFn, [1])), {is_unit(_628{???U})}==> ~isa(_628{???U}, mobReligiousPerson)),
  4713. %     (isa(_614{???U}, mobReligiousPerson), {is_unit(_614{???U})}==>maxAbstinenceTime(_614{???U}, actReligiousCeremony, performedBy, uU(vWeeksDurationFn, [1])))
  4714. %   ].
  4715. % conds= =>((name_variable(_610{???U}, 'U'), name_variable(_596{???U}, 'U')), [(~maxAbstinenceTime(_610{???U}, actReligiousCeremony, performedBy, uU(vWeeksDurationFn, [1])), {is_unit(_610{???U})}==> ~isa(_610{???U}, mobReligiousPerson)),  (isa(_596{???U}, mobReligiousPerson), {is_unit(_596{???U})}==>maxAbstinenceTime(_596{???U}, actReligiousCeremony, performedBy, uU(vWeeksDurationFn, [1])))]).
  4716.  
  4717.  
  4718. % ~isa(_122{???U}, mobReligiousPerson) :-
  4719. %   ~maxAbstinenceTime(_122{???U}, actReligiousCeremony, performedBy, uU(vWeeksDurationFn, [1])).
  4720. % maxAbstinenceTime(_102{???U}, actReligiousCeremony, performedBy, uU(vWeeksDurationFn, [1])) :-
  4721. %   isa(_102{???U}, mobReligiousPerson).
  4722.  
  4723.  
  4724. % asserted_id(=>(isa(DEN, mobDentist), implies(isa(DEN, mobDentist), legallyCapableOf(DEN, actIssuingAPrescription, performedBy))), a308889(DEN)).
  4725. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  4726. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  4727.  kif:-all(_196542,=>(isa(_196542,mobDentist),implies(isa(_196542,mobDentist),legallyCapableOf(_196542,actIssuingAPrescription,performedBy))))
  4728.  pkif:-all(_196488,=>(isa(_196488,mobDentist),=>(isa(_196488,mobDentist),legallyCapableOf(_196488,actIssuingAPrescription,performedBy))))
  4729. % cnf :-
  4730. %   v(~isa(_116{???DEN}, mobDentist),
  4731. %     v(~isa(_116{???DEN}, mobDentist),
  4732. %       legallyCapableOf(_116{???DEN}, actIssuingAPrescription, performedBy))).
  4733.  horn:-[(~isa(_197088,mobDentist):- ~legallyCapableOf(_197088,actIssuingAPrescription,performedBy)),(legallyCapableOf(_197134,actIssuingAPrescription,performedBy):-isa(_197134,mobDentist))]
  4734. % boxlog :-
  4735. %  
  4736. %   [ (~isa(_8144{???DEN}, mobDentist):- ~legallyCapableOf(_8144{???DEN}, actIssuingAPrescription, performedBy)),
  4737. %     (legallyCapableOf(_8126{???DEN}, actIssuingAPrescription, performedBy):-isa(_8126{???DEN}, mobDentist))
  4738. %   ].
  4739. % preview :-
  4740. %  
  4741. %   [ (~legallyCapableOf(_572{???DEN}, actIssuingAPrescription, performedBy), {is_unit(_572{???DEN})}==> ~isa(_572{???DEN}, mobDentist)),
  4742. %     (isa(_558{???DEN}, mobDentist), {is_unit(_558{???DEN})}==>legallyCapableOf(_558{???DEN}, actIssuingAPrescription, performedBy))
  4743. %   ].
  4744. % conds= =>((name_variable(_554{???DEN}, 'DEN'), name_variable(_540{???DEN}, 'DEN')), [(~legallyCapableOf(_554{???DEN}, actIssuingAPrescription, performedBy), {is_unit(_554{???DEN})}==> ~isa(_554{???DEN}, mobDentist)),  (isa(_540{???DEN}, mobDentist), {is_unit(_540{???DEN})}==>legallyCapableOf(_540{???DEN}, actIssuingAPrescription, performedBy))]).
  4745.  
  4746.  
  4747. % ~isa(_122{???DEN}, mobDentist) :-
  4748. %   ~legallyCapableOf(_122{???DEN}, actIssuingAPrescription, performedBy).
  4749. % legallyCapableOf(_102{???DEN}, actIssuingAPrescription, performedBy) :-
  4750. %   isa(_102{???DEN}, mobDentist).
  4751.  
  4752.  
  4753. % asserted_id(implies(and(isa(E, actEngagementEvent), performedBy(E, B), startingDate(W, DATE), eventHonors(W, B), isa(W, actWeddingEventEntire)), endingDate(E, DATE)), a308891(E, B, W, DATE)).
  4754. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  4755. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  4756.  kif:-all(_196876,all(_196896,all(_196916,all(_196936,implies(and(isa(_196876,actEngagementEvent),performedBy(_196876,_196916),startingDate(_196896,_196936),eventHonors(_196896,_196916),isa(_196896,actWeddingEventEntire)),endingDate(_196876,_196936))))))
  4757.  pkif:-all(_196834,all(_196854,all(_196874,all(_196894,=>(&(isa(_196834,actEngagementEvent),&(performedBy(_196834,_196874),&(startingDate(_196854,_196894),&(eventHonors(_196854,_196874),isa(_196854,actWeddingEventEntire))))),endingDate(_196834,_196894))))))
  4758. % cnf :-
  4759. %   v(v(~isa(_150{???E}, actEngagementEvent),
  4760. %       v(~performedBy(_150{???E}, _164{???B}),
  4761. %         v(~startingDate(_178{???W}, _192{???DATE}),
  4762. %       v(~eventHonors(_178{???W}, _164{???B}),
  4763. %         ~isa(_178{???W}, actWeddingEventEntire))))),
  4764. %     endingDate(_150{???E}, _192{???DATE})).
  4765.  horn:-[(~eventHonors(_199926,_199940):-isa(_199966,actEngagementEvent),performedBy(_199966,_199940),startingDate(_199926,_200004),isa(_199926,actWeddingEventEntire),~endingDate(_199966,_200004)),(~isa(_200062,actWeddingEventEntire):-isa(_200088,actEngagementEvent),performedBy(_200088,_200114),startingDate(_200062,_200140),eventHonors(_200062,_200114),~endingDate(_200088,_200140)),(~isa(_200198,actEngagementEvent):-performedBy(_200198,_200224),startingDate(_200250,_200264),eventHonors(_200250,_200224),isa(_200250,actWeddingEventEntire),~endingDate(_200198,_200264)),(~performedBy(_200334,_200348):-isa(_200334,actEngagementEvent),startingDate(_200386,_200400),eventHonors(_200386,_200348),isa(_200386,actWeddingEventEntire),~endingDate(_200334,_200400)),(~startingDate(_200470,_200484):-isa(_200510,actEngagementEvent),performedBy(_200510,_200536),eventHonors(_200470,_200536),isa(_200470,actWeddingEventEntire),~endingDate(_200510,_200484)),(endingDate(_200602,_200616):-isa(_200602,actEngagementEvent),performedBy(_200602,_200654),startingDate(_200680,_200616),eventHonors(_200680,_200654),isa(_200680,actWeddingEventEntire))]
  4766. % boxlog :-
  4767. %  
  4768. %   [ (~eventHonors(_908{???W}, _922{???B}):-isa(_936{???E}, actEngagementEvent), performedBy(_936{???E}, _922{???B}), startingDate(_908{???W}, _950{???DATE}), isa(_908{???W}, actWeddingEventEntire), ~endingDate(_936{???E}, _950{???DATE})),
  4769. %     (~isa(_852{???W}, actWeddingEventEntire):-isa(_866{???E}, actEngagementEvent), performedBy(_866{???E}, _880{???B}), startingDate(_852{???W}, _894{???DATE}), eventHonors(_852{???W}, _880{???B}), ~endingDate(_866{???E}, _894{???DATE})),
  4770. %     (~isa(_1076{???E}, actEngagementEvent):-performedBy(_1076{???E}, _1090{???B}), startingDate(_1104{???W}, _1118{???DATE}), eventHonors(_1104{???W}, _1090{???B}), isa(_1104{???W}, actWeddingEventEntire), ~endingDate(_1076{???E}, _1118{???DATE})),
  4771. %     (~performedBy(_1020{???E}, _1034{???B}):-isa(_1020{???E}, actEngagementEvent), startingDate(_1048{???W}, _1062{???DATE}), eventHonors(_1048{???W}, _1034{???B}), isa(_1048{???W}, actWeddingEventEntire), ~endingDate(_1020{???E}, _1062{???DATE})),
  4772. %     (~startingDate(_964{???W}, _978{???DATE}):-isa(_992{???E}, actEngagementEvent), performedBy(_992{???E}, _1006{???B}), eventHonors(_964{???W}, _1006{???B}), isa(_964{???W}, actWeddingEventEntire), ~endingDate(_992{???E}, _978{???DATE})),
  4773. %     (endingDate(_796{???E}, _810{???DATE}):-isa(_796{???E}, actEngagementEvent), performedBy(_796{???E}, _824{???B}), startingDate(_838{???W}, _810{???DATE}), eventHonors(_838{???W}, _824{???B}), isa(_838{???W}, actWeddingEventEntire))
  4774. %   ].
  4775. % preview :-
  4776. %  
  4777. %   [ (isa(_900{???E}, actEngagementEvent), performedBy(_900{???E}, _886{???B}), startingDate(_872{???W}, _914{???DATE}), isa(_872{???W}, actWeddingEventEntire), ~endingDate(_900{???E}, _914{???DATE}), {is_unit(_886{???B}, _872{???W})}-> ~eventHonors(_872{???W}, _886{???B})),
  4778. %     ({avoidHeadLoop(isa(_830{???E}, actEngagementEvent), isa(_816{???W}, actWeddingEventEntire))}, isa(_830{???E}, actEngagementEvent), performedBy(_830{???E}, _844{???B}), startingDate(_816{???W}, _858{???DATE}), eventHonors(_816{???W}, _844{???B}), ~endingDate(_830{???E}, _858{???DATE}), {is_unit(_816{???W})}-> ~isa(_816{???W}, actWeddingEventEntire)),
  4779. %     (performedBy(_1040{???E}, _1054{???B}), startingDate(_1068{???W}, _1082{???DATE}), eventHonors(_1068{???W}, _1054{???B}), {avoidHeadLoop(isa(_1068{???W}, actWeddingEventEntire), isa(_1040{???E}, actEngagementEvent))}, isa(_1068{???W}, actWeddingEventEntire), ~endingDate(_1040{???E}, _1082{???DATE}), {is_unit(_1040{???E})}-> ~isa(_1040{???E}, actEngagementEvent)),
  4780. %     (isa(_984{???E}, actEngagementEvent), startingDate(_1012{???W}, _1026{???DATE}), eventHonors(_1012{???W}, _998{???B}), isa(_1012{???W}, actWeddingEventEntire), ~endingDate(_984{???E}, _1026{???DATE}), {is_unit(_998{???B}, _984{???E})}-> ~performedBy(_984{???E}, _998{???B})),
  4781. %     (isa(_956{???E}, actEngagementEvent), performedBy(_956{???E}, _970{???B}), eventHonors(_928{???W}, _970{???B}), isa(_928{???W}, actWeddingEventEntire), ~endingDate(_956{???E}, _942{???DATE}), {is_unit(_942{???DATE}, _928{???W})}-> ~startingDate(_928{???W}, _942{???DATE})),
  4782. %     (isa(_760{???E}, actEngagementEvent), performedBy(_760{???E}, _788{???B}), startingDate(_802{???W}, _774{???DATE}), eventHonors(_802{???W}, _788{???B}), isa(_802{???W}, actWeddingEventEntire), {is_unit(_774{???DATE}, _760{???E})}==>endingDate(_760{???E}, _774{???DATE}))
  4783. %   ].
  4784. % conds= =>((name_variable(_854{???W}, 'W'), name_variable(_868{???B}, 'B'), name_variable(_882{???E}, 'E'), name_variable(_896{???DATE}, 'DATE'), name_variable(_798{???W}, 'W'), name_variable(_812{???E}, 'E'), name_variable(_826{???B}, 'B'), name_variable(_840{???DATE}, 'DATE'), name_variable(_1022{???E}, 'E'), name_variable(_1036{???B}, 'B'), name_variable(_1050{???W}, 'W'), name_variable(_1064{???DATE}, 'DATE'), name_variable(_966{???E}, 'E'), name_variable(_980{???B}, 'B'), name_variable(_994{???W}, 'W'), name_variable(_1008{???DATE}, 'DATE'), name_variable(_910{???W}, 'W'), name_variable(_924{???DATE}, 'DATE'), name_variable(_938{???E}, 'E'), name_variable(_952{???B}, 'B'), name_variable(_742{???E}, 'E'), name_variable(_770{???B}, 'B'), name_variable(_784{???W}, 'W'), name_variable(_756{???DATE}, 'DATE')), [(~eventHonors(_854{???W}, _868{???B})<-isa(_882{???E}, actEngagementEvent), performedBy(_882{???E}, _868{???B}), startingDate(_854{???W}, _896{???DATE}), isa(_854{???W}, actWeddingEventEntire), ~endingDate(_882{???E}, _896{???DATE}), {is_unit(_868{???B}, _854{???W})}),  (~isa(_798{???W}, actWeddingEventEntire)<-{avoidHeadLoop(isa(_812{???E}, actEngagementEvent), isa(_798{???W}, actWeddingEventEntire))}, isa(_812{???E}, actEngagementEvent), performedBy(_812{???E}, _826{???B}), startingDate(_798{???W}, _840{???DATE}), eventHonors(_798{???W}, _826{???B}), ~endingDate(_812{???E}, _840{???DATE}), {is_unit(_798{???W})}),  (~isa(_1022{???E}, actEngagementEvent)<-performedBy(_1022{???E}, _1036{???B}), startingDate(_1050{???W}, _1064{???DATE}), eventHonors(_1050{???W}, _1036{???B}), {avoidHeadLoop(isa(_1050{???W}, actWeddingEventEntire), isa(_1022{???E}, actEngagementEvent))}, isa(_1050{???W}, actWeddingEventEntire), ~endingDate(_1022{???E}, _1064{???DATE}), {is_unit(_1022{???E})}),  (~performedBy(_966{???E}, _980{???B})<-isa(_966{???E}, actEngagementEvent), startingDate(_994{???W}, _1008{???DATE}), eventHonors(_994{???W}, _980{???B}), isa(_994{???W}, actWeddingEventEntire), ~endingDate(_966{???E}, _1008{???DATE}), {is_unit(_980{???B}, _966{???E})}),  (~startingDate(_910{???W}, _924{???DATE})<-isa(_938{???E}, actEngagementEvent), performedBy(_938{???E}, _952{???B}), eventHonors(_910{???W}, _952{???B}), isa(_910{???W}, actWeddingEventEntire), ~endingDate(_938{???E}, _924{???DATE}), {is_unit(_924{???DATE}, _910{???W})}),  (isa(_742{???E}, actEngagementEvent), performedBy(_742{???E}, _770{???B}), startingDate(_784{???W}, _756{???DATE}), eventHonors(_784{???W}, _770{???B}), isa(_784{???W}, actWeddingEventEntire), {is_unit(_756{???DATE}, _742{???E})}==>endingDate(_742{???E}, _756{???DATE}))]).
  4785.  
  4786.  
  4787. % ~eventHonors(_226{???W}, _240{???B}) :-
  4788. %   isa(_242{???E}, actEngagementEvent),
  4789. %   performedBy(_242{???E}, _228{???B}),
  4790. %   startingDate(_214{???W}, _256{???DATE}),
  4791. %   isa(_214{???W}, actWeddingEventEntire),
  4792. %   ~endingDate(_242{???E}, _256{???DATE}).
  4793. % ~isa(_158{???W}, actWeddingEventEntire) :-
  4794. %   isa(_172{???E}, actEngagementEvent),
  4795. %   performedBy(_172{???E}, _186{???B}),
  4796. %   startingDate(_158{???W}, _200{???DATE}),
  4797. %   eventHonors(_158{???W}, _186{???B}),
  4798. %   ~endingDate(_172{???E}, _200{???DATE}).
  4799. % ~isa(_278{???E}, actEngagementEvent) :-
  4800. %   performedBy(_278{???E}, _292{???B}),
  4801. %   startingDate(_306{???W}, _320{???DATE}),
  4802. %   eventHonors(_306{???W}, _292{???B}),
  4803. %   isa(_306{???W}, actWeddingEventEntire),
  4804. %   ~endingDate(_278{???E}, _320{???DATE}).
  4805. % ~performedBy(_214{???E}, _228{???B}) :-
  4806. %   isa(_214{???E}, actEngagementEvent),
  4807. %   startingDate(_242{???W}, _256{???DATE}),
  4808. %   eventHonors(_242{???W}, _228{???B}),
  4809. %   isa(_242{???W}, actWeddingEventEntire),
  4810. %   ~endingDate(_214{???E}, _256{???DATE}).
  4811. % ~startingDate(_158{???W}, _172{???DATE}) :-
  4812. %   isa(_186{???E}, actEngagementEvent),
  4813. %   performedBy(_186{???E}, _200{???B}),
  4814. %   eventHonors(_158{???W}, _200{???B}),
  4815. %   isa(_158{???W}, actWeddingEventEntire),
  4816. %   ~endingDate(_186{???E}, _172{???DATE}).
  4817. % endingDate(_102{???E}, _116{???DATE}) :-
  4818. %   isa(_102{???E}, actEngagementEvent),
  4819. %   performedBy(_102{???E}, _130{???B}),
  4820. %   startingDate(_144{???W}, _116{???DATE}),
  4821. %   eventHonors(_144{???W}, _130{???B}),
  4822. %   isa(_144{???W}, actWeddingEventEntire).
  4823.  
  4824.  
  4825. % asserted_id(implies(and(isa(EVENT, actAction), officiator(EVENT, AGENT)), performedBy(EVENT, AGENT)), a308892(EVENT, AGENT)).
  4826. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  4827. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  4828.  kif:-all(_196868,all(_196888,implies(and(isa(_196868,actAction),officiator(_196868,_196888)),performedBy(_196868,_196888))))
  4829.  pkif:-all(_196814,all(_196834,=>(&(isa(_196814,actAction),officiator(_196814,_196834)),performedBy(_196814,_196834))))
  4830. % cnf :-
  4831. %   v(v(~isa(_126{???EVENT}, actAction),
  4832. %       ~officiator(_126{???EVENT}, _140{???AGENT})),
  4833. %     performedBy(_126{???EVENT}, _140{???AGENT})).
  4834.  horn:-[(~isa(_197698,actAction):-officiator(_197698,_197724),~performedBy(_197698,_197724)),(~officiator(_197770,_197784):-isa(_197770,actAction),~performedBy(_197770,_197784)),(performedBy(_197838,_197852):-isa(_197838,actAction),officiator(_197838,_197852))]
  4835. % boxlog :-
  4836. %  
  4837. %   [ (~isa(_668{???EVENT}, actAction):-officiator(_668{???EVENT}, _682{???AGENT}), ~performedBy(_668{???EVENT}, _682{???AGENT})),
  4838. %     (~officiator(_640{???EVENT}, _654{???AGENT}):-isa(_640{???EVENT}, actAction), ~performedBy(_640{???EVENT}, _654{???AGENT})),
  4839. %     (performedBy(_612{???EVENT}, _626{???AGENT}):-isa(_612{???EVENT}, actAction), officiator(_612{???EVENT}, _626{???AGENT}))
  4840. %   ].
  4841. % preview :-
  4842. %  
  4843. %   [ (officiator(_632{???EVENT}, _646{???AGENT}), ~performedBy(_632{???EVENT}, _646{???AGENT}), {is_unit(_632{???EVENT})}-> ~isa(_632{???EVENT}, actAction)),
  4844. %     (isa(_604{???EVENT}, actAction), ~performedBy(_604{???EVENT}, _618{???AGENT}), {is_unit(_618{???AGENT}, _604{???EVENT})}-> ~officiator(_604{???EVENT}, _618{???AGENT})),
  4845. %     (isa(_576{???EVENT}, actAction), officiator(_576{???EVENT}, _590{???AGENT}), {is_unit(_590{???AGENT}, _576{???EVENT})}==>performedBy(_576{???EVENT}, _590{???AGENT}))
  4846. %   ].
  4847. % conds= =>((name_variable(_614{???EVENT}, 'EVENT'), name_variable(_628{???AGENT}, 'AGENT'), name_variable(_586{???EVENT}, 'EVENT'), name_variable(_600{???AGENT}, 'AGENT'), name_variable(_558{???EVENT}, 'EVENT'), name_variable(_572{???AGENT}, 'AGENT')), [(~isa(_614{???EVENT}, actAction)<-officiator(_614{???EVENT}, _628{???AGENT}), ~performedBy(_614{???EVENT}, _628{???AGENT}), {is_unit(_614{???EVENT})}),  (~officiator(_586{???EVENT}, _600{???AGENT})<-isa(_586{???EVENT}, actAction), ~performedBy(_586{???EVENT}, _600{???AGENT}), {is_unit(_600{???AGENT}, _586{???EVENT})}),  (isa(_558{???EVENT}, actAction), officiator(_558{???EVENT}, _572{???AGENT}), {is_unit(_572{???AGENT}, _558{???EVENT})}==>performedBy(_558{???EVENT}, _572{???AGENT}))]).
  4848.  
  4849.  
  4850. % ~isa(_166{???EVENT}, actAction) :-
  4851. %   officiator(_166{???EVENT}, _180{???AGENT}),
  4852. %   ~performedBy(_166{???EVENT}, _180{???AGENT}).
  4853. % ~officiator(_130{???EVENT}, _144{???AGENT}) :-
  4854. %   isa(_130{???EVENT}, actAction),
  4855. %   ~performedBy(_130{???EVENT}, _144{???AGENT}).
  4856. % performedBy(_102{???EVENT}, _116{???AGENT}) :-
  4857. %   isa(_102{???EVENT}, actAction),
  4858. %   officiator(_102{???EVENT}, _116{???AGENT}).
  4859.  
  4860.  
  4861. % asserted_id(=>(isa(PRESC, mobPrescriber), implies(isa(PRESC, mobPrescriber), legallyCapableOf(PRESC, actIssuingAPrescription, performedBy))), a308896(PRESC)).
  4862. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  4863. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  4864.  kif:-all(_196906,=>(isa(_196906,mobPrescriber),implies(isa(_196906,mobPrescriber),legallyCapableOf(_196906,actIssuingAPrescription,performedBy))))
  4865.  pkif:-all(_196852,=>(isa(_196852,mobPrescriber),=>(isa(_196852,mobPrescriber),legallyCapableOf(_196852,actIssuingAPrescription,performedBy))))
  4866. % cnf :-
  4867. %   v(~isa(_116{???PRESC}, mobPrescriber),
  4868. %     v(~isa(_116{???PRESC}, mobPrescriber),
  4869. %       legallyCapableOf(_116{???PRESC},
  4870. %                actIssuingAPrescription,
  4871. %                performedBy))).
  4872.  horn:-[(~isa(_197452,mobPrescriber):- ~legallyCapableOf(_197452,actIssuingAPrescription,performedBy)),(legallyCapableOf(_197498,actIssuingAPrescription,performedBy):-isa(_197498,mobPrescriber))]
  4873. % boxlog :-
  4874. %  
  4875. %   [ (~isa(_8158{???PRESC}, mobPrescriber):- ~legallyCapableOf(_8158{???PRESC}, actIssuingAPrescription, performedBy)),
  4876. %     (legallyCapableOf(_8140{???PRESC}, actIssuingAPrescription, performedBy):-isa(_8140{???PRESC}, mobPrescriber))
  4877. %   ].
  4878. % preview :-
  4879. %  
  4880. %   [ (~legallyCapableOf(_572{???PRESC}, actIssuingAPrescription, performedBy), {is_unit(_572{???PRESC})}==> ~isa(_572{???PRESC}, mobPrescriber)),
  4881. %     (isa(_558{???PRESC}, mobPrescriber), {is_unit(_558{???PRESC})}==>legallyCapableOf(_558{???PRESC}, actIssuingAPrescription, performedBy))
  4882. %   ].
  4883. % conds= =>((name_variable(_554{???PRESC}, 'PRESC'), name_variable(_540{???PRESC}, 'PRESC')), [(~legallyCapableOf(_554{???PRESC}, actIssuingAPrescription, performedBy), {is_unit(_554{???PRESC})}==> ~isa(_554{???PRESC}, mobPrescriber)),  (isa(_540{???PRESC}, mobPrescriber), {is_unit(_540{???PRESC})}==>legallyCapableOf(_540{???PRESC}, actIssuingAPrescription, performedBy))]).
  4884.  
  4885.  
  4886. % ~isa(_122{???PRESC}, mobPrescriber) :-
  4887. %   ~legallyCapableOf(_122{???PRESC}, actIssuingAPrescription, performedBy).
  4888. % legallyCapableOf(_102{???PRESC}, actIssuingAPrescription, performedBy) :-
  4889. %   isa(_102{???PRESC}, mobPrescriber).
  4890.  
  4891.  
  4892. % asserted_id(implies(and(isa(PC, actPlayingChess), performedBy(PC, A)), levelOfPhysicalExertion(A, PC, lowAmountOf)), a308897(PC, A)).
  4893. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  4894. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  4895.  kif:-all(_197030,all(_197050,implies(and(isa(_197030,actPlayingChess),performedBy(_197030,_197050)),levelOfPhysicalExertion(_197050,_197030,lowAmountOf))))
  4896.  pkif:-all(_196976,all(_196996,=>(&(isa(_196976,actPlayingChess),performedBy(_196976,_196996)),levelOfPhysicalExertion(_196996,_196976,lowAmountOf))))
  4897. % cnf :-
  4898. %   v(v(~isa(_128{???PC}, actPlayingChess),
  4899. %       ~performedBy(_128{???PC}, _142{???A})),
  4900. %     levelOfPhysicalExertion(_142{???A}, _128{???PC}, lowAmountOf)).
  4901.  horn:-[(~isa(_197886,actPlayingChess):-performedBy(_197886,_197912),~levelOfPhysicalExertion(_197912,_197886,lowAmountOf)),(~performedBy(_197960,_197974):-isa(_197960,actPlayingChess),~levelOfPhysicalExertion(_197974,_197960,lowAmountOf)),(levelOfPhysicalExertion(_198032,_198046,lowAmountOf):-isa(_198046,actPlayingChess),performedBy(_198046,_198032))]
  4902. % boxlog :-
  4903. %  
  4904. %   [ (~isa(_676{???PC}, actPlayingChess):-performedBy(_676{???PC}, _690{???A}), ~levelOfPhysicalExertion(_690{???A}, _676{???PC}, lowAmountOf)),
  4905. %     (~performedBy(_648{???PC}, _662{???A}):-isa(_648{???PC}, actPlayingChess), ~levelOfPhysicalExertion(_662{???A}, _648{???PC}, lowAmountOf)),
  4906. %     (levelOfPhysicalExertion(_620{???A}, _634{???PC}, lowAmountOf):-isa(_634{???PC}, actPlayingChess), performedBy(_634{???PC}, _620{???A}))
  4907. %   ].
  4908. % preview :-
  4909. %  
  4910. %   [ (performedBy(_640{???PC}, _654{???A}), ~levelOfPhysicalExertion(_654{???A}, _640{???PC}, lowAmountOf), {is_unit(_640{???PC})}-> ~isa(_640{???PC}, actPlayingChess)),
  4911. %     (isa(_612{???PC}, actPlayingChess), ~levelOfPhysicalExertion(_626{???A}, _612{???PC}, lowAmountOf), {is_unit(_626{???A}, _612{???PC})}-> ~performedBy(_612{???PC}, _626{???A})),
  4912. %     (isa(_598{???PC}, actPlayingChess), performedBy(_598{???PC}, _584{???A}), {is_unit(_598{???PC}, _584{???A})}==>levelOfPhysicalExertion(_584{???A}, _598{???PC}, lowAmountOf))
  4913. %   ].
  4914. % conds= =>((name_variable(_622{???PC}, 'PC'), name_variable(_636{???A}, 'A'), name_variable(_594{???PC}, 'PC'), name_variable(_608{???A}, 'A'), name_variable(_580{???PC}, 'PC'), name_variable(_566{???A}, 'A')), [(~isa(_622{???PC}, actPlayingChess)<-performedBy(_622{???PC}, _636{???A}), ~levelOfPhysicalExertion(_636{???A}, _622{???PC}, lowAmountOf), {is_unit(_622{???PC})}),  (~performedBy(_594{???PC}, _608{???A})<-isa(_594{???PC}, actPlayingChess), ~levelOfPhysicalExertion(_608{???A}, _594{???PC}, lowAmountOf), {is_unit(_608{???A}, _594{???PC})}),  (isa(_580{???PC}, actPlayingChess), performedBy(_580{???PC}, _566{???A}), {is_unit(_580{???PC}, _566{???A})}==>levelOfPhysicalExertion(_566{???A}, _580{???PC}, lowAmountOf))]).
  4915.  
  4916.  
  4917. % ~isa(_166{???PC}, actPlayingChess) :-
  4918. %   performedBy(_166{???PC}, _180{???A}),
  4919. %   ~levelOfPhysicalExertion(_180{???A}, _166{???PC}, lowAmountOf).
  4920. % ~performedBy(_130{???PC}, _144{???A}) :-
  4921. %   isa(_130{???PC}, actPlayingChess),
  4922. %   ~levelOfPhysicalExertion(_144{???A}, _130{???PC}, lowAmountOf).
  4923. % levelOfPhysicalExertion(_102{???A}, _116{???PC}, lowAmountOf) :-
  4924. %   isa(_116{???PC}, actPlayingChess),
  4925. %   performedBy(_116{???PC}, _102{???A}).
  4926.  
  4927.  
  4928. % asserted_id(implies(and(performedBy(OFFENSE, OFFENDER), judicialActionType(OFFENSE, CODE, PENALTY)), performedBy(PENALTY, OFFENDER)), a308904(OFFENSE, OFFENDER, CODE, PENALTY)).
  4929. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  4930. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  4931.  kif:-all(_197278,all(_197298,all(_197318,all(_197338,implies(and(performedBy(_197278,_197318),judicialActionType(_197278,_197338,_197298)),performedBy(_197298,_197318))))))
  4932.  pkif:-all(_197224,all(_197244,all(_197264,all(_197284,=>(&(performedBy(_197224,_197264),judicialActionType(_197224,_197284,_197244)),performedBy(_197244,_197264))))))
  4933. % cnf :-
  4934. %   v(performedBy(_170{???PENALTY}, _142{???OFFENDER}),
  4935. %     v(~performedBy(_128{???OFFENSE}, _142{???OFFENDER}),
  4936. %       ~judicialActionType(_128{???OFFENSE}, _156{???CODE}, _170{???PENALTY}))).
  4937.  horn:-[(~performedBy(_198398,_198412):- ~performedBy(_198442,_198412),judicialActionType(_198398,_198464,_198442)),(~judicialActionType(_198502,_198516,_198530):- ~performedBy(_198530,_198560),performedBy(_198502,_198560)),(performedBy(_198598,_198612):-performedBy(_198638,_198612),judicialActionType(_198638,_198660,_198598))]
  4938. % boxlog :-
  4939. %  
  4940. %   [ (~performedBy(_728{???OFFENSE}, _742{???OFFENDER}):- ~performedBy(_756{???PENALTY}, _742{???OFFENDER}), judicialActionType(_728{???OFFENSE}, _770{???CODE}, _756{???PENALTY})),
  4941. %     (~judicialActionType(_672{???OFFENSE}, _686{???CODE}, _700{???PENALTY}):- ~performedBy(_700{???PENALTY}, _714{???OFFENDER}), performedBy(_672{???OFFENSE}, _714{???OFFENDER})),
  4942. %     (performedBy(_784{???PENALTY}, _798{???OFFENDER}):-performedBy(_812{???OFFENSE}, _798{???OFFENDER}), judicialActionType(_812{???OFFENSE}, _826{???CODE}, _784{???PENALTY}))
  4943. %   ].
  4944. % preview :-
  4945. %  
  4946. %   [ ({avoidHeadLoop(performedBy(_720{???PENALTY}, _706{???OFFENDER}), performedBy(_692{???OFFENSE}, _706{???OFFENDER}))}, ~performedBy(_720{???PENALTY}, _706{???OFFENDER}), judicialActionType(_692{???OFFENSE}, _734{???CODE}, _720{???PENALTY}), {is_unit(_706{???OFFENDER}, _692{???OFFENSE})}-> ~performedBy(_692{???OFFENSE}, _706{???OFFENDER})),
  4947. %     (~performedBy(_664{???PENALTY}, _678{???OFFENDER}), performedBy(_636{???OFFENSE}, _678{???OFFENDER}), {is_unit(_664{???PENALTY}, _636{???OFFENSE})}-> ~judicialActionType(_636{???OFFENSE}, _650{???CODE}, _664{???PENALTY})),
  4948. %     (performedBy(_776{???OFFENSE}, _762{???OFFENDER}), judicialActionType(_776{???OFFENSE}, _790{???CODE}, _748{???PENALTY}), {is_unit(_762{???OFFENDER}, _748{???PENALTY})}==>performedBy(_748{???PENALTY}, _762{???OFFENDER}))
  4949. %   ].
  4950. % conds= =>((name_variable(_674{???OFFENSE}, 'OFFENSE'), name_variable(_688{???OFFENDER}, 'OFFENDER'), name_variable(_702{???PENALTY}, 'PENALTY'), name_variable(_716{???CODE}, 'CODE'), name_variable(_618{???OFFENSE}, 'OFFENSE'), name_variable(_632{???CODE}, 'CODE'), name_variable(_646{???PENALTY}, 'PENALTY'), name_variable(_660{???OFFENDER}, 'OFFENDER'), name_variable(_758{???OFFENSE}, 'OFFENSE'), name_variable(_744{???OFFENDER}, 'OFFENDER'), name_variable(_772{???CODE}, 'CODE'), name_variable(_730{???PENALTY}, 'PENALTY')), [(~performedBy(_674{???OFFENSE}, _688{???OFFENDER})<-{avoidHeadLoop(performedBy(_702{???PENALTY}, _688{???OFFENDER}), performedBy(_674{???OFFENSE}, _688{???OFFENDER}))}, ~performedBy(_702{???PENALTY}, _688{???OFFENDER}), judicialActionType(_674{???OFFENSE}, _716{???CODE}, _702{???PENALTY}), {is_unit(_688{???OFFENDER}, _674{???OFFENSE})}),  (~judicialActionType(_618{???OFFENSE}, _632{???CODE}, _646{???PENALTY})<- ~performedBy(_646{???PENALTY}, _660{???OFFENDER}), performedBy(_618{???OFFENSE}, _660{???OFFENDER}), {is_unit(_646{???PENALTY}, _618{???OFFENSE})}),  (performedBy(_758{???OFFENSE}, _744{???OFFENDER}), judicialActionType(_758{???OFFENSE}, _772{???CODE}, _730{???PENALTY}), {is_unit(_744{???OFFENDER}, _730{???PENALTY})}==>performedBy(_730{???PENALTY}, _744{???OFFENDER}))]).
  4951.  
  4952.  
  4953. % ~performedBy(_170{???OFFENSE}, _184{???OFFENDER}) :-
  4954. %   ~performedBy(_198{???PENALTY}, _184{???OFFENDER}),
  4955. %   judicialActionType(_170{???OFFENSE}, _212{???CODE}, _198{???PENALTY}).
  4956. % ~judicialActionType(_102{???OFFENSE}, _116{???CODE}, _130{???PENALTY}) :-
  4957. %   ~performedBy(_130{???PENALTY}, _144{???OFFENDER}),
  4958. %   performedBy(_102{???OFFENSE}, _144{???OFFENDER}).
  4959. % performedBy(_110{???PENALTY}, _124{???OFFENDER}) :-
  4960. %   performedBy(_138{???OFFENSE}, _124{???OFFENDER}),
  4961. %   judicialActionType(_138{???OFFENSE}, _152{???CODE}, _110{???PENALTY}).
  4962.  
  4963.  
  4964. % asserted_id(implies(and(isa(DRIVE, actTransportInvolvingADriver), performedBy(DRIVE, AG)), driverActor(DRIVE, AG)), a308905(DRIVE, AG)).
  4965. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  4966. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  4967.  kif:-all(_197336,all(_197356,implies(and(isa(_197336,actTransportInvolvingADriver),performedBy(_197336,_197356)),driverActor(_197336,_197356))))
  4968.  pkif:-all(_197282,all(_197302,=>(&(isa(_197282,actTransportInvolvingADriver),performedBy(_197282,_197302)),driverActor(_197282,_197302))))
  4969. % cnf :-
  4970. %   v(v(~isa(_126{???DRIVE}, actTransportInvolvingADriver),
  4971. %       ~performedBy(_126{???DRIVE}, _140{???AG})),
  4972. %     driverActor(_126{???DRIVE}, _140{???AG})).
  4973.  horn:-[(~isa(_198166,actTransportInvolvingADriver):-performedBy(_198166,_198192),~driverActor(_198166,_198192)),(~performedBy(_198238,_198252):-isa(_198238,actTransportInvolvingADriver),~driverActor(_198238,_198252)),(driverActor(_198306,_198320):-isa(_198306,actTransportInvolvingADriver),performedBy(_198306,_198320))]
  4974. % boxlog :-
  4975. %  
  4976. %   [ (~isa(_668{???DRIVE}, actTransportInvolvingADriver):-performedBy(_668{???DRIVE}, _682{???AG}), ~driverActor(_668{???DRIVE}, _682{???AG})),
  4977. %     (~performedBy(_640{???DRIVE}, _654{???AG}):-isa(_640{???DRIVE}, actTransportInvolvingADriver), ~driverActor(_640{???DRIVE}, _654{???AG})),
  4978. %     (driverActor(_612{???DRIVE}, _626{???AG}):-isa(_612{???DRIVE}, actTransportInvolvingADriver), performedBy(_612{???DRIVE}, _626{???AG}))
  4979. %   ].
  4980. % preview :-
  4981. %  
  4982. %   [ (performedBy(_632{???DRIVE}, _646{???AG}), ~driverActor(_632{???DRIVE}, _646{???AG}), {is_unit(_632{???DRIVE})}-> ~isa(_632{???DRIVE}, actTransportInvolvingADriver)),
  4983. %     (isa(_604{???DRIVE}, actTransportInvolvingADriver), ~driverActor(_604{???DRIVE}, _618{???AG}), {is_unit(_618{???AG}, _604{???DRIVE})}-> ~performedBy(_604{???DRIVE}, _618{???AG})),
  4984. %     (isa(_576{???DRIVE}, actTransportInvolvingADriver), performedBy(_576{???DRIVE}, _590{???AG}), {is_unit(_590{???AG}, _576{???DRIVE})}==>driverActor(_576{???DRIVE}, _590{???AG}))
  4985. %   ].
  4986. % conds= =>((name_variable(_614{???DRIVE}, 'DRIVE'), name_variable(_628{???AG}, 'AG'), name_variable(_586{???DRIVE}, 'DRIVE'), name_variable(_600{???AG}, 'AG'), name_variable(_558{???DRIVE}, 'DRIVE'), name_variable(_572{???AG}, 'AG')), [(~isa(_614{???DRIVE}, actTransportInvolvingADriver)<-performedBy(_614{???DRIVE}, _628{???AG}), ~driverActor(_614{???DRIVE}, _628{???AG}), {is_unit(_614{???DRIVE})}),  (~performedBy(_586{???DRIVE}, _600{???AG})<-isa(_586{???DRIVE}, actTransportInvolvingADriver), ~driverActor(_586{???DRIVE}, _600{???AG}), {is_unit(_600{???AG}, _586{???DRIVE})}),  (isa(_558{???DRIVE}, actTransportInvolvingADriver), performedBy(_558{???DRIVE}, _572{???AG}), {is_unit(_572{???AG}, _558{???DRIVE})}==>driverActor(_558{???DRIVE}, _572{???AG}))]).
  4987.  
  4988.  
  4989. % ~isa(_166{???DRIVE}, actTransportInvolvingADriver) :-
  4990. %   performedBy(_166{???DRIVE}, _180{???AG}),
  4991. %   ~driverActor(_166{???DRIVE}, _180{???AG}).
  4992. % ~performedBy(_130{???DRIVE}, _144{???AG}) :-
  4993. %   isa(_130{???DRIVE}, actTransportInvolvingADriver),
  4994. %   ~driverActor(_130{???DRIVE}, _144{???AG}).
  4995. % driverActor(_102{???DRIVE}, _116{???AG}) :-
  4996. %   isa(_102{???DRIVE}, actTransportInvolvingADriver),
  4997. %   performedBy(_102{???DRIVE}, _116{???AG}).
  4998.  
  4999.  
  5000. % asserted_id(implies(dedicatedToAgent(AGENT, ACT, DEDEE), performedBy(ACT, AGENT)), a308907(AGENT, ACT, DEDEE)).
  5001. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  5002. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  5003.  kif:-all(_197482,all(_197502,all(_197522,implies(dedicatedToAgent(_197502,_197482,_197522),performedBy(_197482,_197502)))))
  5004.  pkif:-all(_197428,all(_197448,all(_197468,=>(dedicatedToAgent(_197448,_197428,_197468),performedBy(_197428,_197448)))))
  5005. % cnf :-
  5006. %   v(performedBy(_130{???ACT}, _116{???AGENT}),
  5007. %     ~dedicatedToAgent(_116{???AGENT}, _130{???ACT}, _144{???DEDEE})).
  5008.  horn:-[(~dedicatedToAgent(_198050,_198064,_198078):- ~performedBy(_198064,_198050)),(performedBy(_198120,_198134):-dedicatedToAgent(_198134,_198120,_198156))]
  5009. % boxlog :-
  5010. %  
  5011. %   [ (~dedicatedToAgent(_8162{???AGENT}, _8176{???ACT}, _8190{???DEDEE}):- ~performedBy(_8176{???ACT}, _8162{???AGENT})),
  5012. %     (performedBy(_8216{???ACT}, _8230{???AGENT}):-dedicatedToAgent(_8230{???AGENT}, _8216{???ACT}, _8244{???DEDEE}))
  5013. %   ].
  5014. % preview :-
  5015. %  
  5016. %   [ (~performedBy(_572{???ACT}, _558{???AGENT}), {is_unit(_572{???ACT}, _558{???AGENT})}-> ~dedicatedToAgent(_558{???AGENT}, _572{???ACT}, _586{???DEDEE})),
  5017. %     (dedicatedToAgent(_614{???AGENT}, _600{???ACT}, _628{???DEDEE}), {is_unit(_614{???AGENT}, _600{???ACT})}==>performedBy(_600{???ACT}, _614{???AGENT}))
  5018. %   ].
  5019. % conds= =>((name_variable(_540{???AGENT}, 'AGENT'), name_variable(_554{???ACT}, 'ACT'), name_variable(_568{???DEDEE}, 'DEDEE'), name_variable(_596{???AGENT}, 'AGENT'), name_variable(_582{???ACT}, 'ACT'), name_variable(_610{???DEDEE}, 'DEDEE')), [(~dedicatedToAgent(_540{???AGENT}, _554{???ACT}, _568{???DEDEE})<- ~performedBy(_554{???ACT}, _540{???AGENT}), {is_unit(_554{???ACT}, _540{???AGENT})}),  (dedicatedToAgent(_596{???AGENT}, _582{???ACT}, _610{???DEDEE}), {is_unit(_596{???AGENT}, _582{???ACT})}==>performedBy(_582{???ACT}, _596{???AGENT}))]).
  5020.  
  5021.  
  5022. % ~dedicatedToAgent(_112{???AGENT}, _126{???ACT}, _140{???DEDEE}) :-
  5023. %   ~performedBy(_126{???ACT}, _112{???AGENT}).
  5024. % performedBy(_102{???ACT}, _116{???AGENT}) :-
  5025. %   dedicatedToAgent(_116{???AGENT}, _102{???ACT}, _130{???DEDEE}).
  5026.  
  5027.  
  5028. % asserted_id(implies(and(isa(X_2142_2539, mobPerson), performedBy(X, X_2142_2539), isa(X, actSkateboarding)), age(X_2142_2539, uU(vYearsDurationFn, [13, 20]))), a308908(X_2142_2539, X)).
  5029. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  5030. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  5031.  kif:-all(_197674,all(_197694,implies(and(isa(_197674,mobPerson),performedBy(_197694,_197674),isa(_197694,actSkateboarding)),age(_197674,uU(vYearsDurationFn,[13,20])))))
  5032.  pkif:-all(_197624,all(_197644,=>(&(isa(_197624,mobPerson),&(performedBy(_197644,_197624),isa(_197644,actSkateboarding))),age(_197624,uU(vYearsDurationFn,[13,20])))))
  5033. % cnf :-
  5034. %   v(v(~isa(_152{???X_2142_2539}, mobPerson),
  5035. %       v(~performedBy(_166{???X}, _152{???X_2142_2539}),
  5036. %         ~isa(_166{???X}, actSkateboarding))),
  5037. %     age(_152{???X_2142_2539}, uU(vYearsDurationFn, [13, 20]))).
  5038.  horn:-[(~isa(_199282,actSkateboarding):-isa(_199308,mobPerson),performedBy(_199282,_199308),~age(_199308,uU(vYearsDurationFn,[13,20]))),(~isa(_199366,mobPerson):-performedBy(_199392,_199366),isa(_199392,actSkateboarding),~age(_199366,uU(vYearsDurationFn,[13,20]))),(~performedBy(_199450,_199464):-isa(_199464,mobPerson),isa(_199450,actSkateboarding),~age(_199464,uU(vYearsDurationFn,[13,20]))),(age(_199530,uU(vYearsDurationFn,[13,20])):-isa(_199530,mobPerson),performedBy(_199568,_199530),isa(_199568,actSkateboarding))]
  5039. % boxlog :-
  5040. %  
  5041. %   [ (~isa(_756{???X}, actSkateboarding):-isa(_770{???X_2142_2539}, mobPerson), performedBy(_756{???X}, _770{???X_2142_2539}), ~age(_770{???X_2142_2539}, uU(vYearsDurationFn, [13, 20]))),
  5042. %     (~isa(_812{???X_2142_2539}, mobPerson):-performedBy(_826{???X}, _812{???X_2142_2539}), isa(_826{???X}, actSkateboarding), ~age(_812{???X_2142_2539}, uU(vYearsDurationFn, [13, 20]))),
  5043. %     (~performedBy(_784{???X}, _798{???X_2142_2539}):-isa(_798{???X_2142_2539}, mobPerson), isa(_784{???X}, actSkateboarding), ~age(_798{???X_2142_2539}, uU(vYearsDurationFn, [13, 20]))),
  5044. %     (age(_728{???X_2142_2539}, uU(vYearsDurationFn, [13, 20])):-isa(_728{???X_2142_2539}, mobPerson), performedBy(_742{???X}, _728{???X_2142_2539}), isa(_742{???X}, actSkateboarding))
  5045. %   ].
  5046. % preview :-
  5047. %  
  5048. %   [ ({avoidHeadLoop(isa(_734{???X_2142_2539}, mobPerson), isa(_720{???X}, actSkateboarding))}, isa(_734{???X_2142_2539}, mobPerson), performedBy(_720{???X}, _734{???X_2142_2539}), ~age(_734{???X_2142_2539}, uU(vYearsDurationFn, [13, 20])), {is_unit(_720{???X})}-> ~isa(_720{???X}, actSkateboarding)),
  5049. %     (performedBy(_790{???X}, _776{???X_2142_2539}), {avoidHeadLoop(isa(_790{???X}, actSkateboarding), isa(_776{???X_2142_2539}, mobPerson))}, isa(_790{???X}, actSkateboarding), ~age(_776{???X_2142_2539}, uU(vYearsDurationFn, [13, 20])), {is_unit(_776{???X_2142_2539})}-> ~isa(_776{???X_2142_2539}, mobPerson)),
  5050. %     (isa(_762{???X_2142_2539}, mobPerson), isa(_748{???X}, actSkateboarding), ~age(_762{???X_2142_2539}, uU(vYearsDurationFn, [13, 20])), {is_unit(_762{???X_2142_2539}, _748{???X})}==> ~performedBy(_748{???X}, _762{???X_2142_2539})),
  5051. %     (isa(_692{???X_2142_2539}, mobPerson), performedBy(_706{???X}, _692{???X_2142_2539}), isa(_706{???X}, actSkateboarding), {is_unit(_692{???X_2142_2539})}==>age(_692{???X_2142_2539}, uU(vYearsDurationFn, [13, 20])))
  5052. %   ].
  5053. % conds= =>((name_variable(_702{???X}, 'X'), name_variable(_716{???X_2142_2539}, 'X_2142_2539'), name_variable(_758{???X_2142_2539}, 'X_2142_2539'), name_variable(_772{???X}, 'X'), name_variable(_744{???X_2142_2539}, 'X_2142_2539'), name_variable(_730{???X}, 'X'), name_variable(_674{???X_2142_2539}, 'X_2142_2539'), name_variable(_688{???X}, 'X')), [(~isa(_702{???X}, actSkateboarding)<-{avoidHeadLoop(isa(_716{???X_2142_2539}, mobPerson), isa(_702{???X}, actSkateboarding))}, isa(_716{???X_2142_2539}, mobPerson), performedBy(_702{???X}, _716{???X_2142_2539}), ~age(_716{???X_2142_2539}, uU(vYearsDurationFn, [13, 20])), {is_unit(_702{???X})}),  (~isa(_758{???X_2142_2539}, mobPerson)<-performedBy(_772{???X}, _758{???X_2142_2539}), {avoidHeadLoop(isa(_772{???X}, actSkateboarding), isa(_758{???X_2142_2539}, mobPerson))}, isa(_772{???X}, actSkateboarding), ~age(_758{???X_2142_2539}, uU(vYearsDurationFn, [13, 20])), {is_unit(_758{???X_2142_2539})}),  (isa(_744{???X_2142_2539}, mobPerson), isa(_730{???X}, actSkateboarding), ~age(_744{???X_2142_2539}, uU(vYearsDurationFn, [13, 20])), {is_unit(_744{???X_2142_2539}, _730{???X})}==> ~performedBy(_730{???X}, _744{???X_2142_2539})),  (isa(_674{???X_2142_2539}, mobPerson), performedBy(_688{???X}, _674{???X_2142_2539}), isa(_688{???X}, actSkateboarding), {is_unit(_674{???X_2142_2539})}==>age(_674{???X_2142_2539}, uU(vYearsDurationFn, [13, 20])))]).
  5054.  
  5055.  
  5056. % ~isa(_138{???X}, actSkateboarding) :-
  5057. %   isa(_152{???X_2142_2539}, mobPerson),
  5058. %   performedBy(_138{???X}, _152{???X_2142_2539}),
  5059. %   ~age(_152{???X_2142_2539}, uU(vYearsDurationFn, [13, 20])).
  5060. % ~isa(_162{???X_2142_2539}, mobPerson) :-
  5061. %   performedBy(_172{???X}, _158{???X_2142_2539}),
  5062. %   isa(_172{???X}, actSkateboarding),
  5063. %   ~age(_158{???X_2142_2539}, uU(vYearsDurationFn, [13, 20])).
  5064. % ~performedBy(_130{???X}, _144{???X_2142_2539}) :-
  5065. %   isa(_144{???X_2142_2539}, mobPerson),
  5066. %   isa(_130{???X}, actSkateboarding),
  5067. %   ~age(_144{???X_2142_2539}, uU(vYearsDurationFn, [13, 20])).
  5068. % age(_102{???X_2142_2539}, uU(vYearsDurationFn, [13, 20])) :-
  5069. %   isa(_102{???X_2142_2539}, mobPerson),
  5070. %   performedBy(_116{???X}, _102{???X_2142_2539}),
  5071. %   isa(_116{???X}, actSkateboarding).
  5072.  
  5073.  
  5074. % asserted_id(implies(and(isa(SEW, actSewing), performedBy(SEW, PER)), isa(PER, tClazzFemaleHuman)), a308909(SEW, PER)).
  5075. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  5076. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  5077.  kif:-all(_197700,all(_197720,implies(and(isa(_197700,actSewing),performedBy(_197700,_197720)),isa(_197720,tClazzFemaleHuman))))
  5078.  pkif:-all(_197646,all(_197666,=>(&(isa(_197646,actSewing),performedBy(_197646,_197666)),isa(_197666,tClazzFemaleHuman))))
  5079. % cnf :-
  5080. %   v(v(~isa(_126{???SEW}, actSewing),
  5081. %       ~performedBy(_126{???SEW}, _140{???PER})),
  5082. %     isa(_140{???PER}, tClazzFemaleHuman)).
  5083.  horn:-[(~isa(_198530,actSewing):-performedBy(_198530,_198556),~isa(_198556,tClazzFemaleHuman)),(~performedBy(_198602,_198616):-isa(_198602,actSewing),~isa(_198616,tClazzFemaleHuman)),(isa(_198670,tClazzFemaleHuman):-isa(_198696,actSewing),performedBy(_198696,_198670))]
  5084. % boxlog :-
  5085. %  
  5086. %   [ (~isa(_668{???SEW}, actSewing):-performedBy(_668{???SEW}, _682{???PER}), ~isa(_682{???PER}, tClazzFemaleHuman)),
  5087. %     (~performedBy(_640{???SEW}, _654{???PER}):-isa(_640{???SEW}, actSewing), ~isa(_654{???PER}, tClazzFemaleHuman)),
  5088. %     (isa(_612{???PER}, tClazzFemaleHuman):-isa(_626{???SEW}, actSewing), performedBy(_626{???SEW}, _612{???PER}))
  5089. %   ].
  5090. % preview :-
  5091. %  
  5092. %   [ (performedBy(_632{???SEW}, _646{???PER}), {avoidHeadLoop(isa(_646{???PER}, tClazzFemaleHuman), isa(_632{???SEW}, actSewing))}, ~isa(_646{???PER}, tClazzFemaleHuman), {is_unit(_632{???SEW})}-> ~isa(_632{???SEW}, actSewing)),
  5093. %     (isa(_604{???SEW}, actSewing), ~isa(_618{???PER}, tClazzFemaleHuman), {is_unit(_618{???PER}, _604{???SEW})}==> ~performedBy(_604{???SEW}, _618{???PER})),
  5094. %     (isa(_590{???SEW}, actSewing), performedBy(_590{???SEW}, _576{???PER}), {is_unit(_576{???PER})}==>isa(_576{???PER}, tClazzFemaleHuman))
  5095. %   ].
  5096. % conds= =>((name_variable(_614{???SEW}, 'SEW'), name_variable(_628{???PER}, 'PER'), name_variable(_586{???SEW}, 'SEW'), name_variable(_600{???PER}, 'PER'), name_variable(_572{???SEW}, 'SEW'), name_variable(_558{???PER}, 'PER')), [(~isa(_614{???SEW}, actSewing)<-performedBy(_614{???SEW}, _628{???PER}), {avoidHeadLoop(isa(_628{???PER}, tClazzFemaleHuman), isa(_614{???SEW}, actSewing))}, ~isa(_628{???PER}, tClazzFemaleHuman), {is_unit(_614{???SEW})}),  (isa(_586{???SEW}, actSewing), ~isa(_600{???PER}, tClazzFemaleHuman), {is_unit(_600{???PER}, _586{???SEW})}==> ~performedBy(_586{???SEW}, _600{???PER})),  (isa(_572{???SEW}, actSewing), performedBy(_572{???SEW}, _558{???PER}), {is_unit(_558{???PER})}==>isa(_558{???PER}, tClazzFemaleHuman))]).
  5097.  
  5098.  
  5099. % ~isa(_166{???SEW}, actSewing) :-
  5100. %   performedBy(_166{???SEW}, _180{???PER}),
  5101. %   ~isa(_180{???PER}, tClazzFemaleHuman).
  5102. % ~performedBy(_130{???SEW}, _144{???PER}) :-
  5103. %   isa(_130{???SEW}, actSewing),
  5104. %   ~isa(_144{???PER}, tClazzFemaleHuman).
  5105. % isa(_102{???PER}, tClazzFemaleHuman) :-
  5106. %   isa(_116{???SEW}, actSewing),
  5107. %   performedBy(_116{???SEW}, _102{???PER}).
  5108.  
  5109.  
  5110. % asserted_id(implies(and(isa(X_2156_2567, mobPerson), performedBy(X, X_2156_2567), isa(X, actCollectingHobby)), age(X_2156_2567, uU(vYearsDurationFn, [5, 100]))), a308913(X_2156_2567, X)).
  5111. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  5112. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  5113.  kif:-all(_197882,all(_197902,implies(and(isa(_197882,mobPerson),performedBy(_197902,_197882),isa(_197902,actCollectingHobby)),age(_197882,uU(vYearsDurationFn,[5,100])))))
  5114.  pkif:-all(_197832,all(_197852,=>(&(isa(_197832,mobPerson),&(performedBy(_197852,_197832),isa(_197852,actCollectingHobby))),age(_197832,uU(vYearsDurationFn,[5,100])))))
  5115. % cnf :-
  5116. %   v(v(~isa(_152{???X_2156_2567}, mobPerson),
  5117. %       v(~performedBy(_166{???X}, _152{???X_2156_2567}),
  5118. %         ~isa(_166{???X}, actCollectingHobby))),
  5119. %     age(_152{???X_2156_2567}, uU(vYearsDurationFn, [5, 100]))).
  5120.  horn:-[(~isa(_199490,actCollectingHobby):-isa(_199516,mobPerson),performedBy(_199490,_199516),~age(_199516,uU(vYearsDurationFn,[5,100]))),(~isa(_199574,mobPerson):-performedBy(_199600,_199574),isa(_199600,actCollectingHobby),~age(_199574,uU(vYearsDurationFn,[5,100]))),(~performedBy(_199658,_199672):-isa(_199672,mobPerson),isa(_199658,actCollectingHobby),~age(_199672,uU(vYearsDurationFn,[5,100]))),(age(_199738,uU(vYearsDurationFn,[5,100])):-isa(_199738,mobPerson),performedBy(_199776,_199738),isa(_199776,actCollectingHobby))]
  5121. % boxlog :-
  5122. %  
  5123. %   [ (~isa(_756{???X}, actCollectingHobby):-isa(_770{???X_2156_2567}, mobPerson), performedBy(_756{???X}, _770{???X_2156_2567}), ~age(_770{???X_2156_2567}, uU(vYearsDurationFn, [5, 100]))),
  5124. %     (~isa(_812{???X_2156_2567}, mobPerson):-performedBy(_826{???X}, _812{???X_2156_2567}), isa(_826{???X}, actCollectingHobby), ~age(_812{???X_2156_2567}, uU(vYearsDurationFn, [5, 100]))),
  5125. %     (~performedBy(_784{???X}, _798{???X_2156_2567}):-isa(_798{???X_2156_2567}, mobPerson), isa(_784{???X}, actCollectingHobby), ~age(_798{???X_2156_2567}, uU(vYearsDurationFn, [5, 100]))),
  5126. %     (age(_728{???X_2156_2567}, uU(vYearsDurationFn, [5, 100])):-isa(_728{???X_2156_2567}, mobPerson), performedBy(_742{???X}, _728{???X_2156_2567}), isa(_742{???X}, actCollectingHobby))
  5127. %   ].
  5128. % preview :-
  5129. %  
  5130. %   [ ({avoidHeadLoop(isa(_734{???X_2156_2567}, mobPerson), isa(_720{???X}, actCollectingHobby))}, isa(_734{???X_2156_2567}, mobPerson), performedBy(_720{???X}, _734{???X_2156_2567}), ~age(_734{???X_2156_2567}, uU(vYearsDurationFn, [5, 100])), {is_unit(_720{???X})}-> ~isa(_720{???X}, actCollectingHobby)),
  5131. %     (performedBy(_790{???X}, _776{???X_2156_2567}), {avoidHeadLoop(isa(_790{???X}, actCollectingHobby), isa(_776{???X_2156_2567}, mobPerson))}, isa(_790{???X}, actCollectingHobby), ~age(_776{???X_2156_2567}, uU(vYearsDurationFn, [5, 100])), {is_unit(_776{???X_2156_2567})}-> ~isa(_776{???X_2156_2567}, mobPerson)),
  5132. %     (isa(_762{???X_2156_2567}, mobPerson), isa(_748{???X}, actCollectingHobby), ~age(_762{???X_2156_2567}, uU(vYearsDurationFn, [5, 100])), {is_unit(_762{???X_2156_2567}, _748{???X})}==> ~performedBy(_748{???X}, _762{???X_2156_2567})),
  5133. %     (isa(_692{???X_2156_2567}, mobPerson), performedBy(_706{???X}, _692{???X_2156_2567}), isa(_706{???X}, actCollectingHobby), {is_unit(_692{???X_2156_2567})}==>age(_692{???X_2156_2567}, uU(vYearsDurationFn, [5, 100])))
  5134. %   ].
  5135. % conds= =>((name_variable(_702{???X}, 'X'), name_variable(_716{???X_2156_2567}, 'X_2156_2567'), name_variable(_758{???X_2156_2567}, 'X_2156_2567'), name_variable(_772{???X}, 'X'), name_variable(_744{???X_2156_2567}, 'X_2156_2567'), name_variable(_730{???X}, 'X'), name_variable(_674{???X_2156_2567}, 'X_2156_2567'), name_variable(_688{???X}, 'X')), [(~isa(_702{???X}, actCollectingHobby)<-{avoidHeadLoop(isa(_716{???X_2156_2567}, mobPerson), isa(_702{???X}, actCollectingHobby))}, isa(_716{???X_2156_2567}, mobPerson), performedBy(_702{???X}, _716{???X_2156_2567}), ~age(_716{???X_2156_2567}, uU(vYearsDurationFn, [5, 100])), {is_unit(_702{???X})}),  (~isa(_758{???X_2156_2567}, mobPerson)<-performedBy(_772{???X}, _758{???X_2156_2567}), {avoidHeadLoop(isa(_772{???X}, actCollectingHobby), isa(_758{???X_2156_2567}, mobPerson))}, isa(_772{???X}, actCollectingHobby), ~age(_758{???X_2156_2567}, uU(vYearsDurationFn, [5, 100])), {is_unit(_758{???X_2156_2567})}),  (isa(_744{???X_2156_2567}, mobPerson), isa(_730{???X}, actCollectingHobby), ~age(_744{???X_2156_2567}, uU(vYearsDurationFn, [5, 100])), {is_unit(_744{???X_2156_2567}, _730{???X})}==> ~performedBy(_730{???X}, _744{???X_2156_2567})),  (isa(_674{???X_2156_2567}, mobPerson), performedBy(_688{???X}, _674{???X_2156_2567}), isa(_688{???X}, actCollectingHobby), {is_unit(_674{???X_2156_2567})}==>age(_674{???X_2156_2567}, uU(vYearsDurationFn, [5, 100])))]).
  5136.  
  5137.  
  5138. % ~isa(_138{???X}, actCollectingHobby) :-
  5139. %   isa(_152{???X_2156_2567}, mobPerson),
  5140. %   performedBy(_138{???X}, _152{???X_2156_2567}),
  5141. %   ~age(_152{???X_2156_2567}, uU(vYearsDurationFn, [5, 100])).
  5142. % ~isa(_162{???X_2156_2567}, mobPerson) :-
  5143. %   performedBy(_172{???X}, _158{???X_2156_2567}),
  5144. %   isa(_172{???X}, actCollectingHobby),
  5145. %   ~age(_158{???X_2156_2567}, uU(vYearsDurationFn, [5, 100])).
  5146. % ~performedBy(_130{???X}, _144{???X_2156_2567}) :-
  5147. %   isa(_144{???X_2156_2567}, mobPerson),
  5148. %   isa(_130{???X}, actCollectingHobby),
  5149. %   ~age(_144{???X_2156_2567}, uU(vYearsDurationFn, [5, 100])).
  5150. % age(_102{???X_2156_2567}, uU(vYearsDurationFn, [5, 100])) :-
  5151. %   isa(_102{???X_2156_2567}, mobPerson),
  5152. %   performedBy(_116{???X}, _102{???X_2156_2567}),
  5153. %   isa(_116{???X}, actCollectingHobby).
  5154.  
  5155.  
  5156. % asserted_id(implies(and(isa(X_2150_2555, mobPerson), performedBy(X, X_2150_2555), isa(X, actSpelunking)), age(X_2150_2555, uU(vYearsDurationFn, [14, 40]))), a308914(X_2150_2555, X)).
  5157. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  5158. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  5159.  kif:-all(_197986,all(_198006,implies(and(isa(_197986,mobPerson),performedBy(_198006,_197986),isa(_198006,actSpelunking)),age(_197986,uU(vYearsDurationFn,[14,40])))))
  5160.  pkif:-all(_197936,all(_197956,=>(&(isa(_197936,mobPerson),&(performedBy(_197956,_197936),isa(_197956,actSpelunking))),age(_197936,uU(vYearsDurationFn,[14,40])))))
  5161. % cnf :-
  5162. %   v(v(~isa(_152{???X_2150_2555}, mobPerson),
  5163. %       v(~performedBy(_166{???X}, _152{???X_2150_2555}),
  5164. %         ~isa(_166{???X}, actSpelunking))),
  5165. %     age(_152{???X_2150_2555}, uU(vYearsDurationFn, [14, 40]))).
  5166.  horn:-[(~isa(_199594,actSpelunking):-isa(_199620,mobPerson),performedBy(_199594,_199620),~age(_199620,uU(vYearsDurationFn,[14,40]))),(~isa(_199678,mobPerson):-performedBy(_199704,_199678),isa(_199704,actSpelunking),~age(_199678,uU(vYearsDurationFn,[14,40]))),(~performedBy(_199762,_199776):-isa(_199776,mobPerson),isa(_199762,actSpelunking),~age(_199776,uU(vYearsDurationFn,[14,40]))),(age(_199842,uU(vYearsDurationFn,[14,40])):-isa(_199842,mobPerson),performedBy(_199880,_199842),isa(_199880,actSpelunking))]
  5167. % boxlog :-
  5168. %  
  5169. %   [ (~isa(_756{???X}, actSpelunking):-isa(_770{???X_2150_2555}, mobPerson), performedBy(_756{???X}, _770{???X_2150_2555}), ~age(_770{???X_2150_2555}, uU(vYearsDurationFn, [14, 40]))),
  5170. %     (~isa(_812{???X_2150_2555}, mobPerson):-performedBy(_826{???X}, _812{???X_2150_2555}), isa(_826{???X}, actSpelunking), ~age(_812{???X_2150_2555}, uU(vYearsDurationFn, [14, 40]))),
  5171. %     (~performedBy(_784{???X}, _798{???X_2150_2555}):-isa(_798{???X_2150_2555}, mobPerson), isa(_784{???X}, actSpelunking), ~age(_798{???X_2150_2555}, uU(vYearsDurationFn, [14, 40]))),
  5172. %     (age(_728{???X_2150_2555}, uU(vYearsDurationFn, [14, 40])):-isa(_728{???X_2150_2555}, mobPerson), performedBy(_742{???X}, _728{???X_2150_2555}), isa(_742{???X}, actSpelunking))
  5173. %   ].
  5174. % preview :-
  5175. %  
  5176. %   [ ({avoidHeadLoop(isa(_734{???X_2150_2555}, mobPerson), isa(_720{???X}, actSpelunking))}, isa(_734{???X_2150_2555}, mobPerson), performedBy(_720{???X}, _734{???X_2150_2555}), ~age(_734{???X_2150_2555}, uU(vYearsDurationFn, [14, 40])), {is_unit(_720{???X})}-> ~isa(_720{???X}, actSpelunking)),
  5177. %     (performedBy(_790{???X}, _776{???X_2150_2555}), {avoidHeadLoop(isa(_790{???X}, actSpelunking), isa(_776{???X_2150_2555}, mobPerson))}, isa(_790{???X}, actSpelunking), ~age(_776{???X_2150_2555}, uU(vYearsDurationFn, [14, 40])), {is_unit(_776{???X_2150_2555})}-> ~isa(_776{???X_2150_2555}, mobPerson)),
  5178. %     (isa(_762{???X_2150_2555}, mobPerson), isa(_748{???X}, actSpelunking), ~age(_762{???X_2150_2555}, uU(vYearsDurationFn, [14, 40])), {is_unit(_762{???X_2150_2555}, _748{???X})}==> ~performedBy(_748{???X}, _762{???X_2150_2555})),
  5179. %     (isa(_692{???X_2150_2555}, mobPerson), performedBy(_706{???X}, _692{???X_2150_2555}), isa(_706{???X}, actSpelunking), {is_unit(_692{???X_2150_2555})}==>age(_692{???X_2150_2555}, uU(vYearsDurationFn, [14, 40])))
  5180. %   ].
  5181. % conds= =>((name_variable(_702{???X}, 'X'), name_variable(_716{???X_2150_2555}, 'X_2150_2555'), name_variable(_758{???X_2150_2555}, 'X_2150_2555'), name_variable(_772{???X}, 'X'), name_variable(_744{???X_2150_2555}, 'X_2150_2555'), name_variable(_730{???X}, 'X'), name_variable(_674{???X_2150_2555}, 'X_2150_2555'), name_variable(_688{???X}, 'X')), [(~isa(_702{???X}, actSpelunking)<-{avoidHeadLoop(isa(_716{???X_2150_2555}, mobPerson), isa(_702{???X}, actSpelunking))}, isa(_716{???X_2150_2555}, mobPerson), performedBy(_702{???X}, _716{???X_2150_2555}), ~age(_716{???X_2150_2555}, uU(vYearsDurationFn, [14, 40])), {is_unit(_702{???X})}),  (~isa(_758{???X_2150_2555}, mobPerson)<-performedBy(_772{???X}, _758{???X_2150_2555}), {avoidHeadLoop(isa(_772{???X}, actSpelunking), isa(_758{???X_2150_2555}, mobPerson))}, isa(_772{???X}, actSpelunking), ~age(_758{???X_2150_2555}, uU(vYearsDurationFn, [14, 40])), {is_unit(_758{???X_2150_2555})}),  (isa(_744{???X_2150_2555}, mobPerson), isa(_730{???X}, actSpelunking), ~age(_744{???X_2150_2555}, uU(vYearsDurationFn, [14, 40])), {is_unit(_744{???X_2150_2555}, _730{???X})}==> ~performedBy(_730{???X}, _744{???X_2150_2555})),  (isa(_674{???X_2150_2555}, mobPerson), performedBy(_688{???X}, _674{???X_2150_2555}), isa(_688{???X}, actSpelunking), {is_unit(_674{???X_2150_2555})}==>age(_674{???X_2150_2555}, uU(vYearsDurationFn, [14, 40])))]).
  5182.  
  5183.  
  5184. % ~isa(_138{???X}, actSpelunking) :-
  5185. %   isa(_152{???X_2150_2555}, mobPerson),
  5186. %   performedBy(_138{???X}, _152{???X_2150_2555}),
  5187. %   ~age(_152{???X_2150_2555}, uU(vYearsDurationFn, [14, 40])).
  5188. % ~isa(_162{???X_2150_2555}, mobPerson) :-
  5189. %   performedBy(_172{???X}, _158{???X_2150_2555}),
  5190. %   isa(_172{???X}, actSpelunking),
  5191. %   ~age(_158{???X_2150_2555}, uU(vYearsDurationFn, [14, 40])).
  5192. % ~performedBy(_130{???X}, _144{???X_2150_2555}) :-
  5193. %   isa(_144{???X_2150_2555}, mobPerson),
  5194. %   isa(_130{???X}, actSpelunking),
  5195. %   ~age(_144{???X_2150_2555}, uU(vYearsDurationFn, [14, 40])).
  5196. % age(_102{???X_2150_2555}, uU(vYearsDurationFn, [14, 40])) :-
  5197. %   isa(_102{???X_2150_2555}, mobPerson),
  5198. %   performedBy(_116{???X}, _102{???X_2150_2555}),
  5199. %   isa(_116{???X}, actSpelunking).
  5200.  
  5201.  
  5202. % asserted_id(implies(and(physicalActivityLevel(E613229267966, nartR(vHighAmountFn, vtLevelOfPhysicalActivity)), performedBy(E613229267966, A613229267966)), levelOfPhysicalExertion(A613229267966, E613229267966, highAmountOf)), a308916(E613229267966, A613229267966)).
  5203. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  5204. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  5205.  kif:-all(_198036,all(_198056,implies(and(physicalActivityLevel(_198036,nartR(vHighAmountFn,vtLevelOfPhysicalActivity)),performedBy(_198036,_198056)),levelOfPhysicalExertion(_198056,_198036,highAmountOf))))
  5206.  pkif:-all(_197982,all(_198002,=>(&(physicalActivityLevel(_197982,nartR(vHighAmountFn,vtLevelOfPhysicalActivity)),performedBy(_197982,_198002)),levelOfPhysicalExertion(_198002,_197982,highAmountOf))))
  5207. % cnf :-
  5208. %   v(v(~physicalActivityLevel(_134{???E613229267966}, nartR(vHighAmountFn, vtLevelOfPhysicalActivity)),
  5209. %       ~performedBy(_134{???E613229267966}, _148{???A613229267966})),
  5210. %     levelOfPhysicalExertion(_148{???A613229267966},
  5211. %                 _134{???E613229267966},
  5212. %                 highAmountOf)).
  5213.  horn:-[(~performedBy(_198970,_198984):-physicalActivityLevel(_198970,nartR(vHighAmountFn,vtLevelOfPhysicalActivity)),~levelOfPhysicalExertion(_198984,_198970,highAmountOf)),(~physicalActivityLevel(_199044,nartR(vHighAmountFn,vtLevelOfPhysicalActivity)):-performedBy(_199044,_199070),~levelOfPhysicalExertion(_199070,_199044,highAmountOf)),(levelOfPhysicalExertion(_199116,_199130,highAmountOf):-physicalActivityLevel(_199130,nartR(vHighAmountFn,vtLevelOfPhysicalActivity)),performedBy(_199130,_199116))]
  5214. % boxlog :-
  5215. %  
  5216. %   [ (~performedBy(_672{???E613229267966}, _686{???A613229267966}):-physicalActivityLevel(_672{???E613229267966}, nartR(vHighAmountFn, vtLevelOfPhysicalActivity)), ~levelOfPhysicalExertion(_686{???A613229267966}, _672{???E613229267966}, highAmountOf)),
  5217. %     (~physicalActivityLevel(_700{???E613229267966}, nartR(vHighAmountFn, vtLevelOfPhysicalActivity)):-performedBy(_700{???E613229267966}, _714{???A613229267966}), ~levelOfPhysicalExertion(_714{???A613229267966}, _700{???E613229267966}, highAmountOf)),
  5218. %     (levelOfPhysicalExertion(_644{???A613229267966}, _658{???E613229267966}, highAmountOf):-physicalActivityLevel(_658{???E613229267966}, nartR(vHighAmountFn, vtLevelOfPhysicalActivity)), performedBy(_658{???E613229267966}, _644{???A613229267966}))
  5219. %   ].
  5220. % preview :-
  5221. %  
  5222. %   [ (physicalActivityLevel(_636{???E613229267966}, nartR(vHighAmountFn, vtLevelOfPhysicalActivity)), ~levelOfPhysicalExertion(_650{???A613229267966}, _636{???E613229267966}, highAmountOf), {is_unit(_650{???A613229267966}, _636{???E613229267966})}-> ~performedBy(_636{???E613229267966}, _650{???A613229267966})),
  5223. %     (performedBy(_664{???E613229267966}, _678{???A613229267966}), ~levelOfPhysicalExertion(_678{???A613229267966}, _664{???E613229267966}, highAmountOf), {is_unit(_664{???E613229267966})}-> ~physicalActivityLevel(_664{???E613229267966}, nartR(vHighAmountFn, vtLevelOfPhysicalActivity))),
  5224. %     (physicalActivityLevel(_622{???E613229267966}, nartR(vHighAmountFn, vtLevelOfPhysicalActivity)), performedBy(_622{???E613229267966}, _608{???A613229267966}), {is_unit(_622{???E613229267966}, _608{???A613229267966})}==>levelOfPhysicalExertion(_608{???A613229267966}, _622{???E613229267966}, highAmountOf))
  5225. %   ].
  5226. % conds= =>((name_variable(_618{???E613229267966}, 'E613229267966'), name_variable(_632{???A613229267966}, 'A613229267966'), name_variable(_646{???E613229267966}, 'E613229267966'), name_variable(_660{???A613229267966}, 'A613229267966'), name_variable(_604{???E613229267966}, 'E613229267966'), name_variable(_590{???A613229267966}, 'A613229267966')), [(~performedBy(_618{???E613229267966}, _632{???A613229267966})<-physicalActivityLevel(_618{???E613229267966}, nartR(vHighAmountFn, vtLevelOfPhysicalActivity)), ~levelOfPhysicalExertion(_632{???A613229267966}, _618{???E613229267966}, highAmountOf), {is_unit(_632{???A613229267966}, _618{???E613229267966})}),  (~physicalActivityLevel(_646{???E613229267966}, nartR(vHighAmountFn, vtLevelOfPhysicalActivity))<-performedBy(_646{???E613229267966}, _660{???A613229267966}), ~levelOfPhysicalExertion(_660{???A613229267966}, _646{???E613229267966}, highAmountOf), {is_unit(_646{???E613229267966})}),  (physicalActivityLevel(_604{???E613229267966}, nartR(vHighAmountFn, vtLevelOfPhysicalActivity)), performedBy(_604{???E613229267966}, _590{???A613229267966}), {is_unit(_604{???E613229267966}, _590{???A613229267966})}==>levelOfPhysicalExertion(_590{???A613229267966}, _604{???E613229267966}, highAmountOf))]).
  5227.  
  5228.  
  5229. % ~performedBy(_138{???E613229267966}, _152{???A613229267966}) :-
  5230. %   physicalActivityLevel(_138{???E613229267966},
  5231. %                 nartR(vHighAmountFn, vtLevelOfPhysicalActivity)),
  5232. %   ~levelOfPhysicalExertion(_152{???A613229267966}, _138{???E613229267966}, highAmountOf).
  5233. % ~physicalActivityLevel(_134{???E613229267966}, nartR(vHighAmountFn, vtLevelOfPhysicalActivity)) :-
  5234. %   performedBy(_130{???E613229267966}, _144{???A613229267966}),
  5235. %   ~levelOfPhysicalExertion(_144{???A613229267966}, _130{???E613229267966}, highAmountOf).
  5236. % levelOfPhysicalExertion(_102{???A613229267966}, _116{???E613229267966}, highAmountOf) :-
  5237. %   physicalActivityLevel(_116{???E613229267966},
  5238. %                 nartR(vHighAmountFn, vtLevelOfPhysicalActivity)),
  5239. %   performedBy(_116{???E613229267966}, _102{???A613229267966}).
  5240.  
  5241.  
  5242. % asserted_id(implies(and(physicalActivityLevel(E61322926796, nartR(vMediumAmountFn, vtLevelOfPhysicalActivity)), performedBy(E61322926796, A61322926796)), levelOfPhysicalExertion(A61322926796, E61322926796, mediumAmountOf)), a308921(E61322926796, A61322926796)).
  5243. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  5244. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  5245.  kif:-all(_198140,all(_198160,implies(and(physicalActivityLevel(_198140,nartR(vMediumAmountFn,vtLevelOfPhysicalActivity)),performedBy(_198140,_198160)),levelOfPhysicalExertion(_198160,_198140,mediumAmountOf))))
  5246.  pkif:-all(_198086,all(_198106,=>(&(physicalActivityLevel(_198086,nartR(vMediumAmountFn,vtLevelOfPhysicalActivity)),performedBy(_198086,_198106)),levelOfPhysicalExertion(_198106,_198086,mediumAmountOf))))
  5247. % cnf :-
  5248. %   v(v(~physicalActivityLevel(_134{???E61322926796}, nartR(vMediumAmountFn, vtLevelOfPhysicalActivity)),
  5249. %       ~performedBy(_134{???E61322926796}, _148{???A61322926796})),
  5250. %     levelOfPhysicalExertion(_148{???A61322926796},
  5251. %                 _134{???E61322926796},
  5252. %                 mediumAmountOf)).
  5253.  horn:-[(~performedBy(_199074,_199088):-physicalActivityLevel(_199074,nartR(vMediumAmountFn,vtLevelOfPhysicalActivity)),~levelOfPhysicalExertion(_199088,_199074,mediumAmountOf)),(~physicalActivityLevel(_199148,nartR(vMediumAmountFn,vtLevelOfPhysicalActivity)):-performedBy(_199148,_199174),~levelOfPhysicalExertion(_199174,_199148,mediumAmountOf)),(levelOfPhysicalExertion(_199220,_199234,mediumAmountOf):-physicalActivityLevel(_199234,nartR(vMediumAmountFn,vtLevelOfPhysicalActivity)),performedBy(_199234,_199220))]
  5254. % boxlog :-
  5255. %  
  5256. %   [ (~performedBy(_672{???E61322926796}, _686{???A61322926796}):-physicalActivityLevel(_672{???E61322926796}, nartR(vMediumAmountFn, vtLevelOfPhysicalActivity)), ~levelOfPhysicalExertion(_686{???A61322926796}, _672{???E61322926796}, mediumAmountOf)),
  5257. %     (~physicalActivityLevel(_700{???E61322926796}, nartR(vMediumAmountFn, vtLevelOfPhysicalActivity)):-performedBy(_700{???E61322926796}, _714{???A61322926796}), ~levelOfPhysicalExertion(_714{???A61322926796}, _700{???E61322926796}, mediumAmountOf)),
  5258. %     (levelOfPhysicalExertion(_644{???A61322926796}, _658{???E61322926796}, mediumAmountOf):-physicalActivityLevel(_658{???E61322926796}, nartR(vMediumAmountFn, vtLevelOfPhysicalActivity)), performedBy(_658{???E61322926796}, _644{???A61322926796}))
  5259. %   ].
  5260. % preview :-
  5261. %  
  5262. %   [ (physicalActivityLevel(_636{???E61322926796}, nartR(vMediumAmountFn, vtLevelOfPhysicalActivity)), ~levelOfPhysicalExertion(_650{???A61322926796}, _636{???E61322926796}, mediumAmountOf), {is_unit(_650{???A61322926796}, _636{???E61322926796})}-> ~performedBy(_636{???E61322926796}, _650{???A61322926796})),
  5263. %     (performedBy(_664{???E61322926796}, _678{???A61322926796}), ~levelOfPhysicalExertion(_678{???A61322926796}, _664{???E61322926796}, mediumAmountOf), {is_unit(_664{???E61322926796})}-> ~physicalActivityLevel(_664{???E61322926796}, nartR(vMediumAmountFn, vtLevelOfPhysicalActivity))),
  5264. %     (physicalActivityLevel(_622{???E61322926796}, nartR(vMediumAmountFn, vtLevelOfPhysicalActivity)), performedBy(_622{???E61322926796}, _608{???A61322926796}), {is_unit(_622{???E61322926796}, _608{???A61322926796})}==>levelOfPhysicalExertion(_608{???A61322926796}, _622{???E61322926796}, mediumAmountOf))
  5265. %   ].
  5266. % conds= =>((name_variable(_618{???E61322926796}, 'E61322926796'), name_variable(_632{???A61322926796}, 'A61322926796'), name_variable(_646{???E61322926796}, 'E61322926796'), name_variable(_660{???A61322926796}, 'A61322926796'), name_variable(_604{???E61322926796}, 'E61322926796'), name_variable(_590{???A61322926796}, 'A61322926796')), [(~performedBy(_618{???E61322926796}, _632{???A61322926796})<-physicalActivityLevel(_618{???E61322926796}, nartR(vMediumAmountFn, vtLevelOfPhysicalActivity)), ~levelOfPhysicalExertion(_632{???A61322926796}, _618{???E61322926796}, mediumAmountOf), {is_unit(_632{???A61322926796}, _618{???E61322926796})}),  (~physicalActivityLevel(_646{???E61322926796}, nartR(vMediumAmountFn, vtLevelOfPhysicalActivity))<-performedBy(_646{???E61322926796}, _660{???A61322926796}), ~levelOfPhysicalExertion(_660{???A61322926796}, _646{???E61322926796}, mediumAmountOf), {is_unit(_646{???E61322926796})}),  (physicalActivityLevel(_604{???E61322926796}, nartR(vMediumAmountFn, vtLevelOfPhysicalActivity)), performedBy(_604{???E61322926796}, _590{???A61322926796}), {is_unit(_604{???E61322926796}, _590{???A61322926796})}==>levelOfPhysicalExertion(_590{???A61322926796}, _604{???E61322926796}, mediumAmountOf))]).
  5267.  
  5268.  
  5269. % ~performedBy(_138{???E61322926796}, _152{???A61322926796}) :-
  5270. %   physicalActivityLevel(_138{???E61322926796},
  5271. %                 nartR(vMediumAmountFn, vtLevelOfPhysicalActivity)),
  5272. %   ~levelOfPhysicalExertion(_152{???A61322926796}, _138{???E61322926796}, mediumAmountOf).
  5273. % ~physicalActivityLevel(_134{???E61322926796}, nartR(vMediumAmountFn, vtLevelOfPhysicalActivity)) :-
  5274. %   performedBy(_130{???E61322926796}, _144{???A61322926796}),
  5275. %   ~levelOfPhysicalExertion(_144{???A61322926796}, _130{???E61322926796}, mediumAmountOf).
  5276. % levelOfPhysicalExertion(_102{???A61322926796}, _116{???E61322926796}, mediumAmountOf) :-
  5277. %   physicalActivityLevel(_116{???E61322926796},
  5278. %                 nartR(vMediumAmountFn, vtLevelOfPhysicalActivity)),
  5279. %   performedBy(_116{???E61322926796}, _102{???A61322926796}).
  5280.  
  5281.  
  5282. % asserted_id(implies(and(isa(X, actSwimmingGeneric), performedBy(X, Y), isa(Y, mobPerson)), isa(X, actWaterSportActivity)), a308923(X, Y)).
  5283. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  5284. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  5285.  kif:-all(_198244,all(_198264,implies(and(isa(_198244,actSwimmingGeneric),performedBy(_198244,_198264),isa(_198264,mobPerson)),isa(_198244,actWaterSportActivity))))
  5286.  pkif:-all(_198194,all(_198214,=>(&(isa(_198194,actSwimmingGeneric),&(performedBy(_198194,_198214),isa(_198214,mobPerson))),isa(_198194,actWaterSportActivity))))
  5287. % cnf :-
  5288. %   v(v(~isa(_134{???X}, actSwimmingGeneric),
  5289. %       v(~performedBy(_134{???X}, _148{???Y}), ~isa(_148{???Y}, mobPerson))),
  5290. %     isa(_134{???X}, actWaterSportActivity)).
  5291.  horn:-[(~isa(_199546,mobPerson):-isa(_199572,actSwimmingGeneric),performedBy(_199572,_199546),~isa(_199572,actWaterSportActivity)),(~isa(_199630,actSwimmingGeneric):-performedBy(_199630,_199656),isa(_199656,mobPerson),~isa(_199630,actWaterSportActivity)),(~performedBy(_199714,_199728):-isa(_199714,actSwimmingGeneric),isa(_199728,mobPerson),~isa(_199714,actWaterSportActivity)),(isa(_199794,actWaterSportActivity):-isa(_199794,actSwimmingGeneric),performedBy(_199794,_199832),isa(_199832,mobPerson))]
  5292. % boxlog :-
  5293. %  
  5294. %   [ (~isa(_684{???Y}, mobPerson):-isa(_698{???X}, actSwimmingGeneric), performedBy(_698{???X}, _684{???Y}), ~isa(_698{???X}, actWaterSportActivity)),
  5295. %     (~isa(_740{???X}, actSwimmingGeneric):-performedBy(_740{???X}, _754{???Y}), isa(_754{???Y}, mobPerson), ~isa(_740{???X}, actWaterSportActivity)),
  5296. %     (~performedBy(_712{???X}, _726{???Y}):-isa(_712{???X}, actSwimmingGeneric), isa(_726{???Y}, mobPerson), ~isa(_712{???X}, actWaterSportActivity)),
  5297. %     (isa(_656{???X}, actWaterSportActivity):-isa(_656{???X}, actSwimmingGeneric), performedBy(_656{???X}, _670{???Y}), isa(_670{???Y}, mobPerson))
  5298. %   ].
  5299. % preview :-
  5300. %  
  5301. %   [ ({avoidHeadLoop(isa(_662{???X}, actSwimmingGeneric), isa(_648{???Y}, mobPerson))}, isa(_662{???X}, actSwimmingGeneric), performedBy(_662{???X}, _648{???Y}), {avoidHeadLoop(isa(_662{???X}, actWaterSportActivity), isa(_648{???Y}, mobPerson))}, ~isa(_662{???X}, actWaterSportActivity), {is_unit(_648{???Y})}-> ~isa(_648{???Y}, mobPerson)),
  5302. %     (performedBy(_704{???X}, _718{???Y}), {avoidHeadLoop(isa(_718{???Y}, mobPerson), isa(_704{???X}, actSwimmingGeneric))}, isa(_718{???Y}, mobPerson), {avoidHeadLoop(isa(_704{???X}, actWaterSportActivity), isa(_704{???X}, actSwimmingGeneric))}, ~isa(_704{???X}, actWaterSportActivity), {is_unit(_704{???X})}-> ~isa(_704{???X}, actSwimmingGeneric)),
  5303. %     (isa(_676{???X}, actSwimmingGeneric), isa(_690{???Y}, mobPerson), ~isa(_676{???X}, actWaterSportActivity), {is_unit(_690{???Y}, _676{???X})}-> ~performedBy(_676{???X}, _690{???Y})),
  5304. %     (isa(_620{???X}, actSwimmingGeneric), performedBy(_620{???X}, _634{???Y}), isa(_634{???Y}, mobPerson), {is_unit(_620{???X})}==>isa(_620{???X}, actWaterSportActivity))
  5305. %   ].
  5306. % conds= =>((name_variable(_630{???Y}, 'Y'), name_variable(_644{???X}, 'X'), name_variable(_686{???X}, 'X'), name_variable(_700{???Y}, 'Y'), name_variable(_658{???X}, 'X'), name_variable(_672{???Y}, 'Y'), name_variable(_602{???X}, 'X'), name_variable(_616{???Y}, 'Y')), [(~isa(_630{???Y}, mobPerson)<-{avoidHeadLoop(isa(_644{???X}, actSwimmingGeneric), isa(_630{???Y}, mobPerson))}, isa(_644{???X}, actSwimmingGeneric), performedBy(_644{???X}, _630{???Y}), {avoidHeadLoop(isa(_644{???X}, actWaterSportActivity), isa(_630{???Y}, mobPerson))}, ~isa(_644{???X}, actWaterSportActivity), {is_unit(_630{???Y})}),  (~isa(_686{???X}, actSwimmingGeneric)<-performedBy(_686{???X}, _700{???Y}), {avoidHeadLoop(isa(_700{???Y}, mobPerson), isa(_686{???X}, actSwimmingGeneric))}, isa(_700{???Y}, mobPerson), {avoidHeadLoop(isa(_686{???X}, actWaterSportActivity), isa(_686{???X}, actSwimmingGeneric))}, ~isa(_686{???X}, actWaterSportActivity), {is_unit(_686{???X})}),  (~performedBy(_658{???X}, _672{???Y})<-isa(_658{???X}, actSwimmingGeneric), isa(_672{???Y}, mobPerson), ~isa(_658{???X}, actWaterSportActivity), {is_unit(_672{???Y}, _658{???X})}),  (isa(_602{???X}, actSwimmingGeneric), performedBy(_602{???X}, _616{???Y}), isa(_616{???Y}, mobPerson), {is_unit(_602{???X})}==>isa(_602{???X}, actWaterSportActivity))]).
  5307.  
  5308.  
  5309. % ~isa(_138{???Y}, mobPerson) :-
  5310. %   isa(_152{???X}, actSwimmingGeneric),
  5311. %   performedBy(_152{???X}, _138{???Y}),
  5312. %   ~isa(_152{???X}, actWaterSportActivity).
  5313. % ~isa(_162{???X}, actSwimmingGeneric) :-
  5314. %   performedBy(_158{???X}, _172{???Y}),
  5315. %   isa(_172{???Y}, mobPerson),
  5316. %   ~isa(_158{???X}, actWaterSportActivity).
  5317. % ~performedBy(_130{???X}, _144{???Y}) :-
  5318. %   isa(_130{???X}, actSwimmingGeneric),
  5319. %   isa(_144{???Y}, mobPerson),
  5320. %   ~isa(_130{???X}, actWaterSportActivity).
  5321. % isa(_102{???X}, actWaterSportActivity) :-
  5322. %   isa(_102{???X}, actSwimmingGeneric),
  5323. %   performedBy(_102{???X}, _116{???Y}),
  5324. %   isa(_116{???Y}, mobPerson).
  5325.  
  5326.  
  5327. % asserted_id(implies(and(physicalActivityLevel(A, nartR(vHighAmountFn, vtLevelOfPhysicalActivity)), performedBy(A, G011), performedBy(B, G011), physicalActivityLevel(B, nartR(vHighAmountFn, vtLevelOfPhysicalActivity))), or(equals(A, B), temporallyDisjoint(A, B))), a308924(A, G011, B)).
  5328. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  5329. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  5330.  kif:-all(_198516,all(_198536,all(_198556,implies(and(physicalActivityLevel(_198516,nartR(vHighAmountFn,vtLevelOfPhysicalActivity)),performedBy(_198516,_198536),performedBy(_198556,_198536),physicalActivityLevel(_198556,nartR(vHighAmountFn,vtLevelOfPhysicalActivity))),or(equals(_198516,_198556),temporallyDisjoint(_198516,_198556))))))
  5331.  pkif:-all(_198470,all(_198490,all(_198510,=>(&(physicalActivityLevel(_198470,nartR(vHighAmountFn,vtLevelOfPhysicalActivity)),&(performedBy(_198470,_198490),&(performedBy(_198510,_198490),physicalActivityLevel(_198510,nartR(vHighAmountFn,vtLevelOfPhysicalActivity))))),v(equals(_198470,_198510),temporallyDisjoint(_198470,_198510))))))
  5332. % cnf :-
  5333. %   v(v(~physicalActivityLevel(_166{???A}, nartR(vHighAmountFn, vtLevelOfPhysicalActivity)),
  5334. %       v(~performedBy(_166{???A}, _180{???G011}),
  5335. %         v(~performedBy(_194{???B}, _180{???G011}),
  5336. %       ~physicalActivityLevel(_194{???B}, nartR(vHighAmountFn, vtLevelOfPhysicalActivity))))),
  5337. %     v(temporallyDisjoint(_166{???A}, _194{???B}),
  5338. %       equals(_166{???A}, _194{???B}))).
  5339.  horn:-[(~performedBy(_201664,_201678):-physicalActivityLevel(_201704,nartR(vHighAmountFn,vtLevelOfPhysicalActivity)),performedBy(_201704,_201678),physicalActivityLevel(_201664,nartR(vHighAmountFn,vtLevelOfPhysicalActivity)),~temporallyDisjoint(_201704,_201664),~equals(_201704,_201664)),(~performedBy(_201790,_201804):-physicalActivityLevel(_201790,nartR(vHighAmountFn,vtLevelOfPhysicalActivity)),performedBy(_201842,_201804),physicalActivityLevel(_201842,nartR(vHighAmountFn,vtLevelOfPhysicalActivity)),~temporallyDisjoint(_201790,_201842),~equals(_201790,_201842)),(~physicalActivityLevel(_201916,nartR(vHighAmountFn,vtLevelOfPhysicalActivity)):-physicalActivityLevel(_201942,nartR(vHighAmountFn,vtLevelOfPhysicalActivity)),performedBy(_201942,_201968),performedBy(_201916,_201968),~temporallyDisjoint(_201942,_201916),~equals(_201942,_201916)),(~physicalActivityLevel(_202042,nartR(vHighAmountFn,vtLevelOfPhysicalActivity)):-performedBy(_202042,_202068),performedBy(_202094,_202068),physicalActivityLevel(_202094,nartR(vHighAmountFn,vtLevelOfPhysicalActivity)),~temporallyDisjoint(_202042,_202094),~equals(_202042,_202094)),(equals(_202164,_202178):-physicalActivityLevel(_202164,nartR(vHighAmountFn,vtLevelOfPhysicalActivity)),performedBy(_202164,_202216),performedBy(_202178,_202216),physicalActivityLevel(_202178,nartR(vHighAmountFn,vtLevelOfPhysicalActivity)),~temporallyDisjoint(_202164,_202178)),(temporallyDisjoint(_202282,_202296):-physicalActivityLevel(_202282,nartR(vHighAmountFn,vtLevelOfPhysicalActivity)),performedBy(_202282,_202334),performedBy(_202296,_202334),physicalActivityLevel(_202296,nartR(vHighAmountFn,vtLevelOfPhysicalActivity)),~equals(_202282,_202296))]
  5340. % boxlog :-
  5341. %  
  5342. %   [ (~performedBy(_948{???B}, _962{???G011}):-physicalActivityLevel(_976{???A}, nartR(vHighAmountFn, vtLevelOfPhysicalActivity)), performedBy(_976{???A}, _962{???G011}), physicalActivityLevel(_948{???B}, nartR(vHighAmountFn, vtLevelOfPhysicalActivity)), ~temporallyDisjoint(_976{???A}, _948{???B}), ~equals(_976{???A}, _948{???B})),
  5343. %     (~performedBy(_990{???A}, _1004{???G011}):-physicalActivityLevel(_990{???A}, nartR(vHighAmountFn, vtLevelOfPhysicalActivity)), performedBy(_1018{???B}, _1004{???G011}), physicalActivityLevel(_1018{???B}, nartR(vHighAmountFn, vtLevelOfPhysicalActivity)), ~temporallyDisjoint(_990{???A}, _1018{???B}), ~equals(_990{???A}, _1018{???B})),
  5344. %     (~physicalActivityLevel(_906{???B}, nartR(vHighAmountFn, vtLevelOfPhysicalActivity)):-physicalActivityLevel(_920{???A}, nartR(vHighAmountFn, vtLevelOfPhysicalActivity)), performedBy(_920{???A}, _934{???G011}), performedBy(_906{???B}, _934{???G011}), ~temporallyDisjoint(_920{???A}, _906{???B}), ~equals(_920{???A}, _906{???B})),
  5345. %     (~physicalActivityLevel(_1032{???A}, nartR(vHighAmountFn, vtLevelOfPhysicalActivity)):-performedBy(_1032{???A}, _1046{???G011}), performedBy(_1060{???B}, _1046{???G011}), physicalActivityLevel(_1060{???B}, nartR(vHighAmountFn, vtLevelOfPhysicalActivity)), ~temporallyDisjoint(_1032{???A}, _1060{???B}), ~equals(_1032{???A}, _1060{???B})),
  5346. %     (equals(_822{???A}, _836{???B}):-physicalActivityLevel(_822{???A}, nartR(vHighAmountFn, vtLevelOfPhysicalActivity)), performedBy(_822{???A}, _850{???G011}), performedBy(_836{???B}, _850{???G011}), physicalActivityLevel(_836{???B}, nartR(vHighAmountFn, vtLevelOfPhysicalActivity)), ~temporallyDisjoint(_822{???A}, _836{???B})),
  5347. %     (temporallyDisjoint(_864{???A}, _878{???B}):-physicalActivityLevel(_864{???A}, nartR(vHighAmountFn, vtLevelOfPhysicalActivity)), performedBy(_864{???A}, _892{???G011}), performedBy(_878{???B}, _892{???G011}), physicalActivityLevel(_878{???B}, nartR(vHighAmountFn, vtLevelOfPhysicalActivity)), ~equals(_864{???A}, _878{???B}))
  5348. %   ].
  5349. % preview :-
  5350. %  
  5351. %   [ (physicalActivityLevel(_940{???A}, nartR(vHighAmountFn, vtLevelOfPhysicalActivity)), {avoidHeadLoop(performedBy(_940{???A}, _926{???G011}), performedBy(_912{???B}, _926{???G011}))}, performedBy(_940{???A}, _926{???G011}), physicalActivityLevel(_912{???B}, nartR(vHighAmountFn, vtLevelOfPhysicalActivity)), ~temporallyDisjoint(_940{???A}, _912{???B}), {dif:dif(_940{???A}, _912{???B})}, {is_unit(_926{???G011}, _912{???B})}-> ~performedBy(_912{???B}, _926{???G011})),
  5352. %     (physicalActivityLevel(_954{???A}, nartR(vHighAmountFn, vtLevelOfPhysicalActivity)), {avoidHeadLoop(performedBy(_982{???B}, _968{???G011}), performedBy(_954{???A}, _968{???G011}))}, performedBy(_982{???B}, _968{???G011}), physicalActivityLevel(_982{???B}, nartR(vHighAmountFn, vtLevelOfPhysicalActivity)), ~temporallyDisjoint(_954{???A}, _982{???B}), {dif:dif(_954{???A}, _982{???B})}, {is_unit(_968{???G011}, _954{???A})}-> ~performedBy(_954{???A}, _968{???G011})),
  5353. %     ({avoidHeadLoop(physicalActivityLevel(_884{???A}, nartR(vHighAmountFn, vtLevelOfPhysicalActivity)), physicalActivityLevel(_870{???B}, nartR(vHighAmountFn, vtLevelOfPhysicalActivity)))}, physicalActivityLevel(_884{???A}, nartR(vHighAmountFn, vtLevelOfPhysicalActivity)), performedBy(_884{???A}, _898{???G011}), performedBy(_870{???B}, _898{???G011}), ~temporallyDisjoint(_884{???A}, _870{???B}), {dif:dif(_884{???A}, _870{???B})}, {is_unit(_870{???B})}-> ~physicalActivityLevel(_870{???B}, nartR(vHighAmountFn, vtLevelOfPhysicalActivity))),
  5354. %     (performedBy(_996{???A}, _1010{???G011}), performedBy(_1024{???B}, _1010{???G011}), {avoidHeadLoop(physicalActivityLevel(_1024{???B}, nartR(vHighAmountFn, vtLevelOfPhysicalActivity)), physicalActivityLevel(_996{???A}, nartR(vHighAmountFn, vtLevelOfPhysicalActivity)))}, physicalActivityLevel(_1024{???B}, nartR(vHighAmountFn, vtLevelOfPhysicalActivity)), ~temporallyDisjoint(_996{???A}, _1024{???B}), {dif:dif(_996{???A}, _1024{???B})}, {is_unit(_996{???A})}-> ~physicalActivityLevel(_996{???A}, nartR(vHighAmountFn, vtLevelOfPhysicalActivity))),
  5355. %     (physicalActivityLevel(_786{???A}, nartR(vHighAmountFn, vtLevelOfPhysicalActivity)), performedBy(_786{???A}, _814{???G011}), performedBy(_800{???B}, _814{???G011}), physicalActivityLevel(_800{???B}, nartR(vHighAmountFn, vtLevelOfPhysicalActivity)), ~temporallyDisjoint(_786{???A}, _800{???B}), {is_unit(_800{???B}, _786{???A})}==>equals(_786{???A}, _800{???B})),
  5356. %     (physicalActivityLevel(_828{???A}, nartR(vHighAmountFn, vtLevelOfPhysicalActivity)), performedBy(_828{???A}, _856{???G011}), performedBy(_842{???B}, _856{???G011}), physicalActivityLevel(_842{???B}, nartR(vHighAmountFn, vtLevelOfPhysicalActivity)), {dif:dif(_828{???A}, _842{???B})}, {is_unit(_842{???B}, _828{???A})}==>temporallyDisjoint(_828{???A}, _842{???B}))
  5357. %   ].
  5358. % conds= =>((name_variable(_894{???B}, 'B'), name_variable(_908{???G011}, 'G011'), name_variable(_922{???A}, 'A'), name_variable(_936{???A}, 'A'), name_variable(_950{???G011}, 'G011'), name_variable(_964{???B}, 'B'), name_variable(_852{???B}, 'B'), name_variable(_866{???A}, 'A'), name_variable(_880{???G011}, 'G011'), name_variable(_978{???A}, 'A'), name_variable(_992{???G011}, 'G011'), name_variable(_1006{???B}, 'B'), name_variable(_768{???A}, 'A'), name_variable(_796{???G011}, 'G011'), name_variable(_782{???B}, 'B'), name_variable(_810{???A}, 'A'), name_variable(_838{???G011}, 'G011'), name_variable(_824{???B}, 'B')), [(~performedBy(_894{???B}, _908{???G011})<-physicalActivityLevel(_922{???A}, nartR(vHighAmountFn, vtLevelOfPhysicalActivity)), {avoidHeadLoop(performedBy(_922{???A}, _908{???G011}), performedBy(_894{???B}, _908{???G011}))}, performedBy(_922{???A}, _908{???G011}), physicalActivityLevel(_894{???B}, nartR(vHighAmountFn, vtLevelOfPhysicalActivity)), ~temporallyDisjoint(_922{???A}, _894{???B}), {dif:dif(_922{???A}, _894{???B})}, {is_unit(_908{???G011}, _894{???B})}),  (~performedBy(_936{???A}, _950{???G011})<-physicalActivityLevel(_936{???A}, nartR(vHighAmountFn, vtLevelOfPhysicalActivity)), {avoidHeadLoop(performedBy(_964{???B}, _950{???G011}), performedBy(_936{???A}, _950{???G011}))}, performedBy(_964{???B}, _950{???G011}), physicalActivityLevel(_964{???B}, nartR(vHighAmountFn, vtLevelOfPhysicalActivity)), ~temporallyDisjoint(_936{???A}, _964{???B}), {dif:dif(_936{???A}, _964{???B})}, {is_unit(_950{???G011}, _936{???A})}),  (~physicalActivityLevel(_852{???B}, nartR(vHighAmountFn, vtLevelOfPhysicalActivity))<-{avoidHeadLoop(physicalActivityLevel(_866{???A}, nartR(vHighAmountFn, vtLevelOfPhysicalActivity)), physicalActivityLevel(_852{???B}, nartR(vHighAmountFn, vtLevelOfPhysicalActivity)))}, physicalActivityLevel(_866{???A}, nartR(vHighAmountFn, vtLevelOfPhysicalActivity)), performedBy(_866{???A}, _880{???G011}), performedBy(_852{???B}, _880{???G011}), ~temporallyDisjoint(_866{???A}, _852{???B}), {dif:dif(_866{???A}, _852{???B})}, {is_unit(_852{???B})}),  (~physicalActivityLevel(_978{???A}, nartR(vHighAmountFn, vtLevelOfPhysicalActivity))<-performedBy(_978{???A}, _992{???G011}), performedBy(_1006{???B}, _992{???G011}), {avoidHeadLoop(physicalActivityLevel(_1006{???B}, nartR(vHighAmountFn, vtLevelOfPhysicalActivity)), physicalActivityLevel(_978{???A}, nartR(vHighAmountFn, vtLevelOfPhysicalActivity)))}, physicalActivityLevel(_1006{???B}, nartR(vHighAmountFn, vtLevelOfPhysicalActivity)), ~temporallyDisjoint(_978{???A}, _1006{???B}), {dif:dif(_978{???A}, _1006{???B})}, {is_unit(_978{???A})}),  (physicalActivityLevel(_768{???A}, nartR(vHighAmountFn, vtLevelOfPhysicalActivity)), performedBy(_768{???A}, _796{???G011}), performedBy(_782{???B}, _796{???G011}), physicalActivityLevel(_782{???B}, nartR(vHighAmountFn, vtLevelOfPhysicalActivity)), ~temporallyDisjoint(_768{???A}, _782{???B}), {is_unit(_782{???B}, _768{???A})}==>equals(_768{???A}, _782{???B})),  (physicalActivityLevel(_810{???A}, nartR(vHighAmountFn, vtLevelOfPhysicalActivity)), performedBy(_810{???A}, _838{???G011}), performedBy(_824{???B}, _838{???G011}), physicalActivityLevel(_824{???B}, nartR(vHighAmountFn, vtLevelOfPhysicalActivity)), {dif:dif(_810{???A}, _824{???B})}, {is_unit(_824{???B}, _810{???A})}==>temporallyDisjoint(_810{???A}, _824{???B}))]).
  5359.  
  5360.  
  5361. % ~performedBy(_238{???B}, _252{???G011}) :-
  5362. %   physicalActivityLevel(_256{???A},
  5363. %                 nartR(vHighAmountFn, vtLevelOfPhysicalActivity)),
  5364. %   performedBy(_256{???A}, _242{???G011}),
  5365. %   physicalActivityLevel(_228{???B},
  5366. %                 nartR(vHighAmountFn, vtLevelOfPhysicalActivity)),
  5367. %   ~temporallyDisjoint(_256{???A}, _228{???B}),
  5368. %   ~equals(_256{???A}, _228{???B}).
  5369. % ~performedBy(_234{???A}, _248{???G011}) :-
  5370. %   physicalActivityLevel(_234{???A},
  5371. %                 nartR(vHighAmountFn, vtLevelOfPhysicalActivity)),
  5372. %   performedBy(_262{???B}, _248{???G011}),
  5373. %   physicalActivityLevel(_262{???B},
  5374. %                 nartR(vHighAmountFn, vtLevelOfPhysicalActivity)),
  5375. %   ~temporallyDisjoint(_234{???A}, _262{???B}),
  5376. %   ~equals(_234{???A}, _262{???B}).
  5377. % ~physicalActivityLevel(_186{???B}, nartR(vHighAmountFn, vtLevelOfPhysicalActivity)) :-
  5378. %   physicalActivityLevel(_200{???A},
  5379. %                 nartR(vHighAmountFn, vtLevelOfPhysicalActivity)),
  5380. %   performedBy(_200{???A}, _214{???G011}),
  5381. %   performedBy(_186{???B}, _214{???G011}),
  5382. %   ~temporallyDisjoint(_200{???A}, _186{???B}),
  5383. %   ~equals(_200{???A}, _186{???B}).
  5384. % ~physicalActivityLevel(_192{???A}, nartR(vHighAmountFn, vtLevelOfPhysicalActivity)) :-
  5385. %   performedBy(_192{???A}, _206{???G011}),
  5386. %   performedBy(_220{???B}, _206{???G011}),
  5387. %   physicalActivityLevel(_220{???B},
  5388. %                 nartR(vHighAmountFn, vtLevelOfPhysicalActivity)),
  5389. %   ~temporallyDisjoint(_192{???A}, _220{???B}),
  5390. %   ~equals(_192{???A}, _220{???B}).
  5391. % equals(_102{???A}, _116{???B}) :-
  5392. %   physicalActivityLevel(_102{???A},
  5393. %                 nartR(vHighAmountFn, vtLevelOfPhysicalActivity)),
  5394. %   performedBy(_102{???A}, _130{???G011}),
  5395. %   performedBy(_116{???B}, _130{???G011}),
  5396. %   physicalActivityLevel(_116{???B},
  5397. %                 nartR(vHighAmountFn, vtLevelOfPhysicalActivity)),
  5398. %   ~temporallyDisjoint(_102{???A}, _116{???B}).
  5399. % temporallyDisjoint(_108{???A}, _122{???B}) :-
  5400. %   physicalActivityLevel(_108{???A},
  5401. %                 nartR(vHighAmountFn, vtLevelOfPhysicalActivity)),
  5402. %   performedBy(_108{???A}, _136{???G011}),
  5403. %   performedBy(_122{???B}, _136{???G011}),
  5404. %   physicalActivityLevel(_122{???B},
  5405. %                 nartR(vHighAmountFn, vtLevelOfPhysicalActivity)),
  5406. %   ~equals(_108{???A}, _122{???B}).
  5407.  
  5408.  
  5409. % asserted_id(implies(and(isa(U, actHarvestingAPlant), transporter(U, V), isa(V, mobPerson)), performedBy(U, V)), a308928(U, V)).
  5410. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  5411. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  5412.  kif:-all(_198504,all(_198524,implies(and(isa(_198504,actHarvestingAPlant),transporter(_198504,_198524),isa(_198524,mobPerson)),performedBy(_198504,_198524))))
  5413.  pkif:-all(_198454,all(_198474,=>(&(isa(_198454,actHarvestingAPlant),&(transporter(_198454,_198474),isa(_198474,mobPerson))),performedBy(_198454,_198474))))
  5414. % cnf :-
  5415. %   v(v(~isa(_134{???U}, actHarvestingAPlant),
  5416. %       v(~transporter(_134{???U}, _148{???V}), ~isa(_148{???V}, mobPerson))),
  5417. %     performedBy(_134{???U}, _148{???V})).
  5418.  horn:-[(~isa(_199806,mobPerson):-isa(_199832,actHarvestingAPlant),transporter(_199832,_199806),~performedBy(_199832,_199806)),(~isa(_199890,actHarvestingAPlant):-transporter(_199890,_199916),isa(_199916,mobPerson),~performedBy(_199890,_199916)),(~transporter(_199974,_199988):-isa(_199974,actHarvestingAPlant),isa(_199988,mobPerson),~performedBy(_199974,_199988)),(performedBy(_200054,_200068):-isa(_200054,actHarvestingAPlant),transporter(_200054,_200068),isa(_200068,mobPerson))]
  5419. % boxlog :-
  5420. %  
  5421. %   [ (~isa(_684{???V}, mobPerson):-isa(_698{???U}, actHarvestingAPlant), transporter(_698{???U}, _684{???V}), ~performedBy(_698{???U}, _684{???V})),
  5422. %     (~isa(_740{???U}, actHarvestingAPlant):-transporter(_740{???U}, _754{???V}), isa(_754{???V}, mobPerson), ~performedBy(_740{???U}, _754{???V})),
  5423. %     (~transporter(_712{???U}, _726{???V}):-isa(_712{???U}, actHarvestingAPlant), isa(_726{???V}, mobPerson), ~performedBy(_712{???U}, _726{???V})),
  5424. %     (performedBy(_656{???U}, _670{???V}):-isa(_656{???U}, actHarvestingAPlant), transporter(_656{???U}, _670{???V}), isa(_670{???V}, mobPerson))
  5425. %   ].
  5426. % preview :-
  5427. %  
  5428. %   [ ({avoidHeadLoop(isa(_662{???U}, actHarvestingAPlant), isa(_648{???V}, mobPerson))}, isa(_662{???U}, actHarvestingAPlant), transporter(_662{???U}, _648{???V}), ~performedBy(_662{???U}, _648{???V}), {is_unit(_648{???V})}-> ~isa(_648{???V}, mobPerson)),
  5429. %     (transporter(_704{???U}, _718{???V}), {avoidHeadLoop(isa(_718{???V}, mobPerson), isa(_704{???U}, actHarvestingAPlant))}, isa(_718{???V}, mobPerson), ~performedBy(_704{???U}, _718{???V}), {is_unit(_704{???U})}-> ~isa(_704{???U}, actHarvestingAPlant)),
  5430. %     (isa(_676{???U}, actHarvestingAPlant), isa(_690{???V}, mobPerson), ~performedBy(_676{???U}, _690{???V}), {is_unit(_690{???V}, _676{???U})}==> ~transporter(_676{???U}, _690{???V})),
  5431. %     (isa(_620{???U}, actHarvestingAPlant), transporter(_620{???U}, _634{???V}), isa(_634{???V}, mobPerson), {is_unit(_634{???V}, _620{???U})}==>performedBy(_620{???U}, _634{???V}))
  5432. %   ].
  5433. % conds= =>((name_variable(_630{???V}, 'V'), name_variable(_644{???U}, 'U'), name_variable(_686{???U}, 'U'), name_variable(_700{???V}, 'V'), name_variable(_658{???U}, 'U'), name_variable(_672{???V}, 'V'), name_variable(_602{???U}, 'U'), name_variable(_616{???V}, 'V')), [(~isa(_630{???V}, mobPerson)<-{avoidHeadLoop(isa(_644{???U}, actHarvestingAPlant), isa(_630{???V}, mobPerson))}, isa(_644{???U}, actHarvestingAPlant), transporter(_644{???U}, _630{???V}), ~performedBy(_644{???U}, _630{???V}), {is_unit(_630{???V})}),  (~isa(_686{???U}, actHarvestingAPlant)<-transporter(_686{???U}, _700{???V}), {avoidHeadLoop(isa(_700{???V}, mobPerson), isa(_686{???U}, actHarvestingAPlant))}, isa(_700{???V}, mobPerson), ~performedBy(_686{???U}, _700{???V}), {is_unit(_686{???U})}),  (isa(_658{???U}, actHarvestingAPlant), isa(_672{???V}, mobPerson), ~performedBy(_658{???U}, _672{???V}), {is_unit(_672{???V}, _658{???U})}==> ~transporter(_658{???U}, _672{???V})),  (isa(_602{???U}, actHarvestingAPlant), transporter(_602{???U}, _616{???V}), isa(_616{???V}, mobPerson), {is_unit(_616{???V}, _602{???U})}==>performedBy(_602{???U}, _616{???V}))]).
  5434.  
  5435.  
  5436. % ~isa(_138{???V}, mobPerson) :-
  5437. %   isa(_152{???U}, actHarvestingAPlant),
  5438. %   transporter(_152{???U}, _138{???V}),
  5439. %   ~performedBy(_152{???U}, _138{???V}).
  5440. % ~isa(_162{???U}, actHarvestingAPlant) :-
  5441. %   transporter(_158{???U}, _172{???V}),
  5442. %   isa(_172{???V}, mobPerson),
  5443. %   ~performedBy(_158{???U}, _172{???V}).
  5444. % ~transporter(_130{???U}, _144{???V}) :-
  5445. %   isa(_130{???U}, actHarvestingAPlant),
  5446. %   isa(_144{???V}, mobPerson),
  5447. %   ~performedBy(_130{???U}, _144{???V}).
  5448. % performedBy(_102{???U}, _116{???V}) :-
  5449. %   isa(_102{???U}, actHarvestingAPlant),
  5450. %   transporter(_102{???U}, _116{???V}),
  5451. %   isa(_116{???V}, mobPerson).
  5452.  
  5453.  
  5454. % asserted_id(implies(and(isa(X, actSwimmingGeneric), performedBy(X, Y), isa(Y, mobPerson)), isa(X, actRecreationalActivity)), a308929(X, Y)).
  5455. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  5456. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  5457.  kif:-all(_198608,all(_198628,implies(and(isa(_198608,actSwimmingGeneric),performedBy(_198608,_198628),isa(_198628,mobPerson)),isa(_198608,actRecreationalActivity))))
  5458.  pkif:-all(_198558,all(_198578,=>(&(isa(_198558,actSwimmingGeneric),&(performedBy(_198558,_198578),isa(_198578,mobPerson))),isa(_198558,actRecreationalActivity))))
  5459. % cnf :-
  5460. %   v(v(~isa(_134{???X}, actSwimmingGeneric),
  5461. %       v(~performedBy(_134{???X}, _148{???Y}), ~isa(_148{???Y}, mobPerson))),
  5462. %     isa(_134{???X}, actRecreationalActivity)).
  5463.  horn:-[(~isa(_199910,mobPerson):-isa(_199936,actSwimmingGeneric),performedBy(_199936,_199910),~isa(_199936,actRecreationalActivity)),(~isa(_199994,actSwimmingGeneric):-performedBy(_199994,_200020),isa(_200020,mobPerson),~isa(_199994,actRecreationalActivity)),(~performedBy(_200078,_200092):-isa(_200078,actSwimmingGeneric),isa(_200092,mobPerson),~isa(_200078,actRecreationalActivity)),(isa(_200158,actRecreationalActivity):-isa(_200158,actSwimmingGeneric),performedBy(_200158,_200196),isa(_200196,mobPerson))]
  5464. % boxlog :-
  5465. %  
  5466. %   [ (~isa(_684{???Y}, mobPerson):-isa(_698{???X}, actSwimmingGeneric), performedBy(_698{???X}, _684{???Y}), ~isa(_698{???X}, actRecreationalActivity)),
  5467. %     (~isa(_740{???X}, actSwimmingGeneric):-performedBy(_740{???X}, _754{???Y}), isa(_754{???Y}, mobPerson), ~isa(_740{???X}, actRecreationalActivity)),
  5468. %     (~performedBy(_712{???X}, _726{???Y}):-isa(_712{???X}, actSwimmingGeneric), isa(_726{???Y}, mobPerson), ~isa(_712{???X}, actRecreationalActivity)),
  5469. %     (isa(_656{???X}, actRecreationalActivity):-isa(_656{???X}, actSwimmingGeneric), performedBy(_656{???X}, _670{???Y}), isa(_670{???Y}, mobPerson))
  5470. %   ].
  5471. % preview :-
  5472. %  
  5473. %   [ ({avoidHeadLoop(isa(_662{???X}, actSwimmingGeneric), isa(_648{???Y}, mobPerson))}, isa(_662{???X}, actSwimmingGeneric), performedBy(_662{???X}, _648{???Y}), {avoidHeadLoop(isa(_662{???X}, actRecreationalActivity), isa(_648{???Y}, mobPerson))}, ~isa(_662{???X}, actRecreationalActivity), {is_unit(_648{???Y})}-> ~isa(_648{???Y}, mobPerson)),
  5474. %     (performedBy(_704{???X}, _718{???Y}), {avoidHeadLoop(isa(_718{???Y}, mobPerson), isa(_704{???X}, actSwimmingGeneric))}, isa(_718{???Y}, mobPerson), {avoidHeadLoop(isa(_704{???X}, actRecreationalActivity), isa(_704{???X}, actSwimmingGeneric))}, ~isa(_704{???X}, actRecreationalActivity), {is_unit(_704{???X})}-> ~isa(_704{???X}, actSwimmingGeneric)),
  5475. %     (isa(_676{???X}, actSwimmingGeneric), isa(_690{???Y}, mobPerson), ~isa(_676{???X}, actRecreationalActivity), {is_unit(_690{???Y}, _676{???X})}-> ~performedBy(_676{???X}, _690{???Y})),
  5476. %     (isa(_620{???X}, actSwimmingGeneric), performedBy(_620{???X}, _634{???Y}), isa(_634{???Y}, mobPerson), {is_unit(_620{???X})}==>isa(_620{???X}, actRecreationalActivity))
  5477. %   ].
  5478. % conds= =>((name_variable(_630{???Y}, 'Y'), name_variable(_644{???X}, 'X'), name_variable(_686{???X}, 'X'), name_variable(_700{???Y}, 'Y'), name_variable(_658{???X}, 'X'), name_variable(_672{???Y}, 'Y'), name_variable(_602{???X}, 'X'), name_variable(_616{???Y}, 'Y')), [(~isa(_630{???Y}, mobPerson)<-{avoidHeadLoop(isa(_644{???X}, actSwimmingGeneric), isa(_630{???Y}, mobPerson))}, isa(_644{???X}, actSwimmingGeneric), performedBy(_644{???X}, _630{???Y}), {avoidHeadLoop(isa(_644{???X}, actRecreationalActivity), isa(_630{???Y}, mobPerson))}, ~isa(_644{???X}, actRecreationalActivity), {is_unit(_630{???Y})}),  (~isa(_686{???X}, actSwimmingGeneric)<-performedBy(_686{???X}, _700{???Y}), {avoidHeadLoop(isa(_700{???Y}, mobPerson), isa(_686{???X}, actSwimmingGeneric))}, isa(_700{???Y}, mobPerson), {avoidHeadLoop(isa(_686{???X}, actRecreationalActivity), isa(_686{???X}, actSwimmingGeneric))}, ~isa(_686{???X}, actRecreationalActivity), {is_unit(_686{???X})}),  (~performedBy(_658{???X}, _672{???Y})<-isa(_658{???X}, actSwimmingGeneric), isa(_672{???Y}, mobPerson), ~isa(_658{???X}, actRecreationalActivity), {is_unit(_672{???Y}, _658{???X})}),  (isa(_602{???X}, actSwimmingGeneric), performedBy(_602{???X}, _616{???Y}), isa(_616{???Y}, mobPerson), {is_unit(_602{???X})}==>isa(_602{???X}, actRecreationalActivity))]).
  5479.  
  5480.  
  5481. % ~isa(_138{???Y}, mobPerson) :-
  5482. %   isa(_152{???X}, actSwimmingGeneric),
  5483. %   performedBy(_152{???X}, _138{???Y}),
  5484. %   ~isa(_152{???X}, actRecreationalActivity).
  5485. % ~isa(_162{???X}, actSwimmingGeneric) :-
  5486. %   performedBy(_158{???X}, _172{???Y}),
  5487. %   isa(_172{???Y}, mobPerson),
  5488. %   ~isa(_158{???X}, actRecreationalActivity).
  5489. % ~performedBy(_130{???X}, _144{???Y}) :-
  5490. %   isa(_130{???X}, actSwimmingGeneric),
  5491. %   isa(_144{???Y}, mobPerson),
  5492. %   ~isa(_130{???X}, actRecreationalActivity).
  5493. % isa(_102{???X}, actRecreationalActivity) :-
  5494. %   isa(_102{???X}, actSwimmingGeneric),
  5495. %   performedBy(_102{???X}, _116{???Y}),
  5496. %   isa(_116{???Y}, mobPerson).
  5497.  
  5498.  
  5499. % asserted_id(implies(and(physicalActivityLevel(E613229267965, vExtremePhysicalActivityLevel), performedBy(E613229267965, A613229267965)), levelOfPhysicalExertion(A613229267965, E613229267965, veryHighAmountOf)), a308933(E613229267965, A613229267965)).
  5500. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  5501. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  5502.  kif:-all(_198694,all(_198714,implies(and(physicalActivityLevel(_198694,vExtremePhysicalActivityLevel),performedBy(_198694,_198714)),levelOfPhysicalExertion(_198714,_198694,veryHighAmountOf))))
  5503.  pkif:-all(_198640,all(_198660,=>(&(physicalActivityLevel(_198640,vExtremePhysicalActivityLevel),performedBy(_198640,_198660)),levelOfPhysicalExertion(_198660,_198640,veryHighAmountOf))))
  5504. % cnf :-
  5505. %   v(v(~physicalActivityLevel(_128{???E613229267965}, vExtremePhysicalActivityLevel),
  5506. %       ~performedBy(_128{???E613229267965}, _142{???A613229267965})),
  5507. %     levelOfPhysicalExertion(_142{???A613229267965},
  5508. %                 _128{???E613229267965},
  5509. %                 veryHighAmountOf)).
  5510.  horn:-[(~performedBy(_199550,_199564):-physicalActivityLevel(_199550,vExtremePhysicalActivityLevel),~levelOfPhysicalExertion(_199564,_199550,veryHighAmountOf)),(~physicalActivityLevel(_199624,vExtremePhysicalActivityLevel):-performedBy(_199624,_199650),~levelOfPhysicalExertion(_199650,_199624,veryHighAmountOf)),(levelOfPhysicalExertion(_199696,_199710,veryHighAmountOf):-physicalActivityLevel(_199710,vExtremePhysicalActivityLevel),performedBy(_199710,_199696))]
  5511. % boxlog :-
  5512. %  
  5513. %   [ (~performedBy(_648{???E613229267965}, _662{???A613229267965}):-physicalActivityLevel(_648{???E613229267965}, vExtremePhysicalActivityLevel), ~levelOfPhysicalExertion(_662{???A613229267965}, _648{???E613229267965}, veryHighAmountOf)),
  5514. %     (~physicalActivityLevel(_676{???E613229267965}, vExtremePhysicalActivityLevel):-performedBy(_676{???E613229267965}, _690{???A613229267965}), ~levelOfPhysicalExertion(_690{???A613229267965}, _676{???E613229267965}, veryHighAmountOf)),
  5515. %     (levelOfPhysicalExertion(_620{???A613229267965}, _634{???E613229267965}, veryHighAmountOf):-physicalActivityLevel(_634{???E613229267965}, vExtremePhysicalActivityLevel), performedBy(_634{???E613229267965}, _620{???A613229267965}))
  5516. %   ].
  5517. % preview :-
  5518. %  
  5519. %   [ (physicalActivityLevel(_612{???E613229267965}, vExtremePhysicalActivityLevel), ~levelOfPhysicalExertion(_626{???A613229267965}, _612{???E613229267965}, veryHighAmountOf), {is_unit(_626{???A613229267965}, _612{???E613229267965})}-> ~performedBy(_612{???E613229267965}, _626{???A613229267965})),
  5520. %     (performedBy(_640{???E613229267965}, _654{???A613229267965}), ~levelOfPhysicalExertion(_654{???A613229267965}, _640{???E613229267965}, veryHighAmountOf), {is_unit(_640{???E613229267965})}-> ~physicalActivityLevel(_640{???E613229267965}, vExtremePhysicalActivityLevel)),
  5521. %     (physicalActivityLevel(_598{???E613229267965}, vExtremePhysicalActivityLevel), performedBy(_598{???E613229267965}, _584{???A613229267965}), {is_unit(_598{???E613229267965}, _584{???A613229267965})}==>levelOfPhysicalExertion(_584{???A613229267965}, _598{???E613229267965}, veryHighAmountOf))
  5522. %   ].
  5523. % conds= =>((name_variable(_594{???E613229267965}, 'E613229267965'), name_variable(_608{???A613229267965}, 'A613229267965'), name_variable(_622{???E613229267965}, 'E613229267965'), name_variable(_636{???A613229267965}, 'A613229267965'), name_variable(_580{???E613229267965}, 'E613229267965'), name_variable(_566{???A613229267965}, 'A613229267965')), [(~performedBy(_594{???E613229267965}, _608{???A613229267965})<-physicalActivityLevel(_594{???E613229267965}, vExtremePhysicalActivityLevel), ~levelOfPhysicalExertion(_608{???A613229267965}, _594{???E613229267965}, veryHighAmountOf), {is_unit(_608{???A613229267965}, _594{???E613229267965})}),  (~physicalActivityLevel(_622{???E613229267965}, vExtremePhysicalActivityLevel)<-performedBy(_622{???E613229267965}, _636{???A613229267965}), ~levelOfPhysicalExertion(_636{???A613229267965}, _622{???E613229267965}, veryHighAmountOf), {is_unit(_622{???E613229267965})}),  (physicalActivityLevel(_580{???E613229267965}, vExtremePhysicalActivityLevel), performedBy(_580{???E613229267965}, _566{???A613229267965}), {is_unit(_580{???E613229267965}, _566{???A613229267965})}==>levelOfPhysicalExertion(_566{???A613229267965}, _580{???E613229267965}, veryHighAmountOf))]).
  5524.  
  5525.  
  5526. % ~performedBy(_138{???E613229267965}, _152{???A613229267965}) :-
  5527. %   physicalActivityLevel(_138{???E613229267965},
  5528. %                 vExtremePhysicalActivityLevel),
  5529. %   ~levelOfPhysicalExertion(_152{???A613229267965}, _138{???E613229267965}, veryHighAmountOf).
  5530. % ~physicalActivityLevel(_134{???E613229267965}, vExtremePhysicalActivityLevel) :-
  5531. %   performedBy(_130{???E613229267965}, _144{???A613229267965}),
  5532. %   ~levelOfPhysicalExertion(_144{???A613229267965}, _130{???E613229267965}, veryHighAmountOf).
  5533. % levelOfPhysicalExertion(_102{???A613229267965}, _116{???E613229267965}, veryHighAmountOf) :-
  5534. %   physicalActivityLevel(_116{???E613229267965},
  5535. %                 vExtremePhysicalActivityLevel),
  5536. %   performedBy(_116{???E613229267965}, _102{???A613229267965}).
  5537.  
  5538.  
  5539. % asserted_id(implies(and(physicalActivityLevel(E6132292679, nartR(vLowAmountFn, vtLevelOfPhysicalActivity)), performedBy(E6132292679, A6132292679)), levelOfPhysicalExertion(A6132292679, E6132292679, lowAmountOf)), a308938(E6132292679, A6132292679)).
  5540. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  5541. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  5542.  kif:-all(_198816,all(_198836,implies(and(physicalActivityLevel(_198816,nartR(vLowAmountFn,vtLevelOfPhysicalActivity)),performedBy(_198816,_198836)),levelOfPhysicalExertion(_198836,_198816,lowAmountOf))))
  5543.  pkif:-all(_198762,all(_198782,=>(&(physicalActivityLevel(_198762,nartR(vLowAmountFn,vtLevelOfPhysicalActivity)),performedBy(_198762,_198782)),levelOfPhysicalExertion(_198782,_198762,lowAmountOf))))
  5544. % cnf :-
  5545. %   v(v(~physicalActivityLevel(_134{???E6132292679}, nartR(vLowAmountFn, vtLevelOfPhysicalActivity)),
  5546. %       ~performedBy(_134{???E6132292679}, _148{???A6132292679})),
  5547. %     levelOfPhysicalExertion(_148{???A6132292679},
  5548. %                 _134{???E6132292679},
  5549. %                 lowAmountOf)).
  5550.  horn:-[(~performedBy(_199750,_199764):-physicalActivityLevel(_199750,nartR(vLowAmountFn,vtLevelOfPhysicalActivity)),~levelOfPhysicalExertion(_199764,_199750,lowAmountOf)),(~physicalActivityLevel(_199824,nartR(vLowAmountFn,vtLevelOfPhysicalActivity)):-performedBy(_199824,_199850),~levelOfPhysicalExertion(_199850,_199824,lowAmountOf)),(levelOfPhysicalExertion(_199896,_199910,lowAmountOf):-physicalActivityLevel(_199910,nartR(vLowAmountFn,vtLevelOfPhysicalActivity)),performedBy(_199910,_199896))]
  5551. % boxlog :-
  5552. %  
  5553. %   [ (~performedBy(_672{???E6132292679}, _686{???A6132292679}):-physicalActivityLevel(_672{???E6132292679}, nartR(vLowAmountFn, vtLevelOfPhysicalActivity)), ~levelOfPhysicalExertion(_686{???A6132292679}, _672{???E6132292679}, lowAmountOf)),
  5554. %     (~physicalActivityLevel(_700{???E6132292679}, nartR(vLowAmountFn, vtLevelOfPhysicalActivity)):-performedBy(_700{???E6132292679}, _714{???A6132292679}), ~levelOfPhysicalExertion(_714{???A6132292679}, _700{???E6132292679}, lowAmountOf)),
  5555. %     (levelOfPhysicalExertion(_644{???A6132292679}, _658{???E6132292679}, lowAmountOf):-physicalActivityLevel(_658{???E6132292679}, nartR(vLowAmountFn, vtLevelOfPhysicalActivity)), performedBy(_658{???E6132292679}, _644{???A6132292679}))
  5556. %   ].
  5557. % preview :-
  5558. %  
  5559. %   [ (physicalActivityLevel(_636{???E6132292679}, nartR(vLowAmountFn, vtLevelOfPhysicalActivity)), ~levelOfPhysicalExertion(_650{???A6132292679}, _636{???E6132292679}, lowAmountOf), {is_unit(_650{???A6132292679}, _636{???E6132292679})}-> ~performedBy(_636{???E6132292679}, _650{???A6132292679})),
  5560. %     (performedBy(_664{???E6132292679}, _678{???A6132292679}), ~levelOfPhysicalExertion(_678{???A6132292679}, _664{???E6132292679}, lowAmountOf), {is_unit(_664{???E6132292679})}-> ~physicalActivityLevel(_664{???E6132292679}, nartR(vLowAmountFn, vtLevelOfPhysicalActivity))),
  5561. %     (physicalActivityLevel(_622{???E6132292679}, nartR(vLowAmountFn, vtLevelOfPhysicalActivity)), performedBy(_622{???E6132292679}, _608{???A6132292679}), {is_unit(_622{???E6132292679}, _608{???A6132292679})}==>levelOfPhysicalExertion(_608{???A6132292679}, _622{???E6132292679}, lowAmountOf))
  5562. %   ].
  5563. % conds= =>((name_variable(_618{???E6132292679}, 'E6132292679'), name_variable(_632{???A6132292679}, 'A6132292679'), name_variable(_646{???E6132292679}, 'E6132292679'), name_variable(_660{???A6132292679}, 'A6132292679'), name_variable(_604{???E6132292679}, 'E6132292679'), name_variable(_590{???A6132292679}, 'A6132292679')), [(~performedBy(_618{???E6132292679}, _632{???A6132292679})<-physicalActivityLevel(_618{???E6132292679}, nartR(vLowAmountFn, vtLevelOfPhysicalActivity)), ~levelOfPhysicalExertion(_632{???A6132292679}, _618{???E6132292679}, lowAmountOf), {is_unit(_632{???A6132292679}, _618{???E6132292679})}),  (~physicalActivityLevel(_646{???E6132292679}, nartR(vLowAmountFn, vtLevelOfPhysicalActivity))<-performedBy(_646{???E6132292679}, _660{???A6132292679}), ~levelOfPhysicalExertion(_660{???A6132292679}, _646{???E6132292679}, lowAmountOf), {is_unit(_646{???E6132292679})}),  (physicalActivityLevel(_604{???E6132292679}, nartR(vLowAmountFn, vtLevelOfPhysicalActivity)), performedBy(_604{???E6132292679}, _590{???A6132292679}), {is_unit(_604{???E6132292679}, _590{???A6132292679})}==>levelOfPhysicalExertion(_590{???A6132292679}, _604{???E6132292679}, lowAmountOf))]).
  5564.  
  5565.  
  5566. % ~performedBy(_138{???E6132292679}, _152{???A6132292679}) :-
  5567. %   physicalActivityLevel(_138{???E6132292679},
  5568. %                 nartR(vLowAmountFn, vtLevelOfPhysicalActivity)),
  5569. %   ~levelOfPhysicalExertion(_152{???A6132292679}, _138{???E6132292679}, lowAmountOf).
  5570. % ~physicalActivityLevel(_134{???E6132292679}, nartR(vLowAmountFn, vtLevelOfPhysicalActivity)) :-
  5571. %   performedBy(_130{???E6132292679}, _144{???A6132292679}),
  5572. %   ~levelOfPhysicalExertion(_144{???A6132292679}, _130{???E6132292679}, lowAmountOf).
  5573. % levelOfPhysicalExertion(_102{???A6132292679}, _116{???E6132292679}, lowAmountOf) :-
  5574. %   physicalActivityLevel(_116{???E6132292679},
  5575. %                 nartR(vLowAmountFn, vtLevelOfPhysicalActivity)),
  5576. %   performedBy(_116{???E6132292679}, _102{???A6132292679}).
  5577.  
  5578.  
  5579. % asserted_id(implies(and(physicalActivityLevel(E61322926, vUnconsciousPhysicalActivityLevel), performedBy(E61322926, A61322926)), levelOfPhysicalExertion(A61322926, E61322926, veryLowAmountOf)), a308940(E61322926, A61322926)).
  5580. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  5581. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  5582.  kif:-all(_198902,all(_198922,implies(and(physicalActivityLevel(_198902,vUnconsciousPhysicalActivityLevel),performedBy(_198902,_198922)),levelOfPhysicalExertion(_198922,_198902,veryLowAmountOf))))
  5583.  pkif:-all(_198848,all(_198868,=>(&(physicalActivityLevel(_198848,vUnconsciousPhysicalActivityLevel),performedBy(_198848,_198868)),levelOfPhysicalExertion(_198868,_198848,veryLowAmountOf))))
  5584. % cnf :-
  5585. %   v(v(~physicalActivityLevel(_128{???E61322926}, vUnconsciousPhysicalActivityLevel),
  5586. %       ~performedBy(_128{???E61322926}, _142{???A61322926})),
  5587. %     levelOfPhysicalExertion(_142{???A61322926},
  5588. %                 _128{???E61322926},
  5589. %                 veryLowAmountOf)).
  5590.  horn:-[(~performedBy(_199758,_199772):-physicalActivityLevel(_199758,vUnconsciousPhysicalActivityLevel),~levelOfPhysicalExertion(_199772,_199758,veryLowAmountOf)),(~physicalActivityLevel(_199832,vUnconsciousPhysicalActivityLevel):-performedBy(_199832,_199858),~levelOfPhysicalExertion(_199858,_199832,veryLowAmountOf)),(levelOfPhysicalExertion(_199904,_199918,veryLowAmountOf):-physicalActivityLevel(_199918,vUnconsciousPhysicalActivityLevel),performedBy(_199918,_199904))]
  5591. % boxlog :-
  5592. %  
  5593. %   [ (~performedBy(_648{???E61322926}, _662{???A61322926}):-physicalActivityLevel(_648{???E61322926}, vUnconsciousPhysicalActivityLevel), ~levelOfPhysicalExertion(_662{???A61322926}, _648{???E61322926}, veryLowAmountOf)),
  5594. %     (~physicalActivityLevel(_676{???E61322926}, vUnconsciousPhysicalActivityLevel):-performedBy(_676{???E61322926}, _690{???A61322926}), ~levelOfPhysicalExertion(_690{???A61322926}, _676{???E61322926}, veryLowAmountOf)),
  5595. %     (levelOfPhysicalExertion(_620{???A61322926}, _634{???E61322926}, veryLowAmountOf):-physicalActivityLevel(_634{???E61322926}, vUnconsciousPhysicalActivityLevel), performedBy(_634{???E61322926}, _620{???A61322926}))
  5596. %   ].
  5597. % preview :-
  5598. %  
  5599. %   [ (physicalActivityLevel(_612{???E61322926}, vUnconsciousPhysicalActivityLevel), ~levelOfPhysicalExertion(_626{???A61322926}, _612{???E61322926}, veryLowAmountOf), {is_unit(_626{???A61322926}, _612{???E61322926})}-> ~performedBy(_612{???E61322926}, _626{???A61322926})),
  5600. %     (performedBy(_640{???E61322926}, _654{???A61322926}), ~levelOfPhysicalExertion(_654{???A61322926}, _640{???E61322926}, veryLowAmountOf), {is_unit(_640{???E61322926})}-> ~physicalActivityLevel(_640{???E61322926}, vUnconsciousPhysicalActivityLevel)),
  5601. %     (physicalActivityLevel(_598{???E61322926}, vUnconsciousPhysicalActivityLevel), performedBy(_598{???E61322926}, _584{???A61322926}), {is_unit(_598{???E61322926}, _584{???A61322926})}==>levelOfPhysicalExertion(_584{???A61322926}, _598{???E61322926}, veryLowAmountOf))
  5602. %   ].
  5603. % conds= =>((name_variable(_594{???E61322926}, 'E61322926'), name_variable(_608{???A61322926}, 'A61322926'), name_variable(_622{???E61322926}, 'E61322926'), name_variable(_636{???A61322926}, 'A61322926'), name_variable(_580{???E61322926}, 'E61322926'), name_variable(_566{???A61322926}, 'A61322926')), [(~performedBy(_594{???E61322926}, _608{???A61322926})<-physicalActivityLevel(_594{???E61322926}, vUnconsciousPhysicalActivityLevel), ~levelOfPhysicalExertion(_608{???A61322926}, _594{???E61322926}, veryLowAmountOf), {is_unit(_608{???A61322926}, _594{???E61322926})}),  (~physicalActivityLevel(_622{???E61322926}, vUnconsciousPhysicalActivityLevel)<-performedBy(_622{???E61322926}, _636{???A61322926}), ~levelOfPhysicalExertion(_636{???A61322926}, _622{???E61322926}, veryLowAmountOf), {is_unit(_622{???E61322926})}),  (physicalActivityLevel(_580{???E61322926}, vUnconsciousPhysicalActivityLevel), performedBy(_580{???E61322926}, _566{???A61322926}), {is_unit(_580{???E61322926}, _566{???A61322926})}==>levelOfPhysicalExertion(_566{???A61322926}, _580{???E61322926}, veryLowAmountOf))]).
  5604.  
  5605.  
  5606. % ~performedBy(_138{???E61322926}, _152{???A61322926}) :-
  5607. %   physicalActivityLevel(_138{???E61322926},
  5608. %                 vUnconsciousPhysicalActivityLevel),
  5609. %   ~levelOfPhysicalExertion(_152{???A61322926}, _138{???E61322926}, veryLowAmountOf).
  5610. % ~physicalActivityLevel(_134{???E61322926}, vUnconsciousPhysicalActivityLevel) :-
  5611. %   performedBy(_130{???E61322926}, _144{???A61322926}),
  5612. %   ~levelOfPhysicalExertion(_144{???A61322926}, _130{???E61322926}, veryLowAmountOf).
  5613. % levelOfPhysicalExertion(_102{???A61322926}, _116{???E61322926}, veryLowAmountOf) :-
  5614. %   physicalActivityLevel(_116{???E61322926},
  5615. %                 vUnconsciousPhysicalActivityLevel),
  5616. %   performedBy(_116{???E61322926}, _102{???A61322926}).
  5617.  
  5618.  
  5619. % asserted_id(implies(and(isa(I1, actSleeping), performedBy(I1, G011), performedBy(I2, G011)), or(equals(I1, I2), temporallyDisjoint(I1, I2), physicalActivityLevel(I2, vUnconsciousPhysicalActivityLevel))), a308942(I1, G011, I2)).
  5620. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  5621. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  5622.  kif:-all(_199156,all(_199176,all(_199196,implies(and(isa(_199156,actSleeping),performedBy(_199156,_199176),performedBy(_199196,_199176)),or(equals(_199156,_199196),temporallyDisjoint(_199156,_199196),physicalActivityLevel(_199196,vUnconsciousPhysicalActivityLevel))))))
  5623.  pkif:-all(_199110,all(_199130,all(_199150,=>(&(isa(_199110,actSleeping),&(performedBy(_199110,_199130),performedBy(_199150,_199130))),v(equals(_199110,_199150),v(temporallyDisjoint(_199110,_199150),physicalActivityLevel(_199150,vUnconsciousPhysicalActivityLevel)))))))
  5624. % cnf :-
  5625. %   v(v(~isa(_154{???I1}, actSleeping),
  5626. %       v(~performedBy(_154{???I1}, _168{???G011}),
  5627. %         ~performedBy(_182{???I2}, _168{???G011}))),
  5628. %     v(v(temporallyDisjoint(_154{???I1}, _182{???I2}),
  5629. %         physicalActivityLevel(_182{???I2},
  5630. %                   vUnconsciousPhysicalActivityLevel)),
  5631. %       equals(_154{???I1}, _182{???I2}))).
  5632.  horn:-[(~isa(_202064,actSleeping):-performedBy(_202064,_202090),performedBy(_202116,_202090),~temporallyDisjoint(_202064,_202116),~physicalActivityLevel(_202116,vUnconsciousPhysicalActivityLevel),~equals(_202064,_202116)),(~performedBy(_202194,_202208):-isa(_202234,actSleeping),performedBy(_202234,_202208),~temporallyDisjoint(_202234,_202194),~physicalActivityLevel(_202194,vUnconsciousPhysicalActivityLevel),~equals(_202234,_202194)),(~performedBy(_202324,_202338):-isa(_202324,actSleeping),performedBy(_202376,_202338),~temporallyDisjoint(_202324,_202376),~physicalActivityLevel(_202376,vUnconsciousPhysicalActivityLevel),~equals(_202324,_202376)),(equals(_202450,_202464):-isa(_202450,actSleeping),performedBy(_202450,_202502),performedBy(_202464,_202502),~temporallyDisjoint(_202450,_202464),~physicalActivityLevel(_202464,vUnconsciousPhysicalActivityLevel)),(physicalActivityLevel(_202572,vUnconsciousPhysicalActivityLevel):-isa(_202598,actSleeping),performedBy(_202598,_202624),performedBy(_202572,_202624),~temporallyDisjoint(_202598,_202572),~equals(_202598,_202572)),(temporallyDisjoint(_202694,_202708):-isa(_202694,actSleeping),performedBy(_202694,_202746),performedBy(_202708,_202746),~physicalActivityLevel(_202708,vUnconsciousPhysicalActivityLevel),~equals(_202694,_202708))]
  5633. % boxlog :-
  5634. %  
  5635. %   [ (~isa(_980{???I1}, actSleeping):-performedBy(_980{???I1}, _994{???G011}), performedBy(_1008{???I2}, _994{???G011}), ~temporallyDisjoint(_980{???I1}, _1008{???I2}), ~physicalActivityLevel(_1008{???I2}, vUnconsciousPhysicalActivityLevel), ~equals(_980{???I1}, _1008{???I2})),
  5636. %     (~performedBy(_896{???I2}, _910{???G011}):-isa(_924{???I1}, actSleeping), performedBy(_924{???I1}, _910{???G011}), ~temporallyDisjoint(_924{???I1}, _896{???I2}), ~physicalActivityLevel(_896{???I2}, vUnconsciousPhysicalActivityLevel), ~equals(_924{???I1}, _896{???I2})),
  5637. %     (~performedBy(_938{???I1}, _952{???G011}):-isa(_938{???I1}, actSleeping), performedBy(_966{???I2}, _952{???G011}), ~temporallyDisjoint(_938{???I1}, _966{???I2}), ~physicalActivityLevel(_966{???I2}, vUnconsciousPhysicalActivityLevel), ~equals(_938{???I1}, _966{???I2})),
  5638. %     (equals(_770{???I1}, _784{???I2}):-isa(_770{???I1}, actSleeping), performedBy(_770{???I1}, _798{???G011}), performedBy(_784{???I2}, _798{???G011}), ~temporallyDisjoint(_770{???I1}, _784{???I2}), ~physicalActivityLevel(_784{???I2}, vUnconsciousPhysicalActivityLevel)),
  5639. %     (physicalActivityLevel(_812{???I2}, vUnconsciousPhysicalActivityLevel):-isa(_826{???I1}, actSleeping), performedBy(_826{???I1}, _840{???G011}), performedBy(_812{???I2}, _840{???G011}), ~temporallyDisjoint(_826{???I1}, _812{???I2}), ~equals(_826{???I1}, _812{???I2})),
  5640. %     (temporallyDisjoint(_854{???I1}, _868{???I2}):-isa(_854{???I1}, actSleeping), performedBy(_854{???I1}, _882{???G011}), performedBy(_868{???I2}, _882{???G011}), ~physicalActivityLevel(_868{???I2}, vUnconsciousPhysicalActivityLevel), ~equals(_854{???I1}, _868{???I2}))
  5641. %   ].
  5642. % preview :-
  5643. %  
  5644. %   [ (performedBy(_944{???I1}, _958{???G011}), performedBy(_972{???I2}, _958{???G011}), ~temporallyDisjoint(_944{???I1}, _972{???I2}), ~physicalActivityLevel(_972{???I2}, vUnconsciousPhysicalActivityLevel), {dif:dif(_944{???I1}, _972{???I2})}, {is_unit(_944{???I1})}-> ~isa(_944{???I1}, actSleeping)),
  5645. %     (isa(_888{???I1}, actSleeping), {avoidHeadLoop(performedBy(_888{???I1}, _874{???G011}), performedBy(_860{???I2}, _874{???G011}))}, performedBy(_888{???I1}, _874{???G011}), ~temporallyDisjoint(_888{???I1}, _860{???I2}), ~physicalActivityLevel(_860{???I2}, vUnconsciousPhysicalActivityLevel), {dif:dif(_888{???I1}, _860{???I2})}, {is_unit(_874{???G011}, _860{???I2})}-> ~performedBy(_860{???I2}, _874{???G011})),
  5646. %     (isa(_902{???I1}, actSleeping), {avoidHeadLoop(performedBy(_930{???I2}, _916{???G011}), performedBy(_902{???I1}, _916{???G011}))}, performedBy(_930{???I2}, _916{???G011}), ~temporallyDisjoint(_902{???I1}, _930{???I2}), ~physicalActivityLevel(_930{???I2}, vUnconsciousPhysicalActivityLevel), {dif:dif(_902{???I1}, _930{???I2})}, {is_unit(_916{???G011}, _902{???I1})}-> ~performedBy(_902{???I1}, _916{???G011})),
  5647. %     (isa(_734{???I1}, actSleeping), performedBy(_734{???I1}, _762{???G011}), performedBy(_748{???I2}, _762{???G011}), ~temporallyDisjoint(_734{???I1}, _748{???I2}), ~physicalActivityLevel(_748{???I2}, vUnconsciousPhysicalActivityLevel), {is_unit(_748{???I2}, _734{???I1})}==>equals(_734{???I1}, _748{???I2})),
  5648. %     (isa(_790{???I1}, actSleeping), performedBy(_790{???I1}, _804{???G011}), performedBy(_776{???I2}, _804{???G011}), ~temporallyDisjoint(_790{???I1}, _776{???I2}), {dif:dif(_790{???I1}, _776{???I2})}, {is_unit(_776{???I2})}==>physicalActivityLevel(_776{???I2}, vUnconsciousPhysicalActivityLevel)),
  5649. %     (isa(_818{???I1}, actSleeping), performedBy(_818{???I1}, _846{???G011}), performedBy(_832{???I2}, _846{???G011}), ~physicalActivityLevel(_832{???I2}, vUnconsciousPhysicalActivityLevel), {dif:dif(_818{???I1}, _832{???I2})}, {is_unit(_832{???I2}, _818{???I1})}==>temporallyDisjoint(_818{???I1}, _832{???I2}))
  5650. %   ].
  5651. % conds= =>((name_variable(_926{???I1}, 'I1'), name_variable(_940{???G011}, 'G011'), name_variable(_954{???I2}, 'I2'), name_variable(_842{???I2}, 'I2'), name_variable(_856{???G011}, 'G011'), name_variable(_870{???I1}, 'I1'), name_variable(_884{???I1}, 'I1'), name_variable(_898{???G011}, 'G011'), name_variable(_912{???I2}, 'I2'), name_variable(_716{???I1}, 'I1'), name_variable(_744{???G011}, 'G011'), name_variable(_730{???I2}, 'I2'), name_variable(_772{???I1}, 'I1'), name_variable(_786{???G011}, 'G011'), name_variable(_758{???I2}, 'I2'), name_variable(_800{???I1}, 'I1'), name_variable(_828{???G011}, 'G011'), name_variable(_814{???I2}, 'I2')), [(~isa(_926{???I1}, actSleeping)<-performedBy(_926{???I1}, _940{???G011}), performedBy(_954{???I2}, _940{???G011}), ~temporallyDisjoint(_926{???I1}, _954{???I2}), ~physicalActivityLevel(_954{???I2}, vUnconsciousPhysicalActivityLevel), {dif:dif(_926{???I1}, _954{???I2})}, {is_unit(_926{???I1})}),  (~performedBy(_842{???I2}, _856{???G011})<-isa(_870{???I1}, actSleeping), {avoidHeadLoop(performedBy(_870{???I1}, _856{???G011}), performedBy(_842{???I2}, _856{???G011}))}, performedBy(_870{???I1}, _856{???G011}), ~temporallyDisjoint(_870{???I1}, _842{???I2}), ~physicalActivityLevel(_842{???I2}, vUnconsciousPhysicalActivityLevel), {dif:dif(_870{???I1}, _842{???I2})}, {is_unit(_856{???G011}, _842{???I2})}),  (~performedBy(_884{???I1}, _898{???G011})<-isa(_884{???I1}, actSleeping), {avoidHeadLoop(performedBy(_912{???I2}, _898{???G011}), performedBy(_884{???I1}, _898{???G011}))}, performedBy(_912{???I2}, _898{???G011}), ~temporallyDisjoint(_884{???I1}, _912{???I2}), ~physicalActivityLevel(_912{???I2}, vUnconsciousPhysicalActivityLevel), {dif:dif(_884{???I1}, _912{???I2})}, {is_unit(_898{???G011}, _884{???I1})}),  (isa(_716{???I1}, actSleeping), performedBy(_716{???I1}, _744{???G011}), performedBy(_730{???I2}, _744{???G011}), ~temporallyDisjoint(_716{???I1}, _730{???I2}), ~physicalActivityLevel(_730{???I2}, vUnconsciousPhysicalActivityLevel), {is_unit(_730{???I2}, _716{???I1})}==>equals(_716{???I1}, _730{???I2})),  (isa(_772{???I1}, actSleeping), performedBy(_772{???I1}, _786{???G011}), performedBy(_758{???I2}, _786{???G011}), ~temporallyDisjoint(_772{???I1}, _758{???I2}), {dif:dif(_772{???I1}, _758{???I2})}, {is_unit(_758{???I2})}==>physicalActivityLevel(_758{???I2}, vUnconsciousPhysicalActivityLevel)),  (isa(_800{???I1}, actSleeping), performedBy(_800{???I1}, _828{???G011}), performedBy(_814{???I2}, _828{???G011}), ~physicalActivityLevel(_814{???I2}, vUnconsciousPhysicalActivityLevel), {dif:dif(_800{???I1}, _814{???I2})}, {is_unit(_814{???I2}, _800{???I1})}==>temporallyDisjoint(_800{???I1}, _814{???I2}))]).
  5652.  
  5653.  
  5654. % ~isa(_322{???I1}, actSleeping) :-
  5655. %   performedBy(_312{???I1}, _326{???G011}),
  5656. %   performedBy(_340{???I2}, _326{???G011}),
  5657. %   ~temporallyDisjoint(_312{???I1}, _340{???I2}),
  5658. %   ~physicalActivityLevel(_340{???I2}, vUnconsciousPhysicalActivityLevel),
  5659. %   ~equals(_312{???I1}, _340{???I2}).
  5660. % ~performedBy(_228{???I2}, _242{???G011}) :-
  5661. %   isa(_256{???I1}, actSleeping),
  5662. %   performedBy(_256{???I1}, _242{???G011}),
  5663. %   ~temporallyDisjoint(_256{???I1}, _228{???I2}),
  5664. %   ~physicalActivityLevel(_228{???I2}, vUnconsciousPhysicalActivityLevel),
  5665. %   ~equals(_256{???I1}, _228{???I2}).
  5666. % ~performedBy(_234{???I1}, _248{???G011}) :-
  5667. %   isa(_234{???I1}, actSleeping),
  5668. %   performedBy(_262{???I2}, _248{???G011}),
  5669. %   ~temporallyDisjoint(_234{???I1}, _262{???I2}),
  5670. %   ~physicalActivityLevel(_262{???I2}, vUnconsciousPhysicalActivityLevel),
  5671. %   ~equals(_234{???I1}, _262{???I2}).
  5672. % equals(_102{???I1}, _116{???I2}) :-
  5673. %   isa(_102{???I1}, actSleeping),
  5674. %   performedBy(_102{???I1}, _130{???G011}),
  5675. %   performedBy(_116{???I2}, _130{???G011}),
  5676. %   ~temporallyDisjoint(_102{???I1}, _116{???I2}),
  5677. %   ~physicalActivityLevel(_116{???I2}, vUnconsciousPhysicalActivityLevel).
  5678. % physicalActivityLevel(_108{???I2}, vUnconsciousPhysicalActivityLevel) :-
  5679. %   isa(_122{???I1}, actSleeping),
  5680. %   performedBy(_122{???I1}, _136{???G011}),
  5681. %   performedBy(_108{???I2}, _136{???G011}),
  5682. %   ~temporallyDisjoint(_122{???I1}, _108{???I2}),
  5683. %   ~equals(_122{???I1}, _108{???I2}).
  5684. % temporallyDisjoint(_108{???I1}, _122{???I2}) :-
  5685. %   isa(_108{???I1}, actSleeping),
  5686. %   performedBy(_108{???I1}, _136{???G011}),
  5687. %   performedBy(_122{???I2}, _136{???G011}),
  5688. %   ~physicalActivityLevel(_122{???I2}, vUnconsciousPhysicalActivityLevel),
  5689. %   ~equals(_108{???I1}, _122{???I2}).
  5690.  
  5691.  
  5692. % asserted_id(implies(and(performedBy(ACT, AGT), isa(ACT, actRecreationalActivity)), or(isa(AGT, tGroupedGroup), isa(AGT, mobPerson))), a308943(ACT, AGT)).
  5693. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  5694. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  5695.  kif:-all(_199192,all(_199212,implies(and(performedBy(_199192,_199212),isa(_199192,actRecreationalActivity)),or(isa(_199212,tGroupedGroup),isa(_199212,mobPerson)))))
  5696.  pkif:-all(_199138,all(_199158,=>(&(performedBy(_199138,_199158),isa(_199138,actRecreationalActivity)),v(isa(_199158,tGroupedGroup),isa(_199158,mobPerson)))))
  5697. % cnf :-
  5698. %   v(v(~performedBy(_138{???ACT}, _152{???AGT}),
  5699. %       ~isa(_138{???ACT}, actRecreationalActivity)),
  5700. %     v(isa(_152{???AGT}, tGroupedGroup), isa(_152{???AGT}, mobPerson))).
  5701.  horn:-[(~isa(_200518,actRecreationalActivity):-performedBy(_200518,_200544),~isa(_200544,tGroupedGroup),~isa(_200544,mobPerson)),(~performedBy(_200606,_200620):-isa(_200606,actRecreationalActivity),~isa(_200620,tGroupedGroup),~isa(_200620,mobPerson)),(isa(_200690,mobPerson):-performedBy(_200716,_200690),isa(_200716,actRecreationalActivity),~isa(_200690,tGroupedGroup)),(isa(_200770,tGroupedGroup):-performedBy(_200796,_200770),isa(_200796,actRecreationalActivity),~isa(_200770,mobPerson))]
  5702. % boxlog :-
  5703. %  
  5704. %   [ (~isa(_716{???ACT}, actRecreationalActivity):-performedBy(_716{???ACT}, _730{???AGT}), ~isa(_730{???AGT}, tGroupedGroup), ~isa(_730{???AGT}, mobPerson)),
  5705. %     (~performedBy(_744{???ACT}, _758{???AGT}):-isa(_744{???ACT}, actRecreationalActivity), ~isa(_758{???AGT}, tGroupedGroup), ~isa(_758{???AGT}, mobPerson)),
  5706. %     (isa(_660{???AGT}, mobPerson):-performedBy(_674{???ACT}, _660{???AGT}), isa(_674{???ACT}, actRecreationalActivity), ~isa(_660{???AGT}, tGroupedGroup)),
  5707. %     (isa(_688{???AGT}, tGroupedGroup):-performedBy(_702{???ACT}, _688{???AGT}), isa(_702{???ACT}, actRecreationalActivity), ~isa(_688{???AGT}, mobPerson))
  5708. %   ].
  5709. % preview :-
  5710. %  
  5711. %   [ (performedBy(_680{???ACT}, _694{???AGT}), {avoidHeadLoop(isa(_694{???AGT}, tGroupedGroup), isa(_680{???ACT}, actRecreationalActivity))}, ~isa(_694{???AGT}, tGroupedGroup), {avoidHeadLoop(isa(_694{???AGT}, mobPerson), isa(_680{???ACT}, actRecreationalActivity))}, ~isa(_694{???AGT}, mobPerson), {is_unit(_680{???ACT})}-> ~isa(_680{???ACT}, actRecreationalActivity)),
  5712. %     (isa(_708{???ACT}, actRecreationalActivity), ~isa(_722{???AGT}, tGroupedGroup), ~isa(_722{???AGT}, mobPerson), {is_unit(_722{???AGT}, _708{???ACT})}==> ~performedBy(_708{???ACT}, _722{???AGT})),
  5713. %     (performedBy(_638{???ACT}, _624{???AGT}), isa(_638{???ACT}, actRecreationalActivity), ~isa(_624{???AGT}, tGroupedGroup), {is_unit(_624{???AGT})}==>isa(_624{???AGT}, mobPerson)),
  5714. %     (performedBy(_666{???ACT}, _652{???AGT}), isa(_666{???ACT}, actRecreationalActivity), ~isa(_652{???AGT}, mobPerson), {is_unit(_652{???AGT})}==>isa(_652{???AGT}, tGroupedGroup))
  5715. %   ].
  5716. % conds= =>((name_variable(_662{???ACT}, 'ACT'), name_variable(_676{???AGT}, 'AGT'), name_variable(_690{???ACT}, 'ACT'), name_variable(_704{???AGT}, 'AGT'), name_variable(_620{???ACT}, 'ACT'), name_variable(_606{???AGT}, 'AGT'), name_variable(_648{???ACT}, 'ACT'), name_variable(_634{???AGT}, 'AGT')), [(~isa(_662{???ACT}, actRecreationalActivity)<-performedBy(_662{???ACT}, _676{???AGT}), {avoidHeadLoop(isa(_676{???AGT}, tGroupedGroup), isa(_662{???ACT}, actRecreationalActivity))}, ~isa(_676{???AGT}, tGroupedGroup), {avoidHeadLoop(isa(_676{???AGT}, mobPerson), isa(_662{???ACT}, actRecreationalActivity))}, ~isa(_676{???AGT}, mobPerson), {is_unit(_662{???ACT})}),  (isa(_690{???ACT}, actRecreationalActivity), ~isa(_704{???AGT}, tGroupedGroup), ~isa(_704{???AGT}, mobPerson), {is_unit(_704{???AGT}, _690{???ACT})}==> ~performedBy(_690{???ACT}, _704{???AGT})),  (performedBy(_620{???ACT}, _606{???AGT}), isa(_620{???ACT}, actRecreationalActivity), ~isa(_606{???AGT}, tGroupedGroup), {is_unit(_606{???AGT})}==>isa(_606{???AGT}, mobPerson)),  (performedBy(_648{???ACT}, _634{???AGT}), isa(_648{???ACT}, actRecreationalActivity), ~isa(_634{???AGT}, mobPerson), {is_unit(_634{???AGT})}==>isa(_634{???AGT}, tGroupedGroup))]).
  5717.  
  5718.  
  5719. % ~isa(_166{???ACT}, actRecreationalActivity) :-
  5720. %   performedBy(_166{???ACT}, _180{???AGT}),
  5721. %   ~isa(_180{???AGT}, tGroupedGroup),
  5722. %   ~isa(_180{???AGT}, mobPerson).
  5723. % ~performedBy(_162{???ACT}, _176{???AGT}) :-
  5724. %   isa(_158{???ACT}, actRecreationalActivity),
  5725. %   ~isa(_172{???AGT}, tGroupedGroup),
  5726. %   ~isa(_172{???AGT}, mobPerson).
  5727. % isa(_102{???AGT}, mobPerson) :-
  5728. %   performedBy(_116{???ACT}, _102{???AGT}),
  5729. %   isa(_116{???ACT}, actRecreationalActivity),
  5730. %   ~isa(_102{???AGT}, tGroupedGroup).
  5731. % isa(_106{???AGT}, tGroupedGroup) :-
  5732. %   performedBy(_120{???ACT}, _106{???AGT}),
  5733. %   isa(_120{???ACT}, actRecreationalActivity),
  5734. %   ~isa(_106{???AGT}, mobPerson).
  5735.  
  5736.  
  5737. % asserted_id(implies(and(isa(AGT, mobIndividualAgent), performedBy(ACT1, AGT), eventOccursAt(ACT1, LOC1), performedBy(ACT2, AGT), eventOccursAt(ACT2, LOC2)), or(equals(ACT1, ACT2), temporallyDisjoint(ACT1, ACT2), equals(LOC1, LOC2))), a308945(AGT, ACT1, LOC1, ACT2, LOC2)).
  5738. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  5739. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  5740.  kif:-all(_199608,all(_199628,all(_199648,all(_199668,all(_199688,implies(and(isa(_199608,mobIndividualAgent),performedBy(_199628,_199608),eventOccursAt(_199628,_199668),performedBy(_199648,_199608),eventOccursAt(_199648,_199688)),or(equals(_199628,_199648),temporallyDisjoint(_199628,_199648),equals(_199668,_199688))))))))
  5741.  pkif:-all(_199570,all(_199590,all(_199610,all(_199630,all(_199650,=>(&(isa(_199570,mobIndividualAgent),&(performedBy(_199590,_199570),&(eventOccursAt(_199590,_199630),&(performedBy(_199610,_199570),eventOccursAt(_199610,_199650))))),v(equals(_199590,_199610),v(temporallyDisjoint(_199590,_199610),equals(_199630,_199650)))))))))
  5742. % cnf :-
  5743. %   v(v(~isa(_170{???AGT}, mobIndividualAgent),
  5744. %       v(~performedBy(_184{???ACT1}, _170{???AGT}),
  5745. %         v(~eventOccursAt(_184{???ACT1}, _198{???LOC1}),
  5746. %       v(~performedBy(_212{???ACT2}, _170{???AGT}),
  5747. %         ~eventOccursAt(_212{???ACT2}, _226{???LOC2}))))),
  5748. %     v(equals(_184{???ACT1}, _212{???ACT2}),
  5749. %       v(temporallyDisjoint(_184{???ACT1}, _212{???ACT2}),
  5750. %         equals(_198{???LOC1}, _226{???LOC2})))).
  5751.  horn:-[(~eventOccursAt(_204964,_204978):-isa(_205004,mobIndividualAgent),performedBy(_205030,_205004),eventOccursAt(_205030,_205056),performedBy(_204964,_205004),~equals(_205030,_204964),~temporallyDisjoint(_205030,_204964),~equals(_205056,_204978)),(~eventOccursAt(_205146,_205160):-isa(_205186,mobIndividualAgent),performedBy(_205146,_205186),performedBy(_205224,_205186),eventOccursAt(_205224,_205250),~equals(_205146,_205224),~temporallyDisjoint(_205146,_205224),~equals(_205160,_205250)),(~isa(_205328,mobIndividualAgent):-performedBy(_205354,_205328),eventOccursAt(_205354,_205380),performedBy(_205406,_205328),eventOccursAt(_205406,_205432),~equals(_205354,_205406),~temporallyDisjoint(_205354,_205406),~equals(_205380,_205432)),(~performedBy(_205510,_205524):-isa(_205524,mobIndividualAgent),performedBy(_205562,_205524),eventOccursAt(_205562,_205588),eventOccursAt(_205510,_205614),~equals(_205562,_205510),~temporallyDisjoint(_205562,_205510),~equals(_205588,_205614)),(~performedBy(_205692,_205706):-isa(_205706,mobIndividualAgent),eventOccursAt(_205692,_205744),performedBy(_205770,_205706),eventOccursAt(_205770,_205796),~equals(_205692,_205770),~temporallyDisjoint(_205692,_205770),~equals(_205744,_205796)),(equals(_205870,_205884):-isa(_205910,mobIndividualAgent),performedBy(_205936,_205910),eventOccursAt(_205936,_205870),performedBy(_205974,_205910),eventOccursAt(_205974,_205884),~equals(_205936,_205974),~temporallyDisjoint(_205936,_205974)),(equals(_206044,_206058):-isa(_206084,mobIndividualAgent),performedBy(_206044,_206084),eventOccursAt(_206044,_206122),performedBy(_206058,_206084),eventOccursAt(_206058,_206160),~temporallyDisjoint(_206044,_206058),~equals(_206122,_206160)),(temporallyDisjoint(_206218,_206232):-isa(_206258,mobIndividualAgent),performedBy(_206218,_206258),eventOccursAt(_206218,_206296),performedBy(_206232,_206258),eventOccursAt(_206232,_206334),~equals(_206218,_206232),~equals(_206296,_206334))]
  5752. % boxlog :-
  5753. %  
  5754. %   [ (~eventOccursAt(_1120{???ACT2}, _1134{???LOC2}):-isa(_1148{???AGT}, mobIndividualAgent), performedBy(_1162{???ACT1}, _1148{???AGT}), eventOccursAt(_1162{???ACT1}, _1176{???LOC1}), performedBy(_1120{???ACT2}, _1148{???AGT}), ~equals(_1162{???ACT1}, _1120{???ACT2}), ~temporallyDisjoint(_1162{???ACT1}, _1120{???ACT2}), ~equals(_1176{???LOC1}, _1134{???LOC2})),
  5755. %     (~eventOccursAt(_1260{???ACT1}, _1274{???LOC1}):-isa(_1288{???AGT}, mobIndividualAgent), performedBy(_1260{???ACT1}, _1288{???AGT}), performedBy(_1302{???ACT2}, _1288{???AGT}), eventOccursAt(_1302{???ACT2}, _1316{???LOC2}), ~equals(_1260{???ACT1}, _1302{???ACT2}), ~temporallyDisjoint(_1260{???ACT1}, _1302{???ACT2}), ~equals(_1274{???LOC1}, _1316{???LOC2})),
  5756. %     (~isa(_1400{???AGT}, mobIndividualAgent):-performedBy(_1414{???ACT1}, _1400{???AGT}), eventOccursAt(_1414{???ACT1}, _1428{???LOC1}), performedBy(_1442{???ACT2}, _1400{???AGT}), eventOccursAt(_1442{???ACT2}, _1456{???LOC2}), ~equals(_1414{???ACT1}, _1442{???ACT2}), ~temporallyDisjoint(_1414{???ACT1}, _1442{???ACT2}), ~equals(_1428{???LOC1}, _1456{???LOC2})),
  5757. %     (~performedBy(_1190{???ACT2}, _1204{???AGT}):-isa(_1204{???AGT}, mobIndividualAgent), performedBy(_1218{???ACT1}, _1204{???AGT}), eventOccursAt(_1218{???ACT1}, _1232{???LOC1}), eventOccursAt(_1190{???ACT2}, _1246{???LOC2}), ~equals(_1218{???ACT1}, _1190{???ACT2}), ~temporallyDisjoint(_1218{???ACT1}, _1190{???ACT2}), ~equals(_1232{???LOC1}, _1246{???LOC2})),
  5758. %     (~performedBy(_1330{???ACT1}, _1344{???AGT}):-isa(_1344{???AGT}, mobIndividualAgent), eventOccursAt(_1330{???ACT1}, _1358{???LOC1}), performedBy(_1372{???ACT2}, _1344{???AGT}), eventOccursAt(_1372{???ACT2}, _1386{???LOC2}), ~equals(_1330{???ACT1}, _1372{???ACT2}), ~temporallyDisjoint(_1330{???ACT1}, _1372{???ACT2}), ~equals(_1358{???LOC1}, _1386{???LOC2})),
  5759. %     (equals(_910{???LOC1}, _924{???LOC2}):-isa(_938{???AGT}, mobIndividualAgent), performedBy(_952{???ACT1}, _938{???AGT}), eventOccursAt(_952{???ACT1}, _910{???LOC1}), performedBy(_966{???ACT2}, _938{???AGT}), eventOccursAt(_966{???ACT2}, _924{???LOC2}), ~equals(_952{???ACT1}, _966{???ACT2}), ~temporallyDisjoint(_952{???ACT1}, _966{???ACT2})),
  5760. %     (equals(_1050{???ACT1}, _1064{???ACT2}):-isa(_1078{???AGT}, mobIndividualAgent), performedBy(_1050{???ACT1}, _1078{???AGT}), eventOccursAt(_1050{???ACT1}, _1092{???LOC1}), performedBy(_1064{???ACT2}, _1078{???AGT}), eventOccursAt(_1064{???ACT2}, _1106{???LOC2}), ~temporallyDisjoint(_1050{???ACT1}, _1064{???ACT2}), ~equals(_1092{???LOC1}, _1106{???LOC2})),
  5761. %     (temporallyDisjoint(_980{???ACT1}, _994{???ACT2}):-isa(_1008{???AGT}, mobIndividualAgent), performedBy(_980{???ACT1}, _1008{???AGT}), eventOccursAt(_980{???ACT1}, _1022{???LOC1}), performedBy(_994{???ACT2}, _1008{???AGT}), eventOccursAt(_994{???ACT2}, _1036{???LOC2}), ~equals(_980{???ACT1}, _994{???ACT2}), ~equals(_1022{???LOC1}, _1036{???LOC2}))
  5762. %   ].
  5763. % preview :-
  5764. %  
  5765. %   [ (isa(_1112{???AGT}, mobIndividualAgent), performedBy(_1126{???ACT1}, _1112{???AGT}), {avoidHeadLoop(eventOccursAt(_1126{???ACT1}, _1140{???LOC1}), eventOccursAt(_1084{???ACT2}, _1098{???LOC2}))}, eventOccursAt(_1126{???ACT1}, _1140{???LOC1}), performedBy(_1084{???ACT2}, _1112{???AGT}), {dif:dif(_1126{???ACT1}, _1084{???ACT2})}, ~temporallyDisjoint(_1126{???ACT1}, _1084{???ACT2}), {dif:dif(_1140{???LOC1}, _1098{???LOC2})}, {is_unit(_1098{???LOC2}, _1084{???ACT2})}-> ~eventOccursAt(_1084{???ACT2}, _1098{???LOC2})),
  5766. %     (isa(_1252{???AGT}, mobIndividualAgent), performedBy(_1224{???ACT1}, _1252{???AGT}), performedBy(_1266{???ACT2}, _1252{???AGT}), {avoidHeadLoop(eventOccursAt(_1266{???ACT2}, _1280{???LOC2}), eventOccursAt(_1224{???ACT1}, _1238{???LOC1}))}, eventOccursAt(_1266{???ACT2}, _1280{???LOC2}), {dif:dif(_1224{???ACT1}, _1266{???ACT2})}, ~temporallyDisjoint(_1224{???ACT1}, _1266{???ACT2}), {dif:dif(_1238{???LOC1}, _1280{???LOC2})}, {is_unit(_1238{???LOC1}, _1224{???ACT1})}-> ~eventOccursAt(_1224{???ACT1}, _1238{???LOC1})),
  5767. %     (performedBy(_1378{???ACT1}, _1364{???AGT}), eventOccursAt(_1378{???ACT1}, _1392{???LOC1}), performedBy(_1406{???ACT2}, _1364{???AGT}), eventOccursAt(_1406{???ACT2}, _1420{???LOC2}), {dif:dif(_1378{???ACT1}, _1406{???ACT2})}, ~temporallyDisjoint(_1378{???ACT1}, _1406{???ACT2}), {dif:dif(_1392{???LOC1}, _1420{???LOC2})}, {is_unit(_1364{???AGT})}-> ~isa(_1364{???AGT}, mobIndividualAgent)),
  5768. %     (isa(_1168{???AGT}, mobIndividualAgent), {avoidHeadLoop(performedBy(_1182{???ACT1}, _1168{???AGT}), performedBy(_1154{???ACT2}, _1168{???AGT}))}, performedBy(_1182{???ACT1}, _1168{???AGT}), eventOccursAt(_1182{???ACT1}, _1196{???LOC1}), eventOccursAt(_1154{???ACT2}, _1210{???LOC2}), {dif:dif(_1182{???ACT1}, _1154{???ACT2})}, ~temporallyDisjoint(_1182{???ACT1}, _1154{???ACT2}), {dif:dif(_1196{???LOC1}, _1210{???LOC2})}, {is_unit(_1168{???AGT}, _1154{???ACT2})}-> ~performedBy(_1154{???ACT2}, _1168{???AGT})),
  5769. %     (isa(_1308{???AGT}, mobIndividualAgent), eventOccursAt(_1294{???ACT1}, _1322{???LOC1}), {avoidHeadLoop(performedBy(_1336{???ACT2}, _1308{???AGT}), performedBy(_1294{???ACT1}, _1308{???AGT}))}, performedBy(_1336{???ACT2}, _1308{???AGT}), eventOccursAt(_1336{???ACT2}, _1350{???LOC2}), {dif:dif(_1294{???ACT1}, _1336{???ACT2})}, ~temporallyDisjoint(_1294{???ACT1}, _1336{???ACT2}), {dif:dif(_1322{???LOC1}, _1350{???LOC2})}, {is_unit(_1308{???AGT}, _1294{???ACT1})}-> ~performedBy(_1294{???ACT1}, _1308{???AGT})),
  5770. %     (isa(_902{???AGT}, mobIndividualAgent), performedBy(_916{???ACT1}, _902{???AGT}), eventOccursAt(_916{???ACT1}, _874{???LOC1}), performedBy(_930{???ACT2}, _902{???AGT}), eventOccursAt(_930{???ACT2}, _888{???LOC2}), {dif:dif(_916{???ACT1}, _930{???ACT2})}, ~temporallyDisjoint(_916{???ACT1}, _930{???ACT2}), {is_unit(_888{???LOC2}, _874{???LOC1})}==>equals(_874{???LOC1}, _888{???LOC2})),
  5771. %     (isa(_1042{???AGT}, mobIndividualAgent), performedBy(_1014{???ACT1}, _1042{???AGT}), eventOccursAt(_1014{???ACT1}, _1056{???LOC1}), performedBy(_1028{???ACT2}, _1042{???AGT}), eventOccursAt(_1028{???ACT2}, _1070{???LOC2}), ~temporallyDisjoint(_1014{???ACT1}, _1028{???ACT2}), {dif:dif(_1056{???LOC1}, _1070{???LOC2})}, {is_unit(_1028{???ACT2}, _1014{???ACT1})}==>equals(_1014{???ACT1}, _1028{???ACT2})),
  5772. %     (isa(_972{???AGT}, mobIndividualAgent), performedBy(_944{???ACT1}, _972{???AGT}), eventOccursAt(_944{???ACT1}, _986{???LOC1}), performedBy(_958{???ACT2}, _972{???AGT}), eventOccursAt(_958{???ACT2}, _1000{???LOC2}), {dif:dif(_944{???ACT1}, _958{???ACT2}), dif:dif(_986{???LOC1}, _1000{???LOC2})}, {is_unit(_958{???ACT2}, _944{???ACT1})}==>temporallyDisjoint(_944{???ACT1}, _958{???ACT2}))
  5773. %   ].
  5774. % conds= =>((name_variable(_1066{???ACT2}, 'ACT2'), name_variable(_1080{???LOC2}, 'LOC2'), name_variable(_1094{???AGT}, 'AGT'), name_variable(_1108{???ACT1}, 'ACT1'), name_variable(_1122{???LOC1}, 'LOC1'), name_variable(_1206{???ACT1}, 'ACT1'), name_variable(_1220{???LOC1}, 'LOC1'), name_variable(_1234{???AGT}, 'AGT'), name_variable(_1248{???ACT2}, 'ACT2'), name_variable(_1262{???LOC2}, 'LOC2'), name_variable(_1346{???AGT}, 'AGT'), name_variable(_1360{???ACT1}, 'ACT1'), name_variable(_1374{???LOC1}, 'LOC1'), name_variable(_1388{???ACT2}, 'ACT2'), name_variable(_1402{???LOC2}, 'LOC2'), name_variable(_1136{???ACT2}, 'ACT2'), name_variable(_1150{???AGT}, 'AGT'), name_variable(_1164{???ACT1}, 'ACT1'), name_variable(_1178{???LOC1}, 'LOC1'), name_variable(_1192{???LOC2}, 'LOC2'), name_variable(_1276{???ACT1}, 'ACT1'), name_variable(_1290{???AGT}, 'AGT'), name_variable(_1304{???LOC1}, 'LOC1'), name_variable(_1318{???ACT2}, 'ACT2'), name_variable(_1332{???LOC2}, 'LOC2'), name_variable(_884{???AGT}, 'AGT'), name_variable(_898{???ACT1}, 'ACT1'), name_variable(_856{???LOC1}, 'LOC1'), name_variable(_912{???ACT2}, 'ACT2'), name_variable(_870{???LOC2}, 'LOC2'), name_variable(_1024{???AGT}, 'AGT'), name_variable(_996{???ACT1}, 'ACT1'), name_variable(_1038{???LOC1}, 'LOC1'), name_variable(_1010{???ACT2}, 'ACT2'), name_variable(_1052{???LOC2}, 'LOC2'), name_variable(_954{???AGT}, 'AGT'), name_variable(_926{???ACT1}, 'ACT1'), name_variable(_968{???LOC1}, 'LOC1'), name_variable(_940{???ACT2}, 'ACT2'), name_variable(_982{???LOC2}, 'LOC2')), [(~eventOccursAt(_1066{???ACT2}, _1080{???LOC2})<-isa(_1094{???AGT}, mobIndividualAgent), performedBy(_1108{???ACT1}, _1094{???AGT}), {avoidHeadLoop(eventOccursAt(_1108{???ACT1}, _1122{???LOC1}), eventOccursAt(_1066{???ACT2}, _1080{???LOC2}))}, eventOccursAt(_1108{???ACT1}, _1122{???LOC1}), performedBy(_1066{???ACT2}, _1094{???AGT}), {dif:dif(_1108{???ACT1}, _1066{???ACT2})}, ~temporallyDisjoint(_1108{???ACT1}, _1066{???ACT2}), {dif:dif(_1122{???LOC1}, _1080{???LOC2})}, {is_unit(_1080{???LOC2}, _1066{???ACT2})}),  (~eventOccursAt(_1206{???ACT1}, _1220{???LOC1})<-isa(_1234{???AGT}, mobIndividualAgent), performedBy(_1206{???ACT1}, _1234{???AGT}), performedBy(_1248{???ACT2}, _1234{???AGT}), {avoidHeadLoop(eventOccursAt(_1248{???ACT2}, _1262{???LOC2}), eventOccursAt(_1206{???ACT1}, _1220{???LOC1}))}, eventOccursAt(_1248{???ACT2}, _1262{???LOC2}), {dif:dif(_1206{???ACT1}, _1248{???ACT2})}, ~temporallyDisjoint(_1206{???ACT1}, _1248{???ACT2}), {dif:dif(_1220{???LOC1}, _1262{???LOC2})}, {is_unit(_1220{???LOC1}, _1206{???ACT1})}),  (~isa(_1346{???AGT}, mobIndividualAgent)<-performedBy(_1360{???ACT1}, _1346{???AGT}), eventOccursAt(_1360{???ACT1}, _1374{???LOC1}), performedBy(_1388{???ACT2}, _1346{???AGT}), eventOccursAt(_1388{???ACT2}, _1402{???LOC2}), {dif:dif(_1360{???ACT1}, _1388{???ACT2})}, ~temporallyDisjoint(_1360{???ACT1}, _1388{???ACT2}), {dif:dif(_1374{???LOC1}, _1402{???LOC2})}, {is_unit(_1346{???AGT})}),  (~performedBy(_1136{???ACT2}, _1150{???AGT})<-isa(_1150{???AGT}, mobIndividualAgent), {avoidHeadLoop(performedBy(_1164{???ACT1}, _1150{???AGT}), performedBy(_1136{???ACT2}, _1150{???AGT}))}, performedBy(_1164{???ACT1}, _1150{???AGT}), eventOccursAt(_1164{???ACT1}, _1178{???LOC1}), eventOccursAt(_1136{???ACT2}, _1192{???LOC2}), {dif:dif(_1164{???ACT1}, _1136{???ACT2})}, ~temporallyDisjoint(_1164{???ACT1}, _1136{???ACT2}), {dif:dif(_1178{???LOC1}, _1192{???LOC2})}, {is_unit(_1150{???AGT}, _1136{???ACT2})}),  (~performedBy(_1276{???ACT1}, _1290{???AGT})<-isa(_1290{???AGT}, mobIndividualAgent), eventOccursAt(_1276{???ACT1}, _1304{???LOC1}), {avoidHeadLoop(performedBy(_1318{???ACT2}, _1290{???AGT}), performedBy(_1276{???ACT1}, _1290{???AGT}))}, performedBy(_1318{???ACT2}, _1290{???AGT}), eventOccursAt(_1318{???ACT2}, _1332{???LOC2}), {dif:dif(_1276{???ACT1}, _1318{???ACT2})}, ~temporallyDisjoint(_1276{???ACT1}, _1318{???ACT2}), {dif:dif(_1304{???LOC1}, _1332{???LOC2})}, {is_unit(_1290{???AGT}, _1276{???ACT1})}),  (isa(_884{???AGT}, mobIndividualAgent), performedBy(_898{???ACT1}, _884{???AGT}), eventOccursAt(_898{???ACT1}, _856{???LOC1}), performedBy(_912{???ACT2}, _884{???AGT}), eventOccursAt(_912{???ACT2}, _870{???LOC2}), {dif:dif(_898{???ACT1}, _912{???ACT2})}, ~temporallyDisjoint(_898{???ACT1}, _912{???ACT2}), {is_unit(_870{???LOC2}, _856{???LOC1})}==>equals(_856{???LOC1}, _870{???LOC2})),  (isa(_1024{???AGT}, mobIndividualAgent), performedBy(_996{???ACT1}, _1024{???AGT}), eventOccursAt(_996{???ACT1}, _1038{???LOC1}), performedBy(_1010{???ACT2}, _1024{???AGT}), eventOccursAt(_1010{???ACT2}, _1052{???LOC2}), ~temporallyDisjoint(_996{???ACT1}, _1010{???ACT2}), {dif:dif(_1038{???LOC1}, _1052{???LOC2})}, {is_unit(_1010{???ACT2}, _996{???ACT1})}==>equals(_996{???ACT1}, _1010{???ACT2})),  (isa(_954{???AGT}, mobIndividualAgent), performedBy(_926{???ACT1}, _954{???AGT}), eventOccursAt(_926{???ACT1}, _968{???LOC1}), performedBy(_940{???ACT2}, _954{???AGT}), eventOccursAt(_940{???ACT2}, _982{???LOC2}), {dif:dif(_926{???ACT1}, _940{???ACT2}), dif:dif(_968{???LOC1}, _982{???LOC2})}, {is_unit(_940{???ACT2}, _926{???ACT1})}==>temporallyDisjoint(_926{???ACT1}, _940{???ACT2}))]).
  5775.  
  5776.  
  5777. % ~eventOccursAt(_326{???ACT2}, _340{???LOC2}) :-
  5778. %   isa(_354{???AGT}, mobIndividualAgent),
  5779. %   performedBy(_368{???ACT1}, _354{???AGT}),
  5780. %   eventOccursAt(_368{???ACT1}, _382{???LOC1}),
  5781. %   performedBy(_326{???ACT2}, _354{???AGT}),
  5782. %   ~equals(_368{???ACT1}, _326{???ACT2}),
  5783. %   ~temporallyDisjoint(_368{???ACT1}, _326{???ACT2}),
  5784. %   ~equals(_382{???LOC1}, _340{???LOC2}).
  5785. % ~eventOccursAt(_392{???ACT1}, _406{???LOC1}) :-
  5786. %   isa(_420{???AGT}, mobIndividualAgent),
  5787. %   performedBy(_392{???ACT1}, _420{???AGT}),
  5788. %   performedBy(_434{???ACT2}, _420{???AGT}),
  5789. %   eventOccursAt(_434{???ACT2}, _448{???LOC2}),
  5790. %   ~equals(_392{???ACT1}, _434{???ACT2}),
  5791. %   ~temporallyDisjoint(_392{???ACT1}, _434{???ACT2}),
  5792. %   ~equals(_406{???LOC1}, _448{???LOC2}).
  5793. % ~isa(_462{???AGT}, mobIndividualAgent) :-
  5794. %   performedBy(_476{???ACT1}, _462{???AGT}),
  5795. %   eventOccursAt(_476{???ACT1}, _490{???LOC1}),
  5796. %   performedBy(_504{???ACT2}, _462{???AGT}),
  5797. %   eventOccursAt(_504{???ACT2}, _518{???LOC2}),
  5798. %   ~equals(_476{???ACT1}, _504{???ACT2}),
  5799. %   ~temporallyDisjoint(_476{???ACT1}, _504{???ACT2}),
  5800. %   ~equals(_490{???LOC1}, _518{???LOC2}).
  5801. % ~performedBy(_312{???ACT2}, _326{???AGT}) :-
  5802. %   isa(_326{???AGT}, mobIndividualAgent),
  5803. %   performedBy(_340{???ACT1}, _326{???AGT}),
  5804. %   eventOccursAt(_340{???ACT1}, _354{???LOC1}),
  5805. %   eventOccursAt(_312{???ACT2}, _368{???LOC2}),
  5806. %   ~equals(_340{???ACT1}, _312{???ACT2}),
  5807. %   ~temporallyDisjoint(_340{???ACT1}, _312{???ACT2}),
  5808. %   ~equals(_354{???LOC1}, _368{???LOC2}).
  5809. % ~performedBy(_322{???ACT1}, _336{???AGT}) :-
  5810. %   isa(_326{???AGT}, mobIndividualAgent),
  5811. %   eventOccursAt(_312{???ACT1}, _340{???LOC1}),
  5812. %   performedBy(_354{???ACT2}, _326{???AGT}),
  5813. %   eventOccursAt(_354{???ACT2}, _368{???LOC2}),
  5814. %   ~equals(_312{???ACT1}, _354{???ACT2}),
  5815. %   ~temporallyDisjoint(_312{???ACT1}, _354{???ACT2}),
  5816. %   ~equals(_340{???LOC1}, _368{???LOC2}).
  5817. % equals(_102{???LOC1}, _116{???LOC2}) :-
  5818. %   isa(_130{???AGT}, mobIndividualAgent),
  5819. %   performedBy(_144{???ACT1}, _130{???AGT}),
  5820. %   eventOccursAt(_144{???ACT1}, _102{???LOC1}),
  5821. %   performedBy(_158{???ACT2}, _130{???AGT}),
  5822. %   eventOccursAt(_158{???ACT2}, _116{???LOC2}),
  5823. %   ~equals(_144{???ACT1}, _158{???ACT2}),
  5824. %   ~temporallyDisjoint(_144{???ACT1}, _158{???ACT2}).
  5825. % equals(_182{???ACT1}, _196{???ACT2}) :-
  5826. %   isa(_210{???AGT}, mobIndividualAgent),
  5827. %   performedBy(_182{???ACT1}, _210{???AGT}),
  5828. %   eventOccursAt(_182{???ACT1}, _224{???LOC1}),
  5829. %   performedBy(_196{???ACT2}, _210{???AGT}),
  5830. %   eventOccursAt(_196{???ACT2}, _238{???LOC2}),
  5831. %   ~temporallyDisjoint(_182{???ACT1}, _196{???ACT2}),
  5832. %   ~equals(_224{???LOC1}, _238{???LOC2}).
  5833. % temporallyDisjoint(_102{???ACT1}, _116{???ACT2}) :-
  5834. %   isa(_130{???AGT}, mobIndividualAgent),
  5835. %   performedBy(_102{???ACT1}, _130{???AGT}),
  5836. %   eventOccursAt(_102{???ACT1}, _144{???LOC1}),
  5837. %   performedBy(_116{???ACT2}, _130{???AGT}),
  5838. %   eventOccursAt(_116{???ACT2}, _158{???LOC2}),
  5839. %   ~equals(_102{???ACT1}, _116{???ACT2}),
  5840. %   ~equals(_144{???LOC1}, _158{???LOC2}).
  5841.  
  5842.  
  5843. % asserted_id(implies(and(isa(PERSON, mobPerson), performedBy(MAKING, PERSON), isa(MAKING, actPreparingFoodItem)), age(PERSON, uU(vYearsDurationFn, [10, 110]))), a308953(PERSON, MAKING)).
  5844. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  5845. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  5846.  kif:-all(_199598,all(_199618,implies(and(isa(_199598,mobPerson),performedBy(_199618,_199598),isa(_199618,actPreparingFoodItem)),age(_199598,uU(vYearsDurationFn,[10,110])))))
  5847.  pkif:-all(_199548,all(_199568,=>(&(isa(_199548,mobPerson),&(performedBy(_199568,_199548),isa(_199568,actPreparingFoodItem))),age(_199548,uU(vYearsDurationFn,[10,110])))))
  5848. % cnf :-
  5849. %   v(v(~isa(_152{???PERSON}, mobPerson),
  5850. %       v(~performedBy(_166{???MAKING}, _152{???PERSON}),
  5851. %         ~isa(_166{???MAKING}, actPreparingFoodItem))),
  5852. %     age(_152{???PERSON}, uU(vYearsDurationFn, [10, 110]))).
  5853.  horn:-[(~isa(_201206,actPreparingFoodItem):-isa(_201232,mobPerson),performedBy(_201206,_201232),~age(_201232,uU(vYearsDurationFn,[10,110]))),(~isa(_201290,mobPerson):-performedBy(_201316,_201290),isa(_201316,actPreparingFoodItem),~age(_201290,uU(vYearsDurationFn,[10,110]))),(~performedBy(_201374,_201388):-isa(_201388,mobPerson),isa(_201374,actPreparingFoodItem),~age(_201388,uU(vYearsDurationFn,[10,110]))),(age(_201454,uU(vYearsDurationFn,[10,110])):-isa(_201454,mobPerson),performedBy(_201492,_201454),isa(_201492,actPreparingFoodItem))]
  5854. % boxlog :-
  5855. %  
  5856. %   [ (~isa(_756{???MAKING}, actPreparingFoodItem):-isa(_770{???PERSON}, mobPerson), performedBy(_756{???MAKING}, _770{???PERSON}), ~age(_770{???PERSON}, uU(vYearsDurationFn, [10, 110]))),
  5857. %     (~isa(_812{???PERSON}, mobPerson):-performedBy(_826{???MAKING}, _812{???PERSON}), isa(_826{???MAKING}, actPreparingFoodItem), ~age(_812{???PERSON}, uU(vYearsDurationFn, [10, 110]))),
  5858. %     (~performedBy(_784{???MAKING}, _798{???PERSON}):-isa(_798{???PERSON}, mobPerson), isa(_784{???MAKING}, actPreparingFoodItem), ~age(_798{???PERSON}, uU(vYearsDurationFn, [10, 110]))),
  5859. %     (age(_728{???PERSON}, uU(vYearsDurationFn, [10, 110])):-isa(_728{???PERSON}, mobPerson), performedBy(_742{???MAKING}, _728{???PERSON}), isa(_742{???MAKING}, actPreparingFoodItem))
  5860. %   ].
  5861. % preview :-
  5862. %  
  5863. %   [ ({avoidHeadLoop(isa(_734{???PERSON}, mobPerson), isa(_720{???MAKING}, actPreparingFoodItem))}, isa(_734{???PERSON}, mobPerson), performedBy(_720{???MAKING}, _734{???PERSON}), ~age(_734{???PERSON}, uU(vYearsDurationFn, [10, 110])), {is_unit(_720{???MAKING})}-> ~isa(_720{???MAKING}, actPreparingFoodItem)),
  5864. %     (performedBy(_790{???MAKING}, _776{???PERSON}), {avoidHeadLoop(isa(_790{???MAKING}, actPreparingFoodItem), isa(_776{???PERSON}, mobPerson))}, isa(_790{???MAKING}, actPreparingFoodItem), ~age(_776{???PERSON}, uU(vYearsDurationFn, [10, 110])), {is_unit(_776{???PERSON})}-> ~isa(_776{???PERSON}, mobPerson)),
  5865. %     (isa(_762{???PERSON}, mobPerson), isa(_748{???MAKING}, actPreparingFoodItem), ~age(_762{???PERSON}, uU(vYearsDurationFn, [10, 110])), {is_unit(_762{???PERSON}, _748{???MAKING})}==> ~performedBy(_748{???MAKING}, _762{???PERSON})),
  5866. %     (isa(_692{???PERSON}, mobPerson), performedBy(_706{???MAKING}, _692{???PERSON}), isa(_706{???MAKING}, actPreparingFoodItem), {is_unit(_692{???PERSON})}==>age(_692{???PERSON}, uU(vYearsDurationFn, [10, 110])))
  5867. %   ].
  5868. % conds= =>((name_variable(_702{???MAKING}, 'MAKING'), name_variable(_716{???PERSON}, 'PERSON'), name_variable(_758{???PERSON}, 'PERSON'), name_variable(_772{???MAKING}, 'MAKING'), name_variable(_744{???PERSON}, 'PERSON'), name_variable(_730{???MAKING}, 'MAKING'), name_variable(_674{???PERSON}, 'PERSON'), name_variable(_688{???MAKING}, 'MAKING')), [(~isa(_702{???MAKING}, actPreparingFoodItem)<-{avoidHeadLoop(isa(_716{???PERSON}, mobPerson), isa(_702{???MAKING}, actPreparingFoodItem))}, isa(_716{???PERSON}, mobPerson), performedBy(_702{???MAKING}, _716{???PERSON}), ~age(_716{???PERSON}, uU(vYearsDurationFn, [10, 110])), {is_unit(_702{???MAKING})}),  (~isa(_758{???PERSON}, mobPerson)<-performedBy(_772{???MAKING}, _758{???PERSON}), {avoidHeadLoop(isa(_772{???MAKING}, actPreparingFoodItem), isa(_758{???PERSON}, mobPerson))}, isa(_772{???MAKING}, actPreparingFoodItem), ~age(_758{???PERSON}, uU(vYearsDurationFn, [10, 110])), {is_unit(_758{???PERSON})}),  (isa(_744{???PERSON}, mobPerson), isa(_730{???MAKING}, actPreparingFoodItem), ~age(_744{???PERSON}, uU(vYearsDurationFn, [10, 110])), {is_unit(_744{???PERSON}, _730{???MAKING})}==> ~performedBy(_730{???MAKING}, _744{???PERSON})),  (isa(_674{???PERSON}, mobPerson), performedBy(_688{???MAKING}, _674{???PERSON}), isa(_688{???MAKING}, actPreparingFoodItem), {is_unit(_674{???PERSON})}==>age(_674{???PERSON}, uU(vYearsDurationFn, [10, 110])))]).
  5869.  
  5870.  
  5871. % ~isa(_138{???MAKING}, actPreparingFoodItem) :-
  5872. %   isa(_152{???PERSON}, mobPerson),
  5873. %   performedBy(_138{???MAKING}, _152{???PERSON}),
  5874. %   ~age(_152{???PERSON}, uU(vYearsDurationFn, [10, 110])).
  5875. % ~isa(_162{???PERSON}, mobPerson) :-
  5876. %   performedBy(_172{???MAKING}, _158{???PERSON}),
  5877. %   isa(_172{???MAKING}, actPreparingFoodItem),
  5878. %   ~age(_158{???PERSON}, uU(vYearsDurationFn, [10, 110])).
  5879. % ~performedBy(_130{???MAKING}, _144{???PERSON}) :-
  5880. %   isa(_144{???PERSON}, mobPerson),
  5881. %   isa(_130{???MAKING}, actPreparingFoodItem),
  5882. %   ~age(_144{???PERSON}, uU(vYearsDurationFn, [10, 110])).
  5883. % age(_102{???PERSON}, uU(vYearsDurationFn, [10, 110])) :-
  5884. %   isa(_102{???PERSON}, mobPerson),
  5885. %   performedBy(_116{???MAKING}, _102{???PERSON}),
  5886. %   isa(_116{???MAKING}, actPreparingFoodItem).
  5887.  
  5888.  
  5889. % asserted_id(implies(and(mentalActivityLevel(A, vConcentratingMentalActivityLevel), performedBy(A, G011), performedBy(B, G011), mentalActivityLevel(B, vConcentratingMentalActivityLevel)), or(equals(A, B), temporallyDisjoint(A, B))), a308954(A, G011, B)).
  5890. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  5891. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  5892.  kif:-all(_199780,all(_199800,all(_199820,implies(and(mentalActivityLevel(_199780,vConcentratingMentalActivityLevel),performedBy(_199780,_199800),performedBy(_199820,_199800),mentalActivityLevel(_199820,vConcentratingMentalActivityLevel)),or(equals(_199780,_199820),temporallyDisjoint(_199780,_199820))))))
  5893.  pkif:-all(_199734,all(_199754,all(_199774,=>(&(mentalActivityLevel(_199734,vConcentratingMentalActivityLevel),&(performedBy(_199734,_199754),&(performedBy(_199774,_199754),mentalActivityLevel(_199774,vConcentratingMentalActivityLevel)))),v(equals(_199734,_199774),temporallyDisjoint(_199734,_199774))))))
  5894. % cnf :-
  5895. %   v(v(~mentalActivityLevel(_154{???A}, vConcentratingMentalActivityLevel),
  5896. %       v(~performedBy(_154{???A}, _168{???G011}),
  5897. %         v(~performedBy(_182{???B}, _168{???G011}),
  5898. %       ~mentalActivityLevel(_182{???B}, vConcentratingMentalActivityLevel)))),
  5899. %     v(temporallyDisjoint(_154{???A}, _182{???B}),
  5900. %       equals(_154{???A}, _182{???B}))).
  5901.  horn:-[(~mentalActivityLevel(_202628,vConcentratingMentalActivityLevel):-mentalActivityLevel(_202654,vConcentratingMentalActivityLevel),performedBy(_202654,_202680),performedBy(_202628,_202680),~temporallyDisjoint(_202654,_202628),~equals(_202654,_202628)),(~mentalActivityLevel(_202754,vConcentratingMentalActivityLevel):-performedBy(_202754,_202780),performedBy(_202806,_202780),mentalActivityLevel(_202806,vConcentratingMentalActivityLevel),~temporallyDisjoint(_202754,_202806),~equals(_202754,_202806)),(~performedBy(_202880,_202894):-mentalActivityLevel(_202920,vConcentratingMentalActivityLevel),performedBy(_202920,_202894),mentalActivityLevel(_202880,vConcentratingMentalActivityLevel),~temporallyDisjoint(_202920,_202880),~equals(_202920,_202880)),(~performedBy(_203006,_203020):-mentalActivityLevel(_203006,vConcentratingMentalActivityLevel),performedBy(_203058,_203020),mentalActivityLevel(_203058,vConcentratingMentalActivityLevel),~temporallyDisjoint(_203006,_203058),~equals(_203006,_203058)),(equals(_203128,_203142):-mentalActivityLevel(_203128,vConcentratingMentalActivityLevel),performedBy(_203128,_203180),performedBy(_203142,_203180),mentalActivityLevel(_203142,vConcentratingMentalActivityLevel),~temporallyDisjoint(_203128,_203142)),(temporallyDisjoint(_203246,_203260):-mentalActivityLevel(_203246,vConcentratingMentalActivityLevel),performedBy(_203246,_203298),performedBy(_203260,_203298),mentalActivityLevel(_203260,vConcentratingMentalActivityLevel),~equals(_203246,_203260))]
  5902. % boxlog :-
  5903. %  
  5904. %   [ (~mentalActivityLevel(_858{???B}, vConcentratingMentalActivityLevel):-mentalActivityLevel(_872{???A}, vConcentratingMentalActivityLevel), performedBy(_872{???A}, _886{???G011}), performedBy(_858{???B}, _886{???G011}), ~temporallyDisjoint(_872{???A}, _858{???B}), ~equals(_872{???A}, _858{???B})),
  5905. %     (~mentalActivityLevel(_984{???A}, vConcentratingMentalActivityLevel):-performedBy(_984{???A}, _998{???G011}), performedBy(_1012{???B}, _998{???G011}), mentalActivityLevel(_1012{???B}, vConcentratingMentalActivityLevel), ~temporallyDisjoint(_984{???A}, _1012{???B}), ~equals(_984{???A}, _1012{???B})),
  5906. %     (~performedBy(_900{???B}, _914{???G011}):-mentalActivityLevel(_928{???A}, vConcentratingMentalActivityLevel), performedBy(_928{???A}, _914{???G011}), mentalActivityLevel(_900{???B}, vConcentratingMentalActivityLevel), ~temporallyDisjoint(_928{???A}, _900{???B}), ~equals(_928{???A}, _900{???B})),
  5907. %     (~performedBy(_942{???A}, _956{???G011}):-mentalActivityLevel(_942{???A}, vConcentratingMentalActivityLevel), performedBy(_970{???B}, _956{???G011}), mentalActivityLevel(_970{???B}, vConcentratingMentalActivityLevel), ~temporallyDisjoint(_942{???A}, _970{???B}), ~equals(_942{???A}, _970{???B})),
  5908. %     (equals(_774{???A}, _788{???B}):-mentalActivityLevel(_774{???A}, vConcentratingMentalActivityLevel), performedBy(_774{???A}, _802{???G011}), performedBy(_788{???B}, _802{???G011}), mentalActivityLevel(_788{???B}, vConcentratingMentalActivityLevel), ~temporallyDisjoint(_774{???A}, _788{???B})),
  5909. %     (temporallyDisjoint(_816{???A}, _830{???B}):-mentalActivityLevel(_816{???A}, vConcentratingMentalActivityLevel), performedBy(_816{???A}, _844{???G011}), performedBy(_830{???B}, _844{???G011}), mentalActivityLevel(_830{???B}, vConcentratingMentalActivityLevel), ~equals(_816{???A}, _830{???B}))
  5910. %   ].
  5911. % preview :-
  5912. %  
  5913. %   [ ({avoidHeadLoop(mentalActivityLevel(_836{???A}, vConcentratingMentalActivityLevel), mentalActivityLevel(_822{???B}, vConcentratingMentalActivityLevel))}, mentalActivityLevel(_836{???A}, vConcentratingMentalActivityLevel), performedBy(_836{???A}, _850{???G011}), performedBy(_822{???B}, _850{???G011}), ~temporallyDisjoint(_836{???A}, _822{???B}), {dif:dif(_836{???A}, _822{???B})}, {is_unit(_822{???B})}-> ~mentalActivityLevel(_822{???B}, vConcentratingMentalActivityLevel)),
  5914. %     (performedBy(_948{???A}, _962{???G011}), performedBy(_976{???B}, _962{???G011}), {avoidHeadLoop(mentalActivityLevel(_976{???B}, vConcentratingMentalActivityLevel), mentalActivityLevel(_948{???A}, vConcentratingMentalActivityLevel))}, mentalActivityLevel(_976{???B}, vConcentratingMentalActivityLevel), ~temporallyDisjoint(_948{???A}, _976{???B}), {dif:dif(_948{???A}, _976{???B})}, {is_unit(_948{???A})}-> ~mentalActivityLevel(_948{???A}, vConcentratingMentalActivityLevel)),
  5915. %     (mentalActivityLevel(_892{???A}, vConcentratingMentalActivityLevel), {avoidHeadLoop(performedBy(_892{???A}, _878{???G011}), performedBy(_864{???B}, _878{???G011}))}, performedBy(_892{???A}, _878{???G011}), mentalActivityLevel(_864{???B}, vConcentratingMentalActivityLevel), ~temporallyDisjoint(_892{???A}, _864{???B}), {dif:dif(_892{???A}, _864{???B})}, {is_unit(_878{???G011}, _864{???B})}-> ~performedBy(_864{???B}, _878{???G011})),
  5916. %     (mentalActivityLevel(_906{???A}, vConcentratingMentalActivityLevel), {avoidHeadLoop(performedBy(_934{???B}, _920{???G011}), performedBy(_906{???A}, _920{???G011}))}, performedBy(_934{???B}, _920{???G011}), mentalActivityLevel(_934{???B}, vConcentratingMentalActivityLevel), ~temporallyDisjoint(_906{???A}, _934{???B}), {dif:dif(_906{???A}, _934{???B})}, {is_unit(_920{???G011}, _906{???A})}-> ~performedBy(_906{???A}, _920{???G011})),
  5917. %     (mentalActivityLevel(_738{???A}, vConcentratingMentalActivityLevel), performedBy(_738{???A}, _766{???G011}), performedBy(_752{???B}, _766{???G011}), mentalActivityLevel(_752{???B}, vConcentratingMentalActivityLevel), ~temporallyDisjoint(_738{???A}, _752{???B}), {is_unit(_752{???B}, _738{???A})}==>equals(_738{???A}, _752{???B})),
  5918. %     (mentalActivityLevel(_780{???A}, vConcentratingMentalActivityLevel), performedBy(_780{???A}, _808{???G011}), performedBy(_794{???B}, _808{???G011}), mentalActivityLevel(_794{???B}, vConcentratingMentalActivityLevel), {dif:dif(_780{???A}, _794{???B})}, {is_unit(_794{???B}, _780{???A})}==>temporallyDisjoint(_780{???A}, _794{???B}))
  5919. %   ].
  5920. % conds= =>((name_variable(_804{???B}, 'B'), name_variable(_818{???A}, 'A'), name_variable(_832{???G011}, 'G011'), name_variable(_930{???A}, 'A'), name_variable(_944{???G011}, 'G011'), name_variable(_958{???B}, 'B'), name_variable(_846{???B}, 'B'), name_variable(_860{???G011}, 'G011'), name_variable(_874{???A}, 'A'), name_variable(_888{???A}, 'A'), name_variable(_902{???G011}, 'G011'), name_variable(_916{???B}, 'B'), name_variable(_720{???A}, 'A'), name_variable(_748{???G011}, 'G011'), name_variable(_734{???B}, 'B'), name_variable(_762{???A}, 'A'), name_variable(_790{???G011}, 'G011'), name_variable(_776{???B}, 'B')), [(~mentalActivityLevel(_804{???B}, vConcentratingMentalActivityLevel)<-{avoidHeadLoop(mentalActivityLevel(_818{???A}, vConcentratingMentalActivityLevel), mentalActivityLevel(_804{???B}, vConcentratingMentalActivityLevel))}, mentalActivityLevel(_818{???A}, vConcentratingMentalActivityLevel), performedBy(_818{???A}, _832{???G011}), performedBy(_804{???B}, _832{???G011}), ~temporallyDisjoint(_818{???A}, _804{???B}), {dif:dif(_818{???A}, _804{???B})}, {is_unit(_804{???B})}),  (~mentalActivityLevel(_930{???A}, vConcentratingMentalActivityLevel)<-performedBy(_930{???A}, _944{???G011}), performedBy(_958{???B}, _944{???G011}), {avoidHeadLoop(mentalActivityLevel(_958{???B}, vConcentratingMentalActivityLevel), mentalActivityLevel(_930{???A}, vConcentratingMentalActivityLevel))}, mentalActivityLevel(_958{???B}, vConcentratingMentalActivityLevel), ~temporallyDisjoint(_930{???A}, _958{???B}), {dif:dif(_930{???A}, _958{???B})}, {is_unit(_930{???A})}),  (~performedBy(_846{???B}, _860{???G011})<-mentalActivityLevel(_874{???A}, vConcentratingMentalActivityLevel), {avoidHeadLoop(performedBy(_874{???A}, _860{???G011}), performedBy(_846{???B}, _860{???G011}))}, performedBy(_874{???A}, _860{???G011}), mentalActivityLevel(_846{???B}, vConcentratingMentalActivityLevel), ~temporallyDisjoint(_874{???A}, _846{???B}), {dif:dif(_874{???A}, _846{???B})}, {is_unit(_860{???G011}, _846{???B})}),  (~performedBy(_888{???A}, _902{???G011})<-mentalActivityLevel(_888{???A}, vConcentratingMentalActivityLevel), {avoidHeadLoop(performedBy(_916{???B}, _902{???G011}), performedBy(_888{???A}, _902{???G011}))}, performedBy(_916{???B}, _902{???G011}), mentalActivityLevel(_916{???B}, vConcentratingMentalActivityLevel), ~temporallyDisjoint(_888{???A}, _916{???B}), {dif:dif(_888{???A}, _916{???B})}, {is_unit(_902{???G011}, _888{???A})}),  (mentalActivityLevel(_720{???A}, vConcentratingMentalActivityLevel), performedBy(_720{???A}, _748{???G011}), performedBy(_734{???B}, _748{???G011}), mentalActivityLevel(_734{???B}, vConcentratingMentalActivityLevel), ~temporallyDisjoint(_720{???A}, _734{???B}), {is_unit(_734{???B}, _720{???A})}==>equals(_720{???A}, _734{???B})),  (mentalActivityLevel(_762{???A}, vConcentratingMentalActivityLevel), performedBy(_762{???A}, _790{???G011}), performedBy(_776{???B}, _790{???G011}), mentalActivityLevel(_776{???B}, vConcentratingMentalActivityLevel), {dif:dif(_762{???A}, _776{???B})}, {is_unit(_776{???B}, _762{???A})}==>temporallyDisjoint(_762{???A}, _776{???B}))]).
  5921.  
  5922.  
  5923. % ~mentalActivityLevel(_196{???B}, vConcentratingMentalActivityLevel) :-
  5924. %   mentalActivityLevel(_200{???A}, vConcentratingMentalActivityLevel),
  5925. %   performedBy(_200{???A}, _214{???G011}),
  5926. %   performedBy(_186{???B}, _214{???G011}),
  5927. %   ~temporallyDisjoint(_200{???A}, _186{???B}),
  5928. %   ~equals(_200{???A}, _186{???B}).
  5929. % ~mentalActivityLevel(_276{???A}, vConcentratingMentalActivityLevel) :-
  5930. %   performedBy(_276{???A}, _290{???G011}),
  5931. %   performedBy(_304{???B}, _290{???G011}),
  5932. %   mentalActivityLevel(_304{???B}, vConcentratingMentalActivityLevel),
  5933. %   ~temporallyDisjoint(_276{???A}, _304{???B}),
  5934. %   ~equals(_276{???A}, _304{???B}).
  5935. % ~performedBy(_186{???B}, _200{???G011}) :-
  5936. %   mentalActivityLevel(_214{???A}, vConcentratingMentalActivityLevel),
  5937. %   performedBy(_214{???A}, _200{???G011}),
  5938. %   mentalActivityLevel(_186{???B}, vConcentratingMentalActivityLevel),
  5939. %   ~temporallyDisjoint(_214{???A}, _186{???B}),
  5940. %   ~equals(_214{???A}, _186{???B}).
  5941. % ~performedBy(_192{???A}, _206{???G011}) :-
  5942. %   mentalActivityLevel(_192{???A}, vConcentratingMentalActivityLevel),
  5943. %   performedBy(_220{???B}, _206{???G011}),
  5944. %   mentalActivityLevel(_220{???B}, vConcentratingMentalActivityLevel),
  5945. %   ~temporallyDisjoint(_192{???A}, _220{???B}),
  5946. %   ~equals(_192{???A}, _220{???B}).
  5947. % equals(_102{???A}, _116{???B}) :-
  5948. %   mentalActivityLevel(_102{???A}, vConcentratingMentalActivityLevel),
  5949. %   performedBy(_102{???A}, _130{???G011}),
  5950. %   performedBy(_116{???B}, _130{???G011}),
  5951. %   mentalActivityLevel(_116{???B}, vConcentratingMentalActivityLevel),
  5952. %   ~temporallyDisjoint(_102{???A}, _116{???B}).
  5953. % temporallyDisjoint(_102{???A}, _116{???B}) :-
  5954. %   mentalActivityLevel(_102{???A}, vConcentratingMentalActivityLevel),
  5955. %   performedBy(_102{???A}, _130{???G011}),
  5956. %   performedBy(_116{???B}, _130{???G011}),
  5957. %   mentalActivityLevel(_116{???B}, vConcentratingMentalActivityLevel),
  5958. %   ~equals(_102{???A}, _116{???B}).
  5959.  
  5960.  
  5961. % asserted_id(implies(and(isa(X_2128_2511, mobPerson), performedBy(X, X_2128_2511), isa(X, actPlayingABoardGame)), age(X_2128_2511, uU(vYearsDurationFn, [6, 110]))), a308955(X_2128_2511, X)).
  5962. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  5963. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  5964.  kif:-all(_199858,all(_199878,implies(and(isa(_199858,mobPerson),performedBy(_199878,_199858),isa(_199878,actPlayingABoardGame)),age(_199858,uU(vYearsDurationFn,[6,110])))))
  5965.  pkif:-all(_199808,all(_199828,=>(&(isa(_199808,mobPerson),&(performedBy(_199828,_199808),isa(_199828,actPlayingABoardGame))),age(_199808,uU(vYearsDurationFn,[6,110])))))
  5966. % cnf :-
  5967. %   v(v(~isa(_152{???X_2128_2511}, mobPerson),
  5968. %       v(~performedBy(_166{???X}, _152{???X_2128_2511}),
  5969. %         ~isa(_166{???X}, actPlayingABoardGame))),
  5970. %     age(_152{???X_2128_2511}, uU(vYearsDurationFn, [6, 110]))).
  5971.  horn:-[(~isa(_201466,actPlayingABoardGame):-isa(_201492,mobPerson),performedBy(_201466,_201492),~age(_201492,uU(vYearsDurationFn,[6,110]))),(~isa(_201550,mobPerson):-performedBy(_201576,_201550),isa(_201576,actPlayingABoardGame),~age(_201550,uU(vYearsDurationFn,[6,110]))),(~performedBy(_201634,_201648):-isa(_201648,mobPerson),isa(_201634,actPlayingABoardGame),~age(_201648,uU(vYearsDurationFn,[6,110]))),(age(_201714,uU(vYearsDurationFn,[6,110])):-isa(_201714,mobPerson),performedBy(_201752,_201714),isa(_201752,actPlayingABoardGame))]
  5972. % boxlog :-
  5973. %  
  5974. %   [ (~isa(_756{???X}, actPlayingABoardGame):-isa(_770{???X_2128_2511}, mobPerson), performedBy(_756{???X}, _770{???X_2128_2511}), ~age(_770{???X_2128_2511}, uU(vYearsDurationFn, [6, 110]))),
  5975. %     (~isa(_812{???X_2128_2511}, mobPerson):-performedBy(_826{???X}, _812{???X_2128_2511}), isa(_826{???X}, actPlayingABoardGame), ~age(_812{???X_2128_2511}, uU(vYearsDurationFn, [6, 110]))),
  5976. %     (~performedBy(_784{???X}, _798{???X_2128_2511}):-isa(_798{???X_2128_2511}, mobPerson), isa(_784{???X}, actPlayingABoardGame), ~age(_798{???X_2128_2511}, uU(vYearsDurationFn, [6, 110]))),
  5977. %     (age(_728{???X_2128_2511}, uU(vYearsDurationFn, [6, 110])):-isa(_728{???X_2128_2511}, mobPerson), performedBy(_742{???X}, _728{???X_2128_2511}), isa(_742{???X}, actPlayingABoardGame))
  5978. %   ].
  5979. % preview :-
  5980. %  
  5981. %   [ ({avoidHeadLoop(isa(_734{???X_2128_2511}, mobPerson), isa(_720{???X}, actPlayingABoardGame))}, isa(_734{???X_2128_2511}, mobPerson), performedBy(_720{???X}, _734{???X_2128_2511}), ~age(_734{???X_2128_2511}, uU(vYearsDurationFn, [6, 110])), {is_unit(_720{???X})}-> ~isa(_720{???X}, actPlayingABoardGame)),
  5982. %     (performedBy(_790{???X}, _776{???X_2128_2511}), {avoidHeadLoop(isa(_790{???X}, actPlayingABoardGame), isa(_776{???X_2128_2511}, mobPerson))}, isa(_790{???X}, actPlayingABoardGame), ~age(_776{???X_2128_2511}, uU(vYearsDurationFn, [6, 110])), {is_unit(_776{???X_2128_2511})}-> ~isa(_776{???X_2128_2511}, mobPerson)),
  5983. %     (isa(_762{???X_2128_2511}, mobPerson), isa(_748{???X}, actPlayingABoardGame), ~age(_762{???X_2128_2511}, uU(vYearsDurationFn, [6, 110])), {is_unit(_762{???X_2128_2511}, _748{???X})}==> ~performedBy(_748{???X}, _762{???X_2128_2511})),
  5984. %     (isa(_692{???X_2128_2511}, mobPerson), performedBy(_706{???X}, _692{???X_2128_2511}), isa(_706{???X}, actPlayingABoardGame), {is_unit(_692{???X_2128_2511})}==>age(_692{???X_2128_2511}, uU(vYearsDurationFn, [6, 110])))
  5985. %   ].
  5986. % conds= =>((name_variable(_702{???X}, 'X'), name_variable(_716{???X_2128_2511}, 'X_2128_2511'), name_variable(_758{???X_2128_2511}, 'X_2128_2511'), name_variable(_772{???X}, 'X'), name_variable(_744{???X_2128_2511}, 'X_2128_2511'), name_variable(_730{???X}, 'X'), name_variable(_674{???X_2128_2511}, 'X_2128_2511'), name_variable(_688{???X}, 'X')), [(~isa(_702{???X}, actPlayingABoardGame)<-{avoidHeadLoop(isa(_716{???X_2128_2511}, mobPerson), isa(_702{???X}, actPlayingABoardGame))}, isa(_716{???X_2128_2511}, mobPerson), performedBy(_702{???X}, _716{???X_2128_2511}), ~age(_716{???X_2128_2511}, uU(vYearsDurationFn, [6, 110])), {is_unit(_702{???X})}),  (~isa(_758{???X_2128_2511}, mobPerson)<-performedBy(_772{???X}, _758{???X_2128_2511}), {avoidHeadLoop(isa(_772{???X}, actPlayingABoardGame), isa(_758{???X_2128_2511}, mobPerson))}, isa(_772{???X}, actPlayingABoardGame), ~age(_758{???X_2128_2511}, uU(vYearsDurationFn, [6, 110])), {is_unit(_758{???X_2128_2511})}),  (isa(_744{???X_2128_2511}, mobPerson), isa(_730{???X}, actPlayingABoardGame), ~age(_744{???X_2128_2511}, uU(vYearsDurationFn, [6, 110])), {is_unit(_744{???X_2128_2511}, _730{???X})}==> ~performedBy(_730{???X}, _744{???X_2128_2511})),  (isa(_674{???X_2128_2511}, mobPerson), performedBy(_688{???X}, _674{???X_2128_2511}), isa(_688{???X}, actPlayingABoardGame), {is_unit(_674{???X_2128_2511})}==>age(_674{???X_2128_2511}, uU(vYearsDurationFn, [6, 110])))]).
  5987.  
  5988.  
  5989. % ~isa(_138{???X}, actPlayingABoardGame) :-
  5990. %   isa(_152{???X_2128_2511}, mobPerson),
  5991. %   performedBy(_138{???X}, _152{???X_2128_2511}),
  5992. %   ~age(_152{???X_2128_2511}, uU(vYearsDurationFn, [6, 110])).
  5993. % ~isa(_162{???X_2128_2511}, mobPerson) :-
  5994. %   performedBy(_172{???X}, _158{???X_2128_2511}),
  5995. %   isa(_172{???X}, actPlayingABoardGame),
  5996. %   ~age(_158{???X_2128_2511}, uU(vYearsDurationFn, [6, 110])).
  5997. % ~performedBy(_130{???X}, _144{???X_2128_2511}) :-
  5998. %   isa(_144{???X_2128_2511}, mobPerson),
  5999. %   isa(_130{???X}, actPlayingABoardGame),
  6000. %   ~age(_144{???X_2128_2511}, uU(vYearsDurationFn, [6, 110])).
  6001. % age(_102{???X_2128_2511}, uU(vYearsDurationFn, [6, 110])) :-
  6002. %   isa(_102{???X_2128_2511}, mobPerson),
  6003. %   performedBy(_116{???X}, _102{???X_2128_2511}),
  6004. %   isa(_116{???X}, actPlayingABoardGame).
  6005.  
  6006.  
  6007. % asserted_id(implies(and(isa(X_2136_2527, mobPerson), performedBy(X, X_2136_2527), isa(X, actMakingPottery)), age(X_2136_2527, uU(vYearsDurationFn, [10, 90]))), a308956(X_2136_2527, X)).
  6008. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  6009. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  6010.  kif:-all(_199962,all(_199982,implies(and(isa(_199962,mobPerson),performedBy(_199982,_199962),isa(_199982,actMakingPottery)),age(_199962,uU(vYearsDurationFn,[10,90])))))
  6011.  pkif:-all(_199912,all(_199932,=>(&(isa(_199912,mobPerson),&(performedBy(_199932,_199912),isa(_199932,actMakingPottery))),age(_199912,uU(vYearsDurationFn,[10,90])))))
  6012. % cnf :-
  6013. %   v(v(~isa(_152{???X_2136_2527}, mobPerson),
  6014. %       v(~performedBy(_166{???X}, _152{???X_2136_2527}),
  6015. %         ~isa(_166{???X}, actMakingPottery))),
  6016. %     age(_152{???X_2136_2527}, uU(vYearsDurationFn, [10, 90]))).
  6017.  horn:-[(~isa(_201570,actMakingPottery):-isa(_201596,mobPerson),performedBy(_201570,_201596),~age(_201596,uU(vYearsDurationFn,[10,90]))),(~isa(_201654,mobPerson):-performedBy(_201680,_201654),isa(_201680,actMakingPottery),~age(_201654,uU(vYearsDurationFn,[10,90]))),(~performedBy(_201738,_201752):-isa(_201752,mobPerson),isa(_201738,actMakingPottery),~age(_201752,uU(vYearsDurationFn,[10,90]))),(age(_201818,uU(vYearsDurationFn,[10,90])):-isa(_201818,mobPerson),performedBy(_201856,_201818),isa(_201856,actMakingPottery))]
  6018. % boxlog :-
  6019. %  
  6020. %   [ (~isa(_756{???X}, actMakingPottery):-isa(_770{???X_2136_2527}, mobPerson), performedBy(_756{???X}, _770{???X_2136_2527}), ~age(_770{???X_2136_2527}, uU(vYearsDurationFn, [10, 90]))),
  6021. %     (~isa(_812{???X_2136_2527}, mobPerson):-performedBy(_826{???X}, _812{???X_2136_2527}), isa(_826{???X}, actMakingPottery), ~age(_812{???X_2136_2527}, uU(vYearsDurationFn, [10, 90]))),
  6022. %     (~performedBy(_784{???X}, _798{???X_2136_2527}):-isa(_798{???X_2136_2527}, mobPerson), isa(_784{???X}, actMakingPottery), ~age(_798{???X_2136_2527}, uU(vYearsDurationFn, [10, 90]))),
  6023. %     (age(_728{???X_2136_2527}, uU(vYearsDurationFn, [10, 90])):-isa(_728{???X_2136_2527}, mobPerson), performedBy(_742{???X}, _728{???X_2136_2527}), isa(_742{???X}, actMakingPottery))
  6024. %   ].
  6025. % preview :-
  6026. %  
  6027. %   [ ({avoidHeadLoop(isa(_734{???X_2136_2527}, mobPerson), isa(_720{???X}, actMakingPottery))}, isa(_734{???X_2136_2527}, mobPerson), performedBy(_720{???X}, _734{???X_2136_2527}), ~age(_734{???X_2136_2527}, uU(vYearsDurationFn, [10, 90])), {is_unit(_720{???X})}-> ~isa(_720{???X}, actMakingPottery)),
  6028. %     (performedBy(_790{???X}, _776{???X_2136_2527}), {avoidHeadLoop(isa(_790{???X}, actMakingPottery), isa(_776{???X_2136_2527}, mobPerson))}, isa(_790{???X}, actMakingPottery), ~age(_776{???X_2136_2527}, uU(vYearsDurationFn, [10, 90])), {is_unit(_776{???X_2136_2527})}-> ~isa(_776{???X_2136_2527}, mobPerson)),
  6029. %     (isa(_762{???X_2136_2527}, mobPerson), isa(_748{???X}, actMakingPottery), ~age(_762{???X_2136_2527}, uU(vYearsDurationFn, [10, 90])), {is_unit(_762{???X_2136_2527}, _748{???X})}==> ~performedBy(_748{???X}, _762{???X_2136_2527})),
  6030. %     (isa(_692{???X_2136_2527}, mobPerson), performedBy(_706{???X}, _692{???X_2136_2527}), isa(_706{???X}, actMakingPottery), {is_unit(_692{???X_2136_2527})}==>age(_692{???X_2136_2527}, uU(vYearsDurationFn, [10, 90])))
  6031. %   ].
  6032. % conds= =>((name_variable(_702{???X}, 'X'), name_variable(_716{???X_2136_2527}, 'X_2136_2527'), name_variable(_758{???X_2136_2527}, 'X_2136_2527'), name_variable(_772{???X}, 'X'), name_variable(_744{???X_2136_2527}, 'X_2136_2527'), name_variable(_730{???X}, 'X'), name_variable(_674{???X_2136_2527}, 'X_2136_2527'), name_variable(_688{???X}, 'X')), [(~isa(_702{???X}, actMakingPottery)<-{avoidHeadLoop(isa(_716{???X_2136_2527}, mobPerson), isa(_702{???X}, actMakingPottery))}, isa(_716{???X_2136_2527}, mobPerson), performedBy(_702{???X}, _716{???X_2136_2527}), ~age(_716{???X_2136_2527}, uU(vYearsDurationFn, [10, 90])), {is_unit(_702{???X})}),  (~isa(_758{???X_2136_2527}, mobPerson)<-performedBy(_772{???X}, _758{???X_2136_2527}), {avoidHeadLoop(isa(_772{???X}, actMakingPottery), isa(_758{???X_2136_2527}, mobPerson))}, isa(_772{???X}, actMakingPottery), ~age(_758{???X_2136_2527}, uU(vYearsDurationFn, [10, 90])), {is_unit(_758{???X_2136_2527})}),  (isa(_744{???X_2136_2527}, mobPerson), isa(_730{???X}, actMakingPottery), ~age(_744{???X_2136_2527}, uU(vYearsDurationFn, [10, 90])), {is_unit(_744{???X_2136_2527}, _730{???X})}==> ~performedBy(_730{???X}, _744{???X_2136_2527})),  (isa(_674{???X_2136_2527}, mobPerson), performedBy(_688{???X}, _674{???X_2136_2527}), isa(_688{???X}, actMakingPottery), {is_unit(_674{???X_2136_2527})}==>age(_674{???X_2136_2527}, uU(vYearsDurationFn, [10, 90])))]).
  6033.  
  6034.  
  6035. % ~isa(_138{???X}, actMakingPottery) :-
  6036. %   isa(_152{???X_2136_2527}, mobPerson),
  6037. %   performedBy(_138{???X}, _152{???X_2136_2527}),
  6038. %   ~age(_152{???X_2136_2527}, uU(vYearsDurationFn, [10, 90])).
  6039. % ~isa(_162{???X_2136_2527}, mobPerson) :-
  6040. %   performedBy(_172{???X}, _158{???X_2136_2527}),
  6041. %   isa(_172{???X}, actMakingPottery),
  6042. %   ~age(_158{???X_2136_2527}, uU(vYearsDurationFn, [10, 90])).
  6043. % ~performedBy(_130{???X}, _144{???X_2136_2527}) :-
  6044. %   isa(_144{???X_2136_2527}, mobPerson),
  6045. %   isa(_130{???X}, actMakingPottery),
  6046. %   ~age(_144{???X_2136_2527}, uU(vYearsDurationFn, [10, 90])).
  6047. % age(_102{???X_2136_2527}, uU(vYearsDurationFn, [10, 90])) :-
  6048. %   isa(_102{???X_2136_2527}, mobPerson),
  6049. %   performedBy(_116{???X}, _102{???X_2136_2527}),
  6050. %   isa(_116{???X}, actMakingPottery).
  6051.  
  6052.  
  6053. % asserted_id(implies(and(isa(X_2140_2535, mobPerson), performedBy(X, X_2140_2535), isa(X, actTakingACourse)), age(X_2140_2535, uU(vYearsDurationFn, [5, 110]))), a308957(X_2140_2535, X)).
  6054. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  6055. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  6056.  kif:-all(_200066,all(_200086,implies(and(isa(_200066,mobPerson),performedBy(_200086,_200066),isa(_200086,actTakingACourse)),age(_200066,uU(vYearsDurationFn,[5,110])))))
  6057.  pkif:-all(_200016,all(_200036,=>(&(isa(_200016,mobPerson),&(performedBy(_200036,_200016),isa(_200036,actTakingACourse))),age(_200016,uU(vYearsDurationFn,[5,110])))))
  6058. % cnf :-
  6059. %   v(v(~isa(_152{???X_2140_2535}, mobPerson),
  6060. %       v(~performedBy(_166{???X}, _152{???X_2140_2535}),
  6061. %         ~isa(_166{???X}, actTakingACourse))),
  6062. %     age(_152{???X_2140_2535}, uU(vYearsDurationFn, [5, 110]))).
  6063.  horn:-[(~isa(_201674,actTakingACourse):-isa(_201700,mobPerson),performedBy(_201674,_201700),~age(_201700,uU(vYearsDurationFn,[5,110]))),(~isa(_201758,mobPerson):-performedBy(_201784,_201758),isa(_201784,actTakingACourse),~age(_201758,uU(vYearsDurationFn,[5,110]))),(~performedBy(_201842,_201856):-isa(_201856,mobPerson),isa(_201842,actTakingACourse),~age(_201856,uU(vYearsDurationFn,[5,110]))),(age(_201922,uU(vYearsDurationFn,[5,110])):-isa(_201922,mobPerson),performedBy(_201960,_201922),isa(_201960,actTakingACourse))]
  6064. % boxlog :-
  6065. %  
  6066. %   [ (~isa(_756{???X}, actTakingACourse):-isa(_770{???X_2140_2535}, mobPerson), performedBy(_756{???X}, _770{???X_2140_2535}), ~age(_770{???X_2140_2535}, uU(vYearsDurationFn, [5, 110]))),
  6067. %     (~isa(_812{???X_2140_2535}, mobPerson):-performedBy(_826{???X}, _812{???X_2140_2535}), isa(_826{???X}, actTakingACourse), ~age(_812{???X_2140_2535}, uU(vYearsDurationFn, [5, 110]))),
  6068. %     (~performedBy(_784{???X}, _798{???X_2140_2535}):-isa(_798{???X_2140_2535}, mobPerson), isa(_784{???X}, actTakingACourse), ~age(_798{???X_2140_2535}, uU(vYearsDurationFn, [5, 110]))),
  6069. %     (age(_728{???X_2140_2535}, uU(vYearsDurationFn, [5, 110])):-isa(_728{???X_2140_2535}, mobPerson), performedBy(_742{???X}, _728{???X_2140_2535}), isa(_742{???X}, actTakingACourse))
  6070. %   ].
  6071. % preview :-
  6072. %  
  6073. %   [ ({avoidHeadLoop(isa(_734{???X_2140_2535}, mobPerson), isa(_720{???X}, actTakingACourse))}, isa(_734{???X_2140_2535}, mobPerson), performedBy(_720{???X}, _734{???X_2140_2535}), ~age(_734{???X_2140_2535}, uU(vYearsDurationFn, [5, 110])), {is_unit(_720{???X})}-> ~isa(_720{???X}, actTakingACourse)),
  6074. %     (performedBy(_790{???X}, _776{???X_2140_2535}), {avoidHeadLoop(isa(_790{???X}, actTakingACourse), isa(_776{???X_2140_2535}, mobPerson))}, isa(_790{???X}, actTakingACourse), ~age(_776{???X_2140_2535}, uU(vYearsDurationFn, [5, 110])), {is_unit(_776{???X_2140_2535})}-> ~isa(_776{???X_2140_2535}, mobPerson)),
  6075. %     (isa(_762{???X_2140_2535}, mobPerson), isa(_748{???X}, actTakingACourse), ~age(_762{???X_2140_2535}, uU(vYearsDurationFn, [5, 110])), {is_unit(_762{???X_2140_2535}, _748{???X})}==> ~performedBy(_748{???X}, _762{???X_2140_2535})),
  6076. %     (isa(_692{???X_2140_2535}, mobPerson), performedBy(_706{???X}, _692{???X_2140_2535}), isa(_706{???X}, actTakingACourse), {is_unit(_692{???X_2140_2535})}==>age(_692{???X_2140_2535}, uU(vYearsDurationFn, [5, 110])))
  6077. %   ].
  6078. % conds= =>((name_variable(_702{???X}, 'X'), name_variable(_716{???X_2140_2535}, 'X_2140_2535'), name_variable(_758{???X_2140_2535}, 'X_2140_2535'), name_variable(_772{???X}, 'X'), name_variable(_744{???X_2140_2535}, 'X_2140_2535'), name_variable(_730{???X}, 'X'), name_variable(_674{???X_2140_2535}, 'X_2140_2535'), name_variable(_688{???X}, 'X')), [(~isa(_702{???X}, actTakingACourse)<-{avoidHeadLoop(isa(_716{???X_2140_2535}, mobPerson), isa(_702{???X}, actTakingACourse))}, isa(_716{???X_2140_2535}, mobPerson), performedBy(_702{???X}, _716{???X_2140_2535}), ~age(_716{???X_2140_2535}, uU(vYearsDurationFn, [5, 110])), {is_unit(_702{???X})}),  (~isa(_758{???X_2140_2535}, mobPerson)<-performedBy(_772{???X}, _758{???X_2140_2535}), {avoidHeadLoop(isa(_772{???X}, actTakingACourse), isa(_758{???X_2140_2535}, mobPerson))}, isa(_772{???X}, actTakingACourse), ~age(_758{???X_2140_2535}, uU(vYearsDurationFn, [5, 110])), {is_unit(_758{???X_2140_2535})}),  (isa(_744{???X_2140_2535}, mobPerson), isa(_730{???X}, actTakingACourse), ~age(_744{???X_2140_2535}, uU(vYearsDurationFn, [5, 110])), {is_unit(_744{???X_2140_2535}, _730{???X})}==> ~performedBy(_730{???X}, _744{???X_2140_2535})),  (isa(_674{???X_2140_2535}, mobPerson), performedBy(_688{???X}, _674{???X_2140_2535}), isa(_688{???X}, actTakingACourse), {is_unit(_674{???X_2140_2535})}==>age(_674{???X_2140_2535}, uU(vYearsDurationFn, [5, 110])))]).
  6079.  
  6080.  
  6081. % ~isa(_138{???X}, actTakingACourse) :-
  6082. %   isa(_152{???X_2140_2535}, mobPerson),
  6083. %   performedBy(_138{???X}, _152{???X_2140_2535}),
  6084. %   ~age(_152{???X_2140_2535}, uU(vYearsDurationFn, [5, 110])).
  6085. % ~isa(_162{???X_2140_2535}, mobPerson) :-
  6086. %   performedBy(_172{???X}, _158{???X_2140_2535}),
  6087. %   isa(_172{???X}, actTakingACourse),
  6088. %   ~age(_158{???X_2140_2535}, uU(vYearsDurationFn, [5, 110])).
  6089. % ~performedBy(_130{???X}, _144{???X_2140_2535}) :-
  6090. %   isa(_144{???X_2140_2535}, mobPerson),
  6091. %   isa(_130{???X}, actTakingACourse),
  6092. %   ~age(_144{???X_2140_2535}, uU(vYearsDurationFn, [5, 110])).
  6093. % age(_102{???X_2140_2535}, uU(vYearsDurationFn, [5, 110])) :-
  6094. %   isa(_102{???X_2140_2535}, mobPerson),
  6095. %   performedBy(_116{???X}, _102{???X_2140_2535}),
  6096. %   isa(_116{???X}, actTakingACourse).
  6097.  
  6098.  
  6099. % asserted_id(implies(and(isa(CRAWL, actCrawlingOnHandsAndKnees), performedBy(CRAWL, PERSON)), speedOfObjectTranslation(PERSON, uU(vMilesPerHourFn, [0.1, 2]))), a308958(CRAWL, PERSON)).
  6100. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  6101. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  6102.  kif:-all(_200152,all(_200172,implies(and(isa(_200152,actCrawlingOnHandsAndKnees),performedBy(_200152,_200172)),speedOfObjectTranslation(_200172,uU(vMilesPerHourFn,[0.1,2])))))
  6103.  pkif:-all(_200098,all(_200118,=>(&(isa(_200098,actCrawlingOnHandsAndKnees),performedBy(_200098,_200118)),speedOfObjectTranslation(_200118,uU(vMilesPerHourFn,[0.1,2])))))
  6104. % cnf :-
  6105. %   v(v(~isa(_150{???CRAWL}, actCrawlingOnHandsAndKnees),
  6106. %       ~performedBy(_150{???CRAWL}, _164{???PERSON})),
  6107. %     speedOfObjectTranslation(_164{???PERSON},
  6108. %                  uU(vMilesPerHourFn, [0.1, 2]))).
  6109.  horn:-[(~isa(_201270,actCrawlingOnHandsAndKnees):-performedBy(_201270,_201296),~speedOfObjectTranslation(_201296,uU(vMilesPerHourFn,[0.1,2]))),(~performedBy(_201342,_201356):-isa(_201342,actCrawlingOnHandsAndKnees),~speedOfObjectTranslation(_201356,uU(vMilesPerHourFn,[0.1,2]))),(speedOfObjectTranslation(_201410,uU(vMilesPerHourFn,[0.1,2])):-isa(_201436,actCrawlingOnHandsAndKnees),performedBy(_201436,_201410))]
  6110. % boxlog :-
  6111. %  
  6112. %   [ (~isa(_758{???CRAWL}, actCrawlingOnHandsAndKnees):-performedBy(_758{???CRAWL}, _772{???PERSON}), ~speedOfObjectTranslation(_772{???PERSON}, uU(vMilesPerHourFn, [0.1, 2]))),
  6113. %     (~performedBy(_724{???CRAWL}, _738{???PERSON}):-isa(_724{???CRAWL}, actCrawlingOnHandsAndKnees), ~speedOfObjectTranslation(_738{???PERSON}, uU(vMilesPerHourFn, [0.1, 2]))),
  6114. %     (speedOfObjectTranslation(_690{???PERSON}, uU(vMilesPerHourFn, [0.1, 2])):-isa(_710{???CRAWL}, actCrawlingOnHandsAndKnees), performedBy(_710{???CRAWL}, _690{???PERSON}))
  6115. %   ].
  6116. % preview :-
  6117. %  
  6118. %   [ (performedBy(_722{???CRAWL}, _736{???PERSON}), ~speedOfObjectTranslation(_736{???PERSON}, uU(vMilesPerHourFn, [0.1, 2])), {is_unit(_722{???CRAWL})}-> ~isa(_722{???CRAWL}, actCrawlingOnHandsAndKnees)),
  6119. %     (isa(_688{???CRAWL}, actCrawlingOnHandsAndKnees), ~speedOfObjectTranslation(_702{???PERSON}, uU(vMilesPerHourFn, [0.1, 2])), {is_unit(_702{???PERSON}, _688{???CRAWL})}==> ~performedBy(_688{???CRAWL}, _702{???PERSON})),
  6120. %     (isa(_674{???CRAWL}, actCrawlingOnHandsAndKnees), performedBy(_674{???CRAWL}, _654{???PERSON}), {is_unit(_654{???PERSON})}==>speedOfObjectTranslation(_654{???PERSON}, uU(vMilesPerHourFn, [0.1, 2])))
  6121. %   ].
  6122. % conds= =>((name_variable(_704{???CRAWL}, 'CRAWL'), name_variable(_718{???PERSON}, 'PERSON'), name_variable(_670{???CRAWL}, 'CRAWL'), name_variable(_684{???PERSON}, 'PERSON'), name_variable(_656{???CRAWL}, 'CRAWL'), name_variable(_636{???PERSON}, 'PERSON')), [(~isa(_704{???CRAWL}, actCrawlingOnHandsAndKnees)<-performedBy(_704{???CRAWL}, _718{???PERSON}), ~speedOfObjectTranslation(_718{???PERSON}, uU(vMilesPerHourFn, [0.1, 2])), {is_unit(_704{???CRAWL})}),  (isa(_670{???CRAWL}, actCrawlingOnHandsAndKnees), ~speedOfObjectTranslation(_684{???PERSON}, uU(vMilesPerHourFn, [0.1, 2])), {is_unit(_684{???PERSON}, _670{???CRAWL})}==> ~performedBy(_670{???CRAWL}, _684{???PERSON})),  (isa(_656{???CRAWL}, actCrawlingOnHandsAndKnees), performedBy(_656{???CRAWL}, _636{???PERSON}), {is_unit(_636{???PERSON})}==>speedOfObjectTranslation(_636{???PERSON}, uU(vMilesPerHourFn, [0.1, 2])))]).
  6123.  
  6124.  
  6125. % ~isa(_178{???CRAWL}, actCrawlingOnHandsAndKnees) :-
  6126. %   performedBy(_178{???CRAWL}, _192{???PERSON}),
  6127. %   ~speedOfObjectTranslation(_192{???PERSON}, uU(vMilesPerHourFn, [0.1, 2])).
  6128. % ~performedBy(_136{???CRAWL}, _150{???PERSON}) :-
  6129. %   isa(_136{???CRAWL}, actCrawlingOnHandsAndKnees),
  6130. %   ~speedOfObjectTranslation(_150{???PERSON}, uU(vMilesPerHourFn, [0.1, 2])).
  6131. % speedOfObjectTranslation(_102{???PERSON}, uU(vMilesPerHourFn, [0.1, 2])) :-
  6132. %   isa(_122{???CRAWL}, actCrawlingOnHandsAndKnees),
  6133. %   performedBy(_122{???CRAWL}, _102{???PERSON}).
  6134.  
  6135.  
  6136. % asserted_id(implies(and(isa(WALK, actWalkingOnTwoLegs), performedBy(WALK, PERSON)), speedOfObjectTranslation(PERSON, vWalkingSpeed)), a308959(WALK, PERSON)).
  6137. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  6138. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  6139.  kif:-all(_200196,all(_200216,implies(and(isa(_200196,actWalkingOnTwoLegs),performedBy(_200196,_200216)),speedOfObjectTranslation(_200216,vWalkingSpeed))))
  6140.  pkif:-all(_200142,all(_200162,=>(&(isa(_200142,actWalkingOnTwoLegs),performedBy(_200142,_200162)),speedOfObjectTranslation(_200162,vWalkingSpeed))))
  6141. % cnf :-
  6142. %   v(v(~isa(_126{???WALK}, actWalkingOnTwoLegs),
  6143. %       ~performedBy(_126{???WALK}, _140{???PERSON})),
  6144. %     speedOfObjectTranslation(_140{???PERSON}, vWalkingSpeed)).
  6145.  horn:-[(~isa(_201026,actWalkingOnTwoLegs):-performedBy(_201026,_201052),~speedOfObjectTranslation(_201052,vWalkingSpeed)),(~performedBy(_201098,_201112):-isa(_201098,actWalkingOnTwoLegs),~speedOfObjectTranslation(_201112,vWalkingSpeed)),(speedOfObjectTranslation(_201166,vWalkingSpeed):-isa(_201192,actWalkingOnTwoLegs),performedBy(_201192,_201166))]
  6146. % boxlog :-
  6147. %  
  6148. %   [ (~isa(_668{???WALK}, actWalkingOnTwoLegs):-performedBy(_668{???WALK}, _682{???PERSON}), ~speedOfObjectTranslation(_682{???PERSON}, vWalkingSpeed)),
  6149. %     (~performedBy(_640{???WALK}, _654{???PERSON}):-isa(_640{???WALK}, actWalkingOnTwoLegs), ~speedOfObjectTranslation(_654{???PERSON}, vWalkingSpeed)),
  6150. %     (speedOfObjectTranslation(_612{???PERSON}, vWalkingSpeed):-isa(_626{???WALK}, actWalkingOnTwoLegs), performedBy(_626{???WALK}, _612{???PERSON}))
  6151. %   ].
  6152. % preview :-
  6153. %  
  6154. %   [ (performedBy(_632{???WALK}, _646{???PERSON}), ~speedOfObjectTranslation(_646{???PERSON}, vWalkingSpeed), {is_unit(_632{???WALK})}-> ~isa(_632{???WALK}, actWalkingOnTwoLegs)),
  6155. %     (isa(_604{???WALK}, actWalkingOnTwoLegs), ~speedOfObjectTranslation(_618{???PERSON}, vWalkingSpeed), {is_unit(_618{???PERSON}, _604{???WALK})}==> ~performedBy(_604{???WALK}, _618{???PERSON})),
  6156. %     (isa(_590{???WALK}, actWalkingOnTwoLegs), performedBy(_590{???WALK}, _576{???PERSON}), {is_unit(_576{???PERSON})}==>speedOfObjectTranslation(_576{???PERSON}, vWalkingSpeed))
  6157. %   ].
  6158. % conds= =>((name_variable(_614{???WALK}, 'WALK'), name_variable(_628{???PERSON}, 'PERSON'), name_variable(_586{???WALK}, 'WALK'), name_variable(_600{???PERSON}, 'PERSON'), name_variable(_572{???WALK}, 'WALK'), name_variable(_558{???PERSON}, 'PERSON')), [(~isa(_614{???WALK}, actWalkingOnTwoLegs)<-performedBy(_614{???WALK}, _628{???PERSON}), ~speedOfObjectTranslation(_628{???PERSON}, vWalkingSpeed), {is_unit(_614{???WALK})}),  (isa(_586{???WALK}, actWalkingOnTwoLegs), ~speedOfObjectTranslation(_600{???PERSON}, vWalkingSpeed), {is_unit(_600{???PERSON}, _586{???WALK})}==> ~performedBy(_586{???WALK}, _600{???PERSON})),  (isa(_572{???WALK}, actWalkingOnTwoLegs), performedBy(_572{???WALK}, _558{???PERSON}), {is_unit(_558{???PERSON})}==>speedOfObjectTranslation(_558{???PERSON}, vWalkingSpeed))]).
  6159.  
  6160.  
  6161. % ~isa(_166{???WALK}, actWalkingOnTwoLegs) :-
  6162. %   performedBy(_166{???WALK}, _180{???PERSON}),
  6163. %   ~speedOfObjectTranslation(_180{???PERSON}, vWalkingSpeed).
  6164. % ~performedBy(_130{???WALK}, _144{???PERSON}) :-
  6165. %   isa(_130{???WALK}, actWalkingOnTwoLegs),
  6166. %   ~speedOfObjectTranslation(_144{???PERSON}, vWalkingSpeed).
  6167. % speedOfObjectTranslation(_102{???PERSON}, vWalkingSpeed) :-
  6168. %   isa(_116{???WALK}, actWalkingOnTwoLegs),
  6169. %   performedBy(_116{???WALK}, _102{???PERSON}).
  6170.  
  6171.  
  6172. % asserted_id(implies(and(isa(JUMP, actJumping), performedBy(JUMP, PERSON)), speedOfObjectTranslation(PERSON, uU(vMilesPerHourFn, [1, 3]))), a308960(JUMP, PERSON)).
  6173. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  6174. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  6175.  kif:-all(_200354,all(_200374,implies(and(isa(_200354,actJumping),performedBy(_200354,_200374)),speedOfObjectTranslation(_200374,uU(vMilesPerHourFn,[1,3])))))
  6176.  pkif:-all(_200300,all(_200320,=>(&(isa(_200300,actJumping),performedBy(_200300,_200320)),speedOfObjectTranslation(_200320,uU(vMilesPerHourFn,[1,3])))))
  6177. % cnf :-
  6178. %   v(v(~isa(_144{???JUMP}, actJumping),
  6179. %       ~performedBy(_144{???JUMP}, _158{???PERSON})),
  6180. %     speedOfObjectTranslation(_158{???PERSON}, uU(vMilesPerHourFn, [1, 3]))).
  6181.  horn:-[(~isa(_201418,actJumping):-performedBy(_201418,_201444),~speedOfObjectTranslation(_201444,uU(vMilesPerHourFn,[1,3]))),(~performedBy(_201490,_201504):-isa(_201490,actJumping),~speedOfObjectTranslation(_201504,uU(vMilesPerHourFn,[1,3]))),(speedOfObjectTranslation(_201558,uU(vMilesPerHourFn,[1,3])):-isa(_201584,actJumping),performedBy(_201584,_201558))]
  6182. % boxlog :-
  6183. %  
  6184. %   [ (~isa(_740{???JUMP}, actJumping):-performedBy(_740{???JUMP}, _754{???PERSON}), ~speedOfObjectTranslation(_754{???PERSON}, uU(vMilesPerHourFn, [1, 3]))),
  6185. %     (~performedBy(_712{???JUMP}, _726{???PERSON}):-isa(_712{???JUMP}, actJumping), ~speedOfObjectTranslation(_726{???PERSON}, uU(vMilesPerHourFn, [1, 3]))),
  6186. %     (speedOfObjectTranslation(_684{???PERSON}, uU(vMilesPerHourFn, [1, 3])):-isa(_698{???JUMP}, actJumping), performedBy(_698{???JUMP}, _684{???PERSON}))
  6187. %   ].
  6188. % preview :-
  6189. %  
  6190. %   [ (performedBy(_704{???JUMP}, _718{???PERSON}), ~speedOfObjectTranslation(_718{???PERSON}, uU(vMilesPerHourFn, [1, 3])), {is_unit(_704{???JUMP})}-> ~isa(_704{???JUMP}, actJumping)),
  6191. %     (isa(_676{???JUMP}, actJumping), ~speedOfObjectTranslation(_690{???PERSON}, uU(vMilesPerHourFn, [1, 3])), {is_unit(_690{???PERSON}, _676{???JUMP})}==> ~performedBy(_676{???JUMP}, _690{???PERSON})),
  6192. %     (isa(_662{???JUMP}, actJumping), performedBy(_662{???JUMP}, _648{???PERSON}), {is_unit(_648{???PERSON})}==>speedOfObjectTranslation(_648{???PERSON}, uU(vMilesPerHourFn, [1, 3])))
  6193. %   ].
  6194. % conds= =>((name_variable(_686{???JUMP}, 'JUMP'), name_variable(_700{???PERSON}, 'PERSON'), name_variable(_658{???JUMP}, 'JUMP'), name_variable(_672{???PERSON}, 'PERSON'), name_variable(_644{???JUMP}, 'JUMP'), name_variable(_630{???PERSON}, 'PERSON')), [(~isa(_686{???JUMP}, actJumping)<-performedBy(_686{???JUMP}, _700{???PERSON}), ~speedOfObjectTranslation(_700{???PERSON}, uU(vMilesPerHourFn, [1, 3])), {is_unit(_686{???JUMP})}),  (isa(_658{???JUMP}, actJumping), ~speedOfObjectTranslation(_672{???PERSON}, uU(vMilesPerHourFn, [1, 3])), {is_unit(_672{???PERSON}, _658{???JUMP})}==> ~performedBy(_658{???JUMP}, _672{???PERSON})),  (isa(_644{???JUMP}, actJumping), performedBy(_644{???JUMP}, _630{???PERSON}), {is_unit(_630{???PERSON})}==>speedOfObjectTranslation(_630{???PERSON}, uU(vMilesPerHourFn, [1, 3])))]).
  6195.  
  6196.  
  6197. % ~isa(_166{???JUMP}, actJumping) :-
  6198. %   performedBy(_166{???JUMP}, _180{???PERSON}),
  6199. %   ~speedOfObjectTranslation(_180{???PERSON}, uU(vMilesPerHourFn, [1, 3])).
  6200. % ~performedBy(_130{???JUMP}, _144{???PERSON}) :-
  6201. %   isa(_130{???JUMP}, actJumping),
  6202. %   ~speedOfObjectTranslation(_144{???PERSON}, uU(vMilesPerHourFn, [1, 3])).
  6203. % speedOfObjectTranslation(_102{???PERSON}, uU(vMilesPerHourFn, [1, 3])) :-
  6204. %   isa(_116{???JUMP}, actJumping),
  6205. %   performedBy(_116{???JUMP}, _102{???PERSON}).
  6206.  
  6207.  
  6208. % asserted_id(implies(and(isa(RUN, actRunning), performedBy(RUN, PERSON)), speedOfObjectTranslation(PERSON, uU(vMilesPerHourFn, [5, 15]))), a308961(RUN, PERSON)).
  6209. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  6210. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  6211.  kif:-all(_200458,all(_200478,implies(and(isa(_200458,actRunning),performedBy(_200458,_200478)),speedOfObjectTranslation(_200478,uU(vMilesPerHourFn,[5,15])))))
  6212.  pkif:-all(_200404,all(_200424,=>(&(isa(_200404,actRunning),performedBy(_200404,_200424)),speedOfObjectTranslation(_200424,uU(vMilesPerHourFn,[5,15])))))
  6213. % cnf :-
  6214. %   v(v(~isa(_144{???RUN}, actRunning),
  6215. %       ~performedBy(_144{???RUN}, _158{???PERSON})),
  6216. %     speedOfObjectTranslation(_158{???PERSON}, uU(vMilesPerHourFn, [5, 15]))).
  6217.  horn:-[(~isa(_201522,actRunning):-performedBy(_201522,_201548),~speedOfObjectTranslation(_201548,uU(vMilesPerHourFn,[5,15]))),(~performedBy(_201594,_201608):-isa(_201594,actRunning),~speedOfObjectTranslation(_201608,uU(vMilesPerHourFn,[5,15]))),(speedOfObjectTranslation(_201662,uU(vMilesPerHourFn,[5,15])):-isa(_201688,actRunning),performedBy(_201688,_201662))]
  6218. % boxlog :-
  6219. %  
  6220. %   [ (~isa(_740{???RUN}, actRunning):-performedBy(_740{???RUN}, _754{???PERSON}), ~speedOfObjectTranslation(_754{???PERSON}, uU(vMilesPerHourFn, [5, 15]))),
  6221. %     (~performedBy(_712{???RUN}, _726{???PERSON}):-isa(_712{???RUN}, actRunning), ~speedOfObjectTranslation(_726{???PERSON}, uU(vMilesPerHourFn, [5, 15]))),
  6222. %     (speedOfObjectTranslation(_684{???PERSON}, uU(vMilesPerHourFn, [5, 15])):-isa(_698{???RUN}, actRunning), performedBy(_698{???RUN}, _684{???PERSON}))
  6223. %   ].
  6224. % preview :-
  6225. %  
  6226. %   [ (performedBy(_704{???RUN}, _718{???PERSON}), ~speedOfObjectTranslation(_718{???PERSON}, uU(vMilesPerHourFn, [5, 15])), {is_unit(_704{???RUN})}-> ~isa(_704{???RUN}, actRunning)),
  6227. %     (isa(_676{???RUN}, actRunning), ~speedOfObjectTranslation(_690{???PERSON}, uU(vMilesPerHourFn, [5, 15])), {is_unit(_690{???PERSON}, _676{???RUN})}==> ~performedBy(_676{???RUN}, _690{???PERSON})),
  6228. %     (isa(_662{???RUN}, actRunning), performedBy(_662{???RUN}, _648{???PERSON}), {is_unit(_648{???PERSON})}==>speedOfObjectTranslation(_648{???PERSON}, uU(vMilesPerHourFn, [5, 15])))
  6229. %   ].
  6230. % conds= =>((name_variable(_686{???RUN}, 'RUN'), name_variable(_700{???PERSON}, 'PERSON'), name_variable(_658{???RUN}, 'RUN'), name_variable(_672{???PERSON}, 'PERSON'), name_variable(_644{???RUN}, 'RUN'), name_variable(_630{???PERSON}, 'PERSON')), [(~isa(_686{???RUN}, actRunning)<-performedBy(_686{???RUN}, _700{???PERSON}), ~speedOfObjectTranslation(_700{???PERSON}, uU(vMilesPerHourFn, [5, 15])), {is_unit(_686{???RUN})}),  (isa(_658{???RUN}, actRunning), ~speedOfObjectTranslation(_672{???PERSON}, uU(vMilesPerHourFn, [5, 15])), {is_unit(_672{???PERSON}, _658{???RUN})}==> ~performedBy(_658{???RUN}, _672{???PERSON})),  (isa(_644{???RUN}, actRunning), performedBy(_644{???RUN}, _630{???PERSON}), {is_unit(_630{???PERSON})}==>speedOfObjectTranslation(_630{???PERSON}, uU(vMilesPerHourFn, [5, 15])))]).
  6231.  
  6232.  
  6233. % ~isa(_166{???RUN}, actRunning) :-
  6234. %   performedBy(_166{???RUN}, _180{???PERSON}),
  6235. %   ~speedOfObjectTranslation(_180{???PERSON}, uU(vMilesPerHourFn, [5, 15])).
  6236. % ~performedBy(_130{???RUN}, _144{???PERSON}) :-
  6237. %   isa(_130{???RUN}, actRunning),
  6238. %   ~speedOfObjectTranslation(_144{???PERSON}, uU(vMilesPerHourFn, [5, 15])).
  6239. % speedOfObjectTranslation(_102{???PERSON}, uU(vMilesPerHourFn, [5, 15])) :-
  6240. %   isa(_116{???RUN}, actRunning),
  6241. %   performedBy(_116{???RUN}, _102{???PERSON}).
  6242.  
  6243.  
  6244. % asserted_id(=>(and(isa(U, mobEmbodiedAgent), isa(U, mobPerson)), implies(isa(U, mobPerson), anatomicallyCapableOf(U, actSpeaking, performedBy))), a308965(U)).
  6245. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  6246. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  6247.  kif:-all(_200478,=>(and(isa(_200478,mobEmbodiedAgent),isa(_200478,mobPerson)),implies(isa(_200478,mobPerson),anatomicallyCapableOf(_200478,actSpeaking,performedBy))))
  6248.  pkif:-all(_200424,=>(&(isa(_200424,mobEmbodiedAgent),isa(_200424,mobPerson)),=>(isa(_200424,mobPerson),anatomicallyCapableOf(_200424,actSpeaking,performedBy))))
  6249. % cnf :-
  6250. %   v(v(~isa(_116{???U}, mobEmbodiedAgent), ~isa(_116{???U}, mobPerson)),
  6251. %     v(~isa(_116{???U}, mobPerson),
  6252. %       anatomicallyCapableOf(_116{???U}, actSpeaking, performedBy))).
  6253.  horn:-[(~isa(_201398,mobPerson):-isa(_201398,mobEmbodiedAgent),~anatomicallyCapableOf(_201398,actSpeaking,performedBy)),(~isa(_201458,mobEmbodiedAgent):-isa(_201458,mobPerson),~anatomicallyCapableOf(_201458,actSpeaking,performedBy)),(anatomicallyCapableOf(_201516,actSpeaking,performedBy):-isa(_201516,mobEmbodiedAgent),isa(_201516,mobPerson))]
  6254. % boxlog :-
  6255. %  
  6256. %   [ (~isa(_660{???U}, mobPerson):-isa(_660{???U}, mobEmbodiedAgent), ~anatomicallyCapableOf(_660{???U}, actSpeaking, performedBy)),
  6257. %     (~isa(_674{???U}, mobEmbodiedAgent):-isa(_674{???U}, mobPerson), ~anatomicallyCapableOf(_674{???U}, actSpeaking, performedBy)),
  6258. %     (anatomicallyCapableOf(_646{???U}, actSpeaking, performedBy):-isa(_646{???U}, mobEmbodiedAgent), isa(_646{???U}, mobPerson))
  6259. %   ].
  6260. % preview :-
  6261. %  
  6262. %   [ (isa(_624{???U}, mobEmbodiedAgent), ~anatomicallyCapableOf(_624{???U}, actSpeaking, performedBy), {is_unit(_624{???U})}==> ~isa(_624{???U}, mobPerson)),
  6263. %     (isa(_638{???U}, mobPerson), ~anatomicallyCapableOf(_638{???U}, actSpeaking, performedBy), {is_unit(_638{???U})}==> ~isa(_638{???U}, mobEmbodiedAgent)),
  6264. %     (isa(_610{???U}, mobEmbodiedAgent), isa(_610{???U}, mobPerson), {is_unit(_610{???U})}==>anatomicallyCapableOf(_610{???U}, actSpeaking, performedBy))
  6265. %   ].
  6266. % conds= =>((name_variable(_606{???U}, 'U'), name_variable(_620{???U}, 'U'), name_variable(_592{???U}, 'U')), [(isa(_606{???U}, mobEmbodiedAgent), ~anatomicallyCapableOf(_606{???U}, actSpeaking, performedBy), {is_unit(_606{???U})}==> ~isa(_606{???U}, mobPerson)),  (isa(_620{???U}, mobPerson), ~anatomicallyCapableOf(_620{???U}, actSpeaking, performedBy), {is_unit(_620{???U})}==> ~isa(_620{???U}, mobEmbodiedAgent)),  (isa(_592{???U}, mobEmbodiedAgent), isa(_592{???U}, mobPerson), {is_unit(_592{???U})}==>anatomicallyCapableOf(_592{???U}, actSpeaking, performedBy))]).
  6267.  
  6268.  
  6269. % ~isa(_122{???U}, mobPerson) :-
  6270. %   isa(_122{???U}, mobEmbodiedAgent),
  6271. %   ~anatomicallyCapableOf(_122{???U}, actSpeaking, performedBy).
  6272. % ~isa(_118{???U}, mobEmbodiedAgent) :-
  6273. %   isa(_116{???U}, mobPerson),
  6274. %   ~anatomicallyCapableOf(_116{???U}, actSpeaking, performedBy).
  6275. % anatomicallyCapableOf(_102{???U}, actSpeaking, performedBy) :-
  6276. %   isa(_102{???U}, mobEmbodiedAgent),
  6277. %   isa(_102{???U}, mobPerson).
  6278.  
  6279.  
  6280. % asserted_id(=>(and(isa(U, mobEmbodiedAgent), isa(U, mobPerson)), implies(isa(U, mobPerson), anatomicallyCapableOf(U, nartR(actPerformSimultaneouslyFn, [actYawning, actSpeaking]), performedBy))), a308966(U)).
  6281. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  6282. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  6283.  kif:-all(_200584,=>(and(isa(_200584,mobEmbodiedAgent),isa(_200584,mobPerson)),implies(isa(_200584,mobPerson),anatomicallyCapableOf(_200584,nartR(actPerformSimultaneouslyFn,[actYawning,actSpeaking]),performedBy))))
  6284.  pkif:-all(_200530,=>(&(isa(_200530,mobEmbodiedAgent),isa(_200530,mobPerson)),=>(isa(_200530,mobPerson),anatomicallyCapableOf(_200530,nartR(actPerformSimultaneouslyFn,[actYawning,actSpeaking]),performedBy))))
  6285. % cnf :-
  6286. %   v(v(~isa(_134{???U}, mobEmbodiedAgent), ~isa(_134{???U}, mobPerson)),
  6287. %     v(~isa(_134{???U}, mobPerson),
  6288. %       anatomicallyCapableOf(_134{???U},
  6289. %                 nartR(actPerformSimultaneouslyFn,
  6290. %                   [actYawning, actSpeaking]),
  6291. %                 performedBy))).
  6292.  horn:-[(~isa(_201792,mobPerson):-isa(_201792,mobEmbodiedAgent),~anatomicallyCapableOf(_201792,nartR(actPerformSimultaneouslyFn,[actYawning,actSpeaking]),performedBy)),(~isa(_201852,mobEmbodiedAgent):-isa(_201852,mobPerson),~anatomicallyCapableOf(_201852,nartR(actPerformSimultaneouslyFn,[actYawning,actSpeaking]),performedBy)),(anatomicallyCapableOf(_201910,nartR(actPerformSimultaneouslyFn,[actYawning,actSpeaking]),performedBy):-isa(_201910,mobEmbodiedAgent),isa(_201910,mobPerson))]
  6293. % boxlog :-
  6294. %  
  6295. %   [ (~isa(_732{???U}, mobPerson):-isa(_732{???U}, mobEmbodiedAgent), ~anatomicallyCapableOf(_732{???U}, nartR(actPerformSimultaneouslyFn, [actYawning, actSpeaking]), performedBy)),
  6296. %     (~isa(_746{???U}, mobEmbodiedAgent):-isa(_746{???U}, mobPerson), ~anatomicallyCapableOf(_746{???U}, nartR(actPerformSimultaneouslyFn, [actYawning, actSpeaking]), performedBy)),
  6297. %     (anatomicallyCapableOf(_718{???U}, nartR(actPerformSimultaneouslyFn, [actYawning, actSpeaking]), performedBy):-isa(_718{???U}, mobEmbodiedAgent), isa(_718{???U}, mobPerson))
  6298. %   ].
  6299. % preview :-
  6300. %  
  6301. %   [ (isa(_696{???U}, mobEmbodiedAgent), ~anatomicallyCapableOf(_696{???U}, nartR(actPerformSimultaneouslyFn, [actYawning, actSpeaking]), performedBy), {is_unit(_696{???U})}==> ~isa(_696{???U}, mobPerson)),
  6302. %     (isa(_710{???U}, mobPerson), ~anatomicallyCapableOf(_710{???U}, nartR(actPerformSimultaneouslyFn, [actYawning, actSpeaking]), performedBy), {is_unit(_710{???U})}==> ~isa(_710{???U}, mobEmbodiedAgent)),
  6303. %     (isa(_682{???U}, mobEmbodiedAgent), isa(_682{???U}, mobPerson), {is_unit(_682{???U})}==>anatomicallyCapableOf(_682{???U}, nartR(actPerformSimultaneouslyFn, [actYawning, actSpeaking]), performedBy))
  6304. %   ].
  6305. % conds= =>((name_variable(_678{???U}, 'U'), name_variable(_692{???U}, 'U'), name_variable(_664{???U}, 'U')), [(isa(_678{???U}, mobEmbodiedAgent), ~anatomicallyCapableOf(_678{???U}, nartR(actPerformSimultaneouslyFn, [actYawning, actSpeaking]), performedBy), {is_unit(_678{???U})}==> ~isa(_678{???U}, mobPerson)),  (isa(_692{???U}, mobPerson), ~anatomicallyCapableOf(_692{???U}, nartR(actPerformSimultaneouslyFn, [actYawning, actSpeaking]), performedBy), {is_unit(_692{???U})}==> ~isa(_692{???U}, mobEmbodiedAgent)),  (isa(_664{???U}, mobEmbodiedAgent), isa(_664{???U}, mobPerson), {is_unit(_664{???U})}==>anatomicallyCapableOf(_664{???U}, nartR(actPerformSimultaneouslyFn, [actYawning, actSpeaking]), performedBy))]).
  6306.  
  6307.  
  6308. % ~isa(_122{???U}, mobPerson) :-
  6309. %   isa(_122{???U}, mobEmbodiedAgent),
  6310. %   ~anatomicallyCapableOf(_122{???U}, nartR(actPerformSimultaneouslyFn, [actYawning, actSpeaking]), performedBy).
  6311. % ~isa(_118{???U}, mobEmbodiedAgent) :-
  6312. %   isa(_116{???U}, mobPerson),
  6313. %   ~anatomicallyCapableOf(_116{???U}, nartR(actPerformSimultaneouslyFn, [actYawning, actSpeaking]), performedBy).
  6314. % anatomicallyCapableOf(_102{???U}, nartR(actPerformSimultaneouslyFn, [actYawning, actSpeaking]), performedBy) :-
  6315. %   isa(_102{???U}, mobEmbodiedAgent),
  6316. %   isa(_102{???U}, mobPerson).
  6317.  
  6318.  
  6319. % asserted_id(=>(and(isa(U, mobEmbodiedAgent), isa(U, mobPerson)), implies(isa(U, mobPerson), anatomicallyCapableOf(U, nartR(actPerformSimultaneouslyFn, [actSpeaking, actLaughing]), performedBy))), a308967(U)).
  6320. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  6321. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  6322.  kif:-all(_200636,=>(and(isa(_200636,mobEmbodiedAgent),isa(_200636,mobPerson)),implies(isa(_200636,mobPerson),anatomicallyCapableOf(_200636,nartR(actPerformSimultaneouslyFn,[actSpeaking,actLaughing]),performedBy))))
  6323.  pkif:-all(_200582,=>(&(isa(_200582,mobEmbodiedAgent),isa(_200582,mobPerson)),=>(isa(_200582,mobPerson),anatomicallyCapableOf(_200582,nartR(actPerformSimultaneouslyFn,[actSpeaking,actLaughing]),performedBy))))
  6324. % cnf :-
  6325. %   v(v(~isa(_134{???U}, mobEmbodiedAgent), ~isa(_134{???U}, mobPerson)),
  6326. %     v(~isa(_134{???U}, mobPerson),
  6327. %       anatomicallyCapableOf(_134{???U},
  6328. %                 nartR(actPerformSimultaneouslyFn,
  6329. %                   [actSpeaking, actLaughing]),
  6330. %                 performedBy))).
  6331.  horn:-[(~isa(_201844,mobPerson):-isa(_201844,mobEmbodiedAgent),~anatomicallyCapableOf(_201844,nartR(actPerformSimultaneouslyFn,[actSpeaking,actLaughing]),performedBy)),(~isa(_201904,mobEmbodiedAgent):-isa(_201904,mobPerson),~anatomicallyCapableOf(_201904,nartR(actPerformSimultaneouslyFn,[actSpeaking,actLaughing]),performedBy)),(anatomicallyCapableOf(_201962,nartR(actPerformSimultaneouslyFn,[actSpeaking,actLaughing]),performedBy):-isa(_201962,mobEmbodiedAgent),isa(_201962,mobPerson))]
  6332. % boxlog :-
  6333. %  
  6334. %   [ (~isa(_732{???U}, mobPerson):-isa(_732{???U}, mobEmbodiedAgent), ~anatomicallyCapableOf(_732{???U}, nartR(actPerformSimultaneouslyFn, [actSpeaking, actLaughing]), performedBy)),
  6335. %     (~isa(_746{???U}, mobEmbodiedAgent):-isa(_746{???U}, mobPerson), ~anatomicallyCapableOf(_746{???U}, nartR(actPerformSimultaneouslyFn, [actSpeaking, actLaughing]), performedBy)),
  6336. %     (anatomicallyCapableOf(_718{???U}, nartR(actPerformSimultaneouslyFn, [actSpeaking, actLaughing]), performedBy):-isa(_718{???U}, mobEmbodiedAgent), isa(_718{???U}, mobPerson))
  6337. %   ].
  6338. % preview :-
  6339. %  
  6340. %   [ (isa(_696{???U}, mobEmbodiedAgent), ~anatomicallyCapableOf(_696{???U}, nartR(actPerformSimultaneouslyFn, [actSpeaking, actLaughing]), performedBy), {is_unit(_696{???U})}==> ~isa(_696{???U}, mobPerson)),
  6341. %     (isa(_710{???U}, mobPerson), ~anatomicallyCapableOf(_710{???U}, nartR(actPerformSimultaneouslyFn, [actSpeaking, actLaughing]), performedBy), {is_unit(_710{???U})}==> ~isa(_710{???U}, mobEmbodiedAgent)),
  6342. %     (isa(_682{???U}, mobEmbodiedAgent), isa(_682{???U}, mobPerson), {is_unit(_682{???U})}==>anatomicallyCapableOf(_682{???U}, nartR(actPerformSimultaneouslyFn, [actSpeaking, actLaughing]), performedBy))
  6343. %   ].
  6344. % conds= =>((name_variable(_678{???U}, 'U'), name_variable(_692{???U}, 'U'), name_variable(_664{???U}, 'U')), [(isa(_678{???U}, mobEmbodiedAgent), ~anatomicallyCapableOf(_678{???U}, nartR(actPerformSimultaneouslyFn, [actSpeaking, actLaughing]), performedBy), {is_unit(_678{???U})}==> ~isa(_678{???U}, mobPerson)),  (isa(_692{???U}, mobPerson), ~anatomicallyCapableOf(_692{???U}, nartR(actPerformSimultaneouslyFn, [actSpeaking, actLaughing]), performedBy), {is_unit(_692{???U})}==> ~isa(_692{???U}, mobEmbodiedAgent)),  (isa(_664{???U}, mobEmbodiedAgent), isa(_664{???U}, mobPerson), {is_unit(_664{???U})}==>anatomicallyCapableOf(_664{???U}, nartR(actPerformSimultaneouslyFn, [actSpeaking, actLaughing]), performedBy))]).
  6345.  
  6346.  
  6347. % ~isa(_122{???U}, mobPerson) :-
  6348. %   isa(_122{???U}, mobEmbodiedAgent),
  6349. %   ~anatomicallyCapableOf(_122{???U}, nartR(actPerformSimultaneouslyFn, [actSpeaking, actLaughing]), performedBy).
  6350. % ~isa(_118{???U}, mobEmbodiedAgent) :-
  6351. %   isa(_116{???U}, mobPerson),
  6352. %   ~anatomicallyCapableOf(_116{???U}, nartR(actPerformSimultaneouslyFn, [actSpeaking, actLaughing]), performedBy).
  6353. % anatomicallyCapableOf(_102{???U}, nartR(actPerformSimultaneouslyFn, [actSpeaking, actLaughing]), performedBy) :-
  6354. %   isa(_102{???U}, mobEmbodiedAgent),
  6355. %   isa(_102{???U}, mobPerson).
  6356.  
  6357.  
  6358. % asserted_id(=>(and(isa(U, mobEmbodiedAgent), isa(U, mobPerson)), implies(isa(U, mobPerson), anatomicallyCapableOf(U, nartR(actPerformSimultaneouslyFn, [actSpeaking, actSmiling]), performedBy))), a308968(U)).
  6359. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  6360. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  6361.  kif:-all(_200688,=>(and(isa(_200688,mobEmbodiedAgent),isa(_200688,mobPerson)),implies(isa(_200688,mobPerson),anatomicallyCapableOf(_200688,nartR(actPerformSimultaneouslyFn,[actSpeaking,actSmiling]),performedBy))))
  6362.  pkif:-all(_200634,=>(&(isa(_200634,mobEmbodiedAgent),isa(_200634,mobPerson)),=>(isa(_200634,mobPerson),anatomicallyCapableOf(_200634,nartR(actPerformSimultaneouslyFn,[actSpeaking,actSmiling]),performedBy))))
  6363. % cnf :-
  6364. %   v(v(~isa(_134{???U}, mobEmbodiedAgent), ~isa(_134{???U}, mobPerson)),
  6365. %     v(~isa(_134{???U}, mobPerson),
  6366. %       anatomicallyCapableOf(_134{???U},
  6367. %                 nartR(actPerformSimultaneouslyFn,
  6368. %                   [actSpeaking, actSmiling]),
  6369. %                 performedBy))).
  6370.  horn:-[(~isa(_201896,mobPerson):-isa(_201896,mobEmbodiedAgent),~anatomicallyCapableOf(_201896,nartR(actPerformSimultaneouslyFn,[actSpeaking,actSmiling]),performedBy)),(~isa(_201956,mobEmbodiedAgent):-isa(_201956,mobPerson),~anatomicallyCapableOf(_201956,nartR(actPerformSimultaneouslyFn,[actSpeaking,actSmiling]),performedBy)),(anatomicallyCapableOf(_202014,nartR(actPerformSimultaneouslyFn,[actSpeaking,actSmiling]),performedBy):-isa(_202014,mobEmbodiedAgent),isa(_202014,mobPerson))]
  6371. % boxlog :-
  6372. %  
  6373. %   [ (~isa(_732{???U}, mobPerson):-isa(_732{???U}, mobEmbodiedAgent), ~anatomicallyCapableOf(_732{???U}, nartR(actPerformSimultaneouslyFn, [actSpeaking, actSmiling]), performedBy)),
  6374. %     (~isa(_746{???U}, mobEmbodiedAgent):-isa(_746{???U}, mobPerson), ~anatomicallyCapableOf(_746{???U}, nartR(actPerformSimultaneouslyFn, [actSpeaking, actSmiling]), performedBy)),
  6375. %     (anatomicallyCapableOf(_718{???U}, nartR(actPerformSimultaneouslyFn, [actSpeaking, actSmiling]), performedBy):-isa(_718{???U}, mobEmbodiedAgent), isa(_718{???U}, mobPerson))
  6376. %   ].
  6377. % preview :-
  6378. %  
  6379. %   [ (isa(_696{???U}, mobEmbodiedAgent), ~anatomicallyCapableOf(_696{???U}, nartR(actPerformSimultaneouslyFn, [actSpeaking, actSmiling]), performedBy), {is_unit(_696{???U})}==> ~isa(_696{???U}, mobPerson)),
  6380. %     (isa(_710{???U}, mobPerson), ~anatomicallyCapableOf(_710{???U}, nartR(actPerformSimultaneouslyFn, [actSpeaking, actSmiling]), performedBy), {is_unit(_710{???U})}==> ~isa(_710{???U}, mobEmbodiedAgent)),
  6381. %     (isa(_682{???U}, mobEmbodiedAgent), isa(_682{???U}, mobPerson), {is_unit(_682{???U})}==>anatomicallyCapableOf(_682{???U}, nartR(actPerformSimultaneouslyFn, [actSpeaking, actSmiling]), performedBy))
  6382. %   ].
  6383. % conds= =>((name_variable(_678{???U}, 'U'), name_variable(_692{???U}, 'U'), name_variable(_664{???U}, 'U')), [(isa(_678{???U}, mobEmbodiedAgent), ~anatomicallyCapableOf(_678{???U}, nartR(actPerformSimultaneouslyFn, [actSpeaking, actSmiling]), performedBy), {is_unit(_678{???U})}==> ~isa(_678{???U}, mobPerson)),  (isa(_692{???U}, mobPerson), ~anatomicallyCapableOf(_692{???U}, nartR(actPerformSimultaneouslyFn, [actSpeaking, actSmiling]), performedBy), {is_unit(_692{???U})}==> ~isa(_692{???U}, mobEmbodiedAgent)),  (isa(_664{???U}, mobEmbodiedAgent), isa(_664{???U}, mobPerson), {is_unit(_664{???U})}==>anatomicallyCapableOf(_664{???U}, nartR(actPerformSimultaneouslyFn, [actSpeaking, actSmiling]), performedBy))]).
  6384.  
  6385.  
  6386. % ~isa(_122{???U}, mobPerson) :-
  6387. %   isa(_122{???U}, mobEmbodiedAgent),
  6388. %   ~anatomicallyCapableOf(_122{???U}, nartR(actPerformSimultaneouslyFn, [actSpeaking, actSmiling]), performedBy).
  6389. % ~isa(_118{???U}, mobEmbodiedAgent) :-
  6390. %   isa(_116{???U}, mobPerson),
  6391. %   ~anatomicallyCapableOf(_116{???U}, nartR(actPerformSimultaneouslyFn, [actSpeaking, actSmiling]), performedBy).
  6392. % anatomicallyCapableOf(_102{???U}, nartR(actPerformSimultaneouslyFn, [actSpeaking, actSmiling]), performedBy) :-
  6393. %   isa(_102{???U}, mobEmbodiedAgent),
  6394. %   isa(_102{???U}, mobPerson).
  6395.  
  6396.  
  6397. % asserted_id(=>(and(isa(U, mobEmbodiedAgent), isa(U, mobPerson)), implies(isa(U, mobPerson), anatomicallyCapableOf(U, nartR(actPerformSimultaneouslyFn, [actSpeaking, actFrowning]), performedBy))), a308969(U)).
  6398. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  6399. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  6400.  kif:-all(_200740,=>(and(isa(_200740,mobEmbodiedAgent),isa(_200740,mobPerson)),implies(isa(_200740,mobPerson),anatomicallyCapableOf(_200740,nartR(actPerformSimultaneouslyFn,[actSpeaking,actFrowning]),performedBy))))
  6401.  pkif:-all(_200686,=>(&(isa(_200686,mobEmbodiedAgent),isa(_200686,mobPerson)),=>(isa(_200686,mobPerson),anatomicallyCapableOf(_200686,nartR(actPerformSimultaneouslyFn,[actSpeaking,actFrowning]),performedBy))))
  6402. % cnf :-
  6403. %   v(v(~isa(_134{???U}, mobEmbodiedAgent), ~isa(_134{???U}, mobPerson)),
  6404. %     v(~isa(_134{???U}, mobPerson),
  6405. %       anatomicallyCapableOf(_134{???U},
  6406. %                 nartR(actPerformSimultaneouslyFn,
  6407. %                   [actSpeaking, actFrowning]),
  6408. %                 performedBy))).
  6409.  horn:-[(~isa(_201948,mobPerson):-isa(_201948,mobEmbodiedAgent),~anatomicallyCapableOf(_201948,nartR(actPerformSimultaneouslyFn,[actSpeaking,actFrowning]),performedBy)),(~isa(_202008,mobEmbodiedAgent):-isa(_202008,mobPerson),~anatomicallyCapableOf(_202008,nartR(actPerformSimultaneouslyFn,[actSpeaking,actFrowning]),performedBy)),(anatomicallyCapableOf(_202066,nartR(actPerformSimultaneouslyFn,[actSpeaking,actFrowning]),performedBy):-isa(_202066,mobEmbodiedAgent),isa(_202066,mobPerson))]
  6410. % boxlog :-
  6411. %  
  6412. %   [ (~isa(_732{???U}, mobPerson):-isa(_732{???U}, mobEmbodiedAgent), ~anatomicallyCapableOf(_732{???U}, nartR(actPerformSimultaneouslyFn, [actSpeaking, actFrowning]), performedBy)),
  6413. %     (~isa(_746{???U}, mobEmbodiedAgent):-isa(_746{???U}, mobPerson), ~anatomicallyCapableOf(_746{???U}, nartR(actPerformSimultaneouslyFn, [actSpeaking, actFrowning]), performedBy)),
  6414. %     (anatomicallyCapableOf(_718{???U}, nartR(actPerformSimultaneouslyFn, [actSpeaking, actFrowning]), performedBy):-isa(_718{???U}, mobEmbodiedAgent), isa(_718{???U}, mobPerson))
  6415. %   ].
  6416. % preview :-
  6417. %  
  6418. %   [ (isa(_696{???U}, mobEmbodiedAgent), ~anatomicallyCapableOf(_696{???U}, nartR(actPerformSimultaneouslyFn, [actSpeaking, actFrowning]), performedBy), {is_unit(_696{???U})}==> ~isa(_696{???U}, mobPerson)),
  6419. %     (isa(_710{???U}, mobPerson), ~anatomicallyCapableOf(_710{???U}, nartR(actPerformSimultaneouslyFn, [actSpeaking, actFrowning]), performedBy), {is_unit(_710{???U})}==> ~isa(_710{???U}, mobEmbodiedAgent)),
  6420. %     (isa(_682{???U}, mobEmbodiedAgent), isa(_682{???U}, mobPerson), {is_unit(_682{???U})}==>anatomicallyCapableOf(_682{???U}, nartR(actPerformSimultaneouslyFn, [actSpeaking, actFrowning]), performedBy))
  6421. %   ].
  6422. % conds= =>((name_variable(_678{???U}, 'U'), name_variable(_692{???U}, 'U'), name_variable(_664{???U}, 'U')), [(isa(_678{???U}, mobEmbodiedAgent), ~anatomicallyCapableOf(_678{???U}, nartR(actPerformSimultaneouslyFn, [actSpeaking, actFrowning]), performedBy), {is_unit(_678{???U})}==> ~isa(_678{???U}, mobPerson)),  (isa(_692{???U}, mobPerson), ~anatomicallyCapableOf(_692{???U}, nartR(actPerformSimultaneouslyFn, [actSpeaking, actFrowning]), performedBy), {is_unit(_692{???U})}==> ~isa(_692{???U}, mobEmbodiedAgent)),  (isa(_664{???U}, mobEmbodiedAgent), isa(_664{???U}, mobPerson), {is_unit(_664{???U})}==>anatomicallyCapableOf(_664{???U}, nartR(actPerformSimultaneouslyFn, [actSpeaking, actFrowning]), performedBy))]).
  6423.  
  6424.  
  6425. % ~isa(_122{???U}, mobPerson) :-
  6426. %   isa(_122{???U}, mobEmbodiedAgent),
  6427. %   ~anatomicallyCapableOf(_122{???U}, nartR(actPerformSimultaneouslyFn, [actSpeaking, actFrowning]), performedBy).
  6428. % ~isa(_118{???U}, mobEmbodiedAgent) :-
  6429. %   isa(_116{???U}, mobPerson),
  6430. %   ~anatomicallyCapableOf(_116{???U}, nartR(actPerformSimultaneouslyFn, [actSpeaking, actFrowning]), performedBy).
  6431. % anatomicallyCapableOf(_102{???U}, nartR(actPerformSimultaneouslyFn, [actSpeaking, actFrowning]), performedBy) :-
  6432. %   isa(_102{???U}, mobEmbodiedAgent),
  6433. %   isa(_102{???U}, mobPerson).
  6434.  
  6435.  
  6436. % asserted_id(=>(and(isa(U, mobEmbodiedAgent), isa(U, mobPerson)), implies(isa(U, mobPerson), anatomicallyCapableOf(U, nartR(actPerformSimultaneouslyFn, [actSingingHuman, actSmiling]), performedBy))), a308970(U)).
  6437. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  6438. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  6439.  kif:-all(_200792,=>(and(isa(_200792,mobEmbodiedAgent),isa(_200792,mobPerson)),implies(isa(_200792,mobPerson),anatomicallyCapableOf(_200792,nartR(actPerformSimultaneouslyFn,[actSingingHuman,actSmiling]),performedBy))))
  6440.  pkif:-all(_200738,=>(&(isa(_200738,mobEmbodiedAgent),isa(_200738,mobPerson)),=>(isa(_200738,mobPerson),anatomicallyCapableOf(_200738,nartR(actPerformSimultaneouslyFn,[actSingingHuman,actSmiling]),performedBy))))
  6441. % cnf :-
  6442. %   v(v(~isa(_134{???U}, mobEmbodiedAgent), ~isa(_134{???U}, mobPerson)),
  6443. %     v(~isa(_134{???U}, mobPerson),
  6444. %       anatomicallyCapableOf(_134{???U},
  6445. %                 nartR(actPerformSimultaneouslyFn,
  6446. %                   [actSingingHuman, actSmiling]),
  6447. %                 performedBy))).
  6448.  horn:-[(~isa(_202000,mobPerson):-isa(_202000,mobEmbodiedAgent),~anatomicallyCapableOf(_202000,nartR(actPerformSimultaneouslyFn,[actSingingHuman,actSmiling]),performedBy)),(~isa(_202060,mobEmbodiedAgent):-isa(_202060,mobPerson),~anatomicallyCapableOf(_202060,nartR(actPerformSimultaneouslyFn,[actSingingHuman,actSmiling]),performedBy)),(anatomicallyCapableOf(_202118,nartR(actPerformSimultaneouslyFn,[actSingingHuman,actSmiling]),performedBy):-isa(_202118,mobEmbodiedAgent),isa(_202118,mobPerson))]
  6449. % boxlog :-
  6450. %  
  6451. %   [ (~isa(_732{???U}, mobPerson):-isa(_732{???U}, mobEmbodiedAgent), ~anatomicallyCapableOf(_732{???U}, nartR(actPerformSimultaneouslyFn, [actSingingHuman, actSmiling]), performedBy)),
  6452. %     (~isa(_746{???U}, mobEmbodiedAgent):-isa(_746{???U}, mobPerson), ~anatomicallyCapableOf(_746{???U}, nartR(actPerformSimultaneouslyFn, [actSingingHuman, actSmiling]), performedBy)),
  6453. %     (anatomicallyCapableOf(_718{???U}, nartR(actPerformSimultaneouslyFn, [actSingingHuman, actSmiling]), performedBy):-isa(_718{???U}, mobEmbodiedAgent), isa(_718{???U}, mobPerson))
  6454. %   ].
  6455. % preview :-
  6456. %  
  6457. %   [ (isa(_696{???U}, mobEmbodiedAgent), ~anatomicallyCapableOf(_696{???U}, nartR(actPerformSimultaneouslyFn, [actSingingHuman, actSmiling]), performedBy), {is_unit(_696{???U})}==> ~isa(_696{???U}, mobPerson)),
  6458. %     (isa(_710{???U}, mobPerson), ~anatomicallyCapableOf(_710{???U}, nartR(actPerformSimultaneouslyFn, [actSingingHuman, actSmiling]), performedBy), {is_unit(_710{???U})}==> ~isa(_710{???U}, mobEmbodiedAgent)),
  6459. %     (isa(_682{???U}, mobEmbodiedAgent), isa(_682{???U}, mobPerson), {is_unit(_682{???U})}==>anatomicallyCapableOf(_682{???U}, nartR(actPerformSimultaneouslyFn, [actSingingHuman, actSmiling]), performedBy))
  6460. %   ].
  6461. % conds= =>((name_variable(_678{???U}, 'U'), name_variable(_692{???U}, 'U'), name_variable(_664{???U}, 'U')), [(isa(_678{???U}, mobEmbodiedAgent), ~anatomicallyCapableOf(_678{???U}, nartR(actPerformSimultaneouslyFn, [actSingingHuman, actSmiling]), performedBy), {is_unit(_678{???U})}==> ~isa(_678{???U}, mobPerson)),  (isa(_692{???U}, mobPerson), ~anatomicallyCapableOf(_692{???U}, nartR(actPerformSimultaneouslyFn, [actSingingHuman, actSmiling]), performedBy), {is_unit(_692{???U})}==> ~isa(_692{???U}, mobEmbodiedAgent)),  (isa(_664{???U}, mobEmbodiedAgent), isa(_664{???U}, mobPerson), {is_unit(_664{???U})}==>anatomicallyCapableOf(_664{???U}, nartR(actPerformSimultaneouslyFn, [actSingingHuman, actSmiling]), performedBy))]).
  6462.  
  6463.  
  6464. % ~isa(_122{???U}, mobPerson) :-
  6465. %   isa(_122{???U}, mobEmbodiedAgent),
  6466. %   ~anatomicallyCapableOf(_122{???U}, nartR(actPerformSimultaneouslyFn, [actSingingHuman, actSmiling]), performedBy).
  6467. % ~isa(_118{???U}, mobEmbodiedAgent) :-
  6468. %   isa(_116{???U}, mobPerson),
  6469. %   ~anatomicallyCapableOf(_116{???U}, nartR(actPerformSimultaneouslyFn, [actSingingHuman, actSmiling]), performedBy).
  6470. % anatomicallyCapableOf(_102{???U}, nartR(actPerformSimultaneouslyFn, [actSingingHuman, actSmiling]), performedBy) :-
  6471. %   isa(_102{???U}, mobEmbodiedAgent),
  6472. %   isa(_102{???U}, mobPerson).
  6473.  
  6474.  
  6475. % asserted_id(=>(and(isa(U, mobEmbodiedAgent), isa(U, mobPerson)), implies(isa(U, mobPerson), anatomicallyCapableOf(U, nartR(actPerformSimultaneouslyFn, [actSingingHuman, actFrowning]), performedBy))), a308971(U)).
  6476. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  6477. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  6478.  kif:-all(_200844,=>(and(isa(_200844,mobEmbodiedAgent),isa(_200844,mobPerson)),implies(isa(_200844,mobPerson),anatomicallyCapableOf(_200844,nartR(actPerformSimultaneouslyFn,[actSingingHuman,actFrowning]),performedBy))))
  6479.  pkif:-all(_200790,=>(&(isa(_200790,mobEmbodiedAgent),isa(_200790,mobPerson)),=>(isa(_200790,mobPerson),anatomicallyCapableOf(_200790,nartR(actPerformSimultaneouslyFn,[actSingingHuman,actFrowning]),performedBy))))
  6480. % cnf :-
  6481. %   v(v(~isa(_134{???U}, mobEmbodiedAgent), ~isa(_134{???U}, mobPerson)),
  6482. %     v(~isa(_134{???U}, mobPerson),
  6483. %       anatomicallyCapableOf(_134{???U},
  6484. %                 nartR(actPerformSimultaneouslyFn,
  6485. %                   [actSingingHuman, actFrowning]),
  6486. %                 performedBy))).
  6487.  horn:-[(~isa(_202052,mobPerson):-isa(_202052,mobEmbodiedAgent),~anatomicallyCapableOf(_202052,nartR(actPerformSimultaneouslyFn,[actSingingHuman,actFrowning]),performedBy)),(~isa(_202112,mobEmbodiedAgent):-isa(_202112,mobPerson),~anatomicallyCapableOf(_202112,nartR(actPerformSimultaneouslyFn,[actSingingHuman,actFrowning]),performedBy)),(anatomicallyCapableOf(_202170,nartR(actPerformSimultaneouslyFn,[actSingingHuman,actFrowning]),performedBy):-isa(_202170,mobEmbodiedAgent),isa(_202170,mobPerson))]
  6488. % boxlog :-
  6489. %  
  6490. %   [ (~isa(_732{???U}, mobPerson):-isa(_732{???U}, mobEmbodiedAgent), ~anatomicallyCapableOf(_732{???U}, nartR(actPerformSimultaneouslyFn, [actSingingHuman, actFrowning]), performedBy)),
  6491. %     (~isa(_746{???U}, mobEmbodiedAgent):-isa(_746{???U}, mobPerson), ~anatomicallyCapableOf(_746{???U}, nartR(actPerformSimultaneouslyFn, [actSingingHuman, actFrowning]), performedBy)),
  6492. %     (anatomicallyCapableOf(_718{???U}, nartR(actPerformSimultaneouslyFn, [actSingingHuman, actFrowning]), performedBy):-isa(_718{???U}, mobEmbodiedAgent), isa(_718{???U}, mobPerson))
  6493. %   ].
  6494. % preview :-
  6495. %  
  6496. %   [ (isa(_696{???U}, mobEmbodiedAgent), ~anatomicallyCapableOf(_696{???U}, nartR(actPerformSimultaneouslyFn, [actSingingHuman, actFrowning]), performedBy), {is_unit(_696{???U})}==> ~isa(_696{???U}, mobPerson)),
  6497. %     (isa(_710{???U}, mobPerson), ~anatomicallyCapableOf(_710{???U}, nartR(actPerformSimultaneouslyFn, [actSingingHuman, actFrowning]), performedBy), {is_unit(_710{???U})}==> ~isa(_710{???U}, mobEmbodiedAgent)),
  6498. %     (isa(_682{???U}, mobEmbodiedAgent), isa(_682{???U}, mobPerson), {is_unit(_682{???U})}==>anatomicallyCapableOf(_682{???U}, nartR(actPerformSimultaneouslyFn, [actSingingHuman, actFrowning]), performedBy))
  6499. %   ].
  6500. % conds= =>((name_variable(_678{???U}, 'U'), name_variable(_692{???U}, 'U'), name_variable(_664{???U}, 'U')), [(isa(_678{???U}, mobEmbodiedAgent), ~anatomicallyCapableOf(_678{???U}, nartR(actPerformSimultaneouslyFn, [actSingingHuman, actFrowning]), performedBy), {is_unit(_678{???U})}==> ~isa(_678{???U}, mobPerson)),  (isa(_692{???U}, mobPerson), ~anatomicallyCapableOf(_692{???U}, nartR(actPerformSimultaneouslyFn, [actSingingHuman, actFrowning]), performedBy), {is_unit(_692{???U})}==> ~isa(_692{???U}, mobEmbodiedAgent)),  (isa(_664{???U}, mobEmbodiedAgent), isa(_664{???U}, mobPerson), {is_unit(_664{???U})}==>anatomicallyCapableOf(_664{???U}, nartR(actPerformSimultaneouslyFn, [actSingingHuman, actFrowning]), performedBy))]).
  6501.  
  6502.  
  6503. % ~isa(_122{???U}, mobPerson) :-
  6504. %   isa(_122{???U}, mobEmbodiedAgent),
  6505. %   ~anatomicallyCapableOf(_122{???U}, nartR(actPerformSimultaneouslyFn, [actSingingHuman, actFrowning]), performedBy).
  6506. % ~isa(_118{???U}, mobEmbodiedAgent) :-
  6507. %   isa(_116{???U}, mobPerson),
  6508. %   ~anatomicallyCapableOf(_116{???U}, nartR(actPerformSimultaneouslyFn, [actSingingHuman, actFrowning]), performedBy).
  6509. % anatomicallyCapableOf(_102{???U}, nartR(actPerformSimultaneouslyFn, [actSingingHuman, actFrowning]), performedBy) :-
  6510. %   isa(_102{???U}, mobEmbodiedAgent),
  6511. %   isa(_102{???U}, mobPerson).
  6512.  
  6513.  
  6514. % asserted_id(=>(and(isa(U, mobEmbodiedAgent), isa(U, mobPerson)), implies(isa(U, mobPerson), anatomicallyCapableOf(U, nartR(actPerformSimultaneouslyFn, [actLaughing, actKissing]), performedBy))), a308972(U)).
  6515. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  6516. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  6517.  kif:-all(_200896,=>(and(isa(_200896,mobEmbodiedAgent),isa(_200896,mobPerson)),implies(isa(_200896,mobPerson),anatomicallyCapableOf(_200896,nartR(actPerformSimultaneouslyFn,[actLaughing,actKissing]),performedBy))))
  6518.  pkif:-all(_200842,=>(&(isa(_200842,mobEmbodiedAgent),isa(_200842,mobPerson)),=>(isa(_200842,mobPerson),anatomicallyCapableOf(_200842,nartR(actPerformSimultaneouslyFn,[actLaughing,actKissing]),performedBy))))
  6519. % cnf :-
  6520. %   v(v(~isa(_134{???U}, mobEmbodiedAgent), ~isa(_134{???U}, mobPerson)),
  6521. %     v(~isa(_134{???U}, mobPerson),
  6522. %       anatomicallyCapableOf(_134{???U},
  6523. %                 nartR(actPerformSimultaneouslyFn,
  6524. %                   [actLaughing, actKissing]),
  6525. %                 performedBy))).
  6526.  horn:-[(~isa(_202104,mobPerson):-isa(_202104,mobEmbodiedAgent),~anatomicallyCapableOf(_202104,nartR(actPerformSimultaneouslyFn,[actLaughing,actKissing]),performedBy)),(~isa(_202164,mobEmbodiedAgent):-isa(_202164,mobPerson),~anatomicallyCapableOf(_202164,nartR(actPerformSimultaneouslyFn,[actLaughing,actKissing]),performedBy)),(anatomicallyCapableOf(_202222,nartR(actPerformSimultaneouslyFn,[actLaughing,actKissing]),performedBy):-isa(_202222,mobEmbodiedAgent),isa(_202222,mobPerson))]
  6527. % boxlog :-
  6528. %  
  6529. %   [ (~isa(_732{???U}, mobPerson):-isa(_732{???U}, mobEmbodiedAgent), ~anatomicallyCapableOf(_732{???U}, nartR(actPerformSimultaneouslyFn, [actLaughing, actKissing]), performedBy)),
  6530. %     (~isa(_746{???U}, mobEmbodiedAgent):-isa(_746{???U}, mobPerson), ~anatomicallyCapableOf(_746{???U}, nartR(actPerformSimultaneouslyFn, [actLaughing, actKissing]), performedBy)),
  6531. %     (anatomicallyCapableOf(_718{???U}, nartR(actPerformSimultaneouslyFn, [actLaughing, actKissing]), performedBy):-isa(_718{???U}, mobEmbodiedAgent), isa(_718{???U}, mobPerson))
  6532. %   ].
  6533. % preview :-
  6534. %  
  6535. %   [ (isa(_696{???U}, mobEmbodiedAgent), ~anatomicallyCapableOf(_696{???U}, nartR(actPerformSimultaneouslyFn, [actLaughing, actKissing]), performedBy), {is_unit(_696{???U})}==> ~isa(_696{???U}, mobPerson)),
  6536. %     (isa(_710{???U}, mobPerson), ~anatomicallyCapableOf(_710{???U}, nartR(actPerformSimultaneouslyFn, [actLaughing, actKissing]), performedBy), {is_unit(_710{???U})}==> ~isa(_710{???U}, mobEmbodiedAgent)),
  6537. %     (isa(_682{???U}, mobEmbodiedAgent), isa(_682{???U}, mobPerson), {is_unit(_682{???U})}==>anatomicallyCapableOf(_682{???U}, nartR(actPerformSimultaneouslyFn, [actLaughing, actKissing]), performedBy))
  6538. %   ].
  6539. % conds= =>((name_variable(_678{???U}, 'U'), name_variable(_692{???U}, 'U'), name_variable(_664{???U}, 'U')), [(isa(_678{???U}, mobEmbodiedAgent), ~anatomicallyCapableOf(_678{???U}, nartR(actPerformSimultaneouslyFn, [actLaughing, actKissing]), performedBy), {is_unit(_678{???U})}==> ~isa(_678{???U}, mobPerson)),  (isa(_692{???U}, mobPerson), ~anatomicallyCapableOf(_692{???U}, nartR(actPerformSimultaneouslyFn, [actLaughing, actKissing]), performedBy), {is_unit(_692{???U})}==> ~isa(_692{???U}, mobEmbodiedAgent)),  (isa(_664{???U}, mobEmbodiedAgent), isa(_664{???U}, mobPerson), {is_unit(_664{???U})}==>anatomicallyCapableOf(_664{???U}, nartR(actPerformSimultaneouslyFn, [actLaughing, actKissing]), performedBy))]).
  6540.  
  6541.  
  6542. % ~isa(_122{???U}, mobPerson) :-
  6543. %   isa(_122{???U}, mobEmbodiedAgent),
  6544. %   ~anatomicallyCapableOf(_122{???U}, nartR(actPerformSimultaneouslyFn, [actLaughing, actKissing]), performedBy).
  6545. % ~isa(_118{???U}, mobEmbodiedAgent) :-
  6546. %   isa(_116{???U}, mobPerson),
  6547. %   ~anatomicallyCapableOf(_116{???U}, nartR(actPerformSimultaneouslyFn, [actLaughing, actKissing]), performedBy).
  6548. % anatomicallyCapableOf(_102{???U}, nartR(actPerformSimultaneouslyFn, [actLaughing, actKissing]), performedBy) :-
  6549. %   isa(_102{???U}, mobEmbodiedAgent),
  6550. %   isa(_102{???U}, mobPerson).
  6551.  
  6552.  
  6553. % asserted_id(=>(and(isa(U, mobEmbodiedAgent), isa(U, mobPerson)), implies(isa(U, mobPerson), anatomicallyCapableOf(U, nartR(actPerformSimultaneouslyFn, [actKicking, actJumping]), performedBy))), a308973(U)).
  6554. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  6555. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  6556.  kif:-all(_200948,=>(and(isa(_200948,mobEmbodiedAgent),isa(_200948,mobPerson)),implies(isa(_200948,mobPerson),anatomicallyCapableOf(_200948,nartR(actPerformSimultaneouslyFn,[actKicking,actJumping]),performedBy))))
  6557.  pkif:-all(_200894,=>(&(isa(_200894,mobEmbodiedAgent),isa(_200894,mobPerson)),=>(isa(_200894,mobPerson),anatomicallyCapableOf(_200894,nartR(actPerformSimultaneouslyFn,[actKicking,actJumping]),performedBy))))
  6558. % cnf :-
  6559. %   v(v(~isa(_134{???U}, mobEmbodiedAgent), ~isa(_134{???U}, mobPerson)),
  6560. %     v(~isa(_134{???U}, mobPerson),
  6561. %       anatomicallyCapableOf(_134{???U},
  6562. %                 nartR(actPerformSimultaneouslyFn,
  6563. %                   [actKicking, actJumping]),
  6564. %                 performedBy))).
  6565.  horn:-[(~isa(_202156,mobPerson):-isa(_202156,mobEmbodiedAgent),~anatomicallyCapableOf(_202156,nartR(actPerformSimultaneouslyFn,[actKicking,actJumping]),performedBy)),(~isa(_202216,mobEmbodiedAgent):-isa(_202216,mobPerson),~anatomicallyCapableOf(_202216,nartR(actPerformSimultaneouslyFn,[actKicking,actJumping]),performedBy)),(anatomicallyCapableOf(_202274,nartR(actPerformSimultaneouslyFn,[actKicking,actJumping]),performedBy):-isa(_202274,mobEmbodiedAgent),isa(_202274,mobPerson))]
  6566. % boxlog :-
  6567. %  
  6568. %   [ (~isa(_732{???U}, mobPerson):-isa(_732{???U}, mobEmbodiedAgent), ~anatomicallyCapableOf(_732{???U}, nartR(actPerformSimultaneouslyFn, [actKicking, actJumping]), performedBy)),
  6569. %     (~isa(_746{???U}, mobEmbodiedAgent):-isa(_746{???U}, mobPerson), ~anatomicallyCapableOf(_746{???U}, nartR(actPerformSimultaneouslyFn, [actKicking, actJumping]), performedBy)),
  6570. %     (anatomicallyCapableOf(_718{???U}, nartR(actPerformSimultaneouslyFn, [actKicking, actJumping]), performedBy):-isa(_718{???U}, mobEmbodiedAgent), isa(_718{???U}, mobPerson))
  6571. %   ].
  6572. % preview :-
  6573. %  
  6574. %   [ (isa(_696{???U}, mobEmbodiedAgent), ~anatomicallyCapableOf(_696{???U}, nartR(actPerformSimultaneouslyFn, [actKicking, actJumping]), performedBy), {is_unit(_696{???U})}==> ~isa(_696{???U}, mobPerson)),
  6575. %     (isa(_710{???U}, mobPerson), ~anatomicallyCapableOf(_710{???U}, nartR(actPerformSimultaneouslyFn, [actKicking, actJumping]), performedBy), {is_unit(_710{???U})}==> ~isa(_710{???U}, mobEmbodiedAgent)),
  6576. %     (isa(_682{???U}, mobEmbodiedAgent), isa(_682{???U}, mobPerson), {is_unit(_682{???U})}==>anatomicallyCapableOf(_682{???U}, nartR(actPerformSimultaneouslyFn, [actKicking, actJumping]), performedBy))
  6577. %   ].
  6578. % conds= =>((name_variable(_678{???U}, 'U'), name_variable(_692{???U}, 'U'), name_variable(_664{???U}, 'U')), [(isa(_678{???U}, mobEmbodiedAgent), ~anatomicallyCapableOf(_678{???U}, nartR(actPerformSimultaneouslyFn, [actKicking, actJumping]), performedBy), {is_unit(_678{???U})}==> ~isa(_678{???U}, mobPerson)),  (isa(_692{???U}, mobPerson), ~anatomicallyCapableOf(_692{???U}, nartR(actPerformSimultaneouslyFn, [actKicking, actJumping]), performedBy), {is_unit(_692{???U})}==> ~isa(_692{???U}, mobEmbodiedAgent)),  (isa(_664{???U}, mobEmbodiedAgent), isa(_664{???U}, mobPerson), {is_unit(_664{???U})}==>anatomicallyCapableOf(_664{???U}, nartR(actPerformSimultaneouslyFn, [actKicking, actJumping]), performedBy))]).
  6579.  
  6580.  
  6581. % ~isa(_122{???U}, mobPerson) :-
  6582. %   isa(_122{???U}, mobEmbodiedAgent),
  6583. %   ~anatomicallyCapableOf(_122{???U}, nartR(actPerformSimultaneouslyFn, [actKicking, actJumping]), performedBy).
  6584. % ~isa(_118{???U}, mobEmbodiedAgent) :-
  6585. %   isa(_116{???U}, mobPerson),
  6586. %   ~anatomicallyCapableOf(_116{???U}, nartR(actPerformSimultaneouslyFn, [actKicking, actJumping]), performedBy).
  6587. % anatomicallyCapableOf(_102{???U}, nartR(actPerformSimultaneouslyFn, [actKicking, actJumping]), performedBy) :-
  6588. %   isa(_102{???U}, mobEmbodiedAgent),
  6589. %   isa(_102{???U}, mobPerson).
  6590.  
  6591.  
  6592. % asserted_id(implies(and(isa(U, actDoingAnArithmeticOperation), performedBy(U, X)), knowsAbout(X, ftPositiveInteger)), a308974(U, X)).
  6593. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  6594. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  6595.  kif:-all(_200976,all(_200996,implies(and(isa(_200976,actDoingAnArithmeticOperation),performedBy(_200976,_200996)),knowsAbout(_200996,ftPositiveInteger))))
  6596.  pkif:-all(_200922,all(_200942,=>(&(isa(_200922,actDoingAnArithmeticOperation),performedBy(_200922,_200942)),knowsAbout(_200942,ftPositiveInteger))))
  6597. % cnf :-
  6598. %   v(v(~isa(_126{???U}, actDoingAnArithmeticOperation),
  6599. %       ~performedBy(_126{???U}, _140{???X})),
  6600. %     knowsAbout(_140{???X}, ftPositiveInteger)).
  6601.  horn:-[(~isa(_201806,actDoingAnArithmeticOperation):-performedBy(_201806,_201832),~knowsAbout(_201832,ftPositiveInteger)),(~performedBy(_201878,_201892):-isa(_201878,actDoingAnArithmeticOperation),~knowsAbout(_201892,ftPositiveInteger)),(knowsAbout(_201946,ftPositiveInteger):-isa(_201972,actDoingAnArithmeticOperation),performedBy(_201972,_201946))]
  6602. % boxlog :-
  6603. %  
  6604. %   [ (~isa(_668{???U}, actDoingAnArithmeticOperation):-performedBy(_668{???U}, _682{???X}), ~knowsAbout(_682{???X}, ftPositiveInteger)),
  6605. %     (~performedBy(_640{???U}, _654{???X}):-isa(_640{???U}, actDoingAnArithmeticOperation), ~knowsAbout(_654{???X}, ftPositiveInteger)),
  6606. %     (knowsAbout(_612{???X}, ftPositiveInteger):-isa(_626{???U}, actDoingAnArithmeticOperation), performedBy(_626{???U}, _612{???X}))
  6607. %   ].
  6608. % preview :-
  6609. %  
  6610. %   [ (performedBy(_632{???U}, _646{???X}), ~knowsAbout(_646{???X}, ftPositiveInteger), {is_unit(_632{???U})}-> ~isa(_632{???U}, actDoingAnArithmeticOperation)),
  6611. %     (isa(_604{???U}, actDoingAnArithmeticOperation), ~knowsAbout(_618{???X}, ftPositiveInteger), {is_unit(_618{???X}, _604{???U})}==> ~performedBy(_604{???U}, _618{???X})),
  6612. %     (isa(_590{???U}, actDoingAnArithmeticOperation), performedBy(_590{???U}, _576{???X}), {is_unit(_576{???X})}==>knowsAbout(_576{???X}, ftPositiveInteger))
  6613. %   ].
  6614. % conds= =>((name_variable(_614{???U}, 'U'), name_variable(_628{???X}, 'X'), name_variable(_586{???U}, 'U'), name_variable(_600{???X}, 'X'), name_variable(_572{???U}, 'U'), name_variable(_558{???X}, 'X')), [(~isa(_614{???U}, actDoingAnArithmeticOperation)<-performedBy(_614{???U}, _628{???X}), ~knowsAbout(_628{???X}, ftPositiveInteger), {is_unit(_614{???U})}),  (isa(_586{???U}, actDoingAnArithmeticOperation), ~knowsAbout(_600{???X}, ftPositiveInteger), {is_unit(_600{???X}, _586{???U})}==> ~performedBy(_586{???U}, _600{???X})),  (isa(_572{???U}, actDoingAnArithmeticOperation), performedBy(_572{???U}, _558{???X}), {is_unit(_558{???X})}==>knowsAbout(_558{???X}, ftPositiveInteger))]).
  6615.  
  6616.  
  6617. % ~isa(_166{???U}, actDoingAnArithmeticOperation) :-
  6618. %   performedBy(_166{???U}, _180{???X}),
  6619. %   ~knowsAbout(_180{???X}, ftPositiveInteger).
  6620. % ~performedBy(_130{???U}, _144{???X}) :-
  6621. %   isa(_130{???U}, actDoingAnArithmeticOperation),
  6622. %   ~knowsAbout(_144{???X}, ftPositiveInteger).
  6623. % knowsAbout(_102{???X}, ftPositiveInteger) :-
  6624. %   isa(_116{???U}, actDoingAnArithmeticOperation),
  6625. %   performedBy(_116{???U}, _102{???X}).
  6626.  
  6627.  
  6628. % asserted_id(=>(isa(U, actSportsCompetition), implies(isa(U, actSportsCompetition), harmfulActions(U, actInterferingWithOpponent, objectActedOn, positiveAmountOf))), a308976(U)).
  6629. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  6630. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  6631.  kif:-all(_201020,=>(isa(_201020,actSportsCompetition),implies(isa(_201020,actSportsCompetition),harmfulActions(_201020,actInterferingWithOpponent,objectActedOn,positiveAmountOf))))
  6632.  pkif:-all(_200966,=>(isa(_200966,actSportsCompetition),=>(isa(_200966,actSportsCompetition),harmfulActions(_200966,actInterferingWithOpponent,objectActedOn,positiveAmountOf))))
  6633. % cnf :-
  6634. %   v(~isa(_118{???U}, actSportsCompetition),
  6635. %     v(~isa(_118{???U}, actSportsCompetition),
  6636. %       harmfulActions(_118{???U},
  6637. %              actInterferingWithOpponent,
  6638. %              objectActedOn,
  6639. %              positiveAmountOf))).
  6640.  horn:-[(~isa(_201590,actSportsCompetition):- ~harmfulActions(_201590,actInterferingWithOpponent,objectActedOn,positiveAmountOf)),(harmfulActions(_201640,actInterferingWithOpponent,objectActedOn,positiveAmountOf):-isa(_201640,actSportsCompetition))]
  6641. % boxlog :-
  6642. %  
  6643. %   [ (~isa(_616{???U}, actSportsCompetition):- ~harmfulActions(_616{???U}, actInterferingWithOpponent, objectActedOn, positiveAmountOf)),
  6644. %     (harmfulActions(_602{???U}, actInterferingWithOpponent, objectActedOn, positiveAmountOf):-isa(_602{???U}, actSportsCompetition))
  6645. %   ].
  6646. % preview :-
  6647. %  
  6648. %   [ (~harmfulActions(_580{???U}, actInterferingWithOpponent, objectActedOn, positiveAmountOf), {is_unit(_580{???U})}==> ~isa(_580{???U}, actSportsCompetition)),
  6649. %     (isa(_566{???U}, actSportsCompetition), {is_unit(_566{???U})}==>harmfulActions(_566{???U}, actInterferingWithOpponent, objectActedOn, positiveAmountOf))
  6650. %   ].
  6651. % conds= =>((name_variable(_562{???U}, 'U'), name_variable(_548{???U}, 'U')), [(~harmfulActions(_562{???U}, actInterferingWithOpponent, objectActedOn, positiveAmountOf), {is_unit(_562{???U})}==> ~isa(_562{???U}, actSportsCompetition)),  (isa(_548{???U}, actSportsCompetition), {is_unit(_548{???U})}==>harmfulActions(_548{???U}, actInterferingWithOpponent, objectActedOn, positiveAmountOf))]).
  6652.  
  6653.  
  6654. % ~isa(_122{???U}, actSportsCompetition) :-
  6655. %   ~harmfulActions(_122{???U}, actInterferingWithOpponent, objectActedOn, positiveAmountOf).
  6656. % harmfulActions(_102{???U}, actInterferingWithOpponent, objectActedOn, positiveAmountOf) :-
  6657. %   isa(_102{???U}, actSportsCompetition).
  6658.  
  6659.  
  6660. % asserted_id(implies(and(isa(E2, actPhysicallyAttackingAnAgent), objectActedOn(E2, A2), performedBy(E2, A1), temporallySubsumes(E, E2), judicialAgents(E, A2), competingAgents(E, A1), isa(E, actSportsCompetition)), isa(E2, actSportsInfraction)), a308977(E2, A2, A1, E)).
  6661. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  6662. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  6663.  kif:-all(_201396,all(_201416,all(_201436,all(_201456,implies(and(isa(_201396,actPhysicallyAttackingAnAgent),objectActedOn(_201396,_201436),performedBy(_201396,_201456),temporallySubsumes(_201416,_201396),judicialAgents(_201416,_201436),competingAgents(_201416,_201456),isa(_201416,actSportsCompetition)),isa(_201396,actSportsInfraction))))))
  6664.  pkif:-all(_201362,all(_201382,all(_201402,all(_201422,=>(&(isa(_201362,actPhysicallyAttackingAnAgent),&(objectActedOn(_201362,_201402),&(performedBy(_201362,_201422),&(temporallySubsumes(_201382,_201362),&(judicialAgents(_201382,_201402),&(competingAgents(_201382,_201422),isa(_201382,actSportsCompetition))))))),isa(_201362,actSportsInfraction))))))
  6665. % cnf :-
  6666. %   v(v(~isa(_166{???E2}, actPhysicallyAttackingAnAgent),
  6667. %       v(~objectActedOn(_166{???E2}, _180{???A2}),
  6668. %         v(~performedBy(_166{???E2}, _194{???A1}),
  6669. %       v(~temporallySubsumes(_208{???E}, _166{???E2}),
  6670. %         v(~judicialAgents(_208{???E}, _180{???A2}),
  6671. %           v(~competingAgents(_208{???E}, _194{???A1}),
  6672. %             ~isa(_208{???E}, actSportsCompetition))))))),
  6673. %     isa(_166{???E2}, actSportsInfraction)).
  6674.  horn:-[(~competingAgents(_206230,_206244):-isa(_206270,actPhysicallyAttackingAnAgent),objectActedOn(_206270,_206296),performedBy(_206270,_206244),temporallySubsumes(_206230,_206270),judicialAgents(_206230,_206296),isa(_206230,actSportsCompetition),~isa(_206270,actSportsInfraction)),(~isa(_206390,actSportsCompetition):-isa(_206416,actPhysicallyAttackingAnAgent),objectActedOn(_206416,_206442),performedBy(_206416,_206468),temporallySubsumes(_206390,_206416),judicialAgents(_206390,_206442),competingAgents(_206390,_206468),~isa(_206416,actSportsInfraction)),(~isa(_206550,actPhysicallyAttackingAnAgent):-objectActedOn(_206550,_206576),performedBy(_206550,_206602),temporallySubsumes(_206628,_206550),judicialAgents(_206628,_206576),competingAgents(_206628,_206602),isa(_206628,actSportsCompetition),~isa(_206550,actSportsInfraction)),(~judicialAgents(_206710,_206724):-isa(_206750,actPhysicallyAttackingAnAgent),objectActedOn(_206750,_206724),performedBy(_206750,_206788),temporallySubsumes(_206710,_206750),competingAgents(_206710,_206788),isa(_206710,actSportsCompetition),~isa(_206750,actSportsInfraction)),(~objectActedOn(_206870,_206884):-isa(_206870,actPhysicallyAttackingAnAgent),performedBy(_206870,_206922),temporallySubsumes(_206948,_206870),judicialAgents(_206948,_206884),competingAgents(_206948,_206922),isa(_206948,actSportsCompetition),~isa(_206870,actSportsInfraction)),(~performedBy(_207030,_207044):-isa(_207030,actPhysicallyAttackingAnAgent),objectActedOn(_207030,_207082),temporallySubsumes(_207108,_207030),judicialAgents(_207108,_207082),competingAgents(_207108,_207044),isa(_207108,actSportsCompetition),~isa(_207030,actSportsInfraction)),(~temporallySubsumes(_207190,_207204):-isa(_207204,actPhysicallyAttackingAnAgent),objectActedOn(_207204,_207242),performedBy(_207204,_207268),judicialAgents(_207190,_207242),competingAgents(_207190,_207268),isa(_207190,actSportsCompetition),~isa(_207204,actSportsInfraction)),(isa(_207346,actSportsInfraction):-isa(_207346,actPhysicallyAttackingAnAgent),objectActedOn(_207346,_207384),performedBy(_207346,_207410),temporallySubsumes(_207436,_207346),judicialAgents(_207436,_207384),competingAgents(_207436,_207410),isa(_207436,actSportsCompetition))]
  6675. % boxlog :-
  6676. %  
  6677. %   [ (~competingAgents(_996{???E}, _1010{???A1}):-isa(_1024{???E2}, actPhysicallyAttackingAnAgent), objectActedOn(_1024{???E2}, _1038{???A2}), performedBy(_1024{???E2}, _1010{???A1}), temporallySubsumes(_996{???E}, _1024{???E2}), judicialAgents(_996{???E}, _1038{???A2}), isa(_996{???E}, actSportsCompetition), ~isa(_1024{???E2}, actSportsInfraction)),
  6678. %     (~isa(_940{???E}, actSportsCompetition):-isa(_954{???E2}, actPhysicallyAttackingAnAgent), objectActedOn(_954{???E2}, _968{???A2}), performedBy(_954{???E2}, _982{???A1}), temporallySubsumes(_940{???E}, _954{???E2}), judicialAgents(_940{???E}, _968{???A2}), competingAgents(_940{???E}, _982{???A1}), ~isa(_954{???E2}, actSportsInfraction)),
  6679. %     (~isa(_1276{???E2}, actPhysicallyAttackingAnAgent):-objectActedOn(_1276{???E2}, _1290{???A2}), performedBy(_1276{???E2}, _1304{???A1}), temporallySubsumes(_1318{???E}, _1276{???E2}), judicialAgents(_1318{???E}, _1290{???A2}), competingAgents(_1318{???E}, _1304{???A1}), isa(_1318{???E}, actSportsCompetition), ~isa(_1276{???E2}, actSportsInfraction)),
  6680. %     (~judicialAgents(_1052{???E}, _1066{???A2}):-isa(_1080{???E2}, actPhysicallyAttackingAnAgent), objectActedOn(_1080{???E2}, _1066{???A2}), performedBy(_1080{???E2}, _1094{???A1}), temporallySubsumes(_1052{???E}, _1080{???E2}), competingAgents(_1052{???E}, _1094{???A1}), isa(_1052{???E}, actSportsCompetition), ~isa(_1080{???E2}, actSportsInfraction)),
  6681. %     (~objectActedOn(_1220{???E2}, _1234{???A2}):-isa(_1220{???E2}, actPhysicallyAttackingAnAgent), performedBy(_1220{???E2}, _1248{???A1}), temporallySubsumes(_1262{???E}, _1220{???E2}), judicialAgents(_1262{???E}, _1234{???A2}), competingAgents(_1262{???E}, _1248{???A1}), isa(_1262{???E}, actSportsCompetition), ~isa(_1220{???E2}, actSportsInfraction)),
  6682. %     (~performedBy(_1164{???E2}, _1178{???A1}):-isa(_1164{???E2}, actPhysicallyAttackingAnAgent), objectActedOn(_1164{???E2}, _1192{???A2}), temporallySubsumes(_1206{???E}, _1164{???E2}), judicialAgents(_1206{???E}, _1192{???A2}), competingAgents(_1206{???E}, _1178{???A1}), isa(_1206{???E}, actSportsCompetition), ~isa(_1164{???E2}, actSportsInfraction)),
  6683. %     (~temporallySubsumes(_1108{???E}, _1122{???E2}):-isa(_1122{???E2}, actPhysicallyAttackingAnAgent), objectActedOn(_1122{???E2}, _1136{???A2}), performedBy(_1122{???E2}, _1150{???A1}), judicialAgents(_1108{???E}, _1136{???A2}), competingAgents(_1108{???E}, _1150{???A1}), isa(_1108{???E}, actSportsCompetition), ~isa(_1122{???E2}, actSportsInfraction)),
  6684. %     (isa(_884{???E2}, actSportsInfraction):-isa(_884{???E2}, actPhysicallyAttackingAnAgent), objectActedOn(_884{???E2}, _898{???A2}), performedBy(_884{???E2}, _912{???A1}), temporallySubsumes(_926{???E}, _884{???E2}), judicialAgents(_926{???E}, _898{???A2}), competingAgents(_926{???E}, _912{???A1}), isa(_926{???E}, actSportsCompetition))
  6685. %   ].
  6686. % preview :-
  6687. %  
  6688. %   [ (isa(_988{???E2}, actPhysicallyAttackingAnAgent), objectActedOn(_988{???E2}, _1002{???A2}), performedBy(_988{???E2}, _974{???A1}), temporallySubsumes(_960{???E}, _988{???E2}), judicialAgents(_960{???E}, _1002{???A2}), isa(_960{???E}, actSportsCompetition), ~isa(_988{???E2}, actSportsInfraction), {is_unit(_974{???A1}, _960{???E})}-> ~competingAgents(_960{???E}, _974{???A1})),
  6689. %     ({avoidHeadLoop(isa(_918{???E2}, actPhysicallyAttackingAnAgent), isa(_904{???E}, actSportsCompetition))}, isa(_918{???E2}, actPhysicallyAttackingAnAgent), objectActedOn(_918{???E2}, _932{???A2}), performedBy(_918{???E2}, _946{???A1}), temporallySubsumes(_904{???E}, _918{???E2}), judicialAgents(_904{???E}, _932{???A2}), competingAgents(_904{???E}, _946{???A1}), {avoidHeadLoop(isa(_918{???E2}, actSportsInfraction), isa(_904{???E}, actSportsCompetition))}, ~isa(_918{???E2}, actSportsInfraction), {is_unit(_904{???E})}-> ~isa(_904{???E}, actSportsCompetition)),
  6690. %     (objectActedOn(_1240{???E2}, _1254{???A2}), performedBy(_1240{???E2}, _1268{???A1}), temporallySubsumes(_1282{???E}, _1240{???E2}), judicialAgents(_1282{???E}, _1254{???A2}), competingAgents(_1282{???E}, _1268{???A1}), {avoidHeadLoop(isa(_1282{???E}, actSportsCompetition), isa(_1240{???E2}, actPhysicallyAttackingAnAgent))}, isa(_1282{???E}, actSportsCompetition), {avoidHeadLoop(isa(_1240{???E2}, actSportsInfraction), isa(_1240{???E2}, actPhysicallyAttackingAnAgent))}, ~isa(_1240{???E2}, actSportsInfraction), {is_unit(_1240{???E2})}-> ~isa(_1240{???E2}, actPhysicallyAttackingAnAgent)),
  6691. %     (isa(_1044{???E2}, actPhysicallyAttackingAnAgent), objectActedOn(_1044{???E2}, _1030{???A2}), performedBy(_1044{???E2}, _1058{???A1}), temporallySubsumes(_1016{???E}, _1044{???E2}), competingAgents(_1016{???E}, _1058{???A1}), isa(_1016{???E}, actSportsCompetition), ~isa(_1044{???E2}, actSportsInfraction), {is_unit(_1030{???A2}, _1016{???E})}-> ~judicialAgents(_1016{???E}, _1030{???A2})),
  6692. %     (isa(_1184{???E2}, actPhysicallyAttackingAnAgent), performedBy(_1184{???E2}, _1212{???A1}), temporallySubsumes(_1226{???E}, _1184{???E2}), judicialAgents(_1226{???E}, _1198{???A2}), competingAgents(_1226{???E}, _1212{???A1}), isa(_1226{???E}, actSportsCompetition), ~isa(_1184{???E2}, actSportsInfraction), {is_unit(_1198{???A2}, _1184{???E2})}-> ~objectActedOn(_1184{???E2}, _1198{???A2})),
  6693. %     (isa(_1128{???E2}, actPhysicallyAttackingAnAgent), objectActedOn(_1128{???E2}, _1156{???A2}), temporallySubsumes(_1170{???E}, _1128{???E2}), judicialAgents(_1170{???E}, _1156{???A2}), competingAgents(_1170{???E}, _1142{???A1}), isa(_1170{???E}, actSportsCompetition), ~isa(_1128{???E2}, actSportsInfraction), {is_unit(_1142{???A1}, _1128{???E2})}-> ~performedBy(_1128{???E2}, _1142{???A1})),
  6694. %     (isa(_1086{???E2}, actPhysicallyAttackingAnAgent), objectActedOn(_1086{???E2}, _1100{???A2}), performedBy(_1086{???E2}, _1114{???A1}), judicialAgents(_1072{???E}, _1100{???A2}), competingAgents(_1072{???E}, _1114{???A1}), isa(_1072{???E}, actSportsCompetition), ~isa(_1086{???E2}, actSportsInfraction), {is_unit(_1086{???E2}, _1072{???E})}-> ~temporallySubsumes(_1072{???E}, _1086{???E2})),
  6695. %     (isa(_848{???E2}, actPhysicallyAttackingAnAgent), objectActedOn(_848{???E2}, _862{???A2}), performedBy(_848{???E2}, _876{???A1}), temporallySubsumes(_890{???E}, _848{???E2}), judicialAgents(_890{???E}, _862{???A2}), competingAgents(_890{???E}, _876{???A1}), isa(_890{???E}, actSportsCompetition), {is_unit(_848{???E2})}==>isa(_848{???E2}, actSportsInfraction))
  6696. %   ].
  6697. % conds= =>((name_variable(_942{???E}, 'E'), name_variable(_956{???A1}, 'A1'), name_variable(_970{???E2}, 'E2'), name_variable(_984{???A2}, 'A2'), name_variable(_886{???E}, 'E'), name_variable(_900{???E2}, 'E2'), name_variable(_914{???A2}, 'A2'), name_variable(_928{???A1}, 'A1'), name_variable(_1222{???E2}, 'E2'), name_variable(_1236{???A2}, 'A2'), name_variable(_1250{???A1}, 'A1'), name_variable(_1264{???E}, 'E'), name_variable(_998{???E}, 'E'), name_variable(_1012{???A2}, 'A2'), name_variable(_1026{???E2}, 'E2'), name_variable(_1040{???A1}, 'A1'), name_variable(_1166{???E2}, 'E2'), name_variable(_1180{???A2}, 'A2'), name_variable(_1194{???A1}, 'A1'), name_variable(_1208{???E}, 'E'), name_variable(_1110{???E2}, 'E2'), name_variable(_1124{???A1}, 'A1'), name_variable(_1138{???A2}, 'A2'), name_variable(_1152{???E}, 'E'), name_variable(_1054{???E}, 'E'), name_variable(_1068{???E2}, 'E2'), name_variable(_1082{???A2}, 'A2'), name_variable(_1096{???A1}, 'A1'), name_variable(_830{???E2}, 'E2'), name_variable(_844{???A2}, 'A2'), name_variable(_858{???A1}, 'A1'), name_variable(_872{???E}, 'E')), [(~competingAgents(_942{???E}, _956{???A1})<-isa(_970{???E2}, actPhysicallyAttackingAnAgent), objectActedOn(_970{???E2}, _984{???A2}), performedBy(_970{???E2}, _956{???A1}), temporallySubsumes(_942{???E}, _970{???E2}), judicialAgents(_942{???E}, _984{???A2}), isa(_942{???E}, actSportsCompetition), ~isa(_970{???E2}, actSportsInfraction), {is_unit(_956{???A1}, _942{???E})}),  (~isa(_886{???E}, actSportsCompetition)<-{avoidHeadLoop(isa(_900{???E2}, actPhysicallyAttackingAnAgent), isa(_886{???E}, actSportsCompetition))}, isa(_900{???E2}, actPhysicallyAttackingAnAgent), objectActedOn(_900{???E2}, _914{???A2}), performedBy(_900{???E2}, _928{???A1}), temporallySubsumes(_886{???E}, _900{???E2}), judicialAgents(_886{???E}, _914{???A2}), competingAgents(_886{???E}, _928{???A1}), {avoidHeadLoop(isa(_900{???E2}, actSportsInfraction), isa(_886{???E}, actSportsCompetition))}, ~isa(_900{???E2}, actSportsInfraction), {is_unit(_886{???E})}),  (~isa(_1222{???E2}, actPhysicallyAttackingAnAgent)<-objectActedOn(_1222{???E2}, _1236{???A2}), performedBy(_1222{???E2}, _1250{???A1}), temporallySubsumes(_1264{???E}, _1222{???E2}), judicialAgents(_1264{???E}, _1236{???A2}), competingAgents(_1264{???E}, _1250{???A1}), {avoidHeadLoop(isa(_1264{???E}, actSportsCompetition), isa(_1222{???E2}, actPhysicallyAttackingAnAgent))}, isa(_1264{???E}, actSportsCompetition), {avoidHeadLoop(isa(_1222{???E2}, actSportsInfraction), isa(_1222{???E2}, actPhysicallyAttackingAnAgent))}, ~isa(_1222{???E2}, actSportsInfraction), {is_unit(_1222{???E2})}),  (~judicialAgents(_998{???E}, _1012{???A2})<-isa(_1026{???E2}, actPhysicallyAttackingAnAgent), objectActedOn(_1026{???E2}, _1012{???A2}), performedBy(_1026{???E2}, _1040{???A1}), temporallySubsumes(_998{???E}, _1026{???E2}), competingAgents(_998{???E}, _1040{???A1}), isa(_998{???E}, actSportsCompetition), ~isa(_1026{???E2}, actSportsInfraction), {is_unit(_1012{???A2}, _998{???E})}),  (~objectActedOn(_1166{???E2}, _1180{???A2})<-isa(_1166{???E2}, actPhysicallyAttackingAnAgent), performedBy(_1166{???E2}, _1194{???A1}), temporallySubsumes(_1208{???E}, _1166{???E2}), judicialAgents(_1208{???E}, _1180{???A2}), competingAgents(_1208{???E}, _1194{???A1}), isa(_1208{???E}, actSportsCompetition), ~isa(_1166{???E2}, actSportsInfraction), {is_unit(_1180{???A2}, _1166{???E2})}),  (~performedBy(_1110{???E2}, _1124{???A1})<-isa(_1110{???E2}, actPhysicallyAttackingAnAgent), objectActedOn(_1110{???E2}, _1138{???A2}), temporallySubsumes(_1152{???E}, _1110{???E2}), judicialAgents(_1152{???E}, _1138{???A2}), competingAgents(_1152{???E}, _1124{???A1}), isa(_1152{???E}, actSportsCompetition), ~isa(_1110{???E2}, actSportsInfraction), {is_unit(_1124{???A1}, _1110{???E2})}),  (~temporallySubsumes(_1054{???E}, _1068{???E2})<-isa(_1068{???E2}, actPhysicallyAttackingAnAgent), objectActedOn(_1068{???E2}, _1082{???A2}), performedBy(_1068{???E2}, _1096{???A1}), judicialAgents(_1054{???E}, _1082{???A2}), competingAgents(_1054{???E}, _1096{???A1}), isa(_1054{???E}, actSportsCompetition), ~isa(_1068{???E2}, actSportsInfraction), {is_unit(_1068{???E2}, _1054{???E})}),  (isa(_830{???E2}, actPhysicallyAttackingAnAgent), objectActedOn(_830{???E2}, _844{???A2}), performedBy(_830{???E2}, _858{???A1}), temporallySubsumes(_872{???E}, _830{???E2}), judicialAgents(_872{???E}, _844{???A2}), competingAgents(_872{???E}, _858{???A1}), isa(_872{???E}, actSportsCompetition), {is_unit(_830{???E2})}==>isa(_830{???E2}, actSportsInfraction))]).
  6698.  
  6699.  
  6700. % ~competingAgents(_226{???E}, _240{???A1}) :-
  6701. %   isa(_254{???E2}, actPhysicallyAttackingAnAgent),
  6702. %   objectActedOn(_254{???E2}, _268{???A2}),
  6703. %   performedBy(_254{???E2}, _240{???A1}),
  6704. %   temporallySubsumes(_226{???E}, _254{???E2}),
  6705. %   judicialAgents(_226{???E}, _268{???A2}),
  6706. %   isa(_226{???E}, actSportsCompetition),
  6707. %   ~isa(_254{???E2}, actSportsInfraction).
  6708. % ~isa(_158{???E}, actSportsCompetition) :-
  6709. %   isa(_172{???E2}, actPhysicallyAttackingAnAgent),
  6710. %   objectActedOn(_172{???E2}, _186{???A2}),
  6711. %   performedBy(_172{???E2}, _200{???A1}),
  6712. %   temporallySubsumes(_158{???E}, _172{???E2}),
  6713. %   judicialAgents(_158{???E}, _186{???A2}),
  6714. %   competingAgents(_158{???E}, _200{???A1}),
  6715. %   ~isa(_172{???E2}, actSportsInfraction).
  6716. % ~isa(_390{???E2}, actPhysicallyAttackingAnAgent) :-
  6717. %   objectActedOn(_390{???E2}, _404{???A2}),
  6718. %   performedBy(_390{???E2}, _418{???A1}),
  6719. %   temporallySubsumes(_432{???E}, _390{???E2}),
  6720. %   judicialAgents(_432{???E}, _404{???A2}),
  6721. %   competingAgents(_432{???E}, _418{???A1}),
  6722. %   isa(_432{???E}, actSportsCompetition),
  6723. %   ~isa(_390{???E2}, actSportsInfraction).
  6724. % ~judicialAgents(_158{???E}, _172{???A2}) :-
  6725. %   isa(_186{???E2}, actPhysicallyAttackingAnAgent),
  6726. %   objectActedOn(_186{???E2}, _172{???A2}),
  6727. %   performedBy(_186{???E2}, _200{???A1}),
  6728. %   temporallySubsumes(_158{???E}, _186{???E2}),
  6729. %   competingAgents(_158{???E}, _200{???A1}),
  6730. %   isa(_158{???E}, actSportsCompetition),
  6731. %   ~isa(_186{???E2}, actSportsInfraction).
  6732. % ~objectActedOn(_278{???E2}, _292{???A2}) :-
  6733. %   isa(_270{???E2}, actPhysicallyAttackingAnAgent),
  6734. %   performedBy(_270{???E2}, _298{???A1}),
  6735. %   temporallySubsumes(_312{???E}, _270{???E2}),
  6736. %   judicialAgents(_312{???E}, _284{???A2}),
  6737. %   competingAgents(_312{???E}, _298{???A1}),
  6738. %   isa(_312{???E}, actSportsCompetition),
  6739. %   ~isa(_270{???E2}, actSportsInfraction).
  6740. % ~performedBy(_214{???E2}, _228{???A1}) :-
  6741. %   isa(_214{???E2}, actPhysicallyAttackingAnAgent),
  6742. %   objectActedOn(_214{???E2}, _242{???A2}),
  6743. %   temporallySubsumes(_256{???E}, _214{???E2}),
  6744. %   judicialAgents(_256{???E}, _242{???A2}),
  6745. %   competingAgents(_256{???E}, _228{???A1}),
  6746. %   isa(_256{???E}, actSportsCompetition),
  6747. %   ~isa(_214{???E2}, actSportsInfraction).
  6748. % ~temporallySubsumes(_158{???E}, _172{???E2}) :-
  6749. %   isa(_172{???E2}, actPhysicallyAttackingAnAgent),
  6750. %   objectActedOn(_172{???E2}, _186{???A2}),
  6751. %   performedBy(_172{???E2}, _200{???A1}),
  6752. %   judicialAgents(_158{???E}, _186{???A2}),
  6753. %   competingAgents(_158{???E}, _200{???A1}),
  6754. %   isa(_158{???E}, actSportsCompetition),
  6755. %   ~isa(_172{???E2}, actSportsInfraction).
  6756. % isa(_102{???E2}, actSportsInfraction) :-
  6757. %   isa(_102{???E2}, actPhysicallyAttackingAnAgent),
  6758. %   objectActedOn(_102{???E2}, _116{???A2}),
  6759. %   performedBy(_102{???E2}, _130{???A1}),
  6760. %   temporallySubsumes(_144{???E}, _102{???E2}),
  6761. %   judicialAgents(_144{???E}, _116{???A2}),
  6762. %   competingAgents(_144{???E}, _130{???A1}),
  6763. %   isa(_144{???E}, actSportsCompetition).
  6764.  
  6765.  
  6766. % asserted_id(=>(isa(U, actRacingSportsEvent), implies(isa(U, actRacingSportsEvent), helpfulActions(U, actBlockingAnOpponent, objectActedOn, positiveAmountOf))), a308978(U)).
  6767. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  6768. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  6769.  kif:-all(_201280,=>(isa(_201280,actRacingSportsEvent),implies(isa(_201280,actRacingSportsEvent),helpfulActions(_201280,actBlockingAnOpponent,objectActedOn,positiveAmountOf))))
  6770.  pkif:-all(_201226,=>(isa(_201226,actRacingSportsEvent),=>(isa(_201226,actRacingSportsEvent),helpfulActions(_201226,actBlockingAnOpponent,objectActedOn,positiveAmountOf))))
  6771. % cnf :-
  6772. %   v(~isa(_118{???U}, actRacingSportsEvent),
  6773. %     v(~isa(_118{???U}, actRacingSportsEvent),
  6774. %       helpfulActions(_118{???U},
  6775. %              actBlockingAnOpponent,
  6776. %              objectActedOn,
  6777. %              positiveAmountOf))).
  6778.  horn:-[(~isa(_201850,actRacingSportsEvent):- ~helpfulActions(_201850,actBlockingAnOpponent,objectActedOn,positiveAmountOf)),(helpfulActions(_201900,actBlockingAnOpponent,objectActedOn,positiveAmountOf):-isa(_201900,actRacingSportsEvent))]
  6779. % boxlog :-
  6780. %  
  6781. %   [ (~isa(_8334{???U}, actRacingSportsEvent):- ~helpfulActions(_8334{???U}, actBlockingAnOpponent, objectActedOn, positiveAmountOf)),
  6782. %     (helpfulActions(_8316{???U}, actBlockingAnOpponent, objectActedOn, positiveAmountOf):-isa(_8316{???U}, actRacingSportsEvent))
  6783. %   ].
  6784. % preview :-
  6785. %  
  6786. %   [ (~helpfulActions(_580{???U}, actBlockingAnOpponent, objectActedOn, positiveAmountOf), {is_unit(_580{???U})}==> ~isa(_580{???U}, actRacingSportsEvent)),
  6787. %     (isa(_566{???U}, actRacingSportsEvent), {is_unit(_566{???U})}==>helpfulActions(_566{???U}, actBlockingAnOpponent, objectActedOn, positiveAmountOf))
  6788. %   ].
  6789. % conds= =>((name_variable(_562{???U}, 'U'), name_variable(_548{???U}, 'U')), [(~helpfulActions(_562{???U}, actBlockingAnOpponent, objectActedOn, positiveAmountOf), {is_unit(_562{???U})}==> ~isa(_562{???U}, actRacingSportsEvent)),  (isa(_548{???U}, actRacingSportsEvent), {is_unit(_548{???U})}==>helpfulActions(_548{???U}, actBlockingAnOpponent, objectActedOn, positiveAmountOf))]).
  6790.  
  6791.  
  6792. % ~isa(_122{???U}, actRacingSportsEvent) :-
  6793. %   ~helpfulActions(_122{???U}, actBlockingAnOpponent, objectActedOn, positiveAmountOf).
  6794. % helpfulActions(_102{???U}, actBlockingAnOpponent, objectActedOn, positiveAmountOf) :-
  6795. %   isa(_102{???U}, actRacingSportsEvent).
  6796.  
  6797.  
  6798. % asserted_id(implies(and(isa(MEASURING, nartR(actMeasuringFn, vtDistance)), objectActedOn(MEASURING, OBJ)), isa(OBJ, tPartiallyTangible)), a308980(MEASURING, OBJ)).
  6799. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  6800. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  6801.  kif:-all(_201410,all(_201430,implies(and(isa(_201410,nartR(actMeasuringFn,vtDistance)),objectActedOn(_201410,_201430)),isa(_201430,tPartiallyTangible))))
  6802.  pkif:-all(_201356,all(_201376,=>(&(isa(_201356,nartR(actMeasuringFn,vtDistance)),objectActedOn(_201356,_201376)),isa(_201376,tPartiallyTangible))))
  6803. % cnf :-
  6804. %   v(v(~isa(_132{???MEASURING}, nartR(actMeasuringFn, vtDistance)),
  6805. %       ~objectActedOn(_132{???MEASURING}, _146{???OBJ})),
  6806. %     isa(_146{???OBJ}, tPartiallyTangible)).
  6807.  horn:-[(~isa(_202318,nartR(actMeasuringFn,vtDistance)):-objectActedOn(_202318,_202344),~isa(_202344,tPartiallyTangible)),(~objectActedOn(_202390,_202404):-isa(_202390,nartR(actMeasuringFn,vtDistance)),~isa(_202404,tPartiallyTangible)),(isa(_202458,tPartiallyTangible):-isa(_202484,nartR(actMeasuringFn,vtDistance)),objectActedOn(_202484,_202458))]
  6808. % boxlog :-
  6809. %  
  6810. %   [ (~isa(_692{???MEASURING}, nartR(actMeasuringFn, vtDistance)):-objectActedOn(_692{???MEASURING}, _706{???OBJ}), ~isa(_706{???OBJ}, tPartiallyTangible)),
  6811. %     (~objectActedOn(_664{???MEASURING}, _678{???OBJ}):-isa(_664{???MEASURING}, nartR(actMeasuringFn, vtDistance)), ~isa(_678{???OBJ}, tPartiallyTangible)),
  6812. %     (isa(_636{???OBJ}, tPartiallyTangible):-isa(_650{???MEASURING}, nartR(actMeasuringFn, vtDistance)), objectActedOn(_650{???MEASURING}, _636{???OBJ}))
  6813. %   ].
  6814. % preview :-
  6815. %  
  6816. %   [ (objectActedOn(_656{???MEASURING}, _670{???OBJ}), {avoidHeadLoop(isa(_670{???OBJ}, tPartiallyTangible), isa(_656{???MEASURING}, nartR(actMeasuringFn, vtDistance)))}, ~isa(_670{???OBJ}, tPartiallyTangible), {is_unit(_656{???MEASURING})}-> ~isa(_656{???MEASURING}, nartR(actMeasuringFn, vtDistance))),
  6817. %     (isa(_628{???MEASURING}, nartR(actMeasuringFn, vtDistance)), ~isa(_642{???OBJ}, tPartiallyTangible), {is_unit(_642{???OBJ}, _628{???MEASURING})}==> ~objectActedOn(_628{???MEASURING}, _642{???OBJ})),
  6818. %     (isa(_614{???MEASURING}, nartR(actMeasuringFn, vtDistance)), objectActedOn(_614{???MEASURING}, _600{???OBJ}), {is_unit(_600{???OBJ})}==>isa(_600{???OBJ}, tPartiallyTangible))
  6819. %   ].
  6820. % conds= =>((name_variable(_638{???MEASURING}, 'MEASURING'), name_variable(_652{???OBJ}, 'OBJ'), name_variable(_610{???MEASURING}, 'MEASURING'), name_variable(_624{???OBJ}, 'OBJ'), name_variable(_596{???MEASURING}, 'MEASURING'), name_variable(_582{???OBJ}, 'OBJ')), [(~isa(_638{???MEASURING}, nartR(actMeasuringFn, vtDistance))<-objectActedOn(_638{???MEASURING}, _652{???OBJ}), {avoidHeadLoop(isa(_652{???OBJ}, tPartiallyTangible), isa(_638{???MEASURING}, nartR(actMeasuringFn, vtDistance)))}, ~isa(_652{???OBJ}, tPartiallyTangible), {is_unit(_638{???MEASURING})}),  (isa(_610{???MEASURING}, nartR(actMeasuringFn, vtDistance)), ~isa(_624{???OBJ}, tPartiallyTangible), {is_unit(_624{???OBJ}, _610{???MEASURING})}==> ~objectActedOn(_610{???MEASURING}, _624{???OBJ})),  (isa(_596{???MEASURING}, nartR(actMeasuringFn, vtDistance)), objectActedOn(_596{???MEASURING}, _582{???OBJ}), {is_unit(_582{???OBJ})}==>isa(_582{???OBJ}, tPartiallyTangible))]).
  6821.  
  6822.  
  6823. % ~isa(_166{???MEASURING}, nartR(actMeasuringFn, vtDistance)) :-
  6824. %   objectActedOn(_166{???MEASURING}, _180{???OBJ}),
  6825. %   ~isa(_180{???OBJ}, tPartiallyTangible).
  6826. % ~objectActedOn(_130{???MEASURING}, _144{???OBJ}) :-
  6827. %   isa(_130{???MEASURING}, nartR(actMeasuringFn, vtDistance)),
  6828. %   ~isa(_144{???OBJ}, tPartiallyTangible).
  6829. % isa(_102{???OBJ}, tPartiallyTangible) :-
  6830. %   isa(_116{???MEASURING}, nartR(actMeasuringFn, vtDistance)),
  6831. %   objectActedOn(_116{???MEASURING}, _102{???OBJ}).
  6832.  
  6833.  
  6834. % asserted_id(implies(and(isa(PACK, actPackagingEvent), objectActedOn(PACK, PROD), products(MAKING, PROD), isa(MAKING, actManufacturing)), startsAfterStartingOf(PACK, MAKING)), a308981(PACK, PROD, MAKING)).
  6835. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  6836. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  6837.  kif:-all(_201616,all(_201636,all(_201656,implies(and(isa(_201616,actPackagingEvent),objectActedOn(_201616,_201636),products(_201656,_201636),isa(_201656,actManufacturing)),startsAfterStartingOf(_201616,_201656)))))
  6838.  pkif:-all(_201570,all(_201590,all(_201610,=>(&(isa(_201570,actPackagingEvent),&(objectActedOn(_201570,_201590),&(products(_201610,_201590),isa(_201610,actManufacturing)))),startsAfterStartingOf(_201570,_201610)))))
  6839. % cnf :-
  6840. %   v(v(~isa(_142{???PACK}, actPackagingEvent),
  6841. %       v(~objectActedOn(_142{???PACK}, _156{???PROD}),
  6842. %         v(~products(_170{???MAKING}, _156{???PROD}),
  6843. %       ~isa(_170{???MAKING}, actManufacturing)))),
  6844. %     startsAfterStartingOf(_142{???PACK}, _170{???MAKING})).
  6845.  horn:-[(~isa(_203702,actManufacturing):-isa(_203728,actPackagingEvent),objectActedOn(_203728,_203754),products(_203702,_203754),~startsAfterStartingOf(_203728,_203702)),(~isa(_203812,actPackagingEvent):-objectActedOn(_203812,_203838),products(_203864,_203838),isa(_203864,actManufacturing),~startsAfterStartingOf(_203812,_203864)),(~objectActedOn(_203922,_203936):-isa(_203922,actPackagingEvent),products(_203974,_203936),isa(_203974,actManufacturing),~startsAfterStartingOf(_203922,_203974)),(~products(_204032,_204046):-isa(_204072,actPackagingEvent),objectActedOn(_204072,_204046),isa(_204032,actManufacturing),~startsAfterStartingOf(_204072,_204032)),(startsAfterStartingOf(_204138,_204152):-isa(_204138,actPackagingEvent),objectActedOn(_204138,_204190),products(_204152,_204190),isa(_204152,actManufacturing))]
  6846. % boxlog :-
  6847. %  
  6848. %   [ (~isa(_768{???MAKING}, actManufacturing):-isa(_782{???PACK}, actPackagingEvent), objectActedOn(_782{???PACK}, _796{???PROD}), products(_768{???MAKING}, _796{???PROD}), ~startsAfterStartingOf(_782{???PACK}, _768{???MAKING})),
  6849. %     (~isa(_894{???PACK}, actPackagingEvent):-objectActedOn(_894{???PACK}, _908{???PROD}), products(_922{???MAKING}, _908{???PROD}), isa(_922{???MAKING}, actManufacturing), ~startsAfterStartingOf(_894{???PACK}, _922{???MAKING})),
  6850. %     (~objectActedOn(_852{???PACK}, _866{???PROD}):-isa(_852{???PACK}, actPackagingEvent), products(_880{???MAKING}, _866{???PROD}), isa(_880{???MAKING}, actManufacturing), ~startsAfterStartingOf(_852{???PACK}, _880{???MAKING})),
  6851. %     (~products(_810{???MAKING}, _824{???PROD}):-isa(_838{???PACK}, actPackagingEvent), objectActedOn(_838{???PACK}, _824{???PROD}), isa(_810{???MAKING}, actManufacturing), ~startsAfterStartingOf(_838{???PACK}, _810{???MAKING})),
  6852. %     (startsAfterStartingOf(_726{???PACK}, _740{???MAKING}):-isa(_726{???PACK}, actPackagingEvent), objectActedOn(_726{???PACK}, _754{???PROD}), products(_740{???MAKING}, _754{???PROD}), isa(_740{???MAKING}, actManufacturing))
  6853. %   ].
  6854. % preview :-
  6855. %  
  6856. %   [ ({avoidHeadLoop(isa(_746{???PACK}, actPackagingEvent), isa(_732{???MAKING}, actManufacturing))}, isa(_746{???PACK}, actPackagingEvent), objectActedOn(_746{???PACK}, _760{???PROD}), products(_732{???MAKING}, _760{???PROD}), ~startsAfterStartingOf(_746{???PACK}, _732{???MAKING}), {is_unit(_732{???MAKING})}-> ~isa(_732{???MAKING}, actManufacturing)),
  6857. %     (objectActedOn(_858{???PACK}, _872{???PROD}), products(_886{???MAKING}, _872{???PROD}), {avoidHeadLoop(isa(_886{???MAKING}, actManufacturing), isa(_858{???PACK}, actPackagingEvent))}, isa(_886{???MAKING}, actManufacturing), ~startsAfterStartingOf(_858{???PACK}, _886{???MAKING}), {is_unit(_858{???PACK})}-> ~isa(_858{???PACK}, actPackagingEvent)),
  6858. %     (isa(_816{???PACK}, actPackagingEvent), products(_844{???MAKING}, _830{???PROD}), isa(_844{???MAKING}, actManufacturing), ~startsAfterStartingOf(_816{???PACK}, _844{???MAKING}), {is_unit(_830{???PROD}, _816{???PACK})}-> ~objectActedOn(_816{???PACK}, _830{???PROD})),
  6859. %     (isa(_802{???PACK}, actPackagingEvent), objectActedOn(_802{???PACK}, _788{???PROD}), isa(_774{???MAKING}, actManufacturing), ~startsAfterStartingOf(_802{???PACK}, _774{???MAKING}), {is_unit(_788{???PROD}, _774{???MAKING})}-> ~products(_774{???MAKING}, _788{???PROD})),
  6860. %     (isa(_690{???PACK}, actPackagingEvent), objectActedOn(_690{???PACK}, _718{???PROD}), products(_704{???MAKING}, _718{???PROD}), isa(_704{???MAKING}, actManufacturing), {is_unit(_704{???MAKING}, _690{???PACK})}==>startsAfterStartingOf(_690{???PACK}, _704{???MAKING}))
  6861. %   ].
  6862. % conds= =>((name_variable(_714{???MAKING}, 'MAKING'), name_variable(_728{???PACK}, 'PACK'), name_variable(_742{???PROD}, 'PROD'), name_variable(_840{???PACK}, 'PACK'), name_variable(_854{???PROD}, 'PROD'), name_variable(_868{???MAKING}, 'MAKING'), name_variable(_798{???PACK}, 'PACK'), name_variable(_812{???PROD}, 'PROD'), name_variable(_826{???MAKING}, 'MAKING'), name_variable(_756{???MAKING}, 'MAKING'), name_variable(_770{???PROD}, 'PROD'), name_variable(_784{???PACK}, 'PACK'), name_variable(_672{???PACK}, 'PACK'), name_variable(_700{???PROD}, 'PROD'), name_variable(_686{???MAKING}, 'MAKING')), [(~isa(_714{???MAKING}, actManufacturing)<-{avoidHeadLoop(isa(_728{???PACK}, actPackagingEvent), isa(_714{???MAKING}, actManufacturing))}, isa(_728{???PACK}, actPackagingEvent), objectActedOn(_728{???PACK}, _742{???PROD}), products(_714{???MAKING}, _742{???PROD}), ~startsAfterStartingOf(_728{???PACK}, _714{???MAKING}), {is_unit(_714{???MAKING})}),  (~isa(_840{???PACK}, actPackagingEvent)<-objectActedOn(_840{???PACK}, _854{???PROD}), products(_868{???MAKING}, _854{???PROD}), {avoidHeadLoop(isa(_868{???MAKING}, actManufacturing), isa(_840{???PACK}, actPackagingEvent))}, isa(_868{???MAKING}, actManufacturing), ~startsAfterStartingOf(_840{???PACK}, _868{???MAKING}), {is_unit(_840{???PACK})}),  (~objectActedOn(_798{???PACK}, _812{???PROD})<-isa(_798{???PACK}, actPackagingEvent), products(_826{???MAKING}, _812{???PROD}), isa(_826{???MAKING}, actManufacturing), ~startsAfterStartingOf(_798{???PACK}, _826{???MAKING}), {is_unit(_812{???PROD}, _798{???PACK})}),  (~products(_756{???MAKING}, _770{???PROD})<-isa(_784{???PACK}, actPackagingEvent), objectActedOn(_784{???PACK}, _770{???PROD}), isa(_756{???MAKING}, actManufacturing), ~startsAfterStartingOf(_784{???PACK}, _756{???MAKING}), {is_unit(_770{???PROD}, _756{???MAKING})}),  (isa(_672{???PACK}, actPackagingEvent), objectActedOn(_672{???PACK}, _700{???PROD}), products(_686{???MAKING}, _700{???PROD}), isa(_686{???MAKING}, actManufacturing), {is_unit(_686{???MAKING}, _672{???PACK})}==>startsAfterStartingOf(_672{???PACK}, _686{???MAKING}))]).
  6863.  
  6864.  
  6865. % ~isa(_154{???MAKING}, actManufacturing) :-
  6866. %   isa(_158{???PACK}, actPackagingEvent),
  6867. %   objectActedOn(_158{???PACK}, _172{???PROD}),
  6868. %   products(_144{???MAKING}, _172{???PROD}),
  6869. %   ~startsAfterStartingOf(_158{???PACK}, _144{???MAKING}).
  6870. % ~isa(_234{???PACK}, actPackagingEvent) :-
  6871. %   objectActedOn(_234{???PACK}, _248{???PROD}),
  6872. %   products(_262{???MAKING}, _248{???PROD}),
  6873. %   isa(_262{???MAKING}, actManufacturing),
  6874. %   ~startsAfterStartingOf(_234{???PACK}, _262{???MAKING}).
  6875. % ~objectActedOn(_186{???PACK}, _200{???PROD}) :-
  6876. %   isa(_186{???PACK}, actPackagingEvent),
  6877. %   products(_214{???MAKING}, _200{???PROD}),
  6878. %   isa(_214{???MAKING}, actManufacturing),
  6879. %   ~startsAfterStartingOf(_186{???PACK}, _214{???MAKING}).
  6880. % ~products(_144{???MAKING}, _158{???PROD}) :-
  6881. %   isa(_172{???PACK}, actPackagingEvent),
  6882. %   objectActedOn(_172{???PACK}, _158{???PROD}),
  6883. %   isa(_144{???MAKING}, actManufacturing),
  6884. %   ~startsAfterStartingOf(_172{???PACK}, _144{???MAKING}).
  6885. % startsAfterStartingOf(_102{???PACK}, _116{???MAKING}) :-
  6886. %   isa(_102{???PACK}, actPackagingEvent),
  6887. %   objectActedOn(_102{???PACK}, _130{???PROD}),
  6888. %   products(_116{???MAKING}, _130{???PROD}),
  6889. %   isa(_116{???MAKING}, actManufacturing).
  6890.  
  6891.  
  6892. % asserted_id(implies(and(isa(X, actCausingAnotherObjectsTranslationalMotion), objectActedOn(X, Y)), objectMoving(X, Y)), a308982(X, Y)).
  6893. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  6894. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  6895.  kif:-all(_201652,all(_201672,implies(and(isa(_201652,actCausingAnotherObjectsTranslationalMotion),objectActedOn(_201652,_201672)),objectMoving(_201652,_201672))))
  6896.  pkif:-all(_201598,all(_201618,=>(&(isa(_201598,actCausingAnotherObjectsTranslationalMotion),objectActedOn(_201598,_201618)),objectMoving(_201598,_201618))))
  6897. % cnf :-
  6898. %   v(v(~isa(_126{???X}, actCausingAnotherObjectsTranslationalMotion),
  6899. %       ~objectActedOn(_126{???X}, _140{???Y})),
  6900. %     objectMoving(_126{???X}, _140{???Y})).
  6901.  horn:-[(~isa(_202482,actCausingAnotherObjectsTranslationalMotion):-objectActedOn(_202482,_202508),~objectMoving(_202482,_202508)),(~objectActedOn(_202554,_202568):-isa(_202554,actCausingAnotherObjectsTranslationalMotion),~objectMoving(_202554,_202568)),(objectMoving(_202622,_202636):-isa(_202622,actCausingAnotherObjectsTranslationalMotion),objectActedOn(_202622,_202636))]
  6902. % boxlog :-
  6903. %  
  6904. %   [ (~isa(_668{???X}, actCausingAnotherObjectsTranslationalMotion):-objectActedOn(_668{???X}, _682{???Y}), ~objectMoving(_668{???X}, _682{???Y})),
  6905. %     (~objectActedOn(_640{???X}, _654{???Y}):-isa(_640{???X}, actCausingAnotherObjectsTranslationalMotion), ~objectMoving(_640{???X}, _654{???Y})),
  6906. %     (objectMoving(_612{???X}, _626{???Y}):-isa(_612{???X}, actCausingAnotherObjectsTranslationalMotion), objectActedOn(_612{???X}, _626{???Y}))
  6907. %   ].
  6908. % preview :-
  6909. %  
  6910. %   [ (objectActedOn(_632{???X}, _646{???Y}), ~objectMoving(_632{???X}, _646{???Y}), {is_unit(_632{???X})}-> ~isa(_632{???X}, actCausingAnotherObjectsTranslationalMotion)),
  6911. %     (isa(_604{???X}, actCausingAnotherObjectsTranslationalMotion), ~objectMoving(_604{???X}, _618{???Y}), {is_unit(_618{???Y}, _604{???X})}-> ~objectActedOn(_604{???X}, _618{???Y})),
  6912. %     (isa(_576{???X}, actCausingAnotherObjectsTranslationalMotion), objectActedOn(_576{???X}, _590{???Y}), {is_unit(_590{???Y}, _576{???X})}==>objectMoving(_576{???X}, _590{???Y}))
  6913. %   ].
  6914. % conds= =>((name_variable(_614{???X}, 'X'), name_variable(_628{???Y}, 'Y'), name_variable(_586{???X}, 'X'), name_variable(_600{???Y}, 'Y'), name_variable(_558{???X}, 'X'), name_variable(_572{???Y}, 'Y')), [(~isa(_614{???X}, actCausingAnotherObjectsTranslationalMotion)<-objectActedOn(_614{???X}, _628{???Y}), ~objectMoving(_614{???X}, _628{???Y}), {is_unit(_614{???X})}),  (~objectActedOn(_586{???X}, _600{???Y})<-isa(_586{???X}, actCausingAnotherObjectsTranslationalMotion), ~objectMoving(_586{???X}, _600{???Y}), {is_unit(_600{???Y}, _586{???X})}),  (isa(_558{???X}, actCausingAnotherObjectsTranslationalMotion), objectActedOn(_558{???X}, _572{???Y}), {is_unit(_572{???Y}, _558{???X})}==>objectMoving(_558{???X}, _572{???Y}))]).
  6915.  
  6916.  
  6917. % ~isa(_166{???X}, actCausingAnotherObjectsTranslationalMotion) :-
  6918. %   objectActedOn(_166{???X}, _180{???Y}),
  6919. %   ~objectMoving(_166{???X}, _180{???Y}).
  6920. % ~objectActedOn(_130{???X}, _144{???Y}) :-
  6921. %   isa(_130{???X}, actCausingAnotherObjectsTranslationalMotion),
  6922. %   ~objectMoving(_130{???X}, _144{???Y}).
  6923. % objectMoving(_102{???X}, _116{???Y}) :-
  6924. %   isa(_102{???X}, actCausingAnotherObjectsTranslationalMotion),
  6925. %   objectActedOn(_102{???X}, _116{???Y}).
  6926.  
  6927.  
  6928. % asserted_id(implies(and(isa(PER, mobPerson), objectActedOn(SUPER, PER), supervisedAction(SUPER, ACT)), performedBy(ACT, PER)), a308983(PER, SUPER, ACT)).
  6929. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  6930. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  6931.  kif:-all(_201852,all(_201872,all(_201892,implies(and(isa(_201852,mobPerson),objectActedOn(_201872,_201852),supervisedAction(_201872,_201892)),performedBy(_201892,_201852)))))
  6932.  pkif:-all(_201802,all(_201822,all(_201842,=>(&(isa(_201802,mobPerson),&(objectActedOn(_201822,_201802),supervisedAction(_201822,_201842))),performedBy(_201842,_201802)))))
  6933. % cnf :-
  6934. %   v(v(~isa(_134{???PER}, mobPerson),
  6935. %       v(~objectActedOn(_148{???SUPER}, _134{???PER}),
  6936. %         ~supervisedAction(_148{???SUPER}, _162{???ACT}))),
  6937. %     performedBy(_162{???ACT}, _134{???PER})).
  6938.  horn:-[(~isa(_203328,mobPerson):-objectActedOn(_203354,_203328),supervisedAction(_203354,_203380),~performedBy(_203380,_203328)),(~objectActedOn(_203426,_203440):-isa(_203440,mobPerson),supervisedAction(_203426,_203478),~performedBy(_203478,_203440)),(~supervisedAction(_203524,_203538):-isa(_203564,mobPerson),objectActedOn(_203524,_203564),~performedBy(_203538,_203564)),(performedBy(_203618,_203632):-isa(_203632,mobPerson),objectActedOn(_203670,_203632),supervisedAction(_203670,_203618))]
  6939. % boxlog :-
  6940. %  
  6941. %   [ (~isa(_808{???PER}, mobPerson):-objectActedOn(_822{???SUPER}, _808{???PER}), supervisedAction(_822{???SUPER}, _836{???ACT}), ~performedBy(_836{???ACT}, _808{???PER})),
  6942. %     (~objectActedOn(_766{???SUPER}, _780{???PER}):-isa(_780{???PER}, mobPerson), supervisedAction(_766{???SUPER}, _794{???ACT}), ~performedBy(_794{???ACT}, _780{???PER})),
  6943. %     (~supervisedAction(_724{???SUPER}, _738{???ACT}):-isa(_752{???PER}, mobPerson), objectActedOn(_724{???SUPER}, _752{???PER}), ~performedBy(_738{???ACT}, _752{???PER})),
  6944. %     (performedBy(_682{???ACT}, _696{???PER}):-isa(_696{???PER}, mobPerson), objectActedOn(_710{???SUPER}, _696{???PER}), supervisedAction(_710{???SUPER}, _682{???ACT}))
  6945. %   ].
  6946. % preview :-
  6947. %  
  6948. %   [ (objectActedOn(_786{???SUPER}, _772{???PER}), supervisedAction(_786{???SUPER}, _800{???ACT}), ~performedBy(_800{???ACT}, _772{???PER}), {is_unit(_772{???PER})}-> ~isa(_772{???PER}, mobPerson)),
  6949. %     (isa(_744{???PER}, mobPerson), supervisedAction(_730{???SUPER}, _758{???ACT}), ~performedBy(_758{???ACT}, _744{???PER}), {is_unit(_744{???PER}, _730{???SUPER})}-> ~objectActedOn(_730{???SUPER}, _744{???PER})),
  6950. %     (isa(_716{???PER}, mobPerson), objectActedOn(_688{???SUPER}, _716{???PER}), ~performedBy(_702{???ACT}, _716{???PER}), {is_unit(_702{???ACT}, _688{???SUPER})}-> ~supervisedAction(_688{???SUPER}, _702{???ACT})),
  6951. %     (isa(_660{???PER}, mobPerson), objectActedOn(_674{???SUPER}, _660{???PER}), supervisedAction(_674{???SUPER}, _646{???ACT}), {is_unit(_660{???PER}, _646{???ACT})}==>performedBy(_646{???ACT}, _660{???PER}))
  6952. %   ].
  6953. % conds= =>((name_variable(_754{???PER}, 'PER'), name_variable(_768{???SUPER}, 'SUPER'), name_variable(_782{???ACT}, 'ACT'), name_variable(_712{???SUPER}, 'SUPER'), name_variable(_726{???PER}, 'PER'), name_variable(_740{???ACT}, 'ACT'), name_variable(_670{???SUPER}, 'SUPER'), name_variable(_684{???ACT}, 'ACT'), name_variable(_698{???PER}, 'PER'), name_variable(_642{???PER}, 'PER'), name_variable(_656{???SUPER}, 'SUPER'), name_variable(_628{???ACT}, 'ACT')), [(~isa(_754{???PER}, mobPerson)<-objectActedOn(_768{???SUPER}, _754{???PER}), supervisedAction(_768{???SUPER}, _782{???ACT}), ~performedBy(_782{???ACT}, _754{???PER}), {is_unit(_754{???PER})}),  (~objectActedOn(_712{???SUPER}, _726{???PER})<-isa(_726{???PER}, mobPerson), supervisedAction(_712{???SUPER}, _740{???ACT}), ~performedBy(_740{???ACT}, _726{???PER}), {is_unit(_726{???PER}, _712{???SUPER})}),  (~supervisedAction(_670{???SUPER}, _684{???ACT})<-isa(_698{???PER}, mobPerson), objectActedOn(_670{???SUPER}, _698{???PER}), ~performedBy(_684{???ACT}, _698{???PER}), {is_unit(_684{???ACT}, _670{???SUPER})}),  (isa(_642{???PER}, mobPerson), objectActedOn(_656{???SUPER}, _642{???PER}), supervisedAction(_656{???SUPER}, _628{???ACT}), {is_unit(_642{???PER}, _628{???ACT})}==>performedBy(_628{???ACT}, _642{???PER}))]).
  6954.  
  6955.  
  6956. % ~isa(_238{???PER}, mobPerson) :-
  6957. %   objectActedOn(_242{???SUPER}, _228{???PER}),
  6958. %   supervisedAction(_242{???SUPER}, _256{???ACT}),
  6959. %   ~performedBy(_256{???ACT}, _228{???PER}).
  6960. % ~objectActedOn(_186{???SUPER}, _200{???PER}) :-
  6961. %   isa(_200{???PER}, mobPerson),
  6962. %   supervisedAction(_186{???SUPER}, _214{???ACT}),
  6963. %   ~performedBy(_214{???ACT}, _200{???PER}).
  6964. % ~supervisedAction(_144{???SUPER}, _158{???ACT}) :-
  6965. %   isa(_172{???PER}, mobPerson),
  6966. %   objectActedOn(_144{???SUPER}, _172{???PER}),
  6967. %   ~performedBy(_158{???ACT}, _172{???PER}).
  6968. % performedBy(_102{???ACT}, _116{???PER}) :-
  6969. %   isa(_116{???PER}, mobPerson),
  6970. %   objectActedOn(_130{???SUPER}, _116{???PER}),
  6971. %   supervisedAction(_130{???SUPER}, _102{???ACT}).
  6972.  
  6973.  
  6974. % asserted_id(implies(and(isa(CONSOLE100, actConsoling), performedBy(CONSOLE100, A113), objectActedOn(CONSOLE100, B106), competitors(A113, B106)), isa(CONSOLE100, actSportsmanlikeAction)), a308984(CONSOLE100, A113, B106)).
  6975. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  6976. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  6977.  kif:-all(_202032,all(_202052,all(_202072,implies(and(isa(_202032,actConsoling),performedBy(_202032,_202052),objectActedOn(_202032,_202072),competitors(_202052,_202072)),isa(_202032,actSportsmanlikeAction)))))
  6978.  pkif:-all(_201986,all(_202006,all(_202026,=>(&(isa(_201986,actConsoling),&(performedBy(_201986,_202006),&(objectActedOn(_201986,_202026),competitors(_202006,_202026)))),isa(_201986,actSportsmanlikeAction)))))
  6979. % cnf :-
  6980. %   v(v(~isa(_142{???CONSOLE100}, actConsoling),
  6981. %       v(~performedBy(_142{???CONSOLE100}, _156{???A113}),
  6982. %         v(~objectActedOn(_142{???CONSOLE100}, _170{???B106}),
  6983. %       ~competitors(_156{???A113}, _170{???B106})))),
  6984. %     isa(_142{???CONSOLE100}, actSportsmanlikeAction)).
  6985.  horn:-[(~competitors(_204118,_204132):-isa(_204158,actConsoling),performedBy(_204158,_204118),objectActedOn(_204158,_204132),~isa(_204158,actSportsmanlikeAction)),(~isa(_204228,actConsoling):-performedBy(_204228,_204254),objectActedOn(_204228,_204280),competitors(_204254,_204280),~isa(_204228,actSportsmanlikeAction)),(~objectActedOn(_204338,_204352):-isa(_204338,actConsoling),performedBy(_204338,_204390),competitors(_204390,_204352),~isa(_204338,actSportsmanlikeAction)),(~performedBy(_204448,_204462):-isa(_204448,actConsoling),objectActedOn(_204448,_204500),competitors(_204462,_204500),~isa(_204448,actSportsmanlikeAction)),(isa(_204554,actSportsmanlikeAction):-isa(_204554,actConsoling),performedBy(_204554,_204592),objectActedOn(_204554,_204618),competitors(_204592,_204618))]
  6986. % boxlog :-
  6987. %  
  6988. %   [ (~competitors(_768{???A113}, _782{???B106}):-isa(_796{???CONSOLE100}, actConsoling), performedBy(_796{???CONSOLE100}, _768{???A113}), objectActedOn(_796{???CONSOLE100}, _782{???B106}), ~isa(_796{???CONSOLE100}, actSportsmanlikeAction)),
  6989. %     (~isa(_894{???CONSOLE100}, actConsoling):-performedBy(_894{???CONSOLE100}, _908{???A113}), objectActedOn(_894{???CONSOLE100}, _922{???B106}), competitors(_908{???A113}, _922{???B106}), ~isa(_894{???CONSOLE100}, actSportsmanlikeAction)),
  6990. %     (~objectActedOn(_810{???CONSOLE100}, _824{???B106}):-isa(_810{???CONSOLE100}, actConsoling), performedBy(_810{???CONSOLE100}, _838{???A113}), competitors(_838{???A113}, _824{???B106}), ~isa(_810{???CONSOLE100}, actSportsmanlikeAction)),
  6991. %     (~performedBy(_852{???CONSOLE100}, _866{???A113}):-isa(_852{???CONSOLE100}, actConsoling), objectActedOn(_852{???CONSOLE100}, _880{???B106}), competitors(_866{???A113}, _880{???B106}), ~isa(_852{???CONSOLE100}, actSportsmanlikeAction)),
  6992. %     (isa(_726{???CONSOLE100}, actSportsmanlikeAction):-isa(_726{???CONSOLE100}, actConsoling), performedBy(_726{???CONSOLE100}, _740{???A113}), objectActedOn(_726{???CONSOLE100}, _754{???B106}), competitors(_740{???A113}, _754{???B106}))
  6993. %   ].
  6994. % preview :-
  6995. %  
  6996. %   [ (isa(_760{???CONSOLE100}, actConsoling), performedBy(_760{???CONSOLE100}, _732{???A113}), objectActedOn(_760{???CONSOLE100}, _746{???B106}), ~isa(_760{???CONSOLE100}, actSportsmanlikeAction), {is_unit(_746{???B106}, _732{???A113})}-> ~competitors(_732{???A113}, _746{???B106})),
  6997. %     (performedBy(_858{???CONSOLE100}, _872{???A113}), objectActedOn(_858{???CONSOLE100}, _886{???B106}), competitors(_872{???A113}, _886{???B106}), {avoidHeadLoop(isa(_858{???CONSOLE100}, actSportsmanlikeAction), isa(_858{???CONSOLE100}, actConsoling))}, ~isa(_858{???CONSOLE100}, actSportsmanlikeAction), {is_unit(_858{???CONSOLE100})}-> ~isa(_858{???CONSOLE100}, actConsoling)),
  6998. %     (isa(_774{???CONSOLE100}, actConsoling), performedBy(_774{???CONSOLE100}, _802{???A113}), competitors(_802{???A113}, _788{???B106}), ~isa(_774{???CONSOLE100}, actSportsmanlikeAction), {is_unit(_788{???B106}, _774{???CONSOLE100})}-> ~objectActedOn(_774{???CONSOLE100}, _788{???B106})),
  6999. %     (isa(_816{???CONSOLE100}, actConsoling), objectActedOn(_816{???CONSOLE100}, _844{???B106}), competitors(_830{???A113}, _844{???B106}), ~isa(_816{???CONSOLE100}, actSportsmanlikeAction), {is_unit(_830{???A113}, _816{???CONSOLE100})}-> ~performedBy(_816{???CONSOLE100}, _830{???A113})),
  7000. %     (isa(_690{???CONSOLE100}, actConsoling), performedBy(_690{???CONSOLE100}, _704{???A113}), objectActedOn(_690{???CONSOLE100}, _718{???B106}), competitors(_704{???A113}, _718{???B106}), {is_unit(_690{???CONSOLE100})}==>isa(_690{???CONSOLE100}, actSportsmanlikeAction))
  7001. %   ].
  7002. % conds= =>((name_variable(_714{???A113}, 'A113'), name_variable(_728{???B106}, 'B106'), name_variable(_742{???CONSOLE100}, 'CONSOLE100'), name_variable(_840{???CONSOLE100}, 'CONSOLE100'), name_variable(_854{???A113}, 'A113'), name_variable(_868{???B106}, 'B106'), name_variable(_756{???CONSOLE100}, 'CONSOLE100'), name_variable(_770{???B106}, 'B106'), name_variable(_784{???A113}, 'A113'), name_variable(_798{???CONSOLE100}, 'CONSOLE100'), name_variable(_812{???A113}, 'A113'), name_variable(_826{???B106}, 'B106'), name_variable(_672{???CONSOLE100}, 'CONSOLE100'), name_variable(_686{???A113}, 'A113'), name_variable(_700{???B106}, 'B106')), [(~competitors(_714{???A113}, _728{???B106})<-isa(_742{???CONSOLE100}, actConsoling), performedBy(_742{???CONSOLE100}, _714{???A113}), objectActedOn(_742{???CONSOLE100}, _728{???B106}), ~isa(_742{???CONSOLE100}, actSportsmanlikeAction), {is_unit(_728{???B106}, _714{???A113})}),  (~isa(_840{???CONSOLE100}, actConsoling)<-performedBy(_840{???CONSOLE100}, _854{???A113}), objectActedOn(_840{???CONSOLE100}, _868{???B106}), competitors(_854{???A113}, _868{???B106}), {avoidHeadLoop(isa(_840{???CONSOLE100}, actSportsmanlikeAction), isa(_840{???CONSOLE100}, actConsoling))}, ~isa(_840{???CONSOLE100}, actSportsmanlikeAction), {is_unit(_840{???CONSOLE100})}),  (~objectActedOn(_756{???CONSOLE100}, _770{???B106})<-isa(_756{???CONSOLE100}, actConsoling), performedBy(_756{???CONSOLE100}, _784{???A113}), competitors(_784{???A113}, _770{???B106}), ~isa(_756{???CONSOLE100}, actSportsmanlikeAction), {is_unit(_770{???B106}, _756{???CONSOLE100})}),  (~performedBy(_798{???CONSOLE100}, _812{???A113})<-isa(_798{???CONSOLE100}, actConsoling), objectActedOn(_798{???CONSOLE100}, _826{???B106}), competitors(_812{???A113}, _826{???B106}), ~isa(_798{???CONSOLE100}, actSportsmanlikeAction), {is_unit(_812{???A113}, _798{???CONSOLE100})}),  (isa(_672{???CONSOLE100}, actConsoling), performedBy(_672{???CONSOLE100}, _686{???A113}), objectActedOn(_672{???CONSOLE100}, _700{???B106}), competitors(_686{???A113}, _700{???B106}), {is_unit(_672{???CONSOLE100})}==>isa(_672{???CONSOLE100}, actSportsmanlikeAction))]).
  7003.  
  7004.  
  7005. % ~competitors(_154{???A113}, _168{???B106}) :-
  7006. %   isa(_172{???CONSOLE100}, actConsoling),
  7007. %   performedBy(_172{???CONSOLE100}, _144{???A113}),
  7008. %   objectActedOn(_172{???CONSOLE100}, _158{???B106}),
  7009. %   ~isa(_172{???CONSOLE100}, actSportsmanlikeAction).
  7010. % ~isa(_234{???CONSOLE100}, actConsoling) :-
  7011. %   performedBy(_234{???CONSOLE100}, _248{???A113}),
  7012. %   objectActedOn(_234{???CONSOLE100}, _262{???B106}),
  7013. %   competitors(_248{???A113}, _262{???B106}),
  7014. %   ~isa(_234{???CONSOLE100}, actSportsmanlikeAction).
  7015. % ~objectActedOn(_144{???CONSOLE100}, _158{???B106}) :-
  7016. %   isa(_144{???CONSOLE100}, actConsoling),
  7017. %   performedBy(_144{???CONSOLE100}, _172{???A113}),
  7018. %   competitors(_172{???A113}, _158{???B106}),
  7019. %   ~isa(_144{???CONSOLE100}, actSportsmanlikeAction).
  7020. % ~performedBy(_150{???CONSOLE100}, _164{???A113}) :-
  7021. %   isa(_150{???CONSOLE100}, actConsoling),
  7022. %   objectActedOn(_150{???CONSOLE100}, _178{???B106}),
  7023. %   competitors(_164{???A113}, _178{???B106}),
  7024. %   ~isa(_150{???CONSOLE100}, actSportsmanlikeAction).
  7025. % isa(_102{???CONSOLE100}, actSportsmanlikeAction) :-
  7026. %   isa(_102{???CONSOLE100}, actConsoling),
  7027. %   performedBy(_102{???CONSOLE100}, _116{???A113}),
  7028. %   objectActedOn(_102{???CONSOLE100}, _130{???B106}),
  7029. %   competitors(_116{???A113}, _130{???B106}).
  7030.  
  7031.  
  7032. % asserted_id(implies(and(isa(MAMMOGRAM, actMammographyExam), objectActedOn(MAMMOGRAM, BREAST)), isa(BREAST, tPartTypeBreast)), a308985(MAMMOGRAM, BREAST)).
  7033. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  7034. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  7035.  kif:-all(_202068,all(_202088,implies(and(isa(_202068,actMammographyExam),objectActedOn(_202068,_202088)),isa(_202088,tPartTypeBreast))))
  7036.  pkif:-all(_202014,all(_202034,=>(&(isa(_202014,actMammographyExam),objectActedOn(_202014,_202034)),isa(_202034,tPartTypeBreast))))
  7037. % cnf :-
  7038. %   v(v(~isa(_126{???MAMMOGRAM}, actMammographyExam),
  7039. %       ~objectActedOn(_126{???MAMMOGRAM}, _140{???BREAST})),
  7040. %     isa(_140{???BREAST}, tPartTypeBreast)).
  7041.  horn:-[(~isa(_202898,actMammographyExam):-objectActedOn(_202898,_202924),~isa(_202924,tPartTypeBreast)),(~objectActedOn(_202970,_202984):-isa(_202970,actMammographyExam),~isa(_202984,tPartTypeBreast)),(isa(_203038,tPartTypeBreast):-isa(_203064,actMammographyExam),objectActedOn(_203064,_203038))]
  7042. % boxlog :-
  7043. %  
  7044. %   [ (~isa(_668{???MAMMOGRAM}, actMammographyExam):-objectActedOn(_668{???MAMMOGRAM}, _682{???BREAST}), ~isa(_682{???BREAST}, tPartTypeBreast)),
  7045. %     (~objectActedOn(_640{???MAMMOGRAM}, _654{???BREAST}):-isa(_640{???MAMMOGRAM}, actMammographyExam), ~isa(_654{???BREAST}, tPartTypeBreast)),
  7046. %     (isa(_612{???BREAST}, tPartTypeBreast):-isa(_626{???MAMMOGRAM}, actMammographyExam), objectActedOn(_626{???MAMMOGRAM}, _612{???BREAST}))
  7047. %   ].
  7048. % preview :-
  7049. %  
  7050. %   [ (objectActedOn(_632{???MAMMOGRAM}, _646{???BREAST}), {avoidHeadLoop(isa(_646{???BREAST}, tPartTypeBreast), isa(_632{???MAMMOGRAM}, actMammographyExam))}, ~isa(_646{???BREAST}, tPartTypeBreast), {is_unit(_632{???MAMMOGRAM})}-> ~isa(_632{???MAMMOGRAM}, actMammographyExam)),
  7051. %     (isa(_604{???MAMMOGRAM}, actMammographyExam), ~isa(_618{???BREAST}, tPartTypeBreast), {is_unit(_618{???BREAST}, _604{???MAMMOGRAM})}==> ~objectActedOn(_604{???MAMMOGRAM}, _618{???BREAST})),
  7052. %     (isa(_590{???MAMMOGRAM}, actMammographyExam), objectActedOn(_590{???MAMMOGRAM}, _576{???BREAST}), {is_unit(_576{???BREAST})}==>isa(_576{???BREAST}, tPartTypeBreast))
  7053. %   ].
  7054. % conds= =>((name_variable(_614{???MAMMOGRAM}, 'MAMMOGRAM'), name_variable(_628{???BREAST}, 'BREAST'), name_variable(_586{???MAMMOGRAM}, 'MAMMOGRAM'), name_variable(_600{???BREAST}, 'BREAST'), name_variable(_572{???MAMMOGRAM}, 'MAMMOGRAM'), name_variable(_558{???BREAST}, 'BREAST')), [(~isa(_614{???MAMMOGRAM}, actMammographyExam)<-objectActedOn(_614{???MAMMOGRAM}, _628{???BREAST}), {avoidHeadLoop(isa(_628{???BREAST}, tPartTypeBreast), isa(_614{???MAMMOGRAM}, actMammographyExam))}, ~isa(_628{???BREAST}, tPartTypeBreast), {is_unit(_614{???MAMMOGRAM})}),  (isa(_586{???MAMMOGRAM}, actMammographyExam), ~isa(_600{???BREAST}, tPartTypeBreast), {is_unit(_600{???BREAST}, _586{???MAMMOGRAM})}==> ~objectActedOn(_586{???MAMMOGRAM}, _600{???BREAST})),  (isa(_572{???MAMMOGRAM}, actMammographyExam), objectActedOn(_572{???MAMMOGRAM}, _558{???BREAST}), {is_unit(_558{???BREAST})}==>isa(_558{???BREAST}, tPartTypeBreast))]).
  7055.  
  7056.  
  7057. % ~isa(_166{???MAMMOGRAM}, actMammographyExam) :-
  7058. %   objectActedOn(_166{???MAMMOGRAM}, _180{???BREAST}),
  7059. %   ~isa(_180{???BREAST}, tPartTypeBreast).
  7060. % ~objectActedOn(_130{???MAMMOGRAM}, _144{???BREAST}) :-
  7061. %   isa(_130{???MAMMOGRAM}, actMammographyExam),
  7062. %   ~isa(_144{???BREAST}, tPartTypeBreast).
  7063. % isa(_102{???BREAST}, tPartTypeBreast) :-
  7064. %   isa(_116{???MAMMOGRAM}, actMammographyExam),
  7065. %   objectActedOn(_116{???MAMMOGRAM}, _102{???BREAST}).
  7066.  
  7067.  
  7068. % asserted_id(implies(and(isa(MATCH, actMatchSportsEvent), temporallySubsumes(MATCH, HIT), isa(HIT, actHittingAnOpponent), competingAgents(MATCH, OPP), competingAgents(MATCH, PERS), objectActedOn(HIT, PERS)), or(performedBy(HIT, OPP), equals(OPP, PERS))), a308986(MATCH, HIT, OPP, PERS)).
  7069. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  7070. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  7071.  kif:-all(_202448,all(_202468,all(_202488,all(_202508,implies(and(isa(_202448,actMatchSportsEvent),temporallySubsumes(_202448,_202468),isa(_202468,actHittingAnOpponent),competingAgents(_202448,_202508),competingAgents(_202448,_202488),objectActedOn(_202468,_202488)),or(performedBy(_202468,_202508),equals(_202508,_202488)))))))
  7072.  pkif:-all(_202410,all(_202430,all(_202450,all(_202470,=>(&(isa(_202410,actMatchSportsEvent),&(temporallySubsumes(_202410,_202430),&(isa(_202430,actHittingAnOpponent),&(competingAgents(_202410,_202470),&(competingAgents(_202410,_202450),objectActedOn(_202430,_202450)))))),v(performedBy(_202430,_202470),equals(_202470,_202450)))))))
  7073. % cnf :-
  7074. %   v(v(~isa(_170{???MATCH}, actMatchSportsEvent),
  7075. %       v(~temporallySubsumes(_170{???MATCH}, _184{???HIT}),
  7076. %         v(~isa(_184{???HIT}, actHittingAnOpponent),
  7077. %       v(~competingAgents(_170{???MATCH}, _198{???OPP}),
  7078. %         v(~competingAgents(_170{???MATCH}, _212{???PERS}),
  7079. %           ~objectActedOn(_184{???HIT}, _212{???PERS})))))),
  7080. %     v(performedBy(_184{???HIT}, _198{???OPP}),
  7081. %       equals(_198{???OPP}, _212{???PERS}))).
  7082.  horn:-[(~competingAgents(_207370,_207384):-isa(_207370,actMatchSportsEvent),temporallySubsumes(_207370,_207422),isa(_207422,actHittingAnOpponent),competingAgents(_207370,_207460),objectActedOn(_207422,_207384),~performedBy(_207422,_207460),~equals(_207460,_207384)),(~competingAgents(_207534,_207548):-isa(_207534,actMatchSportsEvent),temporallySubsumes(_207534,_207586),isa(_207586,actHittingAnOpponent),competingAgents(_207534,_207624),objectActedOn(_207586,_207624),~performedBy(_207586,_207548),~equals(_207548,_207624)),(~isa(_207698,actHittingAnOpponent):-isa(_207724,actMatchSportsEvent),temporallySubsumes(_207724,_207698),competingAgents(_207724,_207762),competingAgents(_207724,_207788),objectActedOn(_207698,_207788),~performedBy(_207698,_207762),~equals(_207762,_207788)),(~isa(_207862,actMatchSportsEvent):-temporallySubsumes(_207862,_207888),isa(_207888,actHittingAnOpponent),competingAgents(_207862,_207926),competingAgents(_207862,_207952),objectActedOn(_207888,_207952),~performedBy(_207888,_207926),~equals(_207926,_207952)),(~objectActedOn(_208026,_208040):-isa(_208066,actMatchSportsEvent),temporallySubsumes(_208066,_208026),isa(_208026,actHittingAnOpponent),competingAgents(_208066,_208116),competingAgents(_208066,_208040),~performedBy(_208026,_208116),~equals(_208116,_208040)),(~temporallySubsumes(_208190,_208204):-isa(_208190,actMatchSportsEvent),isa(_208204,actHittingAnOpponent),competingAgents(_208190,_208254),competingAgents(_208190,_208280),objectActedOn(_208204,_208280),~performedBy(_208204,_208254),~equals(_208254,_208280)),(equals(_208350,_208364):-isa(_208390,actMatchSportsEvent),temporallySubsumes(_208390,_208416),isa(_208416,actHittingAnOpponent),competingAgents(_208390,_208350),competingAgents(_208390,_208364),objectActedOn(_208416,_208364),~performedBy(_208416,_208350)),(performedBy(_208506,_208520):-isa(_208546,actMatchSportsEvent),temporallySubsumes(_208546,_208506),isa(_208506,actHittingAnOpponent),competingAgents(_208546,_208520),competingAgents(_208546,_208608),objectActedOn(_208506,_208608),~equals(_208520,_208608))]
  7083. % boxlog :-
  7084. %  
  7085. %   [ (~competingAgents(_1056{???MATCH}, _1070{???PERS}):-isa(_1056{???MATCH}, actMatchSportsEvent), temporallySubsumes(_1056{???MATCH}, _1084{???HIT}), isa(_1084{???HIT}, actHittingAnOpponent), competingAgents(_1056{???MATCH}, _1098{???OPP}), objectActedOn(_1084{???HIT}, _1070{???PERS}), ~performedBy(_1084{???HIT}, _1098{???OPP}), ~equals(_1098{???OPP}, _1070{???PERS})),
  7086. %     (~competingAgents(_1112{???MATCH}, _1126{???OPP}):-isa(_1112{???MATCH}, actMatchSportsEvent), temporallySubsumes(_1112{???MATCH}, _1140{???HIT}), isa(_1140{???HIT}, actHittingAnOpponent), competingAgents(_1112{???MATCH}, _1154{???PERS}), objectActedOn(_1140{???HIT}, _1154{???PERS}), ~performedBy(_1140{???HIT}, _1126{???OPP}), ~equals(_1126{???OPP}, _1154{???PERS})),
  7087. %     (~isa(_1168{???HIT}, actHittingAnOpponent):-isa(_1182{???MATCH}, actMatchSportsEvent), temporallySubsumes(_1182{???MATCH}, _1168{???HIT}), competingAgents(_1182{???MATCH}, _1196{???OPP}), competingAgents(_1182{???MATCH}, _1210{???PERS}), objectActedOn(_1168{???HIT}, _1210{???PERS}), ~performedBy(_1168{???HIT}, _1196{???OPP}), ~equals(_1196{???OPP}, _1210{???PERS})),
  7088. %     (~isa(_1280{???MATCH}, actMatchSportsEvent):-temporallySubsumes(_1280{???MATCH}, _1294{???HIT}), isa(_1294{???HIT}, actHittingAnOpponent), competingAgents(_1280{???MATCH}, _1308{???OPP}), competingAgents(_1280{???MATCH}, _1322{???PERS}), objectActedOn(_1294{???HIT}, _1322{???PERS}), ~performedBy(_1294{???HIT}, _1308{???OPP}), ~equals(_1308{???OPP}, _1322{???PERS})),
  7089. %     (~objectActedOn(_1000{???HIT}, _1014{???PERS}):-isa(_1028{???MATCH}, actMatchSportsEvent), temporallySubsumes(_1028{???MATCH}, _1000{???HIT}), isa(_1000{???HIT}, actHittingAnOpponent), competingAgents(_1028{???MATCH}, _1042{???OPP}), competingAgents(_1028{???MATCH}, _1014{???PERS}), ~performedBy(_1000{???HIT}, _1042{???OPP}), ~equals(_1042{???OPP}, _1014{???PERS})),
  7090. %     (~temporallySubsumes(_1224{???MATCH}, _1238{???HIT}):-isa(_1224{???MATCH}, actMatchSportsEvent), isa(_1238{???HIT}, actHittingAnOpponent), competingAgents(_1224{???MATCH}, _1252{???OPP}), competingAgents(_1224{???MATCH}, _1266{???PERS}), objectActedOn(_1238{???HIT}, _1266{???PERS}), ~performedBy(_1238{???HIT}, _1252{???OPP}), ~equals(_1252{???OPP}, _1266{???PERS})),
  7091. %     (equals(_888{???OPP}, _902{???PERS}):-isa(_916{???MATCH}, actMatchSportsEvent), temporallySubsumes(_916{???MATCH}, _930{???HIT}), isa(_930{???HIT}, actHittingAnOpponent), competingAgents(_916{???MATCH}, _888{???OPP}), competingAgents(_916{???MATCH}, _902{???PERS}), objectActedOn(_930{???HIT}, _902{???PERS}), ~performedBy(_930{???HIT}, _888{???OPP})),
  7092. %     (performedBy(_944{???HIT}, _958{???OPP}):-isa(_972{???MATCH}, actMatchSportsEvent), temporallySubsumes(_972{???MATCH}, _944{???HIT}), isa(_944{???HIT}, actHittingAnOpponent), competingAgents(_972{???MATCH}, _958{???OPP}), competingAgents(_972{???MATCH}, _986{???PERS}), objectActedOn(_944{???HIT}, _986{???PERS}), ~equals(_958{???OPP}, _986{???PERS}))
  7093. %   ].
  7094. % preview :-
  7095. %  
  7096. %   [ (isa(_1020{???MATCH}, actMatchSportsEvent), temporallySubsumes(_1020{???MATCH}, _1048{???HIT}), isa(_1048{???HIT}, actHittingAnOpponent), {avoidHeadLoop(competingAgents(_1020{???MATCH}, _1062{???OPP}), competingAgents(_1020{???MATCH}, _1034{???PERS}))}, competingAgents(_1020{???MATCH}, _1062{???OPP}), objectActedOn(_1048{???HIT}, _1034{???PERS}), ~performedBy(_1048{???HIT}, _1062{???OPP}), {dif:dif(_1062{???OPP}, _1034{???PERS})}, {is_unit(_1034{???PERS}, _1020{???MATCH})}-> ~competingAgents(_1020{???MATCH}, _1034{???PERS})),
  7097. %     (isa(_1076{???MATCH}, actMatchSportsEvent), temporallySubsumes(_1076{???MATCH}, _1104{???HIT}), isa(_1104{???HIT}, actHittingAnOpponent), {avoidHeadLoop(competingAgents(_1076{???MATCH}, _1118{???PERS}), competingAgents(_1076{???MATCH}, _1090{???OPP}))}, competingAgents(_1076{???MATCH}, _1118{???PERS}), objectActedOn(_1104{???HIT}, _1118{???PERS}), ~performedBy(_1104{???HIT}, _1090{???OPP}), {dif:dif(_1090{???OPP}, _1118{???PERS})}, {is_unit(_1090{???OPP}, _1076{???MATCH})}-> ~competingAgents(_1076{???MATCH}, _1090{???OPP})),
  7098. %     ({avoidHeadLoop(isa(_1146{???MATCH}, actMatchSportsEvent), isa(_1132{???HIT}, actHittingAnOpponent))}, isa(_1146{???MATCH}, actMatchSportsEvent), temporallySubsumes(_1146{???MATCH}, _1132{???HIT}), competingAgents(_1146{???MATCH}, _1160{???OPP}), competingAgents(_1146{???MATCH}, _1174{???PERS}), objectActedOn(_1132{???HIT}, _1174{???PERS}), ~performedBy(_1132{???HIT}, _1160{???OPP}), {dif:dif(_1160{???OPP}, _1174{???PERS})}, {is_unit(_1132{???HIT})}-> ~isa(_1132{???HIT}, actHittingAnOpponent)),
  7099. %     (temporallySubsumes(_1244{???MATCH}, _1258{???HIT}), {avoidHeadLoop(isa(_1258{???HIT}, actHittingAnOpponent), isa(_1244{???MATCH}, actMatchSportsEvent))}, isa(_1258{???HIT}, actHittingAnOpponent), competingAgents(_1244{???MATCH}, _1272{???OPP}), competingAgents(_1244{???MATCH}, _1286{???PERS}), objectActedOn(_1258{???HIT}, _1286{???PERS}), ~performedBy(_1258{???HIT}, _1272{???OPP}), {dif:dif(_1272{???OPP}, _1286{???PERS})}, {is_unit(_1244{???MATCH})}-> ~isa(_1244{???MATCH}, actMatchSportsEvent)),
  7100. %     (isa(_992{???MATCH}, actMatchSportsEvent), temporallySubsumes(_992{???MATCH}, _964{???HIT}), isa(_964{???HIT}, actHittingAnOpponent), competingAgents(_992{???MATCH}, _1006{???OPP}), competingAgents(_992{???MATCH}, _978{???PERS}), ~performedBy(_964{???HIT}, _1006{???OPP}), {dif:dif(_1006{???OPP}, _978{???PERS})}, {is_unit(_978{???PERS}, _964{???HIT})}-> ~objectActedOn(_964{???HIT}, _978{???PERS})),
  7101. %     (isa(_1188{???MATCH}, actMatchSportsEvent), isa(_1202{???HIT}, actHittingAnOpponent), competingAgents(_1188{???MATCH}, _1216{???OPP}), competingAgents(_1188{???MATCH}, _1230{???PERS}), objectActedOn(_1202{???HIT}, _1230{???PERS}), ~performedBy(_1202{???HIT}, _1216{???OPP}), {dif:dif(_1216{???OPP}, _1230{???PERS})}, {is_unit(_1202{???HIT}, _1188{???MATCH})}-> ~temporallySubsumes(_1188{???MATCH}, _1202{???HIT})),
  7102. %     (isa(_880{???MATCH}, actMatchSportsEvent), temporallySubsumes(_880{???MATCH}, _894{???HIT}), isa(_894{???HIT}, actHittingAnOpponent), competingAgents(_880{???MATCH}, _852{???OPP}), competingAgents(_880{???MATCH}, _866{???PERS}), objectActedOn(_894{???HIT}, _866{???PERS}), ~performedBy(_894{???HIT}, _852{???OPP}), {is_unit(_866{???PERS}, _852{???OPP})}==>equals(_852{???OPP}, _866{???PERS})),
  7103. %     (isa(_936{???MATCH}, actMatchSportsEvent), temporallySubsumes(_936{???MATCH}, _908{???HIT}), isa(_908{???HIT}, actHittingAnOpponent), competingAgents(_936{???MATCH}, _922{???OPP}), competingAgents(_936{???MATCH}, _950{???PERS}), objectActedOn(_908{???HIT}, _950{???PERS}), {dif:dif(_922{???OPP}, _950{???PERS})}, {is_unit(_922{???OPP}, _908{???HIT})}==>performedBy(_908{???HIT}, _922{???OPP}))
  7104. %   ].
  7105. % conds= =>((name_variable(_1002{???MATCH}, 'MATCH'), name_variable(_1016{???PERS}, 'PERS'), name_variable(_1030{???HIT}, 'HIT'), name_variable(_1044{???OPP}, 'OPP'), name_variable(_1058{???MATCH}, 'MATCH'), name_variable(_1072{???OPP}, 'OPP'), name_variable(_1086{???HIT}, 'HIT'), name_variable(_1100{???PERS}, 'PERS'), name_variable(_1114{???HIT}, 'HIT'), name_variable(_1128{???MATCH}, 'MATCH'), name_variable(_1142{???OPP}, 'OPP'), name_variable(_1156{???PERS}, 'PERS'), name_variable(_1226{???MATCH}, 'MATCH'), name_variable(_1240{???HIT}, 'HIT'), name_variable(_1254{???OPP}, 'OPP'), name_variable(_1268{???PERS}, 'PERS'), name_variable(_946{???HIT}, 'HIT'), name_variable(_960{???PERS}, 'PERS'), name_variable(_974{???MATCH}, 'MATCH'), name_variable(_988{???OPP}, 'OPP'), name_variable(_1170{???MATCH}, 'MATCH'), name_variable(_1184{???HIT}, 'HIT'), name_variable(_1198{???OPP}, 'OPP'), name_variable(_1212{???PERS}, 'PERS'), name_variable(_862{???MATCH}, 'MATCH'), name_variable(_876{???HIT}, 'HIT'), name_variable(_834{???OPP}, 'OPP'), name_variable(_848{???PERS}, 'PERS'), name_variable(_918{???MATCH}, 'MATCH'), name_variable(_890{???HIT}, 'HIT'), name_variable(_904{???OPP}, 'OPP'), name_variable(_932{???PERS}, 'PERS')), [(~competingAgents(_1002{???MATCH}, _1016{???PERS})<-isa(_1002{???MATCH}, actMatchSportsEvent), temporallySubsumes(_1002{???MATCH}, _1030{???HIT}), isa(_1030{???HIT}, actHittingAnOpponent), {avoidHeadLoop(competingAgents(_1002{???MATCH}, _1044{???OPP}), competingAgents(_1002{???MATCH}, _1016{???PERS}))}, competingAgents(_1002{???MATCH}, _1044{???OPP}), objectActedOn(_1030{???HIT}, _1016{???PERS}), ~performedBy(_1030{???HIT}, _1044{???OPP}), {dif:dif(_1044{???OPP}, _1016{???PERS})}, {is_unit(_1016{???PERS}, _1002{???MATCH})}),  (~competingAgents(_1058{???MATCH}, _1072{???OPP})<-isa(_1058{???MATCH}, actMatchSportsEvent), temporallySubsumes(_1058{???MATCH}, _1086{???HIT}), isa(_1086{???HIT}, actHittingAnOpponent), {avoidHeadLoop(competingAgents(_1058{???MATCH}, _1100{???PERS}), competingAgents(_1058{???MATCH}, _1072{???OPP}))}, competingAgents(_1058{???MATCH}, _1100{???PERS}), objectActedOn(_1086{???HIT}, _1100{???PERS}), ~performedBy(_1086{???HIT}, _1072{???OPP}), {dif:dif(_1072{???OPP}, _1100{???PERS})}, {is_unit(_1072{???OPP}, _1058{???MATCH})}),  (~isa(_1114{???HIT}, actHittingAnOpponent)<-{avoidHeadLoop(isa(_1128{???MATCH}, actMatchSportsEvent), isa(_1114{???HIT}, actHittingAnOpponent))}, isa(_1128{???MATCH}, actMatchSportsEvent), temporallySubsumes(_1128{???MATCH}, _1114{???HIT}), competingAgents(_1128{???MATCH}, _1142{???OPP}), competingAgents(_1128{???MATCH}, _1156{???PERS}), objectActedOn(_1114{???HIT}, _1156{???PERS}), ~performedBy(_1114{???HIT}, _1142{???OPP}), {dif:dif(_1142{???OPP}, _1156{???PERS})}, {is_unit(_1114{???HIT})}),  (~isa(_1226{???MATCH}, actMatchSportsEvent)<-temporallySubsumes(_1226{???MATCH}, _1240{???HIT}), {avoidHeadLoop(isa(_1240{???HIT}, actHittingAnOpponent), isa(_1226{???MATCH}, actMatchSportsEvent))}, isa(_1240{???HIT}, actHittingAnOpponent), competingAgents(_1226{???MATCH}, _1254{???OPP}), competingAgents(_1226{???MATCH}, _1268{???PERS}), objectActedOn(_1240{???HIT}, _1268{???PERS}), ~performedBy(_1240{???HIT}, _1254{???OPP}), {dif:dif(_1254{???OPP}, _1268{???PERS})}, {is_unit(_1226{???MATCH})}),  (~objectActedOn(_946{???HIT}, _960{???PERS})<-isa(_974{???MATCH}, actMatchSportsEvent), temporallySubsumes(_974{???MATCH}, _946{???HIT}), isa(_946{???HIT}, actHittingAnOpponent), competingAgents(_974{???MATCH}, _988{???OPP}), competingAgents(_974{???MATCH}, _960{???PERS}), ~performedBy(_946{???HIT}, _988{???OPP}), {dif:dif(_988{???OPP}, _960{???PERS})}, {is_unit(_960{???PERS}, _946{???HIT})}),  (~temporallySubsumes(_1170{???MATCH}, _1184{???HIT})<-isa(_1170{???MATCH}, actMatchSportsEvent), isa(_1184{???HIT}, actHittingAnOpponent), competingAgents(_1170{???MATCH}, _1198{???OPP}), competingAgents(_1170{???MATCH}, _1212{???PERS}), objectActedOn(_1184{???HIT}, _1212{???PERS}), ~performedBy(_1184{???HIT}, _1198{???OPP}), {dif:dif(_1198{???OPP}, _1212{???PERS})}, {is_unit(_1184{???HIT}, _1170{???MATCH})}),  (isa(_862{???MATCH}, actMatchSportsEvent), temporallySubsumes(_862{???MATCH}, _876{???HIT}), isa(_876{???HIT}, actHittingAnOpponent), competingAgents(_862{???MATCH}, _834{???OPP}), competingAgents(_862{???MATCH}, _848{???PERS}), objectActedOn(_876{???HIT}, _848{???PERS}), ~performedBy(_876{???HIT}, _834{???OPP}), {is_unit(_848{???PERS}, _834{???OPP})}==>equals(_834{???OPP}, _848{???PERS})),  (isa(_918{???MATCH}, actMatchSportsEvent), temporallySubsumes(_918{???MATCH}, _890{???HIT}), isa(_890{???HIT}, actHittingAnOpponent), competingAgents(_918{???MATCH}, _904{???OPP}), competingAgents(_918{???MATCH}, _932{???PERS}), objectActedOn(_890{???HIT}, _932{???PERS}), {dif:dif(_904{???OPP}, _932{???PERS})}, {is_unit(_904{???OPP}, _890{???HIT})}==>performedBy(_890{???HIT}, _904{???OPP}))]).
  7106.  
  7107.  
  7108. % ~competingAgents(_282{???MATCH}, _296{???PERS}) :-
  7109. %   isa(_282{???MATCH}, actMatchSportsEvent),
  7110. %   temporallySubsumes(_282{???MATCH}, _310{???HIT}),
  7111. %   isa(_310{???HIT}, actHittingAnOpponent),
  7112. %   competingAgents(_282{???MATCH}, _324{???OPP}),
  7113. %   objectActedOn(_310{???HIT}, _296{???PERS}),
  7114. %   ~performedBy(_310{???HIT}, _324{???OPP}),
  7115. %   ~equals(_324{???OPP}, _296{???PERS}).
  7116. % ~competingAgents(_278{???MATCH}, _292{???OPP}) :-
  7117. %   isa(_278{???MATCH}, actMatchSportsEvent),
  7118. %   temporallySubsumes(_278{???MATCH}, _306{???HIT}),
  7119. %   isa(_306{???HIT}, actHittingAnOpponent),
  7120. %   competingAgents(_278{???MATCH}, _320{???PERS}),
  7121. %   objectActedOn(_306{???HIT}, _320{???PERS}),
  7122. %   ~performedBy(_306{???HIT}, _292{???OPP}),
  7123. %   ~equals(_292{???OPP}, _320{???PERS}).
  7124. % ~isa(_278{???HIT}, actHittingAnOpponent) :-
  7125. %   isa(_292{???MATCH}, actMatchSportsEvent),
  7126. %   temporallySubsumes(_292{???MATCH}, _278{???HIT}),
  7127. %   competingAgents(_292{???MATCH}, _306{???OPP}),
  7128. %   competingAgents(_292{???MATCH}, _320{???PERS}),
  7129. %   objectActedOn(_278{???HIT}, _320{???PERS}),
  7130. %   ~performedBy(_278{???HIT}, _306{???OPP}),
  7131. %   ~equals(_306{???OPP}, _320{???PERS}).
  7132. % ~isa(_334{???MATCH}, actMatchSportsEvent) :-
  7133. %   temporallySubsumes(_334{???MATCH}, _348{???HIT}),
  7134. %   isa(_348{???HIT}, actHittingAnOpponent),
  7135. %   competingAgents(_334{???MATCH}, _362{???OPP}),
  7136. %   competingAgents(_334{???MATCH}, _376{???PERS}),
  7137. %   objectActedOn(_348{???HIT}, _376{???PERS}),
  7138. %   ~performedBy(_348{???HIT}, _362{???OPP}),
  7139. %   ~equals(_362{???OPP}, _376{???PERS}).
  7140. % ~objectActedOn(_214{???HIT}, _228{???PERS}) :-
  7141. %   isa(_242{???MATCH}, actMatchSportsEvent),
  7142. %   temporallySubsumes(_242{???MATCH}, _214{???HIT}),
  7143. %   isa(_214{???HIT}, actHittingAnOpponent),
  7144. %   competingAgents(_242{???MATCH}, _256{???OPP}),
  7145. %   competingAgents(_242{???MATCH}, _228{???PERS}),
  7146. %   ~performedBy(_214{???HIT}, _256{???OPP}),
  7147. %   ~equals(_256{???OPP}, _228{???PERS}).
  7148. % ~temporallySubsumes(_222{???MATCH}, _236{???HIT}) :-
  7149. %   isa(_222{???MATCH}, actMatchSportsEvent),
  7150. %   isa(_236{???HIT}, actHittingAnOpponent),
  7151. %   competingAgents(_222{???MATCH}, _250{???OPP}),
  7152. %   competingAgents(_222{???MATCH}, _264{???PERS}),
  7153. %   objectActedOn(_236{???HIT}, _264{???PERS}),
  7154. %   ~performedBy(_236{???HIT}, _250{???OPP}),
  7155. %   ~equals(_250{???OPP}, _264{???PERS}).
  7156. % equals(_102{???OPP}, _116{???PERS}) :-
  7157. %   isa(_130{???MATCH}, actMatchSportsEvent),
  7158. %   temporallySubsumes(_130{???MATCH}, _144{???HIT}),
  7159. %   isa(_144{???HIT}, actHittingAnOpponent),
  7160. %   competingAgents(_130{???MATCH}, _102{???OPP}),
  7161. %   competingAgents(_130{???MATCH}, _116{???PERS}),
  7162. %   objectActedOn(_144{???HIT}, _116{???PERS}),
  7163. %   ~performedBy(_144{???HIT}, _102{???OPP}).
  7164. % performedBy(_110{???HIT}, _124{???OPP}) :-
  7165. %   isa(_138{???MATCH}, actMatchSportsEvent),
  7166. %   temporallySubsumes(_138{???MATCH}, _110{???HIT}),
  7167. %   isa(_110{???HIT}, actHittingAnOpponent),
  7168. %   competingAgents(_138{???MATCH}, _124{???OPP}),
  7169. %   competingAgents(_138{???MATCH}, _152{???PERS}),
  7170. %   objectActedOn(_110{???HIT}, _152{???PERS}),
  7171. %   ~equals(_124{???OPP}, _152{???PERS}).
  7172.  
  7173.  
  7174. % asserted_id(implies(and(isa(U, actHeatingAir), objectActedOn(U, V), isa(V, tAir)), recyclableActors(U, V)), a308987(U, V)).
  7175. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  7176. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  7177.  kif:-all(_202404,all(_202424,implies(and(isa(_202404,actHeatingAir),objectActedOn(_202404,_202424),isa(_202424,tAir)),recyclableActors(_202404,_202424))))
  7178.  pkif:-all(_202354,all(_202374,=>(&(isa(_202354,actHeatingAir),&(objectActedOn(_202354,_202374),isa(_202374,tAir))),recyclableActors(_202354,_202374))))
  7179. % cnf :-
  7180. %   v(v(~isa(_134{???U}, actHeatingAir),
  7181. %       v(~objectActedOn(_134{???U}, _148{???V}), ~isa(_148{???V}, tAir))),
  7182. %     recyclableActors(_134{???U}, _148{???V})).
  7183.  horn:-[(~isa(_203706,tAir):-isa(_203732,actHeatingAir),objectActedOn(_203732,_203706),~recyclableActors(_203732,_203706)),(~isa(_203790,actHeatingAir):-objectActedOn(_203790,_203816),isa(_203816,tAir),~recyclableActors(_203790,_203816)),(~objectActedOn(_203874,_203888):-isa(_203874,actHeatingAir),isa(_203888,tAir),~recyclableActors(_203874,_203888)),(recyclableActors(_203954,_203968):-isa(_203954,actHeatingAir),objectActedOn(_203954,_203968),isa(_203968,tAir))]
  7184. % boxlog :-
  7185. %  
  7186. %   [ (~isa(_684{???V}, tAir):-isa(_698{???U}, actHeatingAir), objectActedOn(_698{???U}, _684{???V}), ~recyclableActors(_698{???U}, _684{???V})),
  7187. %     (~isa(_740{???U}, actHeatingAir):-objectActedOn(_740{???U}, _754{???V}), isa(_754{???V}, tAir), ~recyclableActors(_740{???U}, _754{???V})),
  7188. %     (~objectActedOn(_712{???U}, _726{???V}):-isa(_712{???U}, actHeatingAir), isa(_726{???V}, tAir), ~recyclableActors(_712{???U}, _726{???V})),
  7189. %     (recyclableActors(_656{???U}, _670{???V}):-isa(_656{???U}, actHeatingAir), objectActedOn(_656{???U}, _670{???V}), isa(_670{???V}, tAir))
  7190. %   ].
  7191. % preview :-
  7192. %  
  7193. %   [ ({avoidHeadLoop(isa(_662{???U}, actHeatingAir), isa(_648{???V}, tAir))}, isa(_662{???U}, actHeatingAir), objectActedOn(_662{???U}, _648{???V}), ~recyclableActors(_662{???U}, _648{???V}), {is_unit(_648{???V})}-> ~isa(_648{???V}, tAir)),
  7194. %     (objectActedOn(_704{???U}, _718{???V}), {avoidHeadLoop(isa(_718{???V}, tAir), isa(_704{???U}, actHeatingAir))}, isa(_718{???V}, tAir), ~recyclableActors(_704{???U}, _718{???V}), {is_unit(_704{???U})}-> ~isa(_704{???U}, actHeatingAir)),
  7195. %     (isa(_676{???U}, actHeatingAir), isa(_690{???V}, tAir), ~recyclableActors(_676{???U}, _690{???V}), {is_unit(_690{???V}, _676{???U})}==> ~objectActedOn(_676{???U}, _690{???V})),
  7196. %     (isa(_620{???U}, actHeatingAir), objectActedOn(_620{???U}, _634{???V}), isa(_634{???V}, tAir), {is_unit(_634{???V}, _620{???U})}==>recyclableActors(_620{???U}, _634{???V}))
  7197. %   ].
  7198. % conds= =>((name_variable(_630{???V}, 'V'), name_variable(_644{???U}, 'U'), name_variable(_686{???U}, 'U'), name_variable(_700{???V}, 'V'), name_variable(_658{???U}, 'U'), name_variable(_672{???V}, 'V'), name_variable(_602{???U}, 'U'), name_variable(_616{???V}, 'V')), [(~isa(_630{???V}, tAir)<-{avoidHeadLoop(isa(_644{???U}, actHeatingAir), isa(_630{???V}, tAir))}, isa(_644{???U}, actHeatingAir), objectActedOn(_644{???U}, _630{???V}), ~recyclableActors(_644{???U}, _630{???V}), {is_unit(_630{???V})}),  (~isa(_686{???U}, actHeatingAir)<-objectActedOn(_686{???U}, _700{???V}), {avoidHeadLoop(isa(_700{???V}, tAir), isa(_686{???U}, actHeatingAir))}, isa(_700{???V}, tAir), ~recyclableActors(_686{???U}, _700{???V}), {is_unit(_686{???U})}),  (isa(_658{???U}, actHeatingAir), isa(_672{???V}, tAir), ~recyclableActors(_658{???U}, _672{???V}), {is_unit(_672{???V}, _658{???U})}==> ~objectActedOn(_658{???U}, _672{???V})),  (isa(_602{???U}, actHeatingAir), objectActedOn(_602{???U}, _616{???V}), isa(_616{???V}, tAir), {is_unit(_616{???V}, _602{???U})}==>recyclableActors(_602{???U}, _616{???V}))]).
  7199.  
  7200.  
  7201. % ~isa(_138{???V}, tAir) :-
  7202. %   isa(_144{???U}, actHeatingAir),
  7203. %   objectActedOn(_144{???U}, _130{???V}),
  7204. %   ~recyclableActors(_144{???U}, _130{???V}).
  7205. % ~isa(_162{???U}, actHeatingAir) :-
  7206. %   objectActedOn(_162{???U}, _176{???V}),
  7207. %   isa(_176{???V}, tAir),
  7208. %   ~recyclableActors(_162{???U}, _176{???V}).
  7209. % ~objectActedOn(_130{???U}, _144{???V}) :-
  7210. %   isa(_130{???U}, actHeatingAir),
  7211. %   isa(_144{???V}, tAir),
  7212. %   ~recyclableActors(_130{???U}, _144{???V}).
  7213. % recyclableActors(_102{???U}, _116{???V}) :-
  7214. %   isa(_102{???U}, actHeatingAir),
  7215. %   objectActedOn(_102{???U}, _116{???V}),
  7216. %   isa(_116{???V}, tAir).
  7217.  
  7218.  
  7219. % asserted_id(implies(and(isa(THING, tSomethingExisting), evalueeDirect(EVAL, THING)), objectActedOn(EVAL, THING)), a308988(THING, EVAL)).
  7220. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  7221. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  7222.  kif:-all(_202484,all(_202504,implies(and(isa(_202484,tSomethingExisting),evalueeDirect(_202504,_202484)),objectActedOn(_202504,_202484))))
  7223.  pkif:-all(_202430,all(_202450,=>(&(isa(_202430,tSomethingExisting),evalueeDirect(_202450,_202430)),objectActedOn(_202450,_202430))))
  7224. % cnf :-
  7225. %   v(v(~isa(_126{???THING}, tSomethingExisting),
  7226. %       ~evalueeDirect(_140{???EVAL}, _126{???THING})),
  7227. %     objectActedOn(_140{???EVAL}, _126{???THING})).
  7228.  horn:-[(~evalueeDirect(_203314,_203328):-isa(_203328,tSomethingExisting),~objectActedOn(_203314,_203328)),(~isa(_203386,tSomethingExisting):-evalueeDirect(_203412,_203386),~objectActedOn(_203412,_203386)),(objectActedOn(_203454,_203468):-isa(_203468,tSomethingExisting),evalueeDirect(_203454,_203468))]
  7229. % boxlog :-
  7230. %  
  7231. %   [ (~evalueeDirect(_640{???EVAL}, _654{???THING}):-isa(_654{???THING}, tSomethingExisting), ~objectActedOn(_640{???EVAL}, _654{???THING})),
  7232. %     (~isa(_668{???THING}, tSomethingExisting):-evalueeDirect(_682{???EVAL}, _668{???THING}), ~objectActedOn(_682{???EVAL}, _668{???THING})),
  7233. %     (objectActedOn(_612{???EVAL}, _626{???THING}):-isa(_626{???THING}, tSomethingExisting), evalueeDirect(_612{???EVAL}, _626{???THING}))
  7234. %   ].
  7235. % preview :-
  7236. %  
  7237. %   [ (isa(_618{???THING}, tSomethingExisting), ~objectActedOn(_604{???EVAL}, _618{???THING}), {is_unit(_618{???THING}, _604{???EVAL})}==> ~evalueeDirect(_604{???EVAL}, _618{???THING})),
  7238. %     (evalueeDirect(_646{???EVAL}, _632{???THING}), ~objectActedOn(_646{???EVAL}, _632{???THING}), {is_unit(_632{???THING})}-> ~isa(_632{???THING}, tSomethingExisting)),
  7239. %     (isa(_590{???THING}, tSomethingExisting), evalueeDirect(_576{???EVAL}, _590{???THING}), {is_unit(_590{???THING}, _576{???EVAL})}==>objectActedOn(_576{???EVAL}, _590{???THING}))
  7240. %   ].
  7241. % conds= =>((name_variable(_600{???THING}, 'THING'), name_variable(_586{???EVAL}, 'EVAL'), name_variable(_614{???THING}, 'THING'), name_variable(_628{???EVAL}, 'EVAL'), name_variable(_572{???THING}, 'THING'), name_variable(_558{???EVAL}, 'EVAL')), [(isa(_600{???THING}, tSomethingExisting), ~objectActedOn(_586{???EVAL}, _600{???THING}), {is_unit(_600{???THING}, _586{???EVAL})}==> ~evalueeDirect(_586{???EVAL}, _600{???THING})),  (~isa(_614{???THING}, tSomethingExisting)<-evalueeDirect(_628{???EVAL}, _614{???THING}), ~objectActedOn(_628{???EVAL}, _614{???THING}), {is_unit(_614{???THING})}),  (isa(_572{???THING}, tSomethingExisting), evalueeDirect(_558{???EVAL}, _572{???THING}), {is_unit(_572{???THING}, _558{???EVAL})}==>objectActedOn(_558{???EVAL}, _572{???THING}))]).
  7242.  
  7243.  
  7244. % ~evalueeDirect(_138{???EVAL}, _152{???THING}) :-
  7245. %   isa(_152{???THING}, tSomethingExisting),
  7246. %   ~objectActedOn(_138{???EVAL}, _152{???THING}).
  7247. % ~isa(_130{???THING}, tSomethingExisting) :-
  7248. %   evalueeDirect(_144{???EVAL}, _130{???THING}),
  7249. %   ~objectActedOn(_144{???EVAL}, _130{???THING}).
  7250. % objectActedOn(_102{???EVAL}, _116{???THING}) :-
  7251. %   isa(_116{???THING}, tSomethingExisting),
  7252. %   evalueeDirect(_102{???EVAL}, _116{???THING}).
  7253.  
  7254.  
  7255. % asserted_id(implies(and(isa(Y, actEvaluatingAnAction), cotemporalSubEvents(X, Y), objectActedOn(X, Z), isa(X, actSupervising)), evalueeDirect(Y, Z)), a308989(Y, X, Z)).
  7256. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  7257. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  7258.  kif:-all(_202708,all(_202728,all(_202748,implies(and(isa(_202708,actEvaluatingAnAction),cotemporalSubEvents(_202728,_202708),objectActedOn(_202728,_202748),isa(_202728,actSupervising)),evalueeDirect(_202708,_202748)))))
  7259.  pkif:-all(_202662,all(_202682,all(_202702,=>(&(isa(_202662,actEvaluatingAnAction),&(cotemporalSubEvents(_202682,_202662),&(objectActedOn(_202682,_202702),isa(_202682,actSupervising)))),evalueeDirect(_202662,_202702)))))
  7260. % cnf :-
  7261. %   v(v(~isa(_142{???Y}, actEvaluatingAnAction),
  7262. %       v(~cotemporalSubEvents(_156{???X}, _142{???Y}),
  7263. %         v(~objectActedOn(_156{???X}, _170{???Z}),
  7264. %       ~isa(_156{???X}, actSupervising)))),
  7265. %     evalueeDirect(_142{???Y}, _170{???Z})).
  7266.  horn:-[(~cotemporalSubEvents(_204794,_204808):-isa(_204808,actEvaluatingAnAction),objectActedOn(_204794,_204846),isa(_204794,actSupervising),~evalueeDirect(_204808,_204846)),(~isa(_204904,actSupervising):-isa(_204930,actEvaluatingAnAction),cotemporalSubEvents(_204904,_204930),objectActedOn(_204904,_204968),~evalueeDirect(_204930,_204968)),(~isa(_205014,actEvaluatingAnAction):-cotemporalSubEvents(_205040,_205014),objectActedOn(_205040,_205066),isa(_205040,actSupervising),~evalueeDirect(_205014,_205066)),(~objectActedOn(_205124,_205138):-isa(_205164,actEvaluatingAnAction),cotemporalSubEvents(_205124,_205164),isa(_205124,actSupervising),~evalueeDirect(_205164,_205138)),(evalueeDirect(_205230,_205244):-isa(_205230,actEvaluatingAnAction),cotemporalSubEvents(_205282,_205230),objectActedOn(_205282,_205244),isa(_205282,actSupervising))]
  7267. % boxlog :-
  7268. %  
  7269. %   [ (~cotemporalSubEvents(_852{???X}, _866{???Y}):-isa(_866{???Y}, actEvaluatingAnAction), objectActedOn(_852{???X}, _880{???Z}), isa(_852{???X}, actSupervising), ~evalueeDirect(_866{???Y}, _880{???Z})),
  7270. %     (~isa(_768{???X}, actSupervising):-isa(_782{???Y}, actEvaluatingAnAction), cotemporalSubEvents(_768{???X}, _782{???Y}), objectActedOn(_768{???X}, _796{???Z}), ~evalueeDirect(_782{???Y}, _796{???Z})),
  7271. %     (~isa(_894{???Y}, actEvaluatingAnAction):-cotemporalSubEvents(_908{???X}, _894{???Y}), objectActedOn(_908{???X}, _922{???Z}), isa(_908{???X}, actSupervising), ~evalueeDirect(_894{???Y}, _922{???Z})),
  7272. %     (~objectActedOn(_810{???X}, _824{???Z}):-isa(_838{???Y}, actEvaluatingAnAction), cotemporalSubEvents(_810{???X}, _838{???Y}), isa(_810{???X}, actSupervising), ~evalueeDirect(_838{???Y}, _824{???Z})),
  7273. %     (evalueeDirect(_726{???Y}, _740{???Z}):-isa(_726{???Y}, actEvaluatingAnAction), cotemporalSubEvents(_754{???X}, _726{???Y}), objectActedOn(_754{???X}, _740{???Z}), isa(_754{???X}, actSupervising))
  7274. %   ].
  7275. % preview :-
  7276. %  
  7277. %   [ (isa(_830{???Y}, actEvaluatingAnAction), objectActedOn(_816{???X}, _844{???Z}), isa(_816{???X}, actSupervising), ~evalueeDirect(_830{???Y}, _844{???Z}), {is_unit(_830{???Y}, _816{???X})}-> ~cotemporalSubEvents(_816{???X}, _830{???Y})),
  7278. %     ({avoidHeadLoop(isa(_746{???Y}, actEvaluatingAnAction), isa(_732{???X}, actSupervising))}, isa(_746{???Y}, actEvaluatingAnAction), cotemporalSubEvents(_732{???X}, _746{???Y}), objectActedOn(_732{???X}, _760{???Z}), ~evalueeDirect(_746{???Y}, _760{???Z}), {is_unit(_732{???X})}-> ~isa(_732{???X}, actSupervising)),
  7279. %     (cotemporalSubEvents(_872{???X}, _858{???Y}), objectActedOn(_872{???X}, _886{???Z}), {avoidHeadLoop(isa(_872{???X}, actSupervising), isa(_858{???Y}, actEvaluatingAnAction))}, isa(_872{???X}, actSupervising), ~evalueeDirect(_858{???Y}, _886{???Z}), {is_unit(_858{???Y})}-> ~isa(_858{???Y}, actEvaluatingAnAction)),
  7280. %     (isa(_802{???Y}, actEvaluatingAnAction), cotemporalSubEvents(_774{???X}, _802{???Y}), isa(_774{???X}, actSupervising), ~evalueeDirect(_802{???Y}, _788{???Z}), {is_unit(_788{???Z}, _774{???X})}-> ~objectActedOn(_774{???X}, _788{???Z})),
  7281. %     (isa(_690{???Y}, actEvaluatingAnAction), cotemporalSubEvents(_718{???X}, _690{???Y}), objectActedOn(_718{???X}, _704{???Z}), isa(_718{???X}, actSupervising), {is_unit(_704{???Z}, _690{???Y})}==>evalueeDirect(_690{???Y}, _704{???Z}))
  7282. %   ].
  7283. % conds= =>((name_variable(_798{???X}, 'X'), name_variable(_812{???Y}, 'Y'), name_variable(_826{???Z}, 'Z'), name_variable(_714{???X}, 'X'), name_variable(_728{???Y}, 'Y'), name_variable(_742{???Z}, 'Z'), name_variable(_840{???Y}, 'Y'), name_variable(_854{???X}, 'X'), name_variable(_868{???Z}, 'Z'), name_variable(_756{???X}, 'X'), name_variable(_770{???Z}, 'Z'), name_variable(_784{???Y}, 'Y'), name_variable(_672{???Y}, 'Y'), name_variable(_700{???X}, 'X'), name_variable(_686{???Z}, 'Z')), [(~cotemporalSubEvents(_798{???X}, _812{???Y})<-isa(_812{???Y}, actEvaluatingAnAction), objectActedOn(_798{???X}, _826{???Z}), isa(_798{???X}, actSupervising), ~evalueeDirect(_812{???Y}, _826{???Z}), {is_unit(_812{???Y}, _798{???X})}),  (~isa(_714{???X}, actSupervising)<-{avoidHeadLoop(isa(_728{???Y}, actEvaluatingAnAction), isa(_714{???X}, actSupervising))}, isa(_728{???Y}, actEvaluatingAnAction), cotemporalSubEvents(_714{???X}, _728{???Y}), objectActedOn(_714{???X}, _742{???Z}), ~evalueeDirect(_728{???Y}, _742{???Z}), {is_unit(_714{???X})}),  (~isa(_840{???Y}, actEvaluatingAnAction)<-cotemporalSubEvents(_854{???X}, _840{???Y}), objectActedOn(_854{???X}, _868{???Z}), {avoidHeadLoop(isa(_854{???X}, actSupervising), isa(_840{???Y}, actEvaluatingAnAction))}, isa(_854{???X}, actSupervising), ~evalueeDirect(_840{???Y}, _868{???Z}), {is_unit(_840{???Y})}),  (~objectActedOn(_756{???X}, _770{???Z})<-isa(_784{???Y}, actEvaluatingAnAction), cotemporalSubEvents(_756{???X}, _784{???Y}), isa(_756{???X}, actSupervising), ~evalueeDirect(_784{???Y}, _770{???Z}), {is_unit(_770{???Z}, _756{???X})}),  (isa(_672{???Y}, actEvaluatingAnAction), cotemporalSubEvents(_700{???X}, _672{???Y}), objectActedOn(_700{???X}, _686{???Z}), isa(_700{???X}, actSupervising), {is_unit(_686{???Z}, _672{???Y})}==>evalueeDirect(_672{???Y}, _686{???Z}))]).
  7284.  
  7285.  
  7286. % ~cotemporalSubEvents(_238{???X}, _252{???Y}) :-
  7287. %   isa(_242{???Y}, actEvaluatingAnAction),
  7288. %   objectActedOn(_228{???X}, _256{???Z}),
  7289. %   isa(_228{???X}, actSupervising),
  7290. %   ~evalueeDirect(_242{???Y}, _256{???Z}).
  7291. % ~isa(_144{???X}, actSupervising) :-
  7292. %   isa(_158{???Y}, actEvaluatingAnAction),
  7293. %   cotemporalSubEvents(_144{???X}, _158{???Y}),
  7294. %   objectActedOn(_144{???X}, _172{???Z}),
  7295. %   ~evalueeDirect(_158{???Y}, _172{???Z}).
  7296. % ~isa(_192{???Y}, actEvaluatingAnAction) :-
  7297. %   cotemporalSubEvents(_206{???X}, _192{???Y}),
  7298. %   objectActedOn(_206{???X}, _220{???Z}),
  7299. %   isa(_206{???X}, actSupervising),
  7300. %   ~evalueeDirect(_192{???Y}, _220{???Z}).
  7301. % ~objectActedOn(_144{???X}, _158{???Z}) :-
  7302. %   isa(_172{???Y}, actEvaluatingAnAction),
  7303. %   cotemporalSubEvents(_144{???X}, _172{???Y}),
  7304. %   isa(_144{???X}, actSupervising),
  7305. %   ~evalueeDirect(_172{???Y}, _158{???Z}).
  7306. % evalueeDirect(_102{???Y}, _116{???Z}) :-
  7307. %   isa(_102{???Y}, actEvaluatingAnAction),
  7308. %   cotemporalSubEvents(_130{???X}, _102{???Y}),
  7309. %   objectActedOn(_130{???X}, _116{???Z}),
  7310. %   isa(_130{???X}, actSupervising).
  7311.  
  7312.  
  7313. % asserted_id(implies(and(isa(OPENING, actOpeningPresents), objectActedOn(GIVING, GIFT), postEvents(GIVING, OPENING), isa(GIVING, actGiftGiving)), objectActedOn(OPENING, GIFT)), a308991(OPENING, GIVING, GIFT)).
  7314. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  7315. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  7316.  kif:-all(_202864,all(_202884,all(_202904,implies(and(isa(_202884,actOpeningPresents),objectActedOn(_202864,_202904),postEvents(_202864,_202884),isa(_202864,actGiftGiving)),objectActedOn(_202884,_202904)))))
  7317.  pkif:-all(_202818,all(_202838,all(_202858,=>(&(isa(_202838,actOpeningPresents),&(objectActedOn(_202818,_202858),&(postEvents(_202818,_202838),isa(_202818,actGiftGiving)))),objectActedOn(_202838,_202858)))))
  7318. % cnf :-
  7319. %   v(v(~isa(_142{???OPENING}, actOpeningPresents),
  7320. %       v(~objectActedOn(_156{???GIVING}, _170{???GIFT}),
  7321. %         v(~postEvents(_156{???GIVING}, _142{???OPENING}),
  7322. %       ~isa(_156{???GIVING}, actGiftGiving)))),
  7323. %     objectActedOn(_142{???OPENING}, _170{???GIFT})).
  7324.  horn:-[(~isa(_204950,actGiftGiving):-isa(_204976,actOpeningPresents),objectActedOn(_204950,_205002),postEvents(_204950,_204976),~objectActedOn(_204976,_205002)),(~isa(_205060,actOpeningPresents):-objectActedOn(_205086,_205100),postEvents(_205086,_205060),isa(_205086,actGiftGiving),~objectActedOn(_205060,_205100)),(~objectActedOn(_205170,_205184):-isa(_205210,actOpeningPresents),postEvents(_205170,_205210),isa(_205170,actGiftGiving),~objectActedOn(_205210,_205184)),(~postEvents(_205280,_205294):-isa(_205294,actOpeningPresents),objectActedOn(_205280,_205332),isa(_205280,actGiftGiving),~objectActedOn(_205294,_205332)),(objectActedOn(_205386,_205400):-isa(_205386,actOpeningPresents),objectActedOn(_205438,_205400),postEvents(_205438,_205386),isa(_205438,actGiftGiving))]
  7325. % boxlog :-
  7326. %  
  7327. %   [ (~isa(_768{???GIVING}, actGiftGiving):-isa(_782{???OPENING}, actOpeningPresents), objectActedOn(_768{???GIVING}, _796{???GIFT}), postEvents(_768{???GIVING}, _782{???OPENING}), ~objectActedOn(_782{???OPENING}, _796{???GIFT})),
  7328. %     (~isa(_894{???OPENING}, actOpeningPresents):-objectActedOn(_908{???GIVING}, _922{???GIFT}), postEvents(_908{???GIVING}, _894{???OPENING}), isa(_908{???GIVING}, actGiftGiving), ~objectActedOn(_894{???OPENING}, _922{???GIFT})),
  7329. %     (~objectActedOn(_852{???GIVING}, _866{???GIFT}):-isa(_880{???OPENING}, actOpeningPresents), postEvents(_852{???GIVING}, _880{???OPENING}), isa(_852{???GIVING}, actGiftGiving), ~objectActedOn(_880{???OPENING}, _866{???GIFT})),
  7330. %     (~postEvents(_810{???GIVING}, _824{???OPENING}):-isa(_824{???OPENING}, actOpeningPresents), objectActedOn(_810{???GIVING}, _838{???GIFT}), isa(_810{???GIVING}, actGiftGiving), ~objectActedOn(_824{???OPENING}, _838{???GIFT})),
  7331. %     (objectActedOn(_726{???OPENING}, _740{???GIFT}):-isa(_726{???OPENING}, actOpeningPresents), objectActedOn(_754{???GIVING}, _740{???GIFT}), postEvents(_754{???GIVING}, _726{???OPENING}), isa(_754{???GIVING}, actGiftGiving))
  7332. %   ].
  7333. % preview :-
  7334. %  
  7335. %   [ ({avoidHeadLoop(isa(_746{???OPENING}, actOpeningPresents), isa(_732{???GIVING}, actGiftGiving))}, isa(_746{???OPENING}, actOpeningPresents), objectActedOn(_732{???GIVING}, _760{???GIFT}), postEvents(_732{???GIVING}, _746{???OPENING}), ~objectActedOn(_746{???OPENING}, _760{???GIFT}), {is_unit(_732{???GIVING})}-> ~isa(_732{???GIVING}, actGiftGiving)),
  7336. %     (objectActedOn(_872{???GIVING}, _886{???GIFT}), postEvents(_872{???GIVING}, _858{???OPENING}), {avoidHeadLoop(isa(_872{???GIVING}, actGiftGiving), isa(_858{???OPENING}, actOpeningPresents))}, isa(_872{???GIVING}, actGiftGiving), ~objectActedOn(_858{???OPENING}, _886{???GIFT}), {is_unit(_858{???OPENING})}-> ~isa(_858{???OPENING}, actOpeningPresents)),
  7337. %     (isa(_844{???OPENING}, actOpeningPresents), postEvents(_816{???GIVING}, _844{???OPENING}), isa(_816{???GIVING}, actGiftGiving), {avoidHeadLoop(objectActedOn(_844{???OPENING}, _830{???GIFT}), objectActedOn(_816{???GIVING}, _830{???GIFT}))}, ~objectActedOn(_844{???OPENING}, _830{???GIFT}), {is_unit(_830{???GIFT}, _816{???GIVING})}-> ~objectActedOn(_816{???GIVING}, _830{???GIFT})),
  7338. %     (isa(_788{???OPENING}, actOpeningPresents), objectActedOn(_774{???GIVING}, _802{???GIFT}), isa(_774{???GIVING}, actGiftGiving), ~objectActedOn(_788{???OPENING}, _802{???GIFT}), {is_unit(_788{???OPENING}, _774{???GIVING})}-> ~postEvents(_774{???GIVING}, _788{???OPENING})),
  7339. %     (isa(_690{???OPENING}, actOpeningPresents), objectActedOn(_718{???GIVING}, _704{???GIFT}), postEvents(_718{???GIVING}, _690{???OPENING}), isa(_718{???GIVING}, actGiftGiving), {is_unit(_704{???GIFT}, _690{???OPENING})}==>objectActedOn(_690{???OPENING}, _704{???GIFT}))
  7340. %   ].
  7341. % conds= =>((name_variable(_714{???GIVING}, 'GIVING'), name_variable(_728{???OPENING}, 'OPENING'), name_variable(_742{???GIFT}, 'GIFT'), name_variable(_840{???OPENING}, 'OPENING'), name_variable(_854{???GIVING}, 'GIVING'), name_variable(_868{???GIFT}, 'GIFT'), name_variable(_798{???GIVING}, 'GIVING'), name_variable(_812{???GIFT}, 'GIFT'), name_variable(_826{???OPENING}, 'OPENING'), name_variable(_756{???GIVING}, 'GIVING'), name_variable(_770{???OPENING}, 'OPENING'), name_variable(_784{???GIFT}, 'GIFT'), name_variable(_672{???OPENING}, 'OPENING'), name_variable(_700{???GIVING}, 'GIVING'), name_variable(_686{???GIFT}, 'GIFT')), [(~isa(_714{???GIVING}, actGiftGiving)<-{avoidHeadLoop(isa(_728{???OPENING}, actOpeningPresents), isa(_714{???GIVING}, actGiftGiving))}, isa(_728{???OPENING}, actOpeningPresents), objectActedOn(_714{???GIVING}, _742{???GIFT}), postEvents(_714{???GIVING}, _728{???OPENING}), ~objectActedOn(_728{???OPENING}, _742{???GIFT}), {is_unit(_714{???GIVING})}),  (~isa(_840{???OPENING}, actOpeningPresents)<-objectActedOn(_854{???GIVING}, _868{???GIFT}), postEvents(_854{???GIVING}, _840{???OPENING}), {avoidHeadLoop(isa(_854{???GIVING}, actGiftGiving), isa(_840{???OPENING}, actOpeningPresents))}, isa(_854{???GIVING}, actGiftGiving), ~objectActedOn(_840{???OPENING}, _868{???GIFT}), {is_unit(_840{???OPENING})}),  (~objectActedOn(_798{???GIVING}, _812{???GIFT})<-isa(_826{???OPENING}, actOpeningPresents), postEvents(_798{???GIVING}, _826{???OPENING}), isa(_798{???GIVING}, actGiftGiving), {avoidHeadLoop(objectActedOn(_826{???OPENING}, _812{???GIFT}), objectActedOn(_798{???GIVING}, _812{???GIFT}))}, ~objectActedOn(_826{???OPENING}, _812{???GIFT}), {is_unit(_812{???GIFT}, _798{???GIVING})}),  (~postEvents(_756{???GIVING}, _770{???OPENING})<-isa(_770{???OPENING}, actOpeningPresents), objectActedOn(_756{???GIVING}, _784{???GIFT}), isa(_756{???GIVING}, actGiftGiving), ~objectActedOn(_770{???OPENING}, _784{???GIFT}), {is_unit(_770{???OPENING}, _756{???GIVING})}),  (isa(_672{???OPENING}, actOpeningPresents), objectActedOn(_700{???GIVING}, _686{???GIFT}), postEvents(_700{???GIVING}, _672{???OPENING}), isa(_700{???GIVING}, actGiftGiving), {is_unit(_686{???GIFT}, _672{???OPENING})}==>objectActedOn(_672{???OPENING}, _686{???GIFT}))]).
  7342.  
  7343.  
  7344. % ~isa(_144{???GIVING}, actGiftGiving) :-
  7345. %   isa(_158{???OPENING}, actOpeningPresents),
  7346. %   objectActedOn(_144{???GIVING}, _172{???GIFT}),
  7347. %   postEvents(_144{???GIVING}, _158{???OPENING}),
  7348. %   ~objectActedOn(_158{???OPENING}, _172{???GIFT}).
  7349. % ~isa(_234{???OPENING}, actOpeningPresents) :-
  7350. %   objectActedOn(_248{???GIVING}, _262{???GIFT}),
  7351. %   postEvents(_248{???GIVING}, _234{???OPENING}),
  7352. %   isa(_248{???GIVING}, actGiftGiving),
  7353. %   ~objectActedOn(_234{???OPENING}, _262{???GIFT}).
  7354. % ~objectActedOn(_186{???GIVING}, _200{???GIFT}) :-
  7355. %   isa(_214{???OPENING}, actOpeningPresents),
  7356. %   postEvents(_186{???GIVING}, _214{???OPENING}),
  7357. %   isa(_186{???GIVING}, actGiftGiving),
  7358. %   ~objectActedOn(_214{???OPENING}, _200{???GIFT}).
  7359. % ~postEvents(_144{???GIVING}, _158{???OPENING}) :-
  7360. %   isa(_158{???OPENING}, actOpeningPresents),
  7361. %   objectActedOn(_144{???GIVING}, _172{???GIFT}),
  7362. %   isa(_144{???GIVING}, actGiftGiving),
  7363. %   ~objectActedOn(_158{???OPENING}, _172{???GIFT}).
  7364. % objectActedOn(_102{???OPENING}, _116{???GIFT}) :-
  7365. %   isa(_102{???OPENING}, actOpeningPresents),
  7366. %   objectActedOn(_130{???GIVING}, _116{???GIFT}),
  7367. %   postEvents(_130{???GIVING}, _102{???OPENING}),
  7368. %   isa(_130{???GIVING}, actGiftGiving).
  7369.  
  7370.  
  7371. % asserted_id(implies(and(isa(RP, eventRustingProcess), objectActedOn(RP, OBJ)), isa(OBJ, nartR(tColOfSolidFn, tMetal))), a308992(RP, OBJ)).
  7372. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  7373. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  7374.  kif:-all(_202918,all(_202938,implies(and(isa(_202918,eventRustingProcess),objectActedOn(_202918,_202938)),isa(_202938,nartR(tColOfSolidFn,tMetal)))))
  7375.  pkif:-all(_202864,all(_202884,=>(&(isa(_202864,eventRustingProcess),objectActedOn(_202864,_202884)),isa(_202884,nartR(tColOfSolidFn,tMetal)))))
  7376. % cnf :-
  7377. %   v(v(~isa(_132{???RP}, eventRustingProcess),
  7378. %       ~objectActedOn(_132{???RP}, _146{???OBJ})),
  7379. %     isa(_146{???OBJ}, nartR(tColOfSolidFn, tMetal))).
  7380.  horn:-[(~isa(_203826,eventRustingProcess):-objectActedOn(_203826,_203852),~isa(_203852,nartR(tColOfSolidFn,tMetal))),(~objectActedOn(_203898,_203912):-isa(_203898,eventRustingProcess),~isa(_203912,nartR(tColOfSolidFn,tMetal))),(isa(_203966,nartR(tColOfSolidFn,tMetal)):-isa(_203992,eventRustingProcess),objectActedOn(_203992,_203966))]
  7381. % boxlog :-
  7382. %  
  7383. %   [ (~isa(_692{???RP}, eventRustingProcess):-objectActedOn(_692{???RP}, _706{???OBJ}), ~isa(_706{???OBJ}, nartR(tColOfSolidFn, tMetal))),
  7384. %     (~objectActedOn(_664{???RP}, _678{???OBJ}):-isa(_664{???RP}, eventRustingProcess), ~isa(_678{???OBJ}, nartR(tColOfSolidFn, tMetal))),
  7385. %     (isa(_636{???OBJ}, nartR(tColOfSolidFn, tMetal)):-isa(_650{???RP}, eventRustingProcess), objectActedOn(_650{???RP}, _636{???OBJ}))
  7386. %   ].
  7387. % preview :-
  7388. %  
  7389. %   [ (objectActedOn(_656{???RP}, _670{???OBJ}), {avoidHeadLoop(isa(_670{???OBJ}, nartR(tColOfSolidFn, tMetal)), isa(_656{???RP}, eventRustingProcess))}, ~isa(_670{???OBJ}, nartR(tColOfSolidFn, tMetal)), {is_unit(_656{???RP})}-> ~isa(_656{???RP}, eventRustingProcess)),
  7390. %     (isa(_628{???RP}, eventRustingProcess), ~isa(_642{???OBJ}, nartR(tColOfSolidFn, tMetal)), {is_unit(_642{???OBJ}, _628{???RP})}==> ~objectActedOn(_628{???RP}, _642{???OBJ})),
  7391. %     (isa(_614{???RP}, eventRustingProcess), objectActedOn(_614{???RP}, _600{???OBJ}), {is_unit(_600{???OBJ})}==>isa(_600{???OBJ}, nartR(tColOfSolidFn, tMetal)))
  7392. %   ].
  7393. % conds= =>((name_variable(_638{???RP}, 'RP'), name_variable(_652{???OBJ}, 'OBJ'), name_variable(_610{???RP}, 'RP'), name_variable(_624{???OBJ}, 'OBJ'), name_variable(_596{???RP}, 'RP'), name_variable(_582{???OBJ}, 'OBJ')), [(~isa(_638{???RP}, eventRustingProcess)<-objectActedOn(_638{???RP}, _652{???OBJ}), {avoidHeadLoop(isa(_652{???OBJ}, nartR(tColOfSolidFn, tMetal)), isa(_638{???RP}, eventRustingProcess))}, ~isa(_652{???OBJ}, nartR(tColOfSolidFn, tMetal)), {is_unit(_638{???RP})}),  (isa(_610{???RP}, eventRustingProcess), ~isa(_624{???OBJ}, nartR(tColOfSolidFn, tMetal)), {is_unit(_624{???OBJ}, _610{???RP})}==> ~objectActedOn(_610{???RP}, _624{???OBJ})),  (isa(_596{???RP}, eventRustingProcess), objectActedOn(_596{???RP}, _582{???OBJ}), {is_unit(_582{???OBJ})}==>isa(_582{???OBJ}, nartR(tColOfSolidFn, tMetal)))]).
  7394.  
  7395.  
  7396. % ~isa(_166{???RP}, eventRustingProcess) :-
  7397. %   objectActedOn(_158{???RP}, _172{???OBJ}),
  7398. %   ~isa(_172{???OBJ}, nartR(tColOfSolidFn, tMetal)).
  7399. % ~objectActedOn(_130{???RP}, _144{???OBJ}) :-
  7400. %   isa(_130{???RP}, eventRustingProcess),
  7401. %   ~isa(_144{???OBJ}, nartR(tColOfSolidFn, tMetal)).
  7402. % isa(_102{???OBJ}, nartR(tColOfSolidFn, tMetal)) :-
  7403. %   isa(_116{???RP}, eventRustingProcess),
  7404. %   objectActedOn(_116{???RP}, _102{???OBJ}).
  7405.  
  7406.  
  7407. % asserted_id(implies(and(isa(COM, eventCombustionProcess), objectActedOn(COM, OBJ)), increasesImmediatelyCausally(COM, OBJ, temperatureOfObject)), a308993(COM, OBJ)).
  7408. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  7409. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  7410.  kif:-all(_203010,all(_203030,implies(and(isa(_203010,eventCombustionProcess),objectActedOn(_203010,_203030)),increasesImmediatelyCausally(_203010,_203030,temperatureOfObject))))
  7411.  pkif:-all(_202956,all(_202976,=>(&(isa(_202956,eventCombustionProcess),objectActedOn(_202956,_202976)),increasesImmediatelyCausally(_202956,_202976,temperatureOfObject))))
  7412. % cnf :-
  7413. %   v(v(~isa(_128{???COM}, eventCombustionProcess),
  7414. %       ~objectActedOn(_128{???COM}, _142{???OBJ})),
  7415. %     increasesImmediatelyCausally(_128{???COM},
  7416. %                      _142{???OBJ},
  7417. %                      temperatureOfObject)).
  7418.  horn:-[(~isa(_203866,eventCombustionProcess):-objectActedOn(_203866,_203892),~increasesImmediatelyCausally(_203866,_203892,temperatureOfObject)),(~objectActedOn(_203940,_203954):-isa(_203940,eventCombustionProcess),~increasesImmediatelyCausally(_203940,_203954,temperatureOfObject)),(increasesImmediatelyCausally(_204012,_204026,temperatureOfObject):-isa(_204012,eventCombustionProcess),objectActedOn(_204012,_204026))]
  7419. % boxlog :-
  7420. %  
  7421. %   [ (~isa(_676{???COM}, eventCombustionProcess):-objectActedOn(_676{???COM}, _690{???OBJ}), ~increasesImmediatelyCausally(_676{???COM}, _690{???OBJ}, temperatureOfObject)),
  7422. %     (~objectActedOn(_648{???COM}, _662{???OBJ}):-isa(_648{???COM}, eventCombustionProcess), ~increasesImmediatelyCausally(_648{???COM}, _662{???OBJ}, temperatureOfObject)),
  7423. %     (increasesImmediatelyCausally(_620{???COM}, _634{???OBJ}, temperatureOfObject):-isa(_620{???COM}, eventCombustionProcess), objectActedOn(_620{???COM}, _634{???OBJ}))
  7424. %   ].
  7425. % preview :-
  7426. %  
  7427. %   [ (objectActedOn(_640{???COM}, _654{???OBJ}), ~increasesImmediatelyCausally(_640{???COM}, _654{???OBJ}, temperatureOfObject), {is_unit(_640{???COM})}-> ~isa(_640{???COM}, eventCombustionProcess)),
  7428. %     (isa(_612{???COM}, eventCombustionProcess), ~increasesImmediatelyCausally(_612{???COM}, _626{???OBJ}, temperatureOfObject), {is_unit(_626{???OBJ}, _612{???COM})}-> ~objectActedOn(_612{???COM}, _626{???OBJ})),
  7429. %     (isa(_584{???COM}, eventCombustionProcess), objectActedOn(_584{???COM}, _598{???OBJ}), {is_unit(_598{???OBJ}, _584{???COM})}==>increasesImmediatelyCausally(_584{???COM}, _598{???OBJ}, temperatureOfObject))
  7430. %   ].
  7431. % conds= =>((name_variable(_622{???COM}, 'COM'), name_variable(_636{???OBJ}, 'OBJ'), name_variable(_594{???COM}, 'COM'), name_variable(_608{???OBJ}, 'OBJ'), name_variable(_566{???COM}, 'COM'), name_variable(_580{???OBJ}, 'OBJ')), [(~isa(_622{???COM}, eventCombustionProcess)<-objectActedOn(_622{???COM}, _636{???OBJ}), ~increasesImmediatelyCausally(_622{???COM}, _636{???OBJ}, temperatureOfObject), {is_unit(_622{???COM})}),  (~objectActedOn(_594{???COM}, _608{???OBJ})<-isa(_594{???COM}, eventCombustionProcess), ~increasesImmediatelyCausally(_594{???COM}, _608{???OBJ}, temperatureOfObject), {is_unit(_608{???OBJ}, _594{???COM})}),  (isa(_566{???COM}, eventCombustionProcess), objectActedOn(_566{???COM}, _580{???OBJ}), {is_unit(_580{???OBJ}, _566{???COM})}==>increasesImmediatelyCausally(_566{???COM}, _580{???OBJ}, temperatureOfObject))]).
  7432.  
  7433.  
  7434. % ~isa(_166{???COM}, eventCombustionProcess) :-
  7435. %   objectActedOn(_158{???COM}, _172{???OBJ}),
  7436. %   ~increasesImmediatelyCausally(_158{???COM}, _172{???OBJ}, temperatureOfObject).
  7437. % ~objectActedOn(_130{???COM}, _144{???OBJ}) :-
  7438. %   isa(_130{???COM}, eventCombustionProcess),
  7439. %   ~increasesImmediatelyCausally(_130{???COM}, _144{???OBJ}, temperatureOfObject).
  7440. % increasesImmediatelyCausally(_102{???COM}, _116{???OBJ}, temperatureOfObject) :-
  7441. %   isa(_102{???COM}, eventCombustionProcess),
  7442. %   objectActedOn(_102{???COM}, _116{???OBJ}).
  7443.  
  7444.  
  7445. % asserted_id(implies(and(isa(U, eventRipping), isa(V, tPartiallyTangible), objectActedOn(U, V)), objectOfStateChange(U, V)), a308994(U, V)).
  7446. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  7447. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  7448.  kif:-all(_203132,all(_203152,implies(and(isa(_203132,eventRipping),isa(_203152,tPartiallyTangible),objectActedOn(_203132,_203152)),objectOfStateChange(_203132,_203152))))
  7449.  pkif:-all(_203082,all(_203102,=>(&(isa(_203082,eventRipping),&(isa(_203102,tPartiallyTangible),objectActedOn(_203082,_203102))),objectOfStateChange(_203082,_203102))))
  7450. % cnf :-
  7451. %   v(v(~isa(_134{???U}, eventRipping),
  7452. %       v(~isa(_148{???V}, tPartiallyTangible),
  7453. %         ~objectActedOn(_134{???U}, _148{???V}))),
  7454. %     objectOfStateChange(_134{???U}, _148{???V})).
  7455.  horn:-[(~isa(_204434,tPartiallyTangible):-isa(_204460,eventRipping),objectActedOn(_204460,_204434),~objectOfStateChange(_204460,_204434)),(~isa(_204518,eventRipping):-isa(_204544,tPartiallyTangible),objectActedOn(_204518,_204544),~objectOfStateChange(_204518,_204544)),(~objectActedOn(_204602,_204616):-isa(_204602,eventRipping),isa(_204616,tPartiallyTangible),~objectOfStateChange(_204602,_204616)),(objectOfStateChange(_204682,_204696):-isa(_204682,eventRipping),isa(_204696,tPartiallyTangible),objectActedOn(_204682,_204696))]
  7456. % boxlog :-
  7457. %  
  7458. %   [ (~isa(_712{???V}, tPartiallyTangible):-isa(_726{???U}, eventRipping), objectActedOn(_726{???U}, _712{???V}), ~objectOfStateChange(_726{???U}, _712{???V})),
  7459. %     (~isa(_740{???U}, eventRipping):-isa(_754{???V}, tPartiallyTangible), objectActedOn(_740{???U}, _754{???V}), ~objectOfStateChange(_740{???U}, _754{???V})),
  7460. %     (~objectActedOn(_684{???U}, _698{???V}):-isa(_684{???U}, eventRipping), isa(_698{???V}, tPartiallyTangible), ~objectOfStateChange(_684{???U}, _698{???V})),
  7461. %     (objectOfStateChange(_656{???U}, _670{???V}):-isa(_656{???U}, eventRipping), isa(_670{???V}, tPartiallyTangible), objectActedOn(_656{???U}, _670{???V}))
  7462. %   ].
  7463. % preview :-
  7464. %  
  7465. %   [ ({avoidHeadLoop(isa(_690{???U}, eventRipping), isa(_676{???V}, tPartiallyTangible))}, isa(_690{???U}, eventRipping), objectActedOn(_690{???U}, _676{???V}), ~objectOfStateChange(_690{???U}, _676{???V}), {is_unit(_676{???V})}-> ~isa(_676{???V}, tPartiallyTangible)),
  7466. %     ({avoidHeadLoop(isa(_718{???V}, tPartiallyTangible), isa(_704{???U}, eventRipping))}, isa(_718{???V}, tPartiallyTangible), objectActedOn(_704{???U}, _718{???V}), ~objectOfStateChange(_704{???U}, _718{???V}), {is_unit(_704{???U})}-> ~isa(_704{???U}, eventRipping)),
  7467. %     (isa(_648{???U}, eventRipping), isa(_662{???V}, tPartiallyTangible), ~objectOfStateChange(_648{???U}, _662{???V}), {is_unit(_662{???V}, _648{???U})}==> ~objectActedOn(_648{???U}, _662{???V})),
  7468. %     (isa(_620{???U}, eventRipping), isa(_634{???V}, tPartiallyTangible), objectActedOn(_620{???U}, _634{???V}), {is_unit(_634{???V}, _620{???U})}==>objectOfStateChange(_620{???U}, _634{???V}))
  7469. %   ].
  7470. % conds= =>((name_variable(_658{???V}, 'V'), name_variable(_672{???U}, 'U'), name_variable(_686{???U}, 'U'), name_variable(_700{???V}, 'V'), name_variable(_630{???U}, 'U'), name_variable(_644{???V}, 'V'), name_variable(_602{???U}, 'U'), name_variable(_616{???V}, 'V')), [(~isa(_658{???V}, tPartiallyTangible)<-{avoidHeadLoop(isa(_672{???U}, eventRipping), isa(_658{???V}, tPartiallyTangible))}, isa(_672{???U}, eventRipping), objectActedOn(_672{???U}, _658{???V}), ~objectOfStateChange(_672{???U}, _658{???V}), {is_unit(_658{???V})}),  (~isa(_686{???U}, eventRipping)<-{avoidHeadLoop(isa(_700{???V}, tPartiallyTangible), isa(_686{???U}, eventRipping))}, isa(_700{???V}, tPartiallyTangible), objectActedOn(_686{???U}, _700{???V}), ~objectOfStateChange(_686{???U}, _700{???V}), {is_unit(_686{???U})}),  (isa(_630{???U}, eventRipping), isa(_644{???V}, tPartiallyTangible), ~objectOfStateChange(_630{???U}, _644{???V}), {is_unit(_644{???V}, _630{???U})}==> ~objectActedOn(_630{???U}, _644{???V})),  (isa(_602{???U}, eventRipping), isa(_616{???V}, tPartiallyTangible), objectActedOn(_602{???U}, _616{???V}), {is_unit(_616{???V}, _602{???U})}==>objectOfStateChange(_602{???U}, _616{???V}))]).
  7471.  
  7472.  
  7473. % ~isa(_166{???V}, tPartiallyTangible) :-
  7474. %   isa(_172{???U}, eventRipping),
  7475. %   objectActedOn(_172{???U}, _158{???V}),
  7476. %   ~objectOfStateChange(_172{???U}, _158{???V}).
  7477. % ~isa(_162{???U}, eventRipping) :-
  7478. %   isa(_176{???V}, tPartiallyTangible),
  7479. %   objectActedOn(_162{???U}, _176{???V}),
  7480. %   ~objectOfStateChange(_162{???U}, _176{???V}).
  7481. % ~objectActedOn(_130{???U}, _144{???V}) :-
  7482. %   isa(_130{???U}, eventRipping),
  7483. %   isa(_144{???V}, tPartiallyTangible),
  7484. %   ~objectOfStateChange(_130{???U}, _144{???V}).
  7485. % objectOfStateChange(_102{???U}, _116{???V}) :-
  7486. %   isa(_102{???U}, eventRipping),
  7487. %   isa(_116{???V}, tPartiallyTangible),
  7488. %   objectActedOn(_102{???U}, _116{???V}).
  7489.  
  7490.  
  7491. % asserted_id(implies(and(isa(MED, actMedicalTreatmentEvent), performedBy(MED, DOC), objectActedOn(MED, PART), physicalParts(REP, PART), isa(REP, tPartTypeReproductiveSystemFemale)), isa(DOC, mobGynecologist)), a308995(MED, DOC, PART, REP)).
  7492. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  7493. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  7494.  kif:-all(_203428,all(_203448,all(_203468,all(_203488,implies(and(isa(_203428,actMedicalTreatmentEvent),performedBy(_203428,_203488),objectActedOn(_203428,_203448),physicalParts(_203468,_203448),isa(_203468,tPartTypeReproductiveSystemFemale)),isa(_203488,mobGynecologist))))))
  7495.  pkif:-all(_203386,all(_203406,all(_203426,all(_203446,=>(&(isa(_203386,actMedicalTreatmentEvent),&(performedBy(_203386,_203446),&(objectActedOn(_203386,_203406),&(physicalParts(_203426,_203406),isa(_203426,tPartTypeReproductiveSystemFemale))))),isa(_203446,mobGynecologist))))))
  7496. % cnf :-
  7497. %   v(v(~isa(_150{???MED}, actMedicalTreatmentEvent),
  7498. %       v(~performedBy(_150{???MED}, _164{???DOC}),
  7499. %         v(~objectActedOn(_150{???MED}, _178{???PART}),
  7500. %       v(~physicalParts(_192{???REP}, _178{???PART}),
  7501. %         ~isa(_192{???REP}, tPartTypeReproductiveSystemFemale))))),
  7502. %     isa(_164{???DOC}, mobGynecologist)).
  7503.  horn:-[(~isa(_206478,tPartTypeReproductiveSystemFemale):-isa(_206504,actMedicalTreatmentEvent),performedBy(_206504,_206530),objectActedOn(_206504,_206556),physicalParts(_206478,_206556),~isa(_206530,mobGynecologist)),(~isa(_206614,actMedicalTreatmentEvent):-performedBy(_206614,_206640),objectActedOn(_206614,_206666),physicalParts(_206692,_206666),isa(_206692,tPartTypeReproductiveSystemFemale),~isa(_206640,mobGynecologist)),(~objectActedOn(_206750,_206764):-isa(_206750,actMedicalTreatmentEvent),performedBy(_206750,_206802),physicalParts(_206828,_206764),isa(_206828,tPartTypeReproductiveSystemFemale),~isa(_206802,mobGynecologist)),(~performedBy(_206886,_206900):-isa(_206886,actMedicalTreatmentEvent),objectActedOn(_206886,_206938),physicalParts(_206964,_206938),isa(_206964,tPartTypeReproductiveSystemFemale),~isa(_206900,mobGynecologist)),(~physicalParts(_207022,_207036):-isa(_207062,actMedicalTreatmentEvent),performedBy(_207062,_207088),objectActedOn(_207062,_207036),isa(_207022,tPartTypeReproductiveSystemFemale),~isa(_207088,mobGynecologist)),(isa(_207154,mobGynecologist):-isa(_207180,actMedicalTreatmentEvent),performedBy(_207180,_207154),objectActedOn(_207180,_207218),physicalParts(_207244,_207218),isa(_207244,tPartTypeReproductiveSystemFemale))]
  7504. % boxlog :-
  7505. %  
  7506. %   [ (~isa(_852{???REP}, tPartTypeReproductiveSystemFemale):-isa(_866{???MED}, actMedicalTreatmentEvent), performedBy(_866{???MED}, _880{???DOC}), objectActedOn(_866{???MED}, _894{???PART}), physicalParts(_852{???REP}, _894{???PART}), ~isa(_880{???DOC}, mobGynecologist)),
  7507. %     (~isa(_1076{???MED}, actMedicalTreatmentEvent):-performedBy(_1076{???MED}, _1090{???DOC}), objectActedOn(_1076{???MED}, _1104{???PART}), physicalParts(_1118{???REP}, _1104{???PART}), isa(_1118{???REP}, tPartTypeReproductiveSystemFemale), ~isa(_1090{???DOC}, mobGynecologist)),
  7508. %     (~objectActedOn(_964{???MED}, _978{???PART}):-isa(_964{???MED}, actMedicalTreatmentEvent), performedBy(_964{???MED}, _992{???DOC}), physicalParts(_1006{???REP}, _978{???PART}), isa(_1006{???REP}, tPartTypeReproductiveSystemFemale), ~isa(_992{???DOC}, mobGynecologist)),
  7509. %     (~performedBy(_1020{???MED}, _1034{???DOC}):-isa(_1020{???MED}, actMedicalTreatmentEvent), objectActedOn(_1020{???MED}, _1048{???PART}), physicalParts(_1062{???REP}, _1048{???PART}), isa(_1062{???REP}, tPartTypeReproductiveSystemFemale), ~isa(_1034{???DOC}, mobGynecologist)),
  7510. %     (~physicalParts(_908{???REP}, _922{???PART}):-isa(_936{???MED}, actMedicalTreatmentEvent), performedBy(_936{???MED}, _950{???DOC}), objectActedOn(_936{???MED}, _922{???PART}), isa(_908{???REP}, tPartTypeReproductiveSystemFemale), ~isa(_950{???DOC}, mobGynecologist)),
  7511. %     (isa(_796{???DOC}, mobGynecologist):-isa(_810{???MED}, actMedicalTreatmentEvent), performedBy(_810{???MED}, _796{???DOC}), objectActedOn(_810{???MED}, _824{???PART}), physicalParts(_838{???REP}, _824{???PART}), isa(_838{???REP}, tPartTypeReproductiveSystemFemale))
  7512. %   ].
  7513. % preview :-
  7514. %  
  7515. %   [ ({avoidHeadLoop(isa(_830{???MED}, actMedicalTreatmentEvent), isa(_816{???REP}, tPartTypeReproductiveSystemFemale))}, isa(_830{???MED}, actMedicalTreatmentEvent), performedBy(_830{???MED}, _844{???DOC}), objectActedOn(_830{???MED}, _858{???PART}), physicalParts(_816{???REP}, _858{???PART}), {avoidHeadLoop(isa(_844{???DOC}, mobGynecologist), isa(_816{???REP}, tPartTypeReproductiveSystemFemale))}, ~isa(_844{???DOC}, mobGynecologist), {is_unit(_816{???REP})}-> ~isa(_816{???REP}, tPartTypeReproductiveSystemFemale)),
  7516. %     (performedBy(_1040{???MED}, _1054{???DOC}), objectActedOn(_1040{???MED}, _1068{???PART}), physicalParts(_1082{???REP}, _1068{???PART}), {avoidHeadLoop(isa(_1082{???REP}, tPartTypeReproductiveSystemFemale), isa(_1040{???MED}, actMedicalTreatmentEvent))}, isa(_1082{???REP}, tPartTypeReproductiveSystemFemale), {avoidHeadLoop(isa(_1054{???DOC}, mobGynecologist), isa(_1040{???MED}, actMedicalTreatmentEvent))}, ~isa(_1054{???DOC}, mobGynecologist), {is_unit(_1040{???MED})}-> ~isa(_1040{???MED}, actMedicalTreatmentEvent)),
  7517. %     (isa(_928{???MED}, actMedicalTreatmentEvent), performedBy(_928{???MED}, _956{???DOC}), physicalParts(_970{???REP}, _942{???PART}), isa(_970{???REP}, tPartTypeReproductiveSystemFemale), ~isa(_956{???DOC}, mobGynecologist), {is_unit(_942{???PART}, _928{???MED})}-> ~objectActedOn(_928{???MED}, _942{???PART})),
  7518. %     (isa(_984{???MED}, actMedicalTreatmentEvent), objectActedOn(_984{???MED}, _1012{???PART}), physicalParts(_1026{???REP}, _1012{???PART}), isa(_1026{???REP}, tPartTypeReproductiveSystemFemale), ~isa(_998{???DOC}, mobGynecologist), {is_unit(_998{???DOC}, _984{???MED})}-> ~performedBy(_984{???MED}, _998{???DOC})),
  7519. %     (isa(_900{???MED}, actMedicalTreatmentEvent), performedBy(_900{???MED}, _914{???DOC}), objectActedOn(_900{???MED}, _886{???PART}), isa(_872{???REP}, tPartTypeReproductiveSystemFemale), ~isa(_914{???DOC}, mobGynecologist), {is_unit(_886{???PART}, _872{???REP})}-> ~physicalParts(_872{???REP}, _886{???PART})),
  7520. %     (isa(_774{???MED}, actMedicalTreatmentEvent), performedBy(_774{???MED}, _760{???DOC}), objectActedOn(_774{???MED}, _788{???PART}), physicalParts(_802{???REP}, _788{???PART}), isa(_802{???REP}, tPartTypeReproductiveSystemFemale), {is_unit(_760{???DOC})}==>isa(_760{???DOC}, mobGynecologist))
  7521. %   ].
  7522. % conds= =>((name_variable(_798{???REP}, 'REP'), name_variable(_812{???MED}, 'MED'), name_variable(_826{???DOC}, 'DOC'), name_variable(_840{???PART}, 'PART'), name_variable(_1022{???MED}, 'MED'), name_variable(_1036{???DOC}, 'DOC'), name_variable(_1050{???PART}, 'PART'), name_variable(_1064{???REP}, 'REP'), name_variable(_910{???MED}, 'MED'), name_variable(_924{???PART}, 'PART'), name_variable(_938{???DOC}, 'DOC'), name_variable(_952{???REP}, 'REP'), name_variable(_966{???MED}, 'MED'), name_variable(_980{???DOC}, 'DOC'), name_variable(_994{???PART}, 'PART'), name_variable(_1008{???REP}, 'REP'), name_variable(_854{???REP}, 'REP'), name_variable(_868{???PART}, 'PART'), name_variable(_882{???MED}, 'MED'), name_variable(_896{???DOC}, 'DOC'), name_variable(_756{???MED}, 'MED'), name_variable(_742{???DOC}, 'DOC'), name_variable(_770{???PART}, 'PART'), name_variable(_784{???REP}, 'REP')), [(~isa(_798{???REP}, tPartTypeReproductiveSystemFemale)<-{avoidHeadLoop(isa(_812{???MED}, actMedicalTreatmentEvent), isa(_798{???REP}, tPartTypeReproductiveSystemFemale))}, isa(_812{???MED}, actMedicalTreatmentEvent), performedBy(_812{???MED}, _826{???DOC}), objectActedOn(_812{???MED}, _840{???PART}), physicalParts(_798{???REP}, _840{???PART}), {avoidHeadLoop(isa(_826{???DOC}, mobGynecologist), isa(_798{???REP}, tPartTypeReproductiveSystemFemale))}, ~isa(_826{???DOC}, mobGynecologist), {is_unit(_798{???REP})}),  (~isa(_1022{???MED}, actMedicalTreatmentEvent)<-performedBy(_1022{???MED}, _1036{???DOC}), objectActedOn(_1022{???MED}, _1050{???PART}), physicalParts(_1064{???REP}, _1050{???PART}), {avoidHeadLoop(isa(_1064{???REP}, tPartTypeReproductiveSystemFemale), isa(_1022{???MED}, actMedicalTreatmentEvent))}, isa(_1064{???REP}, tPartTypeReproductiveSystemFemale), {avoidHeadLoop(isa(_1036{???DOC}, mobGynecologist), isa(_1022{???MED}, actMedicalTreatmentEvent))}, ~isa(_1036{???DOC}, mobGynecologist), {is_unit(_1022{???MED})}),  (~objectActedOn(_910{???MED}, _924{???PART})<-isa(_910{???MED}, actMedicalTreatmentEvent), performedBy(_910{???MED}, _938{???DOC}), physicalParts(_952{???REP}, _924{???PART}), isa(_952{???REP}, tPartTypeReproductiveSystemFemale), ~isa(_938{???DOC}, mobGynecologist), {is_unit(_924{???PART}, _910{???MED})}),  (~performedBy(_966{???MED}, _980{???DOC})<-isa(_966{???MED}, actMedicalTreatmentEvent), objectActedOn(_966{???MED}, _994{???PART}), physicalParts(_1008{???REP}, _994{???PART}), isa(_1008{???REP}, tPartTypeReproductiveSystemFemale), ~isa(_980{???DOC}, mobGynecologist), {is_unit(_980{???DOC}, _966{???MED})}),  (~physicalParts(_854{???REP}, _868{???PART})<-isa(_882{???MED}, actMedicalTreatmentEvent), performedBy(_882{???MED}, _896{???DOC}), objectActedOn(_882{???MED}, _868{???PART}), isa(_854{???REP}, tPartTypeReproductiveSystemFemale), ~isa(_896{???DOC}, mobGynecologist), {is_unit(_868{???PART}, _854{???REP})}),  (isa(_756{???MED}, actMedicalTreatmentEvent), performedBy(_756{???MED}, _742{???DOC}), objectActedOn(_756{???MED}, _770{???PART}), physicalParts(_784{???REP}, _770{???PART}), isa(_784{???REP}, tPartTypeReproductiveSystemFemale), {is_unit(_742{???DOC})}==>isa(_742{???DOC}, mobGynecologist))]).
  7523.  
  7524.  
  7525. % ~isa(_170{???REP}, tPartTypeReproductiveSystemFemale) :-
  7526. %   isa(_184{???MED}, actMedicalTreatmentEvent),
  7527. %   performedBy(_184{???MED}, _198{???DOC}),
  7528. %   objectActedOn(_184{???MED}, _212{???PART}),
  7529. %   physicalParts(_170{???REP}, _212{???PART}),
  7530. %   ~isa(_198{???DOC}, mobGynecologist).
  7531. % ~isa(_334{???MED}, actMedicalTreatmentEvent) :-
  7532. %   performedBy(_334{???MED}, _348{???DOC}),
  7533. %   objectActedOn(_334{???MED}, _362{???PART}),
  7534. %   physicalParts(_376{???REP}, _362{???PART}),
  7535. %   isa(_376{???REP}, tPartTypeReproductiveSystemFemale),
  7536. %   ~isa(_348{???DOC}, mobGynecologist).
  7537. % ~objectActedOn(_214{???MED}, _228{???PART}) :-
  7538. %   isa(_214{???MED}, actMedicalTreatmentEvent),
  7539. %   performedBy(_214{???MED}, _242{???DOC}),
  7540. %   physicalParts(_256{???REP}, _228{???PART}),
  7541. %   isa(_256{???REP}, tPartTypeReproductiveSystemFemale),
  7542. %   ~isa(_242{???DOC}, mobGynecologist).
  7543. % ~performedBy(_222{???MED}, _236{???DOC}) :-
  7544. %   isa(_214{???MED}, actMedicalTreatmentEvent),
  7545. %   objectActedOn(_214{???MED}, _242{???PART}),
  7546. %   physicalParts(_256{???REP}, _242{???PART}),
  7547. %   isa(_256{???REP}, tPartTypeReproductiveSystemFemale),
  7548. %   ~isa(_228{???DOC}, mobGynecologist).
  7549. % ~physicalParts(_158{???REP}, _172{???PART}) :-
  7550. %   isa(_186{???MED}, actMedicalTreatmentEvent),
  7551. %   performedBy(_186{???MED}, _200{???DOC}),
  7552. %   objectActedOn(_186{???MED}, _172{???PART}),
  7553. %   isa(_158{???REP}, tPartTypeReproductiveSystemFemale),
  7554. %   ~isa(_200{???DOC}, mobGynecologist).
  7555. % isa(_102{???DOC}, mobGynecologist) :-
  7556. %   isa(_116{???MED}, actMedicalTreatmentEvent),
  7557. %   performedBy(_116{???MED}, _102{???DOC}),
  7558. %   objectActedOn(_116{???MED}, _130{???PART}),
  7559. %   physicalParts(_144{???REP}, _130{???PART}),
  7560. %   isa(_144{???REP}, tPartTypeReproductiveSystemFemale).
  7561.  
  7562.  
  7563. % asserted_id(implies(and(isa(CUTTING, actCuttingSomething), objectActedOn(CUTTING, WOOD), isa(WOOD, tWood)), isa(CUTTING, eventCreationEvent)), a308996(CUTTING, WOOD)).
  7564. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  7565. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  7566.  kif:-all(_203444,all(_203464,implies(and(isa(_203444,actCuttingSomething),objectActedOn(_203444,_203464),isa(_203464,tWood)),isa(_203444,eventCreationEvent))))
  7567.  pkif:-all(_203394,all(_203414,=>(&(isa(_203394,actCuttingSomething),&(objectActedOn(_203394,_203414),isa(_203414,tWood))),isa(_203394,eventCreationEvent))))
  7568. % cnf :-
  7569. %   v(v(~isa(_134{???CUTTING}, actCuttingSomething),
  7570. %       v(~objectActedOn(_134{???CUTTING}, _148{???WOOD}),
  7571. %         ~isa(_148{???WOOD}, tWood))),
  7572. %     isa(_134{???CUTTING}, eventCreationEvent)).
  7573.  horn:-[(~isa(_204746,tWood):-isa(_204772,actCuttingSomething),objectActedOn(_204772,_204746),~isa(_204772,eventCreationEvent)),(~isa(_204830,actCuttingSomething):-objectActedOn(_204830,_204856),isa(_204856,tWood),~isa(_204830,eventCreationEvent)),(~objectActedOn(_204914,_204928):-isa(_204914,actCuttingSomething),isa(_204928,tWood),~isa(_204914,eventCreationEvent)),(isa(_204994,eventCreationEvent):-isa(_204994,actCuttingSomething),objectActedOn(_204994,_205032),isa(_205032,tWood))]
  7574. % boxlog :-
  7575. %  
  7576. %   [ (~isa(_684{???WOOD}, tWood):-isa(_698{???CUTTING}, actCuttingSomething), objectActedOn(_698{???CUTTING}, _684{???WOOD}), ~isa(_698{???CUTTING}, eventCreationEvent)),
  7577. %     (~isa(_740{???CUTTING}, actCuttingSomething):-objectActedOn(_740{???CUTTING}, _754{???WOOD}), isa(_754{???WOOD}, tWood), ~isa(_740{???CUTTING}, eventCreationEvent)),
  7578. %     (~objectActedOn(_712{???CUTTING}, _726{???WOOD}):-isa(_712{???CUTTING}, actCuttingSomething), isa(_726{???WOOD}, tWood), ~isa(_712{???CUTTING}, eventCreationEvent)),
  7579. %     (isa(_656{???CUTTING}, eventCreationEvent):-isa(_656{???CUTTING}, actCuttingSomething), objectActedOn(_656{???CUTTING}, _670{???WOOD}), isa(_670{???WOOD}, tWood))
  7580. %   ].
  7581. % preview :-
  7582. %  
  7583. %   [ ({avoidHeadLoop(isa(_662{???CUTTING}, actCuttingSomething), isa(_648{???WOOD}, tWood))}, isa(_662{???CUTTING}, actCuttingSomething), objectActedOn(_662{???CUTTING}, _648{???WOOD}), {avoidHeadLoop(isa(_662{???CUTTING}, eventCreationEvent), isa(_648{???WOOD}, tWood))}, ~isa(_662{???CUTTING}, eventCreationEvent), {is_unit(_648{???WOOD})}-> ~isa(_648{???WOOD}, tWood)),
  7584. %     (objectActedOn(_704{???CUTTING}, _718{???WOOD}), {avoidHeadLoop(isa(_718{???WOOD}, tWood), isa(_704{???CUTTING}, actCuttingSomething))}, isa(_718{???WOOD}, tWood), {avoidHeadLoop(isa(_704{???CUTTING}, eventCreationEvent), isa(_704{???CUTTING}, actCuttingSomething))}, ~isa(_704{???CUTTING}, eventCreationEvent), {is_unit(_704{???CUTTING})}-> ~isa(_704{???CUTTING}, actCuttingSomething)),
  7585. %     (isa(_676{???CUTTING}, actCuttingSomething), isa(_690{???WOOD}, tWood), ~isa(_676{???CUTTING}, eventCreationEvent), {is_unit(_690{???WOOD}, _676{???CUTTING})}-> ~objectActedOn(_676{???CUTTING}, _690{???WOOD})),
  7586. %     (isa(_620{???CUTTING}, actCuttingSomething), objectActedOn(_620{???CUTTING}, _634{???WOOD}), isa(_634{???WOOD}, tWood), {is_unit(_620{???CUTTING})}==>isa(_620{???CUTTING}, eventCreationEvent))
  7587. %   ].
  7588. % conds= =>((name_variable(_630{???WOOD}, 'WOOD'), name_variable(_644{???CUTTING}, 'CUTTING'), name_variable(_686{???CUTTING}, 'CUTTING'), name_variable(_700{???WOOD}, 'WOOD'), name_variable(_658{???CUTTING}, 'CUTTING'), name_variable(_672{???WOOD}, 'WOOD'), name_variable(_602{???CUTTING}, 'CUTTING'), name_variable(_616{???WOOD}, 'WOOD')), [(~isa(_630{???WOOD}, tWood)<-{avoidHeadLoop(isa(_644{???CUTTING}, actCuttingSomething), isa(_630{???WOOD}, tWood))}, isa(_644{???CUTTING}, actCuttingSomething), objectActedOn(_644{???CUTTING}, _630{???WOOD}), {avoidHeadLoop(isa(_644{???CUTTING}, eventCreationEvent), isa(_630{???WOOD}, tWood))}, ~isa(_644{???CUTTING}, eventCreationEvent), {is_unit(_630{???WOOD})}),  (~isa(_686{???CUTTING}, actCuttingSomething)<-objectActedOn(_686{???CUTTING}, _700{???WOOD}), {avoidHeadLoop(isa(_700{???WOOD}, tWood), isa(_686{???CUTTING}, actCuttingSomething))}, isa(_700{???WOOD}, tWood), {avoidHeadLoop(isa(_686{???CUTTING}, eventCreationEvent), isa(_686{???CUTTING}, actCuttingSomething))}, ~isa(_686{???CUTTING}, eventCreationEvent), {is_unit(_686{???CUTTING})}),  (~objectActedOn(_658{???CUTTING}, _672{???WOOD})<-isa(_658{???CUTTING}, actCuttingSomething), isa(_672{???WOOD}, tWood), ~isa(_658{???CUTTING}, eventCreationEvent), {is_unit(_672{???WOOD}, _658{???CUTTING})}),  (isa(_602{???CUTTING}, actCuttingSomething), objectActedOn(_602{???CUTTING}, _616{???WOOD}), isa(_616{???WOOD}, tWood), {is_unit(_602{???CUTTING})}==>isa(_602{???CUTTING}, eventCreationEvent))]).
  7589.  
  7590.  
  7591. % ~isa(_138{???WOOD}, tWood) :-
  7592. %   isa(_144{???CUTTING}, actCuttingSomething),
  7593. %   objectActedOn(_144{???CUTTING}, _130{???WOOD}),
  7594. %   ~isa(_144{???CUTTING}, eventCreationEvent).
  7595. % ~isa(_162{???CUTTING}, actCuttingSomething) :-
  7596. %   objectActedOn(_162{???CUTTING}, _176{???WOOD}),
  7597. %   isa(_176{???WOOD}, tWood),
  7598. %   ~isa(_162{???CUTTING}, eventCreationEvent).
  7599. % ~objectActedOn(_130{???CUTTING}, _144{???WOOD}) :-
  7600. %   isa(_130{???CUTTING}, actCuttingSomething),
  7601. %   isa(_144{???WOOD}, tWood),
  7602. %   ~isa(_130{???CUTTING}, eventCreationEvent).
  7603. % isa(_102{???CUTTING}, eventCreationEvent) :-
  7604. %   isa(_102{???CUTTING}, actCuttingSomething),
  7605. %   objectActedOn(_102{???CUTTING}, _116{???WOOD}),
  7606. %   isa(_116{???WOOD}, tWood).
  7607.  
  7608.  
  7609. % asserted_id(implies(and(isa(P, actPinching), isa(CC, tObjectCrimpConnector), objectActedOn(P, CC)), objectOfStateChange(P, CC)), a308997(P, CC)).
  7610. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  7611. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  7612.  kif:-all(_203548,all(_203568,implies(and(isa(_203548,actPinching),isa(_203568,tObjectCrimpConnector),objectActedOn(_203548,_203568)),objectOfStateChange(_203548,_203568))))
  7613.  pkif:-all(_203498,all(_203518,=>(&(isa(_203498,actPinching),&(isa(_203518,tObjectCrimpConnector),objectActedOn(_203498,_203518))),objectOfStateChange(_203498,_203518))))
  7614. % cnf :-
  7615. %   v(v(~isa(_134{???P}, actPinching),
  7616. %       v(~isa(_148{???CC}, tObjectCrimpConnector),
  7617. %         ~objectActedOn(_134{???P}, _148{???CC}))),
  7618. %     objectOfStateChange(_134{???P}, _148{???CC})).
  7619.  horn:-[(~isa(_204850,tObjectCrimpConnector):-isa(_204876,actPinching),objectActedOn(_204876,_204850),~objectOfStateChange(_204876,_204850)),(~isa(_204934,actPinching):-isa(_204960,tObjectCrimpConnector),objectActedOn(_204934,_204960),~objectOfStateChange(_204934,_204960)),(~objectActedOn(_205018,_205032):-isa(_205018,actPinching),isa(_205032,tObjectCrimpConnector),~objectOfStateChange(_205018,_205032)),(objectOfStateChange(_205098,_205112):-isa(_205098,actPinching),isa(_205112,tObjectCrimpConnector),objectActedOn(_205098,_205112))]
  7620. % boxlog :-
  7621. %  
  7622. %   [ (~isa(_712{???CC}, tObjectCrimpConnector):-isa(_726{???P}, actPinching), objectActedOn(_726{???P}, _712{???CC}), ~objectOfStateChange(_726{???P}, _712{???CC})),
  7623. %     (~isa(_740{???P}, actPinching):-isa(_754{???CC}, tObjectCrimpConnector), objectActedOn(_740{???P}, _754{???CC}), ~objectOfStateChange(_740{???P}, _754{???CC})),
  7624. %     (~objectActedOn(_684{???P}, _698{???CC}):-isa(_684{???P}, actPinching), isa(_698{???CC}, tObjectCrimpConnector), ~objectOfStateChange(_684{???P}, _698{???CC})),
  7625. %     (objectOfStateChange(_656{???P}, _670{???CC}):-isa(_656{???P}, actPinching), isa(_670{???CC}, tObjectCrimpConnector), objectActedOn(_656{???P}, _670{???CC}))
  7626. %   ].
  7627. % preview :-
  7628. %  
  7629. %   [ ({avoidHeadLoop(isa(_690{???P}, actPinching), isa(_676{???CC}, tObjectCrimpConnector))}, isa(_690{???P}, actPinching), objectActedOn(_690{???P}, _676{???CC}), ~objectOfStateChange(_690{???P}, _676{???CC}), {is_unit(_676{???CC})}-> ~isa(_676{???CC}, tObjectCrimpConnector)),
  7630. %     ({avoidHeadLoop(isa(_718{???CC}, tObjectCrimpConnector), isa(_704{???P}, actPinching))}, isa(_718{???CC}, tObjectCrimpConnector), objectActedOn(_704{???P}, _718{???CC}), ~objectOfStateChange(_704{???P}, _718{???CC}), {is_unit(_704{???P})}-> ~isa(_704{???P}, actPinching)),
  7631. %     (isa(_648{???P}, actPinching), isa(_662{???CC}, tObjectCrimpConnector), ~objectOfStateChange(_648{???P}, _662{???CC}), {is_unit(_662{???CC}, _648{???P})}==> ~objectActedOn(_648{???P}, _662{???CC})),
  7632. %     (isa(_620{???P}, actPinching), isa(_634{???CC}, tObjectCrimpConnector), objectActedOn(_620{???P}, _634{???CC}), {is_unit(_634{???CC}, _620{???P})}==>objectOfStateChange(_620{???P}, _634{???CC}))
  7633. %   ].
  7634. % conds= =>((name_variable(_658{???CC}, 'CC'), name_variable(_672{???P}, 'P'), name_variable(_686{???P}, 'P'), name_variable(_700{???CC}, 'CC'), name_variable(_630{???P}, 'P'), name_variable(_644{???CC}, 'CC'), name_variable(_602{???P}, 'P'), name_variable(_616{???CC}, 'CC')), [(~isa(_658{???CC}, tObjectCrimpConnector)<-{avoidHeadLoop(isa(_672{???P}, actPinching), isa(_658{???CC}, tObjectCrimpConnector))}, isa(_672{???P}, actPinching), objectActedOn(_672{???P}, _658{???CC}), ~objectOfStateChange(_672{???P}, _658{???CC}), {is_unit(_658{???CC})}),  (~isa(_686{???P}, actPinching)<-{avoidHeadLoop(isa(_700{???CC}, tObjectCrimpConnector), isa(_686{???P}, actPinching))}, isa(_700{???CC}, tObjectCrimpConnector), objectActedOn(_686{???P}, _700{???CC}), ~objectOfStateChange(_686{???P}, _700{???CC}), {is_unit(_686{???P})}),  (isa(_630{???P}, actPinching), isa(_644{???CC}, tObjectCrimpConnector), ~objectOfStateChange(_630{???P}, _644{???CC}), {is_unit(_644{???CC}, _630{???P})}==> ~objectActedOn(_630{???P}, _644{???CC})),  (isa(_602{???P}, actPinching), isa(_616{???CC}, tObjectCrimpConnector), objectActedOn(_602{???P}, _616{???CC}), {is_unit(_616{???CC}, _602{???P})}==>objectOfStateChange(_602{???P}, _616{???CC}))]).
  7635.  
  7636.  
  7637. % ~isa(_166{???CC}, tObjectCrimpConnector) :-
  7638. %   isa(_172{???P}, actPinching),
  7639. %   objectActedOn(_172{???P}, _158{???CC}),
  7640. %   ~objectOfStateChange(_172{???P}, _158{???CC}).
  7641. % ~isa(_162{???P}, actPinching) :-
  7642. %   isa(_176{???CC}, tObjectCrimpConnector),
  7643. %   objectActedOn(_162{???P}, _176{???CC}),
  7644. %   ~objectOfStateChange(_162{???P}, _176{???CC}).
  7645. % ~objectActedOn(_130{???P}, _144{???CC}) :-
  7646. %   isa(_130{???P}, actPinching),
  7647. %   isa(_144{???CC}, tObjectCrimpConnector),
  7648. %   ~objectOfStateChange(_130{???P}, _144{???CC}).
  7649. % objectOfStateChange(_102{???P}, _116{???CC}) :-
  7650. %   isa(_102{???P}, actPinching),
  7651. %   isa(_116{???CC}, tObjectCrimpConnector),
  7652. %   objectActedOn(_102{???P}, _116{???CC}).
  7653.  
  7654.  
  7655. % asserted_id(implies(and(objectActedOn(EV, PART), anatomicalParts(ORG, PART)), objectActedOn(EV, ORG)), a308998(EV, PART, ORG)).
  7656. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  7657. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  7658.  kif:-all(_203700,all(_203720,all(_203740,implies(and(objectActedOn(_203720,_203700),anatomicalParts(_203740,_203700)),objectActedOn(_203720,_203740)))))
  7659.  pkif:-all(_203646,all(_203666,all(_203686,=>(&(objectActedOn(_203666,_203646),anatomicalParts(_203686,_203646)),objectActedOn(_203666,_203686)))))
  7660. % cnf :-
  7661. %   v(v(~objectActedOn(_126{???EV}, _140{???PART}),
  7662. %       ~anatomicalParts(_154{???ORG}, _140{???PART})),
  7663. %     objectActedOn(_126{???EV}, _154{???ORG})).
  7664.  horn:-[(~anatomicalParts(_204662,_204676):-objectActedOn(_204702,_204676),~objectActedOn(_204702,_204662)),(~objectActedOn(_204748,_204762):-anatomicalParts(_204788,_204762),~objectActedOn(_204748,_204788)),(objectActedOn(_204830,_204844):-objectActedOn(_204830,_204870),anatomicalParts(_204844,_204870))]
  7665. % boxlog :-
  7666. %  
  7667. %   [ (~anatomicalParts(_680{???ORG}, _694{???PART}):-objectActedOn(_708{???EV}, _694{???PART}), ~objectActedOn(_708{???EV}, _680{???ORG})),
  7668. %     (~objectActedOn(_722{???EV}, _736{???PART}):-anatomicalParts(_750{???ORG}, _736{???PART}), ~objectActedOn(_722{???EV}, _750{???ORG})),
  7669. %     (objectActedOn(_638{???EV}, _652{???ORG}):-objectActedOn(_638{???EV}, _666{???PART}), anatomicalParts(_652{???ORG}, _666{???PART}))
  7670. %   ].
  7671. % preview :-
  7672. %  
  7673. %   [ (objectActedOn(_672{???EV}, _658{???PART}), ~objectActedOn(_672{???EV}, _644{???ORG}), {is_unit(_658{???PART}, _644{???ORG})}-> ~anatomicalParts(_644{???ORG}, _658{???PART})),
  7674. %     (anatomicalParts(_714{???ORG}, _700{???PART}), {avoidHeadLoop(objectActedOn(_686{???EV}, _714{???ORG}), objectActedOn(_686{???EV}, _700{???PART}))}, ~objectActedOn(_686{???EV}, _714{???ORG}), {is_unit(_700{???PART}, _686{???EV})}-> ~objectActedOn(_686{???EV}, _700{???PART})),
  7675. %     (objectActedOn(_602{???EV}, _630{???PART}), anatomicalParts(_616{???ORG}, _630{???PART}), {is_unit(_616{???ORG}, _602{???EV})}==>objectActedOn(_602{???EV}, _616{???ORG}))
  7676. %   ].
  7677. % conds= =>((name_variable(_626{???ORG}, 'ORG'), name_variable(_640{???PART}, 'PART'), name_variable(_654{???EV}, 'EV'), name_variable(_668{???EV}, 'EV'), name_variable(_682{???PART}, 'PART'), name_variable(_696{???ORG}, 'ORG'), name_variable(_584{???EV}, 'EV'), name_variable(_612{???PART}, 'PART'), name_variable(_598{???ORG}, 'ORG')), [(~anatomicalParts(_626{???ORG}, _640{???PART})<-objectActedOn(_654{???EV}, _640{???PART}), ~objectActedOn(_654{???EV}, _626{???ORG}), {is_unit(_640{???PART}, _626{???ORG})}),  (~objectActedOn(_668{???EV}, _682{???PART})<-anatomicalParts(_696{???ORG}, _682{???PART}), {avoidHeadLoop(objectActedOn(_668{???EV}, _696{???ORG}), objectActedOn(_668{???EV}, _682{???PART}))}, ~objectActedOn(_668{???EV}, _696{???ORG}), {is_unit(_682{???PART}, _668{???EV})}),  (objectActedOn(_584{???EV}, _612{???PART}), anatomicalParts(_598{???ORG}, _612{???PART}), {is_unit(_598{???ORG}, _584{???EV})}==>objectActedOn(_584{???EV}, _598{???ORG}))]).
  7678.  
  7679.  
  7680. % ~anatomicalParts(_154{???ORG}, _168{???PART}) :-
  7681. %   objectActedOn(_172{???EV}, _158{???PART}),
  7682. %   ~objectActedOn(_172{???EV}, _144{???ORG}).
  7683. % ~objectActedOn(_150{???EV}, _164{???PART}) :-
  7684. %   anatomicalParts(_178{???ORG}, _164{???PART}),
  7685. %   ~objectActedOn(_150{???EV}, _178{???ORG}).
  7686. % objectActedOn(_102{???EV}, _116{???ORG}) :-
  7687. %   objectActedOn(_102{???EV}, _130{???PART}),
  7688. %   anatomicalParts(_116{???ORG}, _130{???PART}).
  7689.  
  7690.  
  7691. % asserted_id(implies(and(isa(LAC, eventLacerating), isa(SKIN, tPartTypeSkin), objectActedOn(LAC, SKIN)), damages(LAC, SKIN)), a308999(LAC, SKIN)).
  7692. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  7693. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  7694.  kif:-all(_203808,all(_203828,implies(and(isa(_203808,eventLacerating),isa(_203828,tPartTypeSkin),objectActedOn(_203808,_203828)),damages(_203808,_203828))))
  7695.  pkif:-all(_203758,all(_203778,=>(&(isa(_203758,eventLacerating),&(isa(_203778,tPartTypeSkin),objectActedOn(_203758,_203778))),damages(_203758,_203778))))
  7696. % cnf :-
  7697. %   v(v(~isa(_134{???LAC}, eventLacerating),
  7698. %       v(~isa(_148{???SKIN}, tPartTypeSkin),
  7699. %         ~objectActedOn(_134{???LAC}, _148{???SKIN}))),
  7700. %     damages(_134{???LAC}, _148{???SKIN})).
  7701.  horn:-[(~isa(_205110,tPartTypeSkin):-isa(_205136,eventLacerating),objectActedOn(_205136,_205110),~damages(_205136,_205110)),(~isa(_205194,eventLacerating):-isa(_205220,tPartTypeSkin),objectActedOn(_205194,_205220),~damages(_205194,_205220)),(~objectActedOn(_205278,_205292):-isa(_205278,eventLacerating),isa(_205292,tPartTypeSkin),~damages(_205278,_205292)),(damages(_205358,_205372):-isa(_205358,eventLacerating),isa(_205372,tPartTypeSkin),objectActedOn(_205358,_205372))]
  7702. % boxlog :-
  7703. %  
  7704. %   [ (~isa(_712{???SKIN}, tPartTypeSkin):-isa(_726{???LAC}, eventLacerating), objectActedOn(_726{???LAC}, _712{???SKIN}), ~damages(_726{???LAC}, _712{???SKIN})),
  7705. %     (~isa(_740{???LAC}, eventLacerating):-isa(_754{???SKIN}, tPartTypeSkin), objectActedOn(_740{???LAC}, _754{???SKIN}), ~damages(_740{???LAC}, _754{???SKIN})),
  7706. %     (~objectActedOn(_684{???LAC}, _698{???SKIN}):-isa(_684{???LAC}, eventLacerating), isa(_698{???SKIN}, tPartTypeSkin), ~damages(_684{???LAC}, _698{???SKIN})),
  7707. %     (damages(_656{???LAC}, _670{???SKIN}):-isa(_656{???LAC}, eventLacerating), isa(_670{???SKIN}, tPartTypeSkin), objectActedOn(_656{???LAC}, _670{???SKIN}))
  7708. %   ].
  7709. % preview :-
  7710. %  
  7711. %   [ ({avoidHeadLoop(isa(_690{???LAC}, eventLacerating), isa(_676{???SKIN}, tPartTypeSkin))}, isa(_690{???LAC}, eventLacerating), objectActedOn(_690{???LAC}, _676{???SKIN}), ~damages(_690{???LAC}, _676{???SKIN}), {is_unit(_676{???SKIN})}-> ~isa(_676{???SKIN}, tPartTypeSkin)),
  7712. %     ({avoidHeadLoop(isa(_718{???SKIN}, tPartTypeSkin), isa(_704{???LAC}, eventLacerating))}, isa(_718{???SKIN}, tPartTypeSkin), objectActedOn(_704{???LAC}, _718{???SKIN}), ~damages(_704{???LAC}, _718{???SKIN}), {is_unit(_704{???LAC})}-> ~isa(_704{???LAC}, eventLacerating)),
  7713. %     (isa(_648{???LAC}, eventLacerating), isa(_662{???SKIN}, tPartTypeSkin), ~damages(_648{???LAC}, _662{???SKIN}), {is_unit(_662{???SKIN}, _648{???LAC})}==> ~objectActedOn(_648{???LAC}, _662{???SKIN})),
  7714. %     (isa(_620{???LAC}, eventLacerating), isa(_634{???SKIN}, tPartTypeSkin), objectActedOn(_620{???LAC}, _634{???SKIN}), {is_unit(_634{???SKIN}, _620{???LAC})}==>damages(_620{???LAC}, _634{???SKIN}))
  7715. %   ].
  7716. % conds= =>((name_variable(_658{???SKIN}, 'SKIN'), name_variable(_672{???LAC}, 'LAC'), name_variable(_686{???LAC}, 'LAC'), name_variable(_700{???SKIN}, 'SKIN'), name_variable(_630{???LAC}, 'LAC'), name_variable(_644{???SKIN}, 'SKIN'), name_variable(_602{???LAC}, 'LAC'), name_variable(_616{???SKIN}, 'SKIN')), [(~isa(_658{???SKIN}, tPartTypeSkin)<-{avoidHeadLoop(isa(_672{???LAC}, eventLacerating), isa(_658{???SKIN}, tPartTypeSkin))}, isa(_672{???LAC}, eventLacerating), objectActedOn(_672{???LAC}, _658{???SKIN}), ~damages(_672{???LAC}, _658{???SKIN}), {is_unit(_658{???SKIN})}),  (~isa(_686{???LAC}, eventLacerating)<-{avoidHeadLoop(isa(_700{???SKIN}, tPartTypeSkin), isa(_686{???LAC}, eventLacerating))}, isa(_700{???SKIN}, tPartTypeSkin), objectActedOn(_686{???LAC}, _700{???SKIN}), ~damages(_686{???LAC}, _700{???SKIN}), {is_unit(_686{???LAC})}),  (isa(_630{???LAC}, eventLacerating), isa(_644{???SKIN}, tPartTypeSkin), ~damages(_630{???LAC}, _644{???SKIN}), {is_unit(_644{???SKIN}, _630{???LAC})}==> ~objectActedOn(_630{???LAC}, _644{???SKIN})),  (isa(_602{???LAC}, eventLacerating), isa(_616{???SKIN}, tPartTypeSkin), objectActedOn(_602{???LAC}, _616{???SKIN}), {is_unit(_616{???SKIN}, _602{???LAC})}==>damages(_602{???LAC}, _616{???SKIN}))]).
  7717.  
  7718.  
  7719. % ~isa(_166{???SKIN}, tPartTypeSkin) :-
  7720. %   isa(_172{???LAC}, eventLacerating),
  7721. %   objectActedOn(_172{???LAC}, _158{???SKIN}),
  7722. %   ~damages(_172{???LAC}, _158{???SKIN}).
  7723. % ~isa(_162{???LAC}, eventLacerating) :-
  7724. %   isa(_176{???SKIN}, tPartTypeSkin),
  7725. %   objectActedOn(_162{???LAC}, _176{???SKIN}),
  7726. %   ~damages(_162{???LAC}, _176{???SKIN}).
  7727. % ~objectActedOn(_130{???LAC}, _144{???SKIN}) :-
  7728. %   isa(_130{???LAC}, eventLacerating),
  7729. %   isa(_144{???SKIN}, tPartTypeSkin),
  7730. %   ~damages(_130{???LAC}, _144{???SKIN}).
  7731. % damages(_102{???LAC}, _116{???SKIN}) :-
  7732. %   isa(_102{???LAC}, eventLacerating),
  7733. %   isa(_116{???SKIN}, tPartTypeSkin),
  7734. %   objectActedOn(_102{???LAC}, _116{???SKIN}).
  7735.  
  7736.  
  7737. % asserted_id(implies(and(isa(PART, tPartTypeAnimalBodyPart), objectActedOn(EV, PART), physicalParts(ORG, PART)), objectActedOn(EV, ORG)), a309000(PART, EV, ORG)).
  7738. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  7739. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  7740.  kif:-all(_203984,all(_204004,all(_204024,implies(and(isa(_203984,tPartTypeAnimalBodyPart),objectActedOn(_204004,_203984),physicalParts(_204024,_203984)),objectActedOn(_204004,_204024)))))
  7741.  pkif:-all(_203934,all(_203954,all(_203974,=>(&(isa(_203934,tPartTypeAnimalBodyPart),&(objectActedOn(_203954,_203934),physicalParts(_203974,_203934))),objectActedOn(_203954,_203974)))))
  7742. % cnf :-
  7743. %   v(v(~isa(_134{???PART}, tPartTypeAnimalBodyPart),
  7744. %       v(~objectActedOn(_148{???EV}, _134{???PART}),
  7745. %         ~physicalParts(_162{???ORG}, _134{???PART}))),
  7746. %     objectActedOn(_148{???EV}, _162{???ORG})).
  7747.  horn:-[(~isa(_205460,tPartTypeAnimalBodyPart):-objectActedOn(_205486,_205460),physicalParts(_205512,_205460),~objectActedOn(_205486,_205512)),(~objectActedOn(_205558,_205572):-isa(_205572,tPartTypeAnimalBodyPart),physicalParts(_205610,_205572),~objectActedOn(_205558,_205610)),(~physicalParts(_205656,_205670):-isa(_205670,tPartTypeAnimalBodyPart),objectActedOn(_205708,_205670),~objectActedOn(_205708,_205656)),(objectActedOn(_205750,_205764):-isa(_205790,tPartTypeAnimalBodyPart),objectActedOn(_205750,_205790),physicalParts(_205764,_205790))]
  7748. % boxlog :-
  7749. %  
  7750. %   [ (~isa(_808{???PART}, tPartTypeAnimalBodyPart):-objectActedOn(_822{???EV}, _808{???PART}), physicalParts(_836{???ORG}, _808{???PART}), ~objectActedOn(_822{???EV}, _836{???ORG})),
  7751. %     (~objectActedOn(_766{???EV}, _780{???PART}):-isa(_780{???PART}, tPartTypeAnimalBodyPart), physicalParts(_794{???ORG}, _780{???PART}), ~objectActedOn(_766{???EV}, _794{???ORG})),
  7752. %     (~physicalParts(_724{???ORG}, _738{???PART}):-isa(_738{???PART}, tPartTypeAnimalBodyPart), objectActedOn(_752{???EV}, _738{???PART}), ~objectActedOn(_752{???EV}, _724{???ORG})),
  7753. %     (objectActedOn(_682{???EV}, _696{???ORG}):-isa(_710{???PART}, tPartTypeAnimalBodyPart), objectActedOn(_682{???EV}, _710{???PART}), physicalParts(_696{???ORG}, _710{???PART}))
  7754. %   ].
  7755. % preview :-
  7756. %  
  7757. %   [ (objectActedOn(_786{???EV}, _772{???PART}), physicalParts(_800{???ORG}, _772{???PART}), ~objectActedOn(_786{???EV}, _800{???ORG}), {is_unit(_772{???PART})}-> ~isa(_772{???PART}, tPartTypeAnimalBodyPart)),
  7758. %     (isa(_744{???PART}, tPartTypeAnimalBodyPart), physicalParts(_758{???ORG}, _744{???PART}), {avoidHeadLoop(objectActedOn(_730{???EV}, _758{???ORG}), objectActedOn(_730{???EV}, _744{???PART}))}, ~objectActedOn(_730{???EV}, _758{???ORG}), {is_unit(_744{???PART}, _730{???EV})}-> ~objectActedOn(_730{???EV}, _744{???PART})),
  7759. %     (isa(_702{???PART}, tPartTypeAnimalBodyPart), objectActedOn(_716{???EV}, _702{???PART}), ~objectActedOn(_716{???EV}, _688{???ORG}), {is_unit(_702{???PART}, _688{???ORG})}-> ~physicalParts(_688{???ORG}, _702{???PART})),
  7760. %     (isa(_674{???PART}, tPartTypeAnimalBodyPart), objectActedOn(_646{???EV}, _674{???PART}), physicalParts(_660{???ORG}, _674{???PART}), {is_unit(_660{???ORG}, _646{???EV})}==>objectActedOn(_646{???EV}, _660{???ORG}))
  7761. %   ].
  7762. % conds= =>((name_variable(_754{???PART}, 'PART'), name_variable(_768{???EV}, 'EV'), name_variable(_782{???ORG}, 'ORG'), name_variable(_712{???EV}, 'EV'), name_variable(_726{???PART}, 'PART'), name_variable(_740{???ORG}, 'ORG'), name_variable(_670{???ORG}, 'ORG'), name_variable(_684{???PART}, 'PART'), name_variable(_698{???EV}, 'EV'), name_variable(_656{???PART}, 'PART'), name_variable(_628{???EV}, 'EV'), name_variable(_642{???ORG}, 'ORG')), [(~isa(_754{???PART}, tPartTypeAnimalBodyPart)<-objectActedOn(_768{???EV}, _754{???PART}), physicalParts(_782{???ORG}, _754{???PART}), ~objectActedOn(_768{???EV}, _782{???ORG}), {is_unit(_754{???PART})}),  (~objectActedOn(_712{???EV}, _726{???PART})<-isa(_726{???PART}, tPartTypeAnimalBodyPart), physicalParts(_740{???ORG}, _726{???PART}), {avoidHeadLoop(objectActedOn(_712{???EV}, _740{???ORG}), objectActedOn(_712{???EV}, _726{???PART}))}, ~objectActedOn(_712{???EV}, _740{???ORG}), {is_unit(_726{???PART}, _712{???EV})}),  (~physicalParts(_670{???ORG}, _684{???PART})<-isa(_684{???PART}, tPartTypeAnimalBodyPart), objectActedOn(_698{???EV}, _684{???PART}), ~objectActedOn(_698{???EV}, _670{???ORG}), {is_unit(_684{???PART}, _670{???ORG})}),  (isa(_656{???PART}, tPartTypeAnimalBodyPart), objectActedOn(_628{???EV}, _656{???PART}), physicalParts(_642{???ORG}, _656{???PART}), {is_unit(_642{???ORG}, _628{???EV})}==>objectActedOn(_628{???EV}, _642{???ORG}))]).
  7763.  
  7764.  
  7765. % ~isa(_238{???PART}, tPartTypeAnimalBodyPart) :-
  7766. %   objectActedOn(_242{???EV}, _228{???PART}),
  7767. %   physicalParts(_256{???ORG}, _228{???PART}),
  7768. %   ~objectActedOn(_242{???EV}, _256{???ORG}).
  7769. % ~objectActedOn(_186{???EV}, _200{???PART}) :-
  7770. %   isa(_200{???PART}, tPartTypeAnimalBodyPart),
  7771. %   physicalParts(_214{???ORG}, _200{???PART}),
  7772. %   ~objectActedOn(_186{???EV}, _214{???ORG}).
  7773. % ~physicalParts(_144{???ORG}, _158{???PART}) :-
  7774. %   isa(_158{???PART}, tPartTypeAnimalBodyPart),
  7775. %   objectActedOn(_172{???EV}, _158{???PART}),
  7776. %   ~objectActedOn(_172{???EV}, _144{???ORG}).
  7777. % objectActedOn(_102{???EV}, _116{???ORG}) :-
  7778. %   isa(_130{???PART}, tPartTypeAnimalBodyPart),
  7779. %   objectActedOn(_102{???EV}, _130{???PART}),
  7780. %   physicalParts(_116{???ORG}, _130{???PART}).
  7781.  
  7782.  
  7783. % asserted_id(implies(and(isa(U, actMolding), isa(V, tSolidTangibleThing), objectActedOn(U, V)), commitsForFutureUses(U, V)), a309001(U, V)).
  7784. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  7785. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  7786.  kif:-all(_204068,all(_204088,implies(and(isa(_204068,actMolding),isa(_204088,tSolidTangibleThing),objectActedOn(_204068,_204088)),commitsForFutureUses(_204068,_204088))))
  7787.  pkif:-all(_204018,all(_204038,=>(&(isa(_204018,actMolding),&(isa(_204038,tSolidTangibleThing),objectActedOn(_204018,_204038))),commitsForFutureUses(_204018,_204038))))
  7788. % cnf :-
  7789. %   v(v(~isa(_134{???U}, actMolding),
  7790. %       v(~isa(_148{???V}, tSolidTangibleThing),
  7791. %         ~objectActedOn(_134{???U}, _148{???V}))),
  7792. %     commitsForFutureUses(_134{???U}, _148{???V})).
  7793.  horn:-[(~isa(_205370,tSolidTangibleThing):-isa(_205396,actMolding),objectActedOn(_205396,_205370),~commitsForFutureUses(_205396,_205370)),(~isa(_205454,actMolding):-isa(_205480,tSolidTangibleThing),objectActedOn(_205454,_205480),~commitsForFutureUses(_205454,_205480)),(~objectActedOn(_205538,_205552):-isa(_205538,actMolding),isa(_205552,tSolidTangibleThing),~commitsForFutureUses(_205538,_205552)),(commitsForFutureUses(_205618,_205632):-isa(_205618,actMolding),isa(_205632,tSolidTangibleThing),objectActedOn(_205618,_205632))]
  7794. % boxlog :-
  7795. %  
  7796. %   [ (~isa(_712{???V}, tSolidTangibleThing):-isa(_726{???U}, actMolding), objectActedOn(_726{???U}, _712{???V}), ~commitsForFutureUses(_726{???U}, _712{???V})),
  7797. %     (~isa(_740{???U}, actMolding):-isa(_754{???V}, tSolidTangibleThing), objectActedOn(_740{???U}, _754{???V}), ~commitsForFutureUses(_740{???U}, _754{???V})),
  7798. %     (~objectActedOn(_684{???U}, _698{???V}):-isa(_684{???U}, actMolding), isa(_698{???V}, tSolidTangibleThing), ~commitsForFutureUses(_684{???U}, _698{???V})),
  7799. %     (commitsForFutureUses(_656{???U}, _670{???V}):-isa(_656{???U}, actMolding), isa(_670{???V}, tSolidTangibleThing), objectActedOn(_656{???U}, _670{???V}))
  7800. %   ].
  7801. % preview :-
  7802. %  
  7803. %   [ ({avoidHeadLoop(isa(_690{???U}, actMolding), isa(_676{???V}, tSolidTangibleThing))}, isa(_690{???U}, actMolding), objectActedOn(_690{???U}, _676{???V}), ~commitsForFutureUses(_690{???U}, _676{???V}), {is_unit(_676{???V})}-> ~isa(_676{???V}, tSolidTangibleThing)),
  7804. %     ({avoidHeadLoop(isa(_718{???V}, tSolidTangibleThing), isa(_704{???U}, actMolding))}, isa(_718{???V}, tSolidTangibleThing), objectActedOn(_704{???U}, _718{???V}), ~commitsForFutureUses(_704{???U}, _718{???V}), {is_unit(_704{???U})}-> ~isa(_704{???U}, actMolding)),
  7805. %     (isa(_648{???U}, actMolding), isa(_662{???V}, tSolidTangibleThing), ~commitsForFutureUses(_648{???U}, _662{???V}), {is_unit(_662{???V}, _648{???U})}==> ~objectActedOn(_648{???U}, _662{???V})),
  7806. %     (isa(_620{???U}, actMolding), isa(_634{???V}, tSolidTangibleThing), objectActedOn(_620{???U}, _634{???V}), {is_unit(_634{???V}, _620{???U})}==>commitsForFutureUses(_620{???U}, _634{???V}))
  7807. %   ].
  7808. % conds= =>((name_variable(_658{???V}, 'V'), name_variable(_672{???U}, 'U'), name_variable(_686{???U}, 'U'), name_variable(_700{???V}, 'V'), name_variable(_630{???U}, 'U'), name_variable(_644{???V}, 'V'), name_variable(_602{???U}, 'U'), name_variable(_616{???V}, 'V')), [(~isa(_658{???V}, tSolidTangibleThing)<-{avoidHeadLoop(isa(_672{???U}, actMolding), isa(_658{???V}, tSolidTangibleThing))}, isa(_672{???U}, actMolding), objectActedOn(_672{???U}, _658{???V}), ~commitsForFutureUses(_672{???U}, _658{???V}), {is_unit(_658{???V})}),  (~isa(_686{???U}, actMolding)<-{avoidHeadLoop(isa(_700{???V}, tSolidTangibleThing), isa(_686{???U}, actMolding))}, isa(_700{???V}, tSolidTangibleThing), objectActedOn(_686{???U}, _700{???V}), ~commitsForFutureUses(_686{???U}, _700{???V}), {is_unit(_686{???U})}),  (isa(_630{???U}, actMolding), isa(_644{???V}, tSolidTangibleThing), ~commitsForFutureUses(_630{???U}, _644{???V}), {is_unit(_644{???V}, _630{???U})}==> ~objectActedOn(_630{???U}, _644{???V})),  (isa(_602{???U}, actMolding), isa(_616{???V}, tSolidTangibleThing), objectActedOn(_602{???U}, _616{???V}), {is_unit(_616{???V}, _602{???U})}==>commitsForFutureUses(_602{???U}, _616{???V}))]).
  7809.  
  7810.  
  7811. % ~isa(_166{???V}, tSolidTangibleThing) :-
  7812. %   isa(_172{???U}, actMolding),
  7813. %   objectActedOn(_172{???U}, _158{???V}),
  7814. %   ~commitsForFutureUses(_172{???U}, _158{???V}).
  7815. % ~isa(_162{???U}, actMolding) :-
  7816. %   isa(_176{???V}, tSolidTangibleThing),
  7817. %   objectActedOn(_162{???U}, _176{???V}),
  7818. %   ~commitsForFutureUses(_162{???U}, _176{???V}).
  7819. % ~objectActedOn(_130{???U}, _144{???V}) :-
  7820. %   isa(_130{???U}, actMolding),
  7821. %   isa(_144{???V}, tSolidTangibleThing),
  7822. %   ~commitsForFutureUses(_130{???U}, _144{???V}).
  7823. % commitsForFutureUses(_102{???U}, _116{???V}) :-
  7824. %   isa(_102{???U}, actMolding),
  7825. %   isa(_116{???V}, tSolidTangibleThing),
  7826. %   objectActedOn(_102{???U}, _116{???V}).
  7827.  
  7828.  
  7829. % asserted_id(implies(and(isa(U, actHeatingAir), isa(V, tAir), objectActedOn(U, V)), recyclableActors(U, V)), a309002(U, V)).
  7830. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  7831. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  7832.  kif:-all(_204172,all(_204192,implies(and(isa(_204172,actHeatingAir),isa(_204192,tAir),objectActedOn(_204172,_204192)),recyclableActors(_204172,_204192))))
  7833.  pkif:-all(_204122,all(_204142,=>(&(isa(_204122,actHeatingAir),&(isa(_204142,tAir),objectActedOn(_204122,_204142))),recyclableActors(_204122,_204142))))
  7834. % cnf :-
  7835. %   v(v(~isa(_134{???U}, actHeatingAir),
  7836. %       v(~isa(_148{???V}, tAir), ~objectActedOn(_134{???U}, _148{???V}))),
  7837. %     recyclableActors(_134{???U}, _148{???V})).
  7838.  horn:-[(~isa(_205474,tAir):-isa(_205500,actHeatingAir),objectActedOn(_205500,_205474),~recyclableActors(_205500,_205474)),(~isa(_205558,actHeatingAir):-isa(_205584,tAir),objectActedOn(_205558,_205584),~recyclableActors(_205558,_205584)),(~objectActedOn(_205642,_205656):-isa(_205642,actHeatingAir),isa(_205656,tAir),~recyclableActors(_205642,_205656)),(recyclableActors(_205722,_205736):-isa(_205722,actHeatingAir),isa(_205736,tAir),objectActedOn(_205722,_205736))]
  7839. % boxlog :-
  7840. %  
  7841. %   [ (~isa(_712{???V}, tAir):-isa(_726{???U}, actHeatingAir), objectActedOn(_726{???U}, _712{???V}), ~recyclableActors(_726{???U}, _712{???V})),
  7842. %     (~isa(_740{???U}, actHeatingAir):-isa(_754{???V}, tAir), objectActedOn(_740{???U}, _754{???V}), ~recyclableActors(_740{???U}, _754{???V})),
  7843. %     (~objectActedOn(_684{???U}, _698{???V}):-isa(_684{???U}, actHeatingAir), isa(_698{???V}, tAir), ~recyclableActors(_684{???U}, _698{???V})),
  7844. %     (recyclableActors(_656{???U}, _670{???V}):-isa(_656{???U}, actHeatingAir), isa(_670{???V}, tAir), objectActedOn(_656{???U}, _670{???V}))
  7845. %   ].
  7846. % preview :-
  7847. %  
  7848. %   [ ({avoidHeadLoop(isa(_690{???U}, actHeatingAir), isa(_676{???V}, tAir))}, isa(_690{???U}, actHeatingAir), objectActedOn(_690{???U}, _676{???V}), ~recyclableActors(_690{???U}, _676{???V}), {is_unit(_676{???V})}-> ~isa(_676{???V}, tAir)),
  7849. %     ({avoidHeadLoop(isa(_718{???V}, tAir), isa(_704{???U}, actHeatingAir))}, isa(_718{???V}, tAir), objectActedOn(_704{???U}, _718{???V}), ~recyclableActors(_704{???U}, _718{???V}), {is_unit(_704{???U})}-> ~isa(_704{???U}, actHeatingAir)),
  7850. %     (isa(_648{???U}, actHeatingAir), isa(_662{???V}, tAir), ~recyclableActors(_648{???U}, _662{???V}), {is_unit(_662{???V}, _648{???U})}==> ~objectActedOn(_648{???U}, _662{???V})),
  7851. %     (isa(_620{???U}, actHeatingAir), isa(_634{???V}, tAir), objectActedOn(_620{???U}, _634{???V}), {is_unit(_634{???V}, _620{???U})}==>recyclableActors(_620{???U}, _634{???V}))
  7852. %   ].
  7853. % conds= =>((name_variable(_658{???V}, 'V'), name_variable(_672{???U}, 'U'), name_variable(_686{???U}, 'U'), name_variable(_700{???V}, 'V'), name_variable(_630{???U}, 'U'), name_variable(_644{???V}, 'V'), name_variable(_602{???U}, 'U'), name_variable(_616{???V}, 'V')), [(~isa(_658{???V}, tAir)<-{avoidHeadLoop(isa(_672{???U}, actHeatingAir), isa(_658{???V}, tAir))}, isa(_672{???U}, actHeatingAir), objectActedOn(_672{???U}, _658{???V}), ~recyclableActors(_672{???U}, _658{???V}), {is_unit(_658{???V})}),  (~isa(_686{???U}, actHeatingAir)<-{avoidHeadLoop(isa(_700{???V}, tAir), isa(_686{???U}, actHeatingAir))}, isa(_700{???V}, tAir), objectActedOn(_686{???U}, _700{???V}), ~recyclableActors(_686{???U}, _700{???V}), {is_unit(_686{???U})}),  (isa(_630{???U}, actHeatingAir), isa(_644{???V}, tAir), ~recyclableActors(_630{???U}, _644{???V}), {is_unit(_644{???V}, _630{???U})}==> ~objectActedOn(_630{???U}, _644{???V})),  (isa(_602{???U}, actHeatingAir), isa(_616{???V}, tAir), objectActedOn(_602{???U}, _616{???V}), {is_unit(_616{???V}, _602{???U})}==>recyclableActors(_602{???U}, _616{???V}))]).
  7854.  
  7855.  
  7856. % ~isa(_166{???V}, tAir) :-
  7857. %   isa(_172{???U}, actHeatingAir),
  7858. %   objectActedOn(_172{???U}, _158{???V}),
  7859. %   ~recyclableActors(_172{???U}, _158{???V}).
  7860. % ~isa(_162{???U}, actHeatingAir) :-
  7861. %   isa(_176{???V}, tAir),
  7862. %   objectActedOn(_162{???U}, _176{???V}),
  7863. %   ~recyclableActors(_162{???U}, _176{???V}).
  7864. % ~objectActedOn(_130{???U}, _144{???V}) :-
  7865. %   isa(_130{???U}, actHeatingAir),
  7866. %   isa(_144{???V}, tAir),
  7867. %   ~recyclableActors(_130{???U}, _144{???V}).
  7868. % recyclableActors(_102{???U}, _116{???V}) :-
  7869. %   isa(_102{???U}, actHeatingAir),
  7870. %   isa(_116{???V}, tAir),
  7871. %   objectActedOn(_102{???U}, _116{???V}).
  7872.  
  7873.  
  7874. % asserted_id(implies(and(isa(U, actPlantingAPlant), objectActedOn(U, V), isa(V, tClazzPlant)), objectMoving(U, V)), a309003(U, V)).
  7875. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  7876. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  7877.  kif:-all(_204276,all(_204296,implies(and(isa(_204276,actPlantingAPlant),objectActedOn(_204276,_204296),isa(_204296,tClazzPlant)),objectMoving(_204276,_204296))))
  7878.  pkif:-all(_204226,all(_204246,=>(&(isa(_204226,actPlantingAPlant),&(objectActedOn(_204226,_204246),isa(_204246,tClazzPlant))),objectMoving(_204226,_204246))))
  7879. % cnf :-
  7880. %   v(v(~isa(_134{???U}, actPlantingAPlant),
  7881. %       v(~objectActedOn(_134{???U}, _148{???V}),
  7882. %         ~isa(_148{???V}, tClazzPlant))),
  7883. %     objectMoving(_134{???U}, _148{???V})).
  7884.  horn:-[(~isa(_205578,tClazzPlant):-isa(_205604,actPlantingAPlant),objectActedOn(_205604,_205578),~objectMoving(_205604,_205578)),(~isa(_205662,actPlantingAPlant):-objectActedOn(_205662,_205688),isa(_205688,tClazzPlant),~objectMoving(_205662,_205688)),(~objectActedOn(_205746,_205760):-isa(_205746,actPlantingAPlant),isa(_205760,tClazzPlant),~objectMoving(_205746,_205760)),(objectMoving(_205826,_205840):-isa(_205826,actPlantingAPlant),objectActedOn(_205826,_205840),isa(_205840,tClazzPlant))]
  7885. % boxlog :-
  7886. %  
  7887. %   [ (~isa(_684{???V}, tClazzPlant):-isa(_698{???U}, actPlantingAPlant), objectActedOn(_698{???U}, _684{???V}), ~objectMoving(_698{???U}, _684{???V})),
  7888. %     (~isa(_740{???U}, actPlantingAPlant):-objectActedOn(_740{???U}, _754{???V}), isa(_754{???V}, tClazzPlant), ~objectMoving(_740{???U}, _754{???V})),
  7889. %     (~objectActedOn(_712{???U}, _726{???V}):-isa(_712{???U}, actPlantingAPlant), isa(_726{???V}, tClazzPlant), ~objectMoving(_712{???U}, _726{???V})),
  7890. %     (objectMoving(_656{???U}, _670{???V}):-isa(_656{???U}, actPlantingAPlant), objectActedOn(_656{???U}, _670{???V}), isa(_670{???V}, tClazzPlant))
  7891. %   ].
  7892. % preview :-
  7893. %  
  7894. %   [ ({avoidHeadLoop(isa(_662{???U}, actPlantingAPlant), isa(_648{???V}, tClazzPlant))}, isa(_662{???U}, actPlantingAPlant), objectActedOn(_662{???U}, _648{???V}), ~objectMoving(_662{???U}, _648{???V}), {is_unit(_648{???V})}-> ~isa(_648{???V}, tClazzPlant)),
  7895. %     (objectActedOn(_704{???U}, _718{???V}), {avoidHeadLoop(isa(_718{???V}, tClazzPlant), isa(_704{???U}, actPlantingAPlant))}, isa(_718{???V}, tClazzPlant), ~objectMoving(_704{???U}, _718{???V}), {is_unit(_704{???U})}-> ~isa(_704{???U}, actPlantingAPlant)),
  7896. %     (isa(_676{???U}, actPlantingAPlant), isa(_690{???V}, tClazzPlant), ~objectMoving(_676{???U}, _690{???V}), {is_unit(_690{???V}, _676{???U})}==> ~objectActedOn(_676{???U}, _690{???V})),
  7897. %     (isa(_620{???U}, actPlantingAPlant), objectActedOn(_620{???U}, _634{???V}), isa(_634{???V}, tClazzPlant), {is_unit(_634{???V}, _620{???U})}==>objectMoving(_620{???U}, _634{???V}))
  7898. %   ].
  7899. % conds= =>((name_variable(_630{???V}, 'V'), name_variable(_644{???U}, 'U'), name_variable(_686{???U}, 'U'), name_variable(_700{???V}, 'V'), name_variable(_658{???U}, 'U'), name_variable(_672{???V}, 'V'), name_variable(_602{???U}, 'U'), name_variable(_616{???V}, 'V')), [(~isa(_630{???V}, tClazzPlant)<-{avoidHeadLoop(isa(_644{???U}, actPlantingAPlant), isa(_630{???V}, tClazzPlant))}, isa(_644{???U}, actPlantingAPlant), objectActedOn(_644{???U}, _630{???V}), ~objectMoving(_644{???U}, _630{???V}), {is_unit(_630{???V})}),  (~isa(_686{???U}, actPlantingAPlant)<-objectActedOn(_686{???U}, _700{???V}), {avoidHeadLoop(isa(_700{???V}, tClazzPlant), isa(_686{???U}, actPlantingAPlant))}, isa(_700{???V}, tClazzPlant), ~objectMoving(_686{???U}, _700{???V}), {is_unit(_686{???U})}),  (isa(_658{???U}, actPlantingAPlant), isa(_672{???V}, tClazzPlant), ~objectMoving(_658{???U}, _672{???V}), {is_unit(_672{???V}, _658{???U})}==> ~objectActedOn(_658{???U}, _672{???V})),  (isa(_602{???U}, actPlantingAPlant), objectActedOn(_602{???U}, _616{???V}), isa(_616{???V}, tClazzPlant), {is_unit(_616{???V}, _602{???U})}==>objectMoving(_602{???U}, _616{???V}))]).
  7900.  
  7901.  
  7902. % ~isa(_138{???V}, tClazzPlant) :-
  7903. %   isa(_144{???U}, actPlantingAPlant),
  7904. %   objectActedOn(_144{???U}, _130{???V}),
  7905. %   ~objectMoving(_144{???U}, _130{???V}).
  7906. % ~isa(_162{???U}, actPlantingAPlant) :-
  7907. %   objectActedOn(_162{???U}, _176{???V}),
  7908. %   isa(_176{???V}, tClazzPlant),
  7909. %   ~objectMoving(_162{???U}, _176{???V}).
  7910. % ~objectActedOn(_130{???U}, _144{???V}) :-
  7911. %   isa(_130{???U}, actPlantingAPlant),
  7912. %   isa(_144{???V}, tClazzPlant),
  7913. %   ~objectMoving(_130{???U}, _144{???V}).
  7914. % objectMoving(_102{???U}, _116{???V}) :-
  7915. %   isa(_102{???U}, actPlantingAPlant),
  7916. %   objectActedOn(_102{???U}, _116{???V}),
  7917. %   isa(_116{???V}, tClazzPlant).
  7918.  
  7919.  
  7920. % asserted_id(implies(and(isa(U, actHarvestingAField), objectActedOn(U, V), isa(V, tClazzPlant)), commitsForFutureUses(U, V)), a309004(U, V)).
  7921. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  7922. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  7923.  kif:-all(_204380,all(_204400,implies(and(isa(_204380,actHarvestingAField),objectActedOn(_204380,_204400),isa(_204400,tClazzPlant)),commitsForFutureUses(_204380,_204400))))
  7924.  pkif:-all(_204330,all(_204350,=>(&(isa(_204330,actHarvestingAField),&(objectActedOn(_204330,_204350),isa(_204350,tClazzPlant))),commitsForFutureUses(_204330,_204350))))
  7925. % cnf :-
  7926. %   v(v(~isa(_134{???U}, actHarvestingAField),
  7927. %       v(~objectActedOn(_134{???U}, _148{???V}),
  7928. %         ~isa(_148{???V}, tClazzPlant))),
  7929. %     commitsForFutureUses(_134{???U}, _148{???V})).
  7930.  horn:-[(~isa(_205682,tClazzPlant):-isa(_205708,actHarvestingAField),objectActedOn(_205708,_205682),~commitsForFutureUses(_205708,_205682)),(~isa(_205766,actHarvestingAField):-objectActedOn(_205766,_205792),isa(_205792,tClazzPlant),~commitsForFutureUses(_205766,_205792)),(~objectActedOn(_205850,_205864):-isa(_205850,actHarvestingAField),isa(_205864,tClazzPlant),~commitsForFutureUses(_205850,_205864)),(commitsForFutureUses(_205930,_205944):-isa(_205930,actHarvestingAField),objectActedOn(_205930,_205944),isa(_205944,tClazzPlant))]
  7931. % boxlog :-
  7932. %  
  7933. %   [ (~isa(_684{???V}, tClazzPlant):-isa(_698{???U}, actHarvestingAField), objectActedOn(_698{???U}, _684{???V}), ~commitsForFutureUses(_698{???U}, _684{???V})),
  7934. %     (~isa(_740{???U}, actHarvestingAField):-objectActedOn(_740{???U}, _754{???V}), isa(_754{???V}, tClazzPlant), ~commitsForFutureUses(_740{???U}, _754{???V})),
  7935. %     (~objectActedOn(_712{???U}, _726{???V}):-isa(_712{???U}, actHarvestingAField), isa(_726{???V}, tClazzPlant), ~commitsForFutureUses(_712{???U}, _726{???V})),
  7936. %     (commitsForFutureUses(_656{???U}, _670{???V}):-isa(_656{???U}, actHarvestingAField), objectActedOn(_656{???U}, _670{???V}), isa(_670{???V}, tClazzPlant))
  7937. %   ].
  7938. % preview :-
  7939. %  
  7940. %   [ ({avoidHeadLoop(isa(_662{???U}, actHarvestingAField), isa(_648{???V}, tClazzPlant))}, isa(_662{???U}, actHarvestingAField), objectActedOn(_662{???U}, _648{???V}), ~commitsForFutureUses(_662{???U}, _648{???V}), {is_unit(_648{???V})}-> ~isa(_648{???V}, tClazzPlant)),
  7941. %     (objectActedOn(_704{???U}, _718{???V}), {avoidHeadLoop(isa(_718{???V}, tClazzPlant), isa(_704{???U}, actHarvestingAField))}, isa(_718{???V}, tClazzPlant), ~commitsForFutureUses(_704{???U}, _718{???V}), {is_unit(_704{???U})}-> ~isa(_704{???U}, actHarvestingAField)),
  7942. %     (isa(_676{???U}, actHarvestingAField), isa(_690{???V}, tClazzPlant), ~commitsForFutureUses(_676{???U}, _690{???V}), {is_unit(_690{???V}, _676{???U})}==> ~objectActedOn(_676{???U}, _690{???V})),
  7943. %     (isa(_620{???U}, actHarvestingAField), objectActedOn(_620{???U}, _634{???V}), isa(_634{???V}, tClazzPlant), {is_unit(_634{???V}, _620{???U})}==>commitsForFutureUses(_620{???U}, _634{???V}))
  7944. %   ].
  7945. % conds= =>((name_variable(_630{???V}, 'V'), name_variable(_644{???U}, 'U'), name_variable(_686{???U}, 'U'), name_variable(_700{???V}, 'V'), name_variable(_658{???U}, 'U'), name_variable(_672{???V}, 'V'), name_variable(_602{???U}, 'U'), name_variable(_616{???V}, 'V')), [(~isa(_630{???V}, tClazzPlant)<-{avoidHeadLoop(isa(_644{???U}, actHarvestingAField), isa(_630{???V}, tClazzPlant))}, isa(_644{???U}, actHarvestingAField), objectActedOn(_644{???U}, _630{???V}), ~commitsForFutureUses(_644{???U}, _630{???V}), {is_unit(_630{???V})}),  (~isa(_686{???U}, actHarvestingAField)<-objectActedOn(_686{???U}, _700{???V}), {avoidHeadLoop(isa(_700{???V}, tClazzPlant), isa(_686{???U}, actHarvestingAField))}, isa(_700{???V}, tClazzPlant), ~commitsForFutureUses(_686{???U}, _700{???V}), {is_unit(_686{???U})}),  (isa(_658{???U}, actHarvestingAField), isa(_672{???V}, tClazzPlant), ~commitsForFutureUses(_658{???U}, _672{???V}), {is_unit(_672{???V}, _658{???U})}==> ~objectActedOn(_658{???U}, _672{???V})),  (isa(_602{???U}, actHarvestingAField), objectActedOn(_602{???U}, _616{???V}), isa(_616{???V}, tClazzPlant), {is_unit(_616{???V}, _602{???U})}==>commitsForFutureUses(_602{???U}, _616{???V}))]).
  7946.  
  7947.  
  7948. % ~isa(_138{???V}, tClazzPlant) :-
  7949. %   isa(_144{???U}, actHarvestingAField),
  7950. %   objectActedOn(_144{???U}, _130{???V}),
  7951. %   ~commitsForFutureUses(_144{???U}, _130{???V}).
  7952. % ~isa(_162{???U}, actHarvestingAField) :-
  7953. %   objectActedOn(_162{???U}, _176{???V}),
  7954. %   isa(_176{???V}, tClazzPlant),
  7955. %   ~commitsForFutureUses(_162{???U}, _176{???V}).
  7956. % ~objectActedOn(_130{???U}, _144{???V}) :-
  7957. %   isa(_130{???U}, actHarvestingAField),
  7958. %   isa(_144{???V}, tClazzPlant),
  7959. %   ~commitsForFutureUses(_130{???U}, _144{???V}).
  7960. % commitsForFutureUses(_102{???U}, _116{???V}) :-
  7961. %   isa(_102{???U}, actHarvestingAField),
  7962. %   objectActedOn(_102{???U}, _116{???V}),
  7963. %   isa(_116{???V}, tClazzPlant).
  7964.  
  7965.  
  7966. % asserted_id(implies(and(isa(U, actCuttingNails), objectActedOn(U, V), isa(V, tPartTypeNailAnimalBodyPart)), recyclableActors(U, V)), a309005(U, V)).
  7967. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  7968. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  7969.  kif:-all(_204484,all(_204504,implies(and(isa(_204484,actCuttingNails),objectActedOn(_204484,_204504),isa(_204504,tPartTypeNailAnimalBodyPart)),recyclableActors(_204484,_204504))))
  7970.  pkif:-all(_204434,all(_204454,=>(&(isa(_204434,actCuttingNails),&(objectActedOn(_204434,_204454),isa(_204454,tPartTypeNailAnimalBodyPart))),recyclableActors(_204434,_204454))))
  7971. % cnf :-
  7972. %   v(v(~isa(_134{???U}, actCuttingNails),
  7973. %       v(~objectActedOn(_134{???U}, _148{???V}),
  7974. %         ~isa(_148{???V}, tPartTypeNailAnimalBodyPart))),
  7975. %     recyclableActors(_134{???U}, _148{???V})).
  7976.  horn:-[(~isa(_205786,tPartTypeNailAnimalBodyPart):-isa(_205812,actCuttingNails),objectActedOn(_205812,_205786),~recyclableActors(_205812,_205786)),(~isa(_205870,actCuttingNails):-objectActedOn(_205870,_205896),isa(_205896,tPartTypeNailAnimalBodyPart),~recyclableActors(_205870,_205896)),(~objectActedOn(_205954,_205968):-isa(_205954,actCuttingNails),isa(_205968,tPartTypeNailAnimalBodyPart),~recyclableActors(_205954,_205968)),(recyclableActors(_206034,_206048):-isa(_206034,actCuttingNails),objectActedOn(_206034,_206048),isa(_206048,tPartTypeNailAnimalBodyPart))]
  7977. % boxlog :-
  7978. %  
  7979. %   [ (~isa(_684{???V}, tPartTypeNailAnimalBodyPart):-isa(_698{???U}, actCuttingNails), objectActedOn(_698{???U}, _684{???V}), ~recyclableActors(_698{???U}, _684{???V})),
  7980. %     (~isa(_740{???U}, actCuttingNails):-objectActedOn(_740{???U}, _754{???V}), isa(_754{???V}, tPartTypeNailAnimalBodyPart), ~recyclableActors(_740{???U}, _754{???V})),
  7981. %     (~objectActedOn(_712{???U}, _726{???V}):-isa(_712{???U}, actCuttingNails), isa(_726{???V}, tPartTypeNailAnimalBodyPart), ~recyclableActors(_712{???U}, _726{???V})),
  7982. %     (recyclableActors(_656{???U}, _670{???V}):-isa(_656{???U}, actCuttingNails), objectActedOn(_656{???U}, _670{???V}), isa(_670{???V}, tPartTypeNailAnimalBodyPart))
  7983. %   ].
  7984. % preview :-
  7985. %  
  7986. %   [ ({avoidHeadLoop(isa(_662{???U}, actCuttingNails), isa(_648{???V}, tPartTypeNailAnimalBodyPart))}, isa(_662{???U}, actCuttingNails), objectActedOn(_662{???U}, _648{???V}), ~recyclableActors(_662{???U}, _648{???V}), {is_unit(_648{???V})}-> ~isa(_648{???V}, tPartTypeNailAnimalBodyPart)),
  7987. %     (objectActedOn(_704{???U}, _718{???V}), {avoidHeadLoop(isa(_718{???V}, tPartTypeNailAnimalBodyPart), isa(_704{???U}, actCuttingNails))}, isa(_718{???V}, tPartTypeNailAnimalBodyPart), ~recyclableActors(_704{???U}, _718{???V}), {is_unit(_704{???U})}-> ~isa(_704{???U}, actCuttingNails)),
  7988. %     (isa(_676{???U}, actCuttingNails), isa(_690{???V}, tPartTypeNailAnimalBodyPart), ~recyclableActors(_676{???U}, _690{???V}), {is_unit(_690{???V}, _676{???U})}==> ~objectActedOn(_676{???U}, _690{???V})),
  7989. %     (isa(_620{???U}, actCuttingNails), objectActedOn(_620{???U}, _634{???V}), isa(_634{???V}, tPartTypeNailAnimalBodyPart), {is_unit(_634{???V}, _620{???U})}==>recyclableActors(_620{???U}, _634{???V}))
  7990. %   ].
  7991. % conds= =>((name_variable(_630{???V}, 'V'), name_variable(_644{???U}, 'U'), name_variable(_686{???U}, 'U'), name_variable(_700{???V}, 'V'), name_variable(_658{???U}, 'U'), name_variable(_672{???V}, 'V'), name_variable(_602{???U}, 'U'), name_variable(_616{???V}, 'V')), [(~isa(_630{???V}, tPartTypeNailAnimalBodyPart)<-{avoidHeadLoop(isa(_644{???U}, actCuttingNails), isa(_630{???V}, tPartTypeNailAnimalBodyPart))}, isa(_644{???U}, actCuttingNails), objectActedOn(_644{???U}, _630{???V}), ~recyclableActors(_644{???U}, _630{???V}), {is_unit(_630{???V})}),  (~isa(_686{???U}, actCuttingNails)<-objectActedOn(_686{???U}, _700{???V}), {avoidHeadLoop(isa(_700{???V}, tPartTypeNailAnimalBodyPart), isa(_686{???U}, actCuttingNails))}, isa(_700{???V}, tPartTypeNailAnimalBodyPart), ~recyclableActors(_686{???U}, _700{???V}), {is_unit(_686{???U})}),  (isa(_658{???U}, actCuttingNails), isa(_672{???V}, tPartTypeNailAnimalBodyPart), ~recyclableActors(_658{???U}, _672{???V}), {is_unit(_672{???V}, _658{???U})}==> ~objectActedOn(_658{???U}, _672{???V})),  (isa(_602{???U}, actCuttingNails), objectActedOn(_602{???U}, _616{???V}), isa(_616{???V}, tPartTypeNailAnimalBodyPart), {is_unit(_616{???V}, _602{???U})}==>recyclableActors(_602{???U}, _616{???V}))]).
  7992.  
  7993.  
  7994. % ~isa(_138{???V}, tPartTypeNailAnimalBodyPart) :-
  7995. %   isa(_144{???U}, actCuttingNails),
  7996. %   objectActedOn(_144{???U}, _130{???V}),
  7997. %   ~recyclableActors(_144{???U}, _130{???V}).
  7998. % ~isa(_162{???U}, actCuttingNails) :-
  7999. %   objectActedOn(_162{???U}, _176{???V}),
  8000. %   isa(_176{???V}, tPartTypeNailAnimalBodyPart),
  8001. %   ~recyclableActors(_162{???U}, _176{???V}).
  8002. % ~objectActedOn(_130{???U}, _144{???V}) :-
  8003. %   isa(_130{???U}, actCuttingNails),
  8004. %   isa(_144{???V}, tPartTypeNailAnimalBodyPart),
  8005. %   ~recyclableActors(_130{???U}, _144{???V}).
  8006. % recyclableActors(_102{???U}, _116{???V}) :-
  8007. %   isa(_102{???U}, actCuttingNails),
  8008. %   objectActedOn(_102{???U}, _116{???V}),
  8009. %   isa(_116{???V}, tPartTypeNailAnimalBodyPart).
  8010.  
  8011.  
  8012. % asserted_id(implies(and(isa(U, actMowingGrass), objectActedOn(U, V), isa(V, tGroupedGrassTurf)), recyclableActors(U, V)), a309006(U, V)).
  8013. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  8014. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  8015.  kif:-all(_204588,all(_204608,implies(and(isa(_204588,actMowingGrass),objectActedOn(_204588,_204608),isa(_204608,tGroupedGrassTurf)),recyclableActors(_204588,_204608))))
  8016.  pkif:-all(_204538,all(_204558,=>(&(isa(_204538,actMowingGrass),&(objectActedOn(_204538,_204558),isa(_204558,tGroupedGrassTurf))),recyclableActors(_204538,_204558))))
  8017. % cnf :-
  8018. %   v(v(~isa(_134{???U}, actMowingGrass),
  8019. %       v(~objectActedOn(_134{???U}, _148{???V}),
  8020. %         ~isa(_148{???V}, tGroupedGrassTurf))),
  8021. %     recyclableActors(_134{???U}, _148{???V})).
  8022.  horn:-[(~isa(_205890,tGroupedGrassTurf):-isa(_205916,actMowingGrass),objectActedOn(_205916,_205890),~recyclableActors(_205916,_205890)),(~isa(_205974,actMowingGrass):-objectActedOn(_205974,_206000),isa(_206000,tGroupedGrassTurf),~recyclableActors(_205974,_206000)),(~objectActedOn(_206058,_206072):-isa(_206058,actMowingGrass),isa(_206072,tGroupedGrassTurf),~recyclableActors(_206058,_206072)),(recyclableActors(_206138,_206152):-isa(_206138,actMowingGrass),objectActedOn(_206138,_206152),isa(_206152,tGroupedGrassTurf))]
  8023. % boxlog :-
  8024. %  
  8025. %   [ (~isa(_684{???V}, tGroupedGrassTurf):-isa(_698{???U}, actMowingGrass), objectActedOn(_698{???U}, _684{???V}), ~recyclableActors(_698{???U}, _684{???V})),
  8026. %     (~isa(_740{???U}, actMowingGrass):-objectActedOn(_740{???U}, _754{???V}), isa(_754{???V}, tGroupedGrassTurf), ~recyclableActors(_740{???U}, _754{???V})),
  8027. %     (~objectActedOn(_712{???U}, _726{???V}):-isa(_712{???U}, actMowingGrass), isa(_726{???V}, tGroupedGrassTurf), ~recyclableActors(_712{???U}, _726{???V})),
  8028. %     (recyclableActors(_656{???U}, _670{???V}):-isa(_656{???U}, actMowingGrass), objectActedOn(_656{???U}, _670{???V}), isa(_670{???V}, tGroupedGrassTurf))
  8029. %   ].
  8030. % preview :-
  8031. %  
  8032. %   [ ({avoidHeadLoop(isa(_662{???U}, actMowingGrass), isa(_648{???V}, tGroupedGrassTurf))}, isa(_662{???U}, actMowingGrass), objectActedOn(_662{???U}, _648{???V}), ~recyclableActors(_662{???U}, _648{???V}), {is_unit(_648{???V})}-> ~isa(_648{???V}, tGroupedGrassTurf)),
  8033. %     (objectActedOn(_704{???U}, _718{???V}), {avoidHeadLoop(isa(_718{???V}, tGroupedGrassTurf), isa(_704{???U}, actMowingGrass))}, isa(_718{???V}, tGroupedGrassTurf), ~recyclableActors(_704{???U}, _718{???V}), {is_unit(_704{???U})}-> ~isa(_704{???U}, actMowingGrass)),
  8034. %     (isa(_676{???U}, actMowingGrass), isa(_690{???V}, tGroupedGrassTurf), ~recyclableActors(_676{???U}, _690{???V}), {is_unit(_690{???V}, _676{???U})}==> ~objectActedOn(_676{???U}, _690{???V})),
  8035. %     (isa(_620{???U}, actMowingGrass), objectActedOn(_620{???U}, _634{???V}), isa(_634{???V}, tGroupedGrassTurf), {is_unit(_634{???V}, _620{???U})}==>recyclableActors(_620{???U}, _634{???V}))
  8036. %   ].
  8037. % conds= =>((name_variable(_630{???V}, 'V'), name_variable(_644{???U}, 'U'), name_variable(_686{???U}, 'U'), name_variable(_700{???V}, 'V'), name_variable(_658{???U}, 'U'), name_variable(_672{???V}, 'V'), name_variable(_602{???U}, 'U'), name_variable(_616{???V}, 'V')), [(~isa(_630{???V}, tGroupedGrassTurf)<-{avoidHeadLoop(isa(_644{???U}, actMowingGrass), isa(_630{???V}, tGroupedGrassTurf))}, isa(_644{???U}, actMowingGrass), objectActedOn(_644{???U}, _630{???V}), ~recyclableActors(_644{???U}, _630{???V}), {is_unit(_630{???V})}),  (~isa(_686{???U}, actMowingGrass)<-objectActedOn(_686{???U}, _700{???V}), {avoidHeadLoop(isa(_700{???V}, tGroupedGrassTurf), isa(_686{???U}, actMowingGrass))}, isa(_700{???V}, tGroupedGrassTurf), ~recyclableActors(_686{???U}, _700{???V}), {is_unit(_686{???U})}),  (isa(_658{???U}, actMowingGrass), isa(_672{???V}, tGroupedGrassTurf), ~recyclableActors(_658{???U}, _672{???V}), {is_unit(_672{???V}, _658{???U})}==> ~objectActedOn(_658{???U}, _672{???V})),  (isa(_602{???U}, actMowingGrass), objectActedOn(_602{???U}, _616{???V}), isa(_616{???V}, tGroupedGrassTurf), {is_unit(_616{???V}, _602{???U})}==>recyclableActors(_602{???U}, _616{???V}))]).
  8038.  
  8039.  
  8040. % ~isa(_138{???V}, tGroupedGrassTurf) :-
  8041. %   isa(_144{???U}, actMowingGrass),
  8042. %   objectActedOn(_144{???U}, _130{???V}),
  8043. %   ~recyclableActors(_144{???U}, _130{???V}).
  8044. % ~isa(_162{???U}, actMowingGrass) :-
  8045. %   objectActedOn(_162{???U}, _176{???V}),
  8046. %   isa(_176{???V}, tGroupedGrassTurf),
  8047. %   ~recyclableActors(_162{???U}, _176{???V}).
  8048. % ~objectActedOn(_130{???U}, _144{???V}) :-
  8049. %   isa(_130{???U}, actMowingGrass),
  8050. %   isa(_144{???V}, tGroupedGrassTurf),
  8051. %   ~recyclableActors(_130{???U}, _144{???V}).
  8052. % recyclableActors(_102{???U}, _116{???V}) :-
  8053. %   isa(_102{???U}, actMowingGrass),
  8054. %   objectActedOn(_102{???U}, _116{???V}),
  8055. %   isa(_116{???V}, tGroupedGrassTurf).
  8056.  
  8057.  
  8058. % asserted_id(implies(and(isa(TT, actTattooing), objectActedOn(TT, OBJ)), objectOfStateChange(TT, OBJ)), a309007(TT, OBJ)).
  8059. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  8060. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  8061.  kif:-all(_204668,all(_204688,implies(and(isa(_204668,actTattooing),objectActedOn(_204668,_204688)),objectOfStateChange(_204668,_204688))))
  8062.  pkif:-all(_204614,all(_204634,=>(&(isa(_204614,actTattooing),objectActedOn(_204614,_204634)),objectOfStateChange(_204614,_204634))))
  8063. % cnf :-
  8064. %   v(v(~isa(_126{???TT}, actTattooing),
  8065. %       ~objectActedOn(_126{???TT}, _140{???OBJ})),
  8066. %     objectOfStateChange(_126{???TT}, _140{???OBJ})).
  8067.  horn:-[(~isa(_205498,actTattooing):-objectActedOn(_205498,_205524),~objectOfStateChange(_205498,_205524)),(~objectActedOn(_205570,_205584):-isa(_205570,actTattooing),~objectOfStateChange(_205570,_205584)),(objectOfStateChange(_205638,_205652):-isa(_205638,actTattooing),objectActedOn(_205638,_205652))]
  8068. % boxlog :-
  8069. %  
  8070. %   [ (~isa(_668{???TT}, actTattooing):-objectActedOn(_668{???TT}, _682{???OBJ}), ~objectOfStateChange(_668{???TT}, _682{???OBJ})),
  8071. %     (~objectActedOn(_640{???TT}, _654{???OBJ}):-isa(_640{???TT}, actTattooing), ~objectOfStateChange(_640{???TT}, _654{???OBJ})),
  8072. %     (objectOfStateChange(_612{???TT}, _626{???OBJ}):-isa(_612{???TT}, actTattooing), objectActedOn(_612{???TT}, _626{???OBJ}))
  8073. %   ].
  8074. % preview :-
  8075. %  
  8076. %   [ (objectActedOn(_632{???TT}, _646{???OBJ}), ~objectOfStateChange(_632{???TT}, _646{???OBJ}), {is_unit(_632{???TT})}-> ~isa(_632{???TT}, actTattooing)),
  8077. %     (isa(_604{???TT}, actTattooing), ~objectOfStateChange(_604{???TT}, _618{???OBJ}), {is_unit(_618{???OBJ}, _604{???TT})}-> ~objectActedOn(_604{???TT}, _618{???OBJ})),
  8078. %     (isa(_576{???TT}, actTattooing), objectActedOn(_576{???TT}, _590{???OBJ}), {is_unit(_590{???OBJ}, _576{???TT})}==>objectOfStateChange(_576{???TT}, _590{???OBJ}))
  8079. %   ].
  8080. % conds= =>((name_variable(_614{???TT}, 'TT'), name_variable(_628{???OBJ}, 'OBJ'), name_variable(_586{???TT}, 'TT'), name_variable(_600{???OBJ}, 'OBJ'), name_variable(_558{???TT}, 'TT'), name_variable(_572{???OBJ}, 'OBJ')), [(~isa(_614{???TT}, actTattooing)<-objectActedOn(_614{???TT}, _628{???OBJ}), ~objectOfStateChange(_614{???TT}, _628{???OBJ}), {is_unit(_614{???TT})}),  (~objectActedOn(_586{???TT}, _600{???OBJ})<-isa(_586{???TT}, actTattooing), ~objectOfStateChange(_586{???TT}, _600{???OBJ}), {is_unit(_600{???OBJ}, _586{???TT})}),  (isa(_558{???TT}, actTattooing), objectActedOn(_558{???TT}, _572{???OBJ}), {is_unit(_572{???OBJ}, _558{???TT})}==>objectOfStateChange(_558{???TT}, _572{???OBJ}))]).
  8081.  
  8082.  
  8083. % ~isa(_166{???TT}, actTattooing) :-
  8084. %   objectActedOn(_158{???TT}, _172{???OBJ}),
  8085. %   ~objectOfStateChange(_158{???TT}, _172{???OBJ}).
  8086. % ~objectActedOn(_130{???TT}, _144{???OBJ}) :-
  8087. %   isa(_130{???TT}, actTattooing),
  8088. %   ~objectOfStateChange(_130{???TT}, _144{???OBJ}).
  8089. % objectOfStateChange(_102{???TT}, _116{???OBJ}) :-
  8090. %   isa(_102{???TT}, actTattooing),
  8091. %   objectActedOn(_102{???TT}, _116{???OBJ}).
  8092.  
  8093.  
  8094. % asserted_id(implies(and(isa(U, actTurningOffWater), objectActedOn(U, V), isa(V, tObjectTapPlumbingFixture)), recyclableActors(U, V)), a309008(U, V)).
  8095. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  8096. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  8097.  kif:-all(_204796,all(_204816,implies(and(isa(_204796,actTurningOffWater),objectActedOn(_204796,_204816),isa(_204816,tObjectTapPlumbingFixture)),recyclableActors(_204796,_204816))))
  8098.  pkif:-all(_204746,all(_204766,=>(&(isa(_204746,actTurningOffWater),&(objectActedOn(_204746,_204766),isa(_204766,tObjectTapPlumbingFixture))),recyclableActors(_204746,_204766))))
  8099. % cnf :-
  8100. %   v(v(~isa(_134{???U}, actTurningOffWater),
  8101. %       v(~objectActedOn(_134{???U}, _148{???V}),
  8102. %         ~isa(_148{???V}, tObjectTapPlumbingFixture))),
  8103. %     recyclableActors(_134{???U}, _148{???V})).
  8104.  horn:-[(~isa(_206098,tObjectTapPlumbingFixture):-isa(_206124,actTurningOffWater),objectActedOn(_206124,_206098),~recyclableActors(_206124,_206098)),(~isa(_206182,actTurningOffWater):-objectActedOn(_206182,_206208),isa(_206208,tObjectTapPlumbingFixture),~recyclableActors(_206182,_206208)),(~objectActedOn(_206266,_206280):-isa(_206266,actTurningOffWater),isa(_206280,tObjectTapPlumbingFixture),~recyclableActors(_206266,_206280)),(recyclableActors(_206346,_206360):-isa(_206346,actTurningOffWater),objectActedOn(_206346,_206360),isa(_206360,tObjectTapPlumbingFixture))]
  8105. % boxlog :-
  8106. %  
  8107. %   [ (~isa(_684{???V}, tObjectTapPlumbingFixture):-isa(_698{???U}, actTurningOffWater), objectActedOn(_698{???U}, _684{???V}), ~recyclableActors(_698{???U}, _684{???V})),
  8108. %     (~isa(_740{???U}, actTurningOffWater):-objectActedOn(_740{???U}, _754{???V}), isa(_754{???V}, tObjectTapPlumbingFixture), ~recyclableActors(_740{???U}, _754{???V})),
  8109. %     (~objectActedOn(_712{???U}, _726{???V}):-isa(_712{???U}, actTurningOffWater), isa(_726{???V}, tObjectTapPlumbingFixture), ~recyclableActors(_712{???U}, _726{???V})),
  8110. %     (recyclableActors(_656{???U}, _670{???V}):-isa(_656{???U}, actTurningOffWater), objectActedOn(_656{???U}, _670{???V}), isa(_670{???V}, tObjectTapPlumbingFixture))
  8111. %   ].
  8112. % preview :-
  8113. %  
  8114. %   [ ({avoidHeadLoop(isa(_662{???U}, actTurningOffWater), isa(_648{???V}, tObjectTapPlumbingFixture))}, isa(_662{???U}, actTurningOffWater), objectActedOn(_662{???U}, _648{???V}), ~recyclableActors(_662{???U}, _648{???V}), {is_unit(_648{???V})}-> ~isa(_648{???V}, tObjectTapPlumbingFixture)),
  8115. %     (objectActedOn(_704{???U}, _718{???V}), {avoidHeadLoop(isa(_718{???V}, tObjectTapPlumbingFixture), isa(_704{???U}, actTurningOffWater))}, isa(_718{???V}, tObjectTapPlumbingFixture), ~recyclableActors(_704{???U}, _718{???V}), {is_unit(_704{???U})}-> ~isa(_704{???U}, actTurningOffWater)),
  8116. %     (isa(_676{???U}, actTurningOffWater), isa(_690{???V}, tObjectTapPlumbingFixture), ~recyclableActors(_676{???U}, _690{???V}), {is_unit(_690{???V}, _676{???U})}==> ~objectActedOn(_676{???U}, _690{???V})),
  8117. %     (isa(_620{???U}, actTurningOffWater), objectActedOn(_620{???U}, _634{???V}), isa(_634{???V}, tObjectTapPlumbingFixture), {is_unit(_634{???V}, _620{???U})}==>recyclableActors(_620{???U}, _634{???V}))
  8118. %   ].
  8119. % conds= =>((name_variable(_630{???V}, 'V'), name_variable(_644{???U}, 'U'), name_variable(_686{???U}, 'U'), name_variable(_700{???V}, 'V'), name_variable(_658{???U}, 'U'), name_variable(_672{???V}, 'V'), name_variable(_602{???U}, 'U'), name_variable(_616{???V}, 'V')), [(~isa(_630{???V}, tObjectTapPlumbingFixture)<-{avoidHeadLoop(isa(_644{???U}, actTurningOffWater), isa(_630{???V}, tObjectTapPlumbingFixture))}, isa(_644{???U}, actTurningOffWater), objectActedOn(_644{???U}, _630{???V}), ~recyclableActors(_644{???U}, _630{???V}), {is_unit(_630{???V})}),  (~isa(_686{???U}, actTurningOffWater)<-objectActedOn(_686{???U}, _700{???V}), {avoidHeadLoop(isa(_700{???V}, tObjectTapPlumbingFixture), isa(_686{???U}, actTurningOffWater))}, isa(_700{???V}, tObjectTapPlumbingFixture), ~recyclableActors(_686{???U}, _700{???V}), {is_unit(_686{???U})}),  (isa(_658{???U}, actTurningOffWater), isa(_672{???V}, tObjectTapPlumbingFixture), ~recyclableActors(_658{???U}, _672{???V}), {is_unit(_672{???V}, _658{???U})}==> ~objectActedOn(_658{???U}, _672{???V})),  (isa(_602{???U}, actTurningOffWater), objectActedOn(_602{???U}, _616{???V}), isa(_616{???V}, tObjectTapPlumbingFixture), {is_unit(_616{???V}, _602{???U})}==>recyclableActors(_602{???U}, _616{???V}))]).
  8120.  
  8121.  
  8122. % ~isa(_138{???V}, tObjectTapPlumbingFixture) :-
  8123. %   isa(_144{???U}, actTurningOffWater),
  8124. %   objectActedOn(_144{???U}, _130{???V}),
  8125. %   ~recyclableActors(_144{???U}, _130{???V}).
  8126. % ~isa(_162{???U}, actTurningOffWater) :-
  8127. %   objectActedOn(_162{???U}, _176{???V}),
  8128. %   isa(_176{???V}, tObjectTapPlumbingFixture),
  8129. %   ~recyclableActors(_162{???U}, _176{???V}).
  8130. % ~objectActedOn(_130{???U}, _144{???V}) :-
  8131. %   isa(_130{???U}, actTurningOffWater),
  8132. %   isa(_144{???V}, tObjectTapPlumbingFixture),
  8133. %   ~recyclableActors(_130{???U}, _144{???V}).
  8134. % recyclableActors(_102{???U}, _116{???V}) :-
  8135. %   isa(_102{???U}, actTurningOffWater),
  8136. %   objectActedOn(_102{???U}, _116{???V}),
  8137. %   isa(_116{???V}, tObjectTapPlumbingFixture).
  8138.  
  8139.  
  8140. % asserted_id(implies(and(isa(CONT, tObjectContainerArtifact), isa(COVER, tPartTypePortalCovering), objectActedOn(CLOSE, CONT), objectActedOn(CLOSE, COVER), isa(CLOSE, actClosingAContainerArtifact)), physicalParts(CONT, COVER)), a309009(CONT, COVER, CLOSE)).
  8141. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  8142. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  8143.  kif:-all(_205020,all(_205040,all(_205060,implies(and(isa(_205020,tObjectContainerArtifact),isa(_205060,tPartTypePortalCovering),objectActedOn(_205040,_205020),objectActedOn(_205040,_205060),isa(_205040,actClosingAContainerArtifact)),physicalParts(_205020,_205060)))))
  8144.  pkif:-all(_204978,all(_204998,all(_205018,=>(&(isa(_204978,tObjectContainerArtifact),&(isa(_205018,tPartTypePortalCovering),&(objectActedOn(_204998,_204978),&(objectActedOn(_204998,_205018),isa(_204998,actClosingAContainerArtifact))))),physicalParts(_204978,_205018)))))
  8145. % cnf :-
  8146. %   v(v(~isa(_150{???CONT}, tObjectContainerArtifact),
  8147. %       v(~isa(_164{???COVER}, tPartTypePortalCovering),
  8148. %         v(~objectActedOn(_178{???CLOSE}, _150{???CONT}),
  8149. %       v(~objectActedOn(_178{???CLOSE}, _164{???COVER}),
  8150. %         ~isa(_178{???CLOSE}, actClosingAContainerArtifact))))),
  8151. %     physicalParts(_150{???CONT}, _164{???COVER})).
  8152.  horn:-[(~isa(_207812,actClosingAContainerArtifact):-isa(_207838,tObjectContainerArtifact),isa(_207864,tPartTypePortalCovering),objectActedOn(_207812,_207838),objectActedOn(_207812,_207864),~physicalParts(_207838,_207864)),(~isa(_207934,tPartTypePortalCovering):-isa(_207960,tObjectContainerArtifact),objectActedOn(_207986,_207960),objectActedOn(_207986,_207934),isa(_207986,actClosingAContainerArtifact),~physicalParts(_207960,_207934)),(~isa(_208056,tObjectContainerArtifact):-isa(_208082,tPartTypePortalCovering),objectActedOn(_208108,_208056),objectActedOn(_208108,_208082),isa(_208108,actClosingAContainerArtifact),~physicalParts(_208056,_208082)),(~objectActedOn(_208178,_208192):-isa(_208218,tObjectContainerArtifact),isa(_208192,tPartTypePortalCovering),objectActedOn(_208178,_208218),isa(_208178,actClosingAContainerArtifact),~physicalParts(_208218,_208192)),(~objectActedOn(_208300,_208314):-isa(_208314,tObjectContainerArtifact),isa(_208352,tPartTypePortalCovering),objectActedOn(_208300,_208352),isa(_208300,actClosingAContainerArtifact),~physicalParts(_208314,_208352)),(physicalParts(_208418,_208432):-isa(_208418,tObjectContainerArtifact),isa(_208432,tPartTypePortalCovering),objectActedOn(_208482,_208418),objectActedOn(_208482,_208432),isa(_208482,actClosingAContainerArtifact))]
  8153. % boxlog :-
  8154. %  
  8155. %   [ (~isa(_812{???CLOSE}, actClosingAContainerArtifact):-isa(_826{???CONT}, tObjectContainerArtifact), isa(_840{???COVER}, tPartTypePortalCovering), objectActedOn(_812{???CLOSE}, _826{???CONT}), objectActedOn(_812{???CLOSE}, _840{???COVER}), ~physicalParts(_826{???CONT}, _840{???COVER})),
  8156. %     (~isa(_938{???COVER}, tPartTypePortalCovering):-isa(_952{???CONT}, tObjectContainerArtifact), objectActedOn(_966{???CLOSE}, _952{???CONT}), objectActedOn(_966{???CLOSE}, _938{???COVER}), isa(_966{???CLOSE}, actClosingAContainerArtifact), ~physicalParts(_952{???CONT}, _938{???COVER})),
  8157. %     (~isa(_980{???CONT}, tObjectContainerArtifact):-isa(_994{???COVER}, tPartTypePortalCovering), objectActedOn(_1008{???CLOSE}, _980{???CONT}), objectActedOn(_1008{???CLOSE}, _994{???COVER}), isa(_1008{???CLOSE}, actClosingAContainerArtifact), ~physicalParts(_980{???CONT}, _994{???COVER})),
  8158. %     (~objectActedOn(_854{???CLOSE}, _868{???COVER}):-isa(_882{???CONT}, tObjectContainerArtifact), isa(_868{???COVER}, tPartTypePortalCovering), objectActedOn(_854{???CLOSE}, _882{???CONT}), isa(_854{???CLOSE}, actClosingAContainerArtifact), ~physicalParts(_882{???CONT}, _868{???COVER})),
  8159. %     (~objectActedOn(_896{???CLOSE}, _910{???CONT}):-isa(_910{???CONT}, tObjectContainerArtifact), isa(_924{???COVER}, tPartTypePortalCovering), objectActedOn(_896{???CLOSE}, _924{???COVER}), isa(_896{???CLOSE}, actClosingAContainerArtifact), ~physicalParts(_910{???CONT}, _924{???COVER})),
  8160. %     (physicalParts(_770{???CONT}, _784{???COVER}):-isa(_770{???CONT}, tObjectContainerArtifact), isa(_784{???COVER}, tPartTypePortalCovering), objectActedOn(_798{???CLOSE}, _770{???CONT}), objectActedOn(_798{???CLOSE}, _784{???COVER}), isa(_798{???CLOSE}, actClosingAContainerArtifact))
  8161. %   ].
  8162. % preview :-
  8163. %  
  8164. %   [ ({avoidHeadLoop(isa(_790{???CONT}, tObjectContainerArtifact), isa(_776{???CLOSE}, actClosingAContainerArtifact))}, isa(_790{???CONT}, tObjectContainerArtifact), {avoidHeadLoop(isa(_804{???COVER}, tPartTypePortalCovering), isa(_776{???CLOSE}, actClosingAContainerArtifact))}, isa(_804{???COVER}, tPartTypePortalCovering), objectActedOn(_776{???CLOSE}, _790{???CONT}), objectActedOn(_776{???CLOSE}, _804{???COVER}), ~physicalParts(_790{???CONT}, _804{???COVER}), {is_unit(_776{???CLOSE})}-> ~isa(_776{???CLOSE}, actClosingAContainerArtifact)),
  8165. %     ({avoidHeadLoop(isa(_916{???CONT}, tObjectContainerArtifact), isa(_902{???COVER}, tPartTypePortalCovering))}, isa(_916{???CONT}, tObjectContainerArtifact), objectActedOn(_930{???CLOSE}, _916{???CONT}), objectActedOn(_930{???CLOSE}, _902{???COVER}), {avoidHeadLoop(isa(_930{???CLOSE}, actClosingAContainerArtifact), isa(_902{???COVER}, tPartTypePortalCovering))}, isa(_930{???CLOSE}, actClosingAContainerArtifact), ~physicalParts(_916{???CONT}, _902{???COVER}), {is_unit(_902{???COVER})}-> ~isa(_902{???COVER}, tPartTypePortalCovering)),
  8166. %     ({avoidHeadLoop(isa(_958{???COVER}, tPartTypePortalCovering), isa(_944{???CONT}, tObjectContainerArtifact))}, isa(_958{???COVER}, tPartTypePortalCovering), objectActedOn(_972{???CLOSE}, _944{???CONT}), objectActedOn(_972{???CLOSE}, _958{???COVER}), {avoidHeadLoop(isa(_972{???CLOSE}, actClosingAContainerArtifact), isa(_944{???CONT}, tObjectContainerArtifact))}, isa(_972{???CLOSE}, actClosingAContainerArtifact), ~physicalParts(_944{???CONT}, _958{???COVER}), {is_unit(_944{???CONT})}-> ~isa(_944{???CONT}, tObjectContainerArtifact)),
  8167. %     (isa(_846{???CONT}, tObjectContainerArtifact), isa(_832{???COVER}, tPartTypePortalCovering), {avoidHeadLoop(objectActedOn(_818{???CLOSE}, _846{???CONT}), objectActedOn(_818{???CLOSE}, _832{???COVER}))}, objectActedOn(_818{???CLOSE}, _846{???CONT}), isa(_818{???CLOSE}, actClosingAContainerArtifact), ~physicalParts(_846{???CONT}, _832{???COVER}), {is_unit(_832{???COVER}, _818{???CLOSE})}-> ~objectActedOn(_818{???CLOSE}, _832{???COVER})),
  8168. %     (isa(_874{???CONT}, tObjectContainerArtifact), isa(_888{???COVER}, tPartTypePortalCovering), {avoidHeadLoop(objectActedOn(_860{???CLOSE}, _888{???COVER}), objectActedOn(_860{???CLOSE}, _874{???CONT}))}, objectActedOn(_860{???CLOSE}, _888{???COVER}), isa(_860{???CLOSE}, actClosingAContainerArtifact), ~physicalParts(_874{???CONT}, _888{???COVER}), {is_unit(_874{???CONT}, _860{???CLOSE})}-> ~objectActedOn(_860{???CLOSE}, _874{???CONT})),
  8169. %     (isa(_734{???CONT}, tObjectContainerArtifact), isa(_748{???COVER}, tPartTypePortalCovering), objectActedOn(_762{???CLOSE}, _734{???CONT}), objectActedOn(_762{???CLOSE}, _748{???COVER}), isa(_762{???CLOSE}, actClosingAContainerArtifact), {is_unit(_748{???COVER}, _734{???CONT})}==>physicalParts(_734{???CONT}, _748{???COVER}))
  8170. %   ].
  8171. % conds= =>((name_variable(_758{???CLOSE}, 'CLOSE'), name_variable(_772{???CONT}, 'CONT'), name_variable(_786{???COVER}, 'COVER'), name_variable(_884{???COVER}, 'COVER'), name_variable(_898{???CONT}, 'CONT'), name_variable(_912{???CLOSE}, 'CLOSE'), name_variable(_926{???CONT}, 'CONT'), name_variable(_940{???COVER}, 'COVER'), name_variable(_954{???CLOSE}, 'CLOSE'), name_variable(_800{???CLOSE}, 'CLOSE'), name_variable(_814{???COVER}, 'COVER'), name_variable(_828{???CONT}, 'CONT'), name_variable(_842{???CLOSE}, 'CLOSE'), name_variable(_856{???CONT}, 'CONT'), name_variable(_870{???COVER}, 'COVER'), name_variable(_716{???CONT}, 'CONT'), name_variable(_730{???COVER}, 'COVER'), name_variable(_744{???CLOSE}, 'CLOSE')), [(~isa(_758{???CLOSE}, actClosingAContainerArtifact)<-{avoidHeadLoop(isa(_772{???CONT}, tObjectContainerArtifact), isa(_758{???CLOSE}, actClosingAContainerArtifact))}, isa(_772{???CONT}, tObjectContainerArtifact), {avoidHeadLoop(isa(_786{???COVER}, tPartTypePortalCovering), isa(_758{???CLOSE}, actClosingAContainerArtifact))}, isa(_786{???COVER}, tPartTypePortalCovering), objectActedOn(_758{???CLOSE}, _772{???CONT}), objectActedOn(_758{???CLOSE}, _786{???COVER}), ~physicalParts(_772{???CONT}, _786{???COVER}), {is_unit(_758{???CLOSE})}),  (~isa(_884{???COVER}, tPartTypePortalCovering)<-{avoidHeadLoop(isa(_898{???CONT}, tObjectContainerArtifact), isa(_884{???COVER}, tPartTypePortalCovering))}, isa(_898{???CONT}, tObjectContainerArtifact), objectActedOn(_912{???CLOSE}, _898{???CONT}), objectActedOn(_912{???CLOSE}, _884{???COVER}), {avoidHeadLoop(isa(_912{???CLOSE}, actClosingAContainerArtifact), isa(_884{???COVER}, tPartTypePortalCovering))}, isa(_912{???CLOSE}, actClosingAContainerArtifact), ~physicalParts(_898{???CONT}, _884{???COVER}), {is_unit(_884{???COVER})}),  (~isa(_926{???CONT}, tObjectContainerArtifact)<-{avoidHeadLoop(isa(_940{???COVER}, tPartTypePortalCovering), isa(_926{???CONT}, tObjectContainerArtifact))}, isa(_940{???COVER}, tPartTypePortalCovering), objectActedOn(_954{???CLOSE}, _926{???CONT}), objectActedOn(_954{???CLOSE}, _940{???COVER}), {avoidHeadLoop(isa(_954{???CLOSE}, actClosingAContainerArtifact), isa(_926{???CONT}, tObjectContainerArtifact))}, isa(_954{???CLOSE}, actClosingAContainerArtifact), ~physicalParts(_926{???CONT}, _940{???COVER}), {is_unit(_926{???CONT})}),  (~objectActedOn(_800{???CLOSE}, _814{???COVER})<-isa(_828{???CONT}, tObjectContainerArtifact), isa(_814{???COVER}, tPartTypePortalCovering), {avoidHeadLoop(objectActedOn(_800{???CLOSE}, _828{???CONT}), objectActedOn(_800{???CLOSE}, _814{???COVER}))}, objectActedOn(_800{???CLOSE}, _828{???CONT}), isa(_800{???CLOSE}, actClosingAContainerArtifact), ~physicalParts(_828{???CONT}, _814{???COVER}), {is_unit(_814{???COVER}, _800{???CLOSE})}),  (~objectActedOn(_842{???CLOSE}, _856{???CONT})<-isa(_856{???CONT}, tObjectContainerArtifact), isa(_870{???COVER}, tPartTypePortalCovering), {avoidHeadLoop(objectActedOn(_842{???CLOSE}, _870{???COVER}), objectActedOn(_842{???CLOSE}, _856{???CONT}))}, objectActedOn(_842{???CLOSE}, _870{???COVER}), isa(_842{???CLOSE}, actClosingAContainerArtifact), ~physicalParts(_856{???CONT}, _870{???COVER}), {is_unit(_856{???CONT}, _842{???CLOSE})}),  (isa(_716{???CONT}, tObjectContainerArtifact), isa(_730{???COVER}, tPartTypePortalCovering), objectActedOn(_744{???CLOSE}, _716{???CONT}), objectActedOn(_744{???CLOSE}, _730{???COVER}), isa(_744{???CLOSE}, actClosingAContainerArtifact), {is_unit(_730{???COVER}, _716{???CONT})}==>physicalParts(_716{???CONT}, _730{???COVER}))]).
  8172.  
  8173.  
  8174. % ~isa(_154{???CLOSE}, actClosingAContainerArtifact) :-
  8175. %   isa(_168{???CONT}, tObjectContainerArtifact),
  8176. %   isa(_182{???COVER}, tPartTypePortalCovering),
  8177. %   objectActedOn(_154{???CLOSE}, _168{???CONT}),
  8178. %   objectActedOn(_154{???CLOSE}, _182{???COVER}),
  8179. %   ~physicalParts(_168{???CONT}, _182{???COVER}).
  8180. % ~isa(_234{???COVER}, tPartTypePortalCovering) :-
  8181. %   isa(_248{???CONT}, tObjectContainerArtifact),
  8182. %   objectActedOn(_262{???CLOSE}, _248{???CONT}),
  8183. %   objectActedOn(_262{???CLOSE}, _234{???COVER}),
  8184. %   isa(_262{???CLOSE}, actClosingAContainerArtifact),
  8185. %   ~physicalParts(_248{???CONT}, _234{???COVER}).
  8186. % ~isa(_234{???CONT}, tObjectContainerArtifact) :-
  8187. %   isa(_248{???COVER}, tPartTypePortalCovering),
  8188. %   objectActedOn(_262{???CLOSE}, _234{???CONT}),
  8189. %   objectActedOn(_262{???CLOSE}, _248{???COVER}),
  8190. %   isa(_262{???CLOSE}, actClosingAContainerArtifact),
  8191. %   ~physicalParts(_234{???CONT}, _248{???COVER}).
  8192. % ~objectActedOn(_144{???CLOSE}, _158{???COVER}) :-
  8193. %   isa(_172{???CONT}, tObjectContainerArtifact),
  8194. %   isa(_158{???COVER}, tPartTypePortalCovering),
  8195. %   objectActedOn(_144{???CLOSE}, _172{???CONT}),
  8196. %   isa(_144{???CLOSE}, actClosingAContainerArtifact),
  8197. %   ~physicalParts(_172{???CONT}, _158{???COVER}).
  8198. % ~objectActedOn(_150{???CLOSE}, _164{???CONT}) :-
  8199. %   isa(_164{???CONT}, tObjectContainerArtifact),
  8200. %   isa(_178{???COVER}, tPartTypePortalCovering),
  8201. %   objectActedOn(_150{???CLOSE}, _178{???COVER}),
  8202. %   isa(_150{???CLOSE}, actClosingAContainerArtifact),
  8203. %   ~physicalParts(_164{???CONT}, _178{???COVER}).
  8204. % physicalParts(_102{???CONT}, _116{???COVER}) :-
  8205. %   isa(_102{???CONT}, tObjectContainerArtifact),
  8206. %   isa(_116{???COVER}, tPartTypePortalCovering),
  8207. %   objectActedOn(_130{???CLOSE}, _102{???CONT}),
  8208. %   objectActedOn(_130{???CLOSE}, _116{???COVER}),
  8209. %   isa(_130{???CLOSE}, actClosingAContainerArtifact).
  8210.  
  8211.  
  8212. % asserted_id(implies(and(isa(X_1943_2179, actCuttingSomething), objectActedOn(X_1943_2179, X), isa(X, tWood)), physicalActivityLevel(X_1943_2179, nartR(vHighAmountFn, vtLevelOfPhysicalActivity))), a309010(X_1943_2179, X)).
  8213. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  8214. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  8215.  kif:-all(_205074,all(_205094,implies(and(isa(_205074,actCuttingSomething),objectActedOn(_205074,_205094),isa(_205094,tWood)),physicalActivityLevel(_205074,nartR(vHighAmountFn,vtLevelOfPhysicalActivity)))))
  8216.  pkif:-all(_205024,all(_205044,=>(&(isa(_205024,actCuttingSomething),&(objectActedOn(_205024,_205044),isa(_205044,tWood))),physicalActivityLevel(_205024,nartR(vHighAmountFn,vtLevelOfPhysicalActivity)))))
  8217. % cnf :-
  8218. %   v(v(~isa(_140{???X_1943_2179}, actCuttingSomething),
  8219. %       v(~objectActedOn(_140{???X_1943_2179}, _154{???X}),
  8220. %         ~isa(_154{???X}, tWood))),
  8221. %     physicalActivityLevel(_140{???X_1943_2179},
  8222. %               nartR(vHighAmountFn, vtLevelOfPhysicalActivity))).
  8223.  horn:-[(~isa(_206478,tWood):-isa(_206504,actCuttingSomething),objectActedOn(_206504,_206478),~physicalActivityLevel(_206504,nartR(vHighAmountFn,vtLevelOfPhysicalActivity))),(~isa(_206562,actCuttingSomething):-objectActedOn(_206562,_206588),isa(_206588,tWood),~physicalActivityLevel(_206562,nartR(vHighAmountFn,vtLevelOfPhysicalActivity))),(~objectActedOn(_206646,_206660):-isa(_206646,actCuttingSomething),isa(_206660,tWood),~physicalActivityLevel(_206646,nartR(vHighAmountFn,vtLevelOfPhysicalActivity))),(physicalActivityLevel(_206726,nartR(vHighAmountFn,vtLevelOfPhysicalActivity)):-isa(_206726,actCuttingSomething),objectActedOn(_206726,_206764),isa(_206764,tWood))]
  8224. % boxlog :-
  8225. %  
  8226. %   [ (~isa(_708{???X}, tWood):-isa(_722{???X_1943_2179}, actCuttingSomething), objectActedOn(_722{???X_1943_2179}, _708{???X}), ~physicalActivityLevel(_722{???X_1943_2179}, nartR(vHighAmountFn, vtLevelOfPhysicalActivity))),
  8227. %     (~isa(_764{???X_1943_2179}, actCuttingSomething):-objectActedOn(_764{???X_1943_2179}, _778{???X}), isa(_778{???X}, tWood), ~physicalActivityLevel(_764{???X_1943_2179}, nartR(vHighAmountFn, vtLevelOfPhysicalActivity))),
  8228. %     (~objectActedOn(_736{???X_1943_2179}, _750{???X}):-isa(_736{???X_1943_2179}, actCuttingSomething), isa(_750{???X}, tWood), ~physicalActivityLevel(_736{???X_1943_2179}, nartR(vHighAmountFn, vtLevelOfPhysicalActivity))),
  8229. %     (physicalActivityLevel(_680{???X_1943_2179}, nartR(vHighAmountFn, vtLevelOfPhysicalActivity)):-isa(_680{???X_1943_2179}, actCuttingSomething), objectActedOn(_680{???X_1943_2179}, _694{???X}), isa(_694{???X}, tWood))
  8230. %   ].
  8231. % preview :-
  8232. %  
  8233. %   [ ({avoidHeadLoop(isa(_686{???X_1943_2179}, actCuttingSomething), isa(_672{???X}, tWood))}, isa(_686{???X_1943_2179}, actCuttingSomething), objectActedOn(_686{???X_1943_2179}, _672{???X}), ~physicalActivityLevel(_686{???X_1943_2179}, nartR(vHighAmountFn, vtLevelOfPhysicalActivity)), {is_unit(_672{???X})}-> ~isa(_672{???X}, tWood)),
  8234. %     (objectActedOn(_728{???X_1943_2179}, _742{???X}), {avoidHeadLoop(isa(_742{???X}, tWood), isa(_728{???X_1943_2179}, actCuttingSomething))}, isa(_742{???X}, tWood), ~physicalActivityLevel(_728{???X_1943_2179}, nartR(vHighAmountFn, vtLevelOfPhysicalActivity)), {is_unit(_728{???X_1943_2179})}-> ~isa(_728{???X_1943_2179}, actCuttingSomething)),
  8235. %     (isa(_700{???X_1943_2179}, actCuttingSomething), isa(_714{???X}, tWood), ~physicalActivityLevel(_700{???X_1943_2179}, nartR(vHighAmountFn, vtLevelOfPhysicalActivity)), {is_unit(_714{???X}, _700{???X_1943_2179})}-> ~objectActedOn(_700{???X_1943_2179}, _714{???X})),
  8236. %     (isa(_644{???X_1943_2179}, actCuttingSomething), objectActedOn(_644{???X_1943_2179}, _658{???X}), isa(_658{???X}, tWood), {is_unit(_644{???X_1943_2179})}==>physicalActivityLevel(_644{???X_1943_2179}, nartR(vHighAmountFn, vtLevelOfPhysicalActivity)))
  8237. %   ].
  8238. % conds= =>((name_variable(_654{???X}, 'X'), name_variable(_668{???X_1943_2179}, 'X_1943_2179'), name_variable(_710{???X_1943_2179}, 'X_1943_2179'), name_variable(_724{???X}, 'X'), name_variable(_682{???X_1943_2179}, 'X_1943_2179'), name_variable(_696{???X}, 'X'), name_variable(_626{???X_1943_2179}, 'X_1943_2179'), name_variable(_640{???X}, 'X')), [(~isa(_654{???X}, tWood)<-{avoidHeadLoop(isa(_668{???X_1943_2179}, actCuttingSomething), isa(_654{???X}, tWood))}, isa(_668{???X_1943_2179}, actCuttingSomething), objectActedOn(_668{???X_1943_2179}, _654{???X}), ~physicalActivityLevel(_668{???X_1943_2179}, nartR(vHighAmountFn, vtLevelOfPhysicalActivity)), {is_unit(_654{???X})}),  (~isa(_710{???X_1943_2179}, actCuttingSomething)<-objectActedOn(_710{???X_1943_2179}, _724{???X}), {avoidHeadLoop(isa(_724{???X}, tWood), isa(_710{???X_1943_2179}, actCuttingSomething))}, isa(_724{???X}, tWood), ~physicalActivityLevel(_710{???X_1943_2179}, nartR(vHighAmountFn, vtLevelOfPhysicalActivity)), {is_unit(_710{???X_1943_2179})}),  (~objectActedOn(_682{???X_1943_2179}, _696{???X})<-isa(_682{???X_1943_2179}, actCuttingSomething), isa(_696{???X}, tWood), ~physicalActivityLevel(_682{???X_1943_2179}, nartR(vHighAmountFn, vtLevelOfPhysicalActivity)), {is_unit(_696{???X}, _682{???X_1943_2179})}),  (isa(_626{???X_1943_2179}, actCuttingSomething), objectActedOn(_626{???X_1943_2179}, _640{???X}), isa(_640{???X}, tWood), {is_unit(_626{???X_1943_2179})}==>physicalActivityLevel(_626{???X_1943_2179}, nartR(vHighAmountFn, vtLevelOfPhysicalActivity)))]).
  8239.  
  8240.  
  8241. % ~isa(_138{???X}, tWood) :-
  8242. %   isa(_144{???X_1943_2179}, actCuttingSomething),
  8243. %   objectActedOn(_144{???X_1943_2179}, _130{???X}),
  8244. %   ~physicalActivityLevel(_144{???X_1943_2179}, nartR(vHighAmountFn, vtLevelOfPhysicalActivity)).
  8245. % ~isa(_162{???X_1943_2179}, actCuttingSomething) :-
  8246. %   objectActedOn(_162{???X_1943_2179}, _176{???X}),
  8247. %   isa(_176{???X}, tWood),
  8248. %   ~physicalActivityLevel(_162{???X_1943_2179}, nartR(vHighAmountFn, vtLevelOfPhysicalActivity)).
  8249. % ~objectActedOn(_130{???X_1943_2179}, _144{???X}) :-
  8250. %   isa(_130{???X_1943_2179}, actCuttingSomething),
  8251. %   isa(_144{???X}, tWood),
  8252. %   ~physicalActivityLevel(_130{???X_1943_2179}, nartR(vHighAmountFn, vtLevelOfPhysicalActivity)).
  8253. % physicalActivityLevel(_102{???X_1943_2179}, nartR(vHighAmountFn, vtLevelOfPhysicalActivity)) :-
  8254. %   isa(_102{???X_1943_2179}, actCuttingSomething),
  8255. %   objectActedOn(_102{???X_1943_2179}, _116{???X}),
  8256. %   isa(_116{???X}, tWood).
  8257.  
  8258.  
  8259. % asserted_id(implies(and(isa(OBJ, tPartiallyTangible), isa(ENGRAVING, tPartTypeEngraving), objectActedOn(ACT, OBJ), products(ACT, ENGRAVING), isa(ACT, actEngravingEvent)), physicalDecompositions(OBJ, ENGRAVING)), a309011(OBJ, ENGRAVING, ACT)).
  8260. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  8261. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  8262.  kif:-all(_205280,all(_205300,all(_205320,implies(and(isa(_205280,tPartiallyTangible),isa(_205320,tPartTypeEngraving),objectActedOn(_205300,_205280),products(_205300,_205320),isa(_205300,actEngravingEvent)),physicalDecompositions(_205280,_205320)))))
  8263.  pkif:-all(_205238,all(_205258,all(_205278,=>(&(isa(_205238,tPartiallyTangible),&(isa(_205278,tPartTypeEngraving),&(objectActedOn(_205258,_205238),&(products(_205258,_205278),isa(_205258,actEngravingEvent))))),physicalDecompositions(_205238,_205278)))))
  8264. % cnf :-
  8265. %   v(v(~isa(_150{???OBJ}, tPartiallyTangible),
  8266. %       v(~isa(_164{???ENGRAVING}, tPartTypeEngraving),
  8267. %         v(~objectActedOn(_178{???ACT}, _150{???OBJ}),
  8268. %       v(~products(_178{???ACT}, _164{???ENGRAVING}),
  8269. %         ~isa(_178{???ACT}, actEngravingEvent))))),
  8270. %     physicalDecompositions(_150{???OBJ}, _164{???ENGRAVING})).
  8271.  horn:-[(~isa(_208072,actEngravingEvent):-isa(_208098,tPartiallyTangible),isa(_208124,tPartTypeEngraving),objectActedOn(_208072,_208098),products(_208072,_208124),~physicalDecompositions(_208098,_208124)),(~isa(_208194,tPartTypeEngraving):-isa(_208220,tPartiallyTangible),objectActedOn(_208246,_208220),products(_208246,_208194),isa(_208246,actEngravingEvent),~physicalDecompositions(_208220,_208194)),(~isa(_208316,tPartiallyTangible):-isa(_208342,tPartTypeEngraving),objectActedOn(_208368,_208316),products(_208368,_208342),isa(_208368,actEngravingEvent),~physicalDecompositions(_208316,_208342)),(~objectActedOn(_208438,_208452):-isa(_208452,tPartiallyTangible),isa(_208490,tPartTypeEngraving),products(_208438,_208490),isa(_208438,actEngravingEvent),~physicalDecompositions(_208452,_208490)),(~products(_208560,_208574):-isa(_208600,tPartiallyTangible),isa(_208574,tPartTypeEngraving),objectActedOn(_208560,_208600),isa(_208560,actEngravingEvent),~physicalDecompositions(_208600,_208574)),(physicalDecompositions(_208678,_208692):-isa(_208678,tPartiallyTangible),isa(_208692,tPartTypeEngraving),objectActedOn(_208742,_208678),products(_208742,_208692),isa(_208742,actEngravingEvent))]
  8272. % boxlog :-
  8273. %  
  8274. %   [ (~isa(_812{???ACT}, actEngravingEvent):-isa(_826{???OBJ}, tPartiallyTangible), isa(_840{???ENGRAVING}, tPartTypeEngraving), objectActedOn(_812{???ACT}, _826{???OBJ}), products(_812{???ACT}, _840{???ENGRAVING}), ~physicalDecompositions(_826{???OBJ}, _840{???ENGRAVING})),
  8275. %     (~isa(_938{???ENGRAVING}, tPartTypeEngraving):-isa(_952{???OBJ}, tPartiallyTangible), objectActedOn(_966{???ACT}, _952{???OBJ}), products(_966{???ACT}, _938{???ENGRAVING}), isa(_966{???ACT}, actEngravingEvent), ~physicalDecompositions(_952{???OBJ}, _938{???ENGRAVING})),
  8276. %     (~isa(_980{???OBJ}, tPartiallyTangible):-isa(_994{???ENGRAVING}, tPartTypeEngraving), objectActedOn(_1008{???ACT}, _980{???OBJ}), products(_1008{???ACT}, _994{???ENGRAVING}), isa(_1008{???ACT}, actEngravingEvent), ~physicalDecompositions(_980{???OBJ}, _994{???ENGRAVING})),
  8277. %     (~objectActedOn(_896{???ACT}, _910{???OBJ}):-isa(_910{???OBJ}, tPartiallyTangible), isa(_924{???ENGRAVING}, tPartTypeEngraving), products(_896{???ACT}, _924{???ENGRAVING}), isa(_896{???ACT}, actEngravingEvent), ~physicalDecompositions(_910{???OBJ}, _924{???ENGRAVING})),
  8278. %     (~products(_854{???ACT}, _868{???ENGRAVING}):-isa(_882{???OBJ}, tPartiallyTangible), isa(_868{???ENGRAVING}, tPartTypeEngraving), objectActedOn(_854{???ACT}, _882{???OBJ}), isa(_854{???ACT}, actEngravingEvent), ~physicalDecompositions(_882{???OBJ}, _868{???ENGRAVING})),
  8279. %     (physicalDecompositions(_770{???OBJ}, _784{???ENGRAVING}):-isa(_770{???OBJ}, tPartiallyTangible), isa(_784{???ENGRAVING}, tPartTypeEngraving), objectActedOn(_798{???ACT}, _770{???OBJ}), products(_798{???ACT}, _784{???ENGRAVING}), isa(_798{???ACT}, actEngravingEvent))
  8280. %   ].
  8281. % preview :-
  8282. %  
  8283. %   [ ({avoidHeadLoop(isa(_790{???OBJ}, tPartiallyTangible), isa(_776{???ACT}, actEngravingEvent))}, isa(_790{???OBJ}, tPartiallyTangible), {avoidHeadLoop(isa(_804{???ENGRAVING}, tPartTypeEngraving), isa(_776{???ACT}, actEngravingEvent))}, isa(_804{???ENGRAVING}, tPartTypeEngraving), objectActedOn(_776{???ACT}, _790{???OBJ}), products(_776{???ACT}, _804{???ENGRAVING}), ~physicalDecompositions(_790{???OBJ}, _804{???ENGRAVING}), {is_unit(_776{???ACT})}-> ~isa(_776{???ACT}, actEngravingEvent)),
  8284. %     ({avoidHeadLoop(isa(_916{???OBJ}, tPartiallyTangible), isa(_902{???ENGRAVING}, tPartTypeEngraving))}, isa(_916{???OBJ}, tPartiallyTangible), objectActedOn(_930{???ACT}, _916{???OBJ}), products(_930{???ACT}, _902{???ENGRAVING}), {avoidHeadLoop(isa(_930{???ACT}, actEngravingEvent), isa(_902{???ENGRAVING}, tPartTypeEngraving))}, isa(_930{???ACT}, actEngravingEvent), ~physicalDecompositions(_916{???OBJ}, _902{???ENGRAVING}), {is_unit(_902{???ENGRAVING})}-> ~isa(_902{???ENGRAVING}, tPartTypeEngraving)),
  8285. %     ({avoidHeadLoop(isa(_958{???ENGRAVING}, tPartTypeEngraving), isa(_944{???OBJ}, tPartiallyTangible))}, isa(_958{???ENGRAVING}, tPartTypeEngraving), objectActedOn(_972{???ACT}, _944{???OBJ}), products(_972{???ACT}, _958{???ENGRAVING}), {avoidHeadLoop(isa(_972{???ACT}, actEngravingEvent), isa(_944{???OBJ}, tPartiallyTangible))}, isa(_972{???ACT}, actEngravingEvent), ~physicalDecompositions(_944{???OBJ}, _958{???ENGRAVING}), {is_unit(_944{???OBJ})}-> ~isa(_944{???OBJ}, tPartiallyTangible)),
  8286. %     (isa(_874{???OBJ}, tPartiallyTangible), isa(_888{???ENGRAVING}, tPartTypeEngraving), products(_860{???ACT}, _888{???ENGRAVING}), isa(_860{???ACT}, actEngravingEvent), ~physicalDecompositions(_874{???OBJ}, _888{???ENGRAVING}), {is_unit(_874{???OBJ}, _860{???ACT})}-> ~objectActedOn(_860{???ACT}, _874{???OBJ})),
  8287. %     (isa(_846{???OBJ}, tPartiallyTangible), isa(_832{???ENGRAVING}, tPartTypeEngraving), objectActedOn(_818{???ACT}, _846{???OBJ}), isa(_818{???ACT}, actEngravingEvent), ~physicalDecompositions(_846{???OBJ}, _832{???ENGRAVING}), {is_unit(_832{???ENGRAVING}, _818{???ACT})}-> ~products(_818{???ACT}, _832{???ENGRAVING})),
  8288. %     (isa(_734{???OBJ}, tPartiallyTangible), isa(_748{???ENGRAVING}, tPartTypeEngraving), objectActedOn(_762{???ACT}, _734{???OBJ}), products(_762{???ACT}, _748{???ENGRAVING}), isa(_762{???ACT}, actEngravingEvent), {is_unit(_748{???ENGRAVING}, _734{???OBJ})}==>physicalDecompositions(_734{???OBJ}, _748{???ENGRAVING}))
  8289. %   ].
  8290. % conds= =>((name_variable(_758{???ACT}, 'ACT'), name_variable(_772{???OBJ}, 'OBJ'), name_variable(_786{???ENGRAVING}, 'ENGRAVING'), name_variable(_884{???ENGRAVING}, 'ENGRAVING'), name_variable(_898{???OBJ}, 'OBJ'), name_variable(_912{???ACT}, 'ACT'), name_variable(_926{???OBJ}, 'OBJ'), name_variable(_940{???ENGRAVING}, 'ENGRAVING'), name_variable(_954{???ACT}, 'ACT'), name_variable(_842{???ACT}, 'ACT'), name_variable(_856{???OBJ}, 'OBJ'), name_variable(_870{???ENGRAVING}, 'ENGRAVING'), name_variable(_800{???ACT}, 'ACT'), name_variable(_814{???ENGRAVING}, 'ENGRAVING'), name_variable(_828{???OBJ}, 'OBJ'), name_variable(_716{???OBJ}, 'OBJ'), name_variable(_730{???ENGRAVING}, 'ENGRAVING'), name_variable(_744{???ACT}, 'ACT')), [(~isa(_758{???ACT}, actEngravingEvent)<-{avoidHeadLoop(isa(_772{???OBJ}, tPartiallyTangible), isa(_758{???ACT}, actEngravingEvent))}, isa(_772{???OBJ}, tPartiallyTangible), {avoidHeadLoop(isa(_786{???ENGRAVING}, tPartTypeEngraving), isa(_758{???ACT}, actEngravingEvent))}, isa(_786{???ENGRAVING}, tPartTypeEngraving), objectActedOn(_758{???ACT}, _772{???OBJ}), products(_758{???ACT}, _786{???ENGRAVING}), ~physicalDecompositions(_772{???OBJ}, _786{???ENGRAVING}), {is_unit(_758{???ACT})}),  (~isa(_884{???ENGRAVING}, tPartTypeEngraving)<-{avoidHeadLoop(isa(_898{???OBJ}, tPartiallyTangible), isa(_884{???ENGRAVING}, tPartTypeEngraving))}, isa(_898{???OBJ}, tPartiallyTangible), objectActedOn(_912{???ACT}, _898{???OBJ}), products(_912{???ACT}, _884{???ENGRAVING}), {avoidHeadLoop(isa(_912{???ACT}, actEngravingEvent), isa(_884{???ENGRAVING}, tPartTypeEngraving))}, isa(_912{???ACT}, actEngravingEvent), ~physicalDecompositions(_898{???OBJ}, _884{???ENGRAVING}), {is_unit(_884{???ENGRAVING})}),  (~isa(_926{???OBJ}, tPartiallyTangible)<-{avoidHeadLoop(isa(_940{???ENGRAVING}, tPartTypeEngraving), isa(_926{???OBJ}, tPartiallyTangible))}, isa(_940{???ENGRAVING}, tPartTypeEngraving), objectActedOn(_954{???ACT}, _926{???OBJ}), products(_954{???ACT}, _940{???ENGRAVING}), {avoidHeadLoop(isa(_954{???ACT}, actEngravingEvent), isa(_926{???OBJ}, tPartiallyTangible))}, isa(_954{???ACT}, actEngravingEvent), ~physicalDecompositions(_926{???OBJ}, _940{???ENGRAVING}), {is_unit(_926{???OBJ})}),  (~objectActedOn(_842{???ACT}, _856{???OBJ})<-isa(_856{???OBJ}, tPartiallyTangible), isa(_870{???ENGRAVING}, tPartTypeEngraving), products(_842{???ACT}, _870{???ENGRAVING}), isa(_842{???ACT}, actEngravingEvent), ~physicalDecompositions(_856{???OBJ}, _870{???ENGRAVING}), {is_unit(_856{???OBJ}, _842{???ACT})}),  (~products(_800{???ACT}, _814{???ENGRAVING})<-isa(_828{???OBJ}, tPartiallyTangible), isa(_814{???ENGRAVING}, tPartTypeEngraving), objectActedOn(_800{???ACT}, _828{???OBJ}), isa(_800{???ACT}, actEngravingEvent), ~physicalDecompositions(_828{???OBJ}, _814{???ENGRAVING}), {is_unit(_814{???ENGRAVING}, _800{???ACT})}),  (isa(_716{???OBJ}, tPartiallyTangible), isa(_730{???ENGRAVING}, tPartTypeEngraving), objectActedOn(_744{???ACT}, _716{???OBJ}), products(_744{???ACT}, _730{???ENGRAVING}), isa(_744{???ACT}, actEngravingEvent), {is_unit(_730{???ENGRAVING}, _716{???OBJ})}==>physicalDecompositions(_716{???OBJ}, _730{???ENGRAVING}))]).
  8291.  
  8292.  
  8293. % ~isa(_154{???ACT}, actEngravingEvent) :-
  8294. %   isa(_168{???OBJ}, tPartiallyTangible),
  8295. %   isa(_182{???ENGRAVING}, tPartTypeEngraving),
  8296. %   objectActedOn(_154{???ACT}, _168{???OBJ}),
  8297. %   products(_154{???ACT}, _182{???ENGRAVING}),
  8298. %   ~physicalDecompositions(_168{???OBJ}, _182{???ENGRAVING}).
  8299. % ~isa(_234{???ENGRAVING}, tPartTypeEngraving) :-
  8300. %   isa(_248{???OBJ}, tPartiallyTangible),
  8301. %   objectActedOn(_262{???ACT}, _248{???OBJ}),
  8302. %   products(_262{???ACT}, _234{???ENGRAVING}),
  8303. %   isa(_262{???ACT}, actEngravingEvent),
  8304. %   ~physicalDecompositions(_248{???OBJ}, _234{???ENGRAVING}).
  8305. % ~isa(_234{???OBJ}, tPartiallyTangible) :-
  8306. %   isa(_248{???ENGRAVING}, tPartTypeEngraving),
  8307. %   objectActedOn(_262{???ACT}, _234{???OBJ}),
  8308. %   products(_262{???ACT}, _248{???ENGRAVING}),
  8309. %   isa(_262{???ACT}, actEngravingEvent),
  8310. %   ~physicalDecompositions(_234{???OBJ}, _248{???ENGRAVING}).
  8311. % ~objectActedOn(_186{???ACT}, _200{???OBJ}) :-
  8312. %   isa(_200{???OBJ}, tPartiallyTangible),
  8313. %   isa(_214{???ENGRAVING}, tPartTypeEngraving),
  8314. %   products(_186{???ACT}, _214{???ENGRAVING}),
  8315. %   isa(_186{???ACT}, actEngravingEvent),
  8316. %   ~physicalDecompositions(_200{???OBJ}, _214{???ENGRAVING}).
  8317. % ~products(_144{???ACT}, _158{???ENGRAVING}) :-
  8318. %   isa(_172{???OBJ}, tPartiallyTangible),
  8319. %   isa(_158{???ENGRAVING}, tPartTypeEngraving),
  8320. %   objectActedOn(_144{???ACT}, _172{???OBJ}),
  8321. %   isa(_144{???ACT}, actEngravingEvent),
  8322. %   ~physicalDecompositions(_172{???OBJ}, _158{???ENGRAVING}).
  8323. % physicalDecompositions(_102{???OBJ}, _116{???ENGRAVING}) :-
  8324. %   isa(_102{???OBJ}, tPartiallyTangible),
  8325. %   isa(_116{???ENGRAVING}, tPartTypeEngraving),
  8326. %   objectActedOn(_130{???ACT}, _102{???OBJ}),
  8327. %   products(_130{???ACT}, _116{???ENGRAVING}),
  8328. %   isa(_130{???ACT}, actEngravingEvent).
  8329.  
  8330.  
  8331. % asserted_id(implies(and(isa(WBH, actWritingByHand), objectActedOn(WBH, P)), isa(P, tObjectPaper)), a309012(WBH, P)).
  8332. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  8333. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  8334.  kif:-all(_205292,all(_205312,implies(and(isa(_205292,actWritingByHand),objectActedOn(_205292,_205312)),isa(_205312,tObjectPaper))))
  8335.  pkif:-all(_205238,all(_205258,=>(&(isa(_205238,actWritingByHand),objectActedOn(_205238,_205258)),isa(_205258,tObjectPaper))))
  8336. % cnf :-
  8337. %   v(v(~isa(_126{???WBH}, actWritingByHand),
  8338. %       ~objectActedOn(_126{???WBH}, _140{???P})),
  8339. %     isa(_140{???P}, tObjectPaper)).
  8340.  horn:-[(~isa(_206122,actWritingByHand):-objectActedOn(_206122,_206148),~isa(_206148,tObjectPaper)),(~objectActedOn(_206194,_206208):-isa(_206194,actWritingByHand),~isa(_206208,tObjectPaper)),(isa(_206262,tObjectPaper):-isa(_206288,actWritingByHand),objectActedOn(_206288,_206262))]
  8341. % boxlog :-
  8342. %  
  8343. %   [ (~isa(_668{???WBH}, actWritingByHand):-objectActedOn(_668{???WBH}, _682{???P}), ~isa(_682{???P}, tObjectPaper)),
  8344. %     (~objectActedOn(_640{???WBH}, _654{???P}):-isa(_640{???WBH}, actWritingByHand), ~isa(_654{???P}, tObjectPaper)),
  8345. %     (isa(_612{???P}, tObjectPaper):-isa(_626{???WBH}, actWritingByHand), objectActedOn(_626{???WBH}, _612{???P}))
  8346. %   ].
  8347. % preview :-
  8348. %  
  8349. %   [ (objectActedOn(_632{???WBH}, _646{???P}), {avoidHeadLoop(isa(_646{???P}, tObjectPaper), isa(_632{???WBH}, actWritingByHand))}, ~isa(_646{???P}, tObjectPaper), {is_unit(_632{???WBH})}-> ~isa(_632{???WBH}, actWritingByHand)),
  8350. %     (isa(_604{???WBH}, actWritingByHand), ~isa(_618{???P}, tObjectPaper), {is_unit(_618{???P}, _604{???WBH})}==> ~objectActedOn(_604{???WBH}, _618{???P})),
  8351. %     (isa(_590{???WBH}, actWritingByHand), objectActedOn(_590{???WBH}, _576{???P}), {is_unit(_576{???P})}==>isa(_576{???P}, tObjectPaper))
  8352. %   ].
  8353. % conds= =>((name_variable(_614{???WBH}, 'WBH'), name_variable(_628{???P}, 'P'), name_variable(_586{???WBH}, 'WBH'), name_variable(_600{???P}, 'P'), name_variable(_572{???WBH}, 'WBH'), name_variable(_558{???P}, 'P')), [(~isa(_614{???WBH}, actWritingByHand)<-objectActedOn(_614{???WBH}, _628{???P}), {avoidHeadLoop(isa(_628{???P}, tObjectPaper), isa(_614{???WBH}, actWritingByHand))}, ~isa(_628{???P}, tObjectPaper), {is_unit(_614{???WBH})}),  (isa(_586{???WBH}, actWritingByHand), ~isa(_600{???P}, tObjectPaper), {is_unit(_600{???P}, _586{???WBH})}==> ~objectActedOn(_586{???WBH}, _600{???P})),  (isa(_572{???WBH}, actWritingByHand), objectActedOn(_572{???WBH}, _558{???P}), {is_unit(_558{???P})}==>isa(_558{???P}, tObjectPaper))]).
  8354.  
  8355.  
  8356. % ~isa(_166{???WBH}, actWritingByHand) :-
  8357. %   objectActedOn(_158{???WBH}, _172{???P}),
  8358. %   ~isa(_172{???P}, tObjectPaper).
  8359. % ~objectActedOn(_130{???WBH}, _144{???P}) :-
  8360. %   isa(_130{???WBH}, actWritingByHand),
  8361. %   ~isa(_144{???P}, tObjectPaper).
  8362. % isa(_102{???P}, tObjectPaper) :-
  8363. %   isa(_116{???WBH}, actWritingByHand),
  8364. %   objectActedOn(_116{???WBH}, _102{???P}).
  8365.  
  8366.  
  8367. % asserted_id(implies(and(isa(STORING, actStoringSomething), objectActedOn(STORING, STORE), isa(STORE, tGroupedStoreGeneric), directingAgent(STORING, PERF)), owns(PERF, STORE)), a309013(STORING, STORE, PERF)).
  8368. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  8369. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  8370.  kif:-all(_205516,all(_205536,all(_205556,implies(and(isa(_205516,actStoringSomething),objectActedOn(_205516,_205536),isa(_205536,tGroupedStoreGeneric),directingAgent(_205516,_205556)),owns(_205556,_205536)))))
  8371.  pkif:-all(_205470,all(_205490,all(_205510,=>(&(isa(_205470,actStoringSomething),&(objectActedOn(_205470,_205490),&(isa(_205490,tGroupedStoreGeneric),directingAgent(_205470,_205510)))),owns(_205510,_205490)))))
  8372. % cnf :-
  8373. %   v(v(~isa(_142{???STORING}, actStoringSomething),
  8374. %       v(~objectActedOn(_142{???STORING}, _156{???STORE}),
  8375. %         v(~isa(_156{???STORE}, tGroupedStoreGeneric),
  8376. %       ~directingAgent(_142{???STORING}, _170{???PERF})))),
  8377. %     owns(_170{???PERF}, _156{???STORE})).
  8378.  horn:-[(~directingAgent(_207602,_207616):-isa(_207602,actStoringSomething),objectActedOn(_207602,_207654),isa(_207654,tGroupedStoreGeneric),~owns(_207616,_207654)),(~isa(_207712,tGroupedStoreGeneric):-isa(_207738,actStoringSomething),objectActedOn(_207738,_207712),directingAgent(_207738,_207776),~owns(_207776,_207712)),(~isa(_207822,actStoringSomething):-objectActedOn(_207822,_207848),isa(_207848,tGroupedStoreGeneric),directingAgent(_207822,_207886),~owns(_207886,_207848)),(~objectActedOn(_207932,_207946):-isa(_207932,actStoringSomething),isa(_207946,tGroupedStoreGeneric),directingAgent(_207932,_207996),~owns(_207996,_207946)),(owns(_208038,_208052):-isa(_208078,actStoringSomething),objectActedOn(_208078,_208052),isa(_208052,tGroupedStoreGeneric),directingAgent(_208078,_208038))]
  8379. % boxlog :-
  8380. %  
  8381. %   [ (~directingAgent(_768{???STORING}, _782{???PERF}):-isa(_768{???STORING}, actStoringSomething), objectActedOn(_768{???STORING}, _796{???STORE}), isa(_796{???STORE}, tGroupedStoreGeneric), ~owns(_782{???PERF}, _796{???STORE})),
  8382. %     (~isa(_810{???STORE}, tGroupedStoreGeneric):-isa(_824{???STORING}, actStoringSomething), objectActedOn(_824{???STORING}, _810{???STORE}), directingAgent(_824{???STORING}, _838{???PERF}), ~owns(_838{???PERF}, _810{???STORE})),
  8383. %     (~isa(_894{???STORING}, actStoringSomething):-objectActedOn(_894{???STORING}, _908{???STORE}), isa(_908{???STORE}, tGroupedStoreGeneric), directingAgent(_894{???STORING}, _922{???PERF}), ~owns(_922{???PERF}, _908{???STORE})),
  8384. %     (~objectActedOn(_852{???STORING}, _866{???STORE}):-isa(_852{???STORING}, actStoringSomething), isa(_866{???STORE}, tGroupedStoreGeneric), directingAgent(_852{???STORING}, _880{???PERF}), ~owns(_880{???PERF}, _866{???STORE})),
  8385. %     (owns(_726{???PERF}, _740{???STORE}):-isa(_754{???STORING}, actStoringSomething), objectActedOn(_754{???STORING}, _740{???STORE}), isa(_740{???STORE}, tGroupedStoreGeneric), directingAgent(_754{???STORING}, _726{???PERF}))
  8386. %   ].
  8387. % preview :-
  8388. %  
  8389. %   [ (isa(_732{???STORING}, actStoringSomething), objectActedOn(_732{???STORING}, _760{???STORE}), isa(_760{???STORE}, tGroupedStoreGeneric), ~owns(_746{???PERF}, _760{???STORE}), {is_unit(_746{???PERF}, _732{???STORING})}-> ~directingAgent(_732{???STORING}, _746{???PERF})),
  8390. %     ({avoidHeadLoop(isa(_788{???STORING}, actStoringSomething), isa(_774{???STORE}, tGroupedStoreGeneric))}, isa(_788{???STORING}, actStoringSomething), objectActedOn(_788{???STORING}, _774{???STORE}), directingAgent(_788{???STORING}, _802{???PERF}), ~owns(_802{???PERF}, _774{???STORE}), {is_unit(_774{???STORE})}-> ~isa(_774{???STORE}, tGroupedStoreGeneric)),
  8391. %     (objectActedOn(_858{???STORING}, _872{???STORE}), {avoidHeadLoop(isa(_872{???STORE}, tGroupedStoreGeneric), isa(_858{???STORING}, actStoringSomething))}, isa(_872{???STORE}, tGroupedStoreGeneric), directingAgent(_858{???STORING}, _886{???PERF}), ~owns(_886{???PERF}, _872{???STORE}), {is_unit(_858{???STORING})}-> ~isa(_858{???STORING}, actStoringSomething)),
  8392. %     (isa(_816{???STORING}, actStoringSomething), isa(_830{???STORE}, tGroupedStoreGeneric), directingAgent(_816{???STORING}, _844{???PERF}), ~owns(_844{???PERF}, _830{???STORE}), {is_unit(_830{???STORE}, _816{???STORING})}-> ~objectActedOn(_816{???STORING}, _830{???STORE})),
  8393. %     (isa(_718{???STORING}, actStoringSomething), objectActedOn(_718{???STORING}, _704{???STORE}), isa(_704{???STORE}, tGroupedStoreGeneric), directingAgent(_718{???STORING}, _690{???PERF}), {is_unit(_704{???STORE}, _690{???PERF})}==>owns(_690{???PERF}, _704{???STORE}))
  8394. %   ].
  8395. % conds= =>((name_variable(_714{???STORING}, 'STORING'), name_variable(_728{???PERF}, 'PERF'), name_variable(_742{???STORE}, 'STORE'), name_variable(_756{???STORE}, 'STORE'), name_variable(_770{???STORING}, 'STORING'), name_variable(_784{???PERF}, 'PERF'), name_variable(_840{???STORING}, 'STORING'), name_variable(_854{???STORE}, 'STORE'), name_variable(_868{???PERF}, 'PERF'), name_variable(_798{???STORING}, 'STORING'), name_variable(_812{???STORE}, 'STORE'), name_variable(_826{???PERF}, 'PERF'), name_variable(_700{???STORING}, 'STORING'), name_variable(_686{???STORE}, 'STORE'), name_variable(_672{???PERF}, 'PERF')), [(~directingAgent(_714{???STORING}, _728{???PERF})<-isa(_714{???STORING}, actStoringSomething), objectActedOn(_714{???STORING}, _742{???STORE}), isa(_742{???STORE}, tGroupedStoreGeneric), ~owns(_728{???PERF}, _742{???STORE}), {is_unit(_728{???PERF}, _714{???STORING})}),  (~isa(_756{???STORE}, tGroupedStoreGeneric)<-{avoidHeadLoop(isa(_770{???STORING}, actStoringSomething), isa(_756{???STORE}, tGroupedStoreGeneric))}, isa(_770{???STORING}, actStoringSomething), objectActedOn(_770{???STORING}, _756{???STORE}), directingAgent(_770{???STORING}, _784{???PERF}), ~owns(_784{???PERF}, _756{???STORE}), {is_unit(_756{???STORE})}),  (~isa(_840{???STORING}, actStoringSomething)<-objectActedOn(_840{???STORING}, _854{???STORE}), {avoidHeadLoop(isa(_854{???STORE}, tGroupedStoreGeneric), isa(_840{???STORING}, actStoringSomething))}, isa(_854{???STORE}, tGroupedStoreGeneric), directingAgent(_840{???STORING}, _868{???PERF}), ~owns(_868{???PERF}, _854{???STORE}), {is_unit(_840{???STORING})}),  (~objectActedOn(_798{???STORING}, _812{???STORE})<-isa(_798{???STORING}, actStoringSomething), isa(_812{???STORE}, tGroupedStoreGeneric), directingAgent(_798{???STORING}, _826{???PERF}), ~owns(_826{???PERF}, _812{???STORE}), {is_unit(_812{???STORE}, _798{???STORING})}),  (isa(_700{???STORING}, actStoringSomething), objectActedOn(_700{???STORING}, _686{???STORE}), isa(_686{???STORE}, tGroupedStoreGeneric), directingAgent(_700{???STORING}, _672{???PERF}), {is_unit(_686{???STORE}, _672{???PERF})}==>owns(_672{???PERF}, _686{???STORE}))]).
  8396.  
  8397.  
  8398. % ~directingAgent(_154{???STORING}, _168{???PERF}) :-
  8399. %   isa(_154{???STORING}, actStoringSomething),
  8400. %   objectActedOn(_154{???STORING}, _182{???STORE}),
  8401. %   isa(_182{???STORE}, tGroupedStoreGeneric),
  8402. %   ~owns(_168{???PERF}, _182{???STORE}).
  8403. % ~isa(_150{???STORE}, tGroupedStoreGeneric) :-
  8404. %   isa(_164{???STORING}, actStoringSomething),
  8405. %   objectActedOn(_164{???STORING}, _150{???STORE}),
  8406. %   directingAgent(_164{???STORING}, _178{???PERF}),
  8407. %   ~owns(_178{???PERF}, _150{???STORE}).
  8408. % ~isa(_192{???STORING}, actStoringSomething) :-
  8409. %   objectActedOn(_192{???STORING}, _206{???STORE}),
  8410. %   isa(_206{???STORE}, tGroupedStoreGeneric),
  8411. %   directingAgent(_192{???STORING}, _220{???PERF}),
  8412. %   ~owns(_220{???PERF}, _206{???STORE}).
  8413. % ~objectActedOn(_144{???STORING}, _158{???STORE}) :-
  8414. %   isa(_144{???STORING}, actStoringSomething),
  8415. %   isa(_158{???STORE}, tGroupedStoreGeneric),
  8416. %   directingAgent(_144{???STORING}, _172{???PERF}),
  8417. %   ~owns(_172{???PERF}, _158{???STORE}).
  8418. % owns(_102{???PERF}, _116{???STORE}) :-
  8419. %   isa(_130{???STORING}, actStoringSomething),
  8420. %   objectActedOn(_130{???STORING}, _116{???STORE}),
  8421. %   isa(_116{???STORE}, tGroupedStoreGeneric),
  8422. %   directingAgent(_130{???STORING}, _102{???PERF}).
  8423.  
  8424.  
  8425. % asserted_id(implies(and(isa(YOG, tObjectYogurt), objectActedOn(EAT, YOG), isa(EAT, actHavingAMeal)), massOfObject(YOG, uU(vOunceFn, [4, 6]))), a309014(YOG, EAT)).
  8426. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  8427. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  8428.  kif:-all(_205630,all(_205650,implies(and(isa(_205630,tObjectYogurt),objectActedOn(_205650,_205630),isa(_205650,actHavingAMeal)),massOfObject(_205630,uU(vOunceFn,[4,6])))))
  8429.  pkif:-all(_205580,all(_205600,=>(&(isa(_205580,tObjectYogurt),&(objectActedOn(_205600,_205580),isa(_205600,actHavingAMeal))),massOfObject(_205580,uU(vOunceFn,[4,6])))))
  8430. % cnf :-
  8431. %   v(v(~isa(_152{???YOG}, tObjectYogurt),
  8432. %       v(~objectActedOn(_166{???EAT}, _152{???YOG}),
  8433. %         ~isa(_166{???EAT}, actHavingAMeal))),
  8434. %     massOfObject(_152{???YOG}, uU(vOunceFn, [4, 6]))).
  8435.  horn:-[(~isa(_207238,actHavingAMeal):-isa(_207264,tObjectYogurt),objectActedOn(_207238,_207264),~massOfObject(_207264,uU(vOunceFn,[4,6]))),(~isa(_207322,tObjectYogurt):-objectActedOn(_207348,_207322),isa(_207348,actHavingAMeal),~massOfObject(_207322,uU(vOunceFn,[4,6]))),(~objectActedOn(_207406,_207420):-isa(_207420,tObjectYogurt),isa(_207406,actHavingAMeal),~massOfObject(_207420,uU(vOunceFn,[4,6]))),(massOfObject(_207486,uU(vOunceFn,[4,6])):-isa(_207486,tObjectYogurt),objectActedOn(_207524,_207486),isa(_207524,actHavingAMeal))]
  8436. % boxlog :-
  8437. %  
  8438. %   [ (~isa(_756{???EAT}, actHavingAMeal):-isa(_770{???YOG}, tObjectYogurt), objectActedOn(_756{???EAT}, _770{???YOG}), ~massOfObject(_770{???YOG}, uU(vOunceFn, [4, 6]))),
  8439. %     (~isa(_812{???YOG}, tObjectYogurt):-objectActedOn(_826{???EAT}, _812{???YOG}), isa(_826{???EAT}, actHavingAMeal), ~massOfObject(_812{???YOG}, uU(vOunceFn, [4, 6]))),
  8440. %     (~objectActedOn(_784{???EAT}, _798{???YOG}):-isa(_798{???YOG}, tObjectYogurt), isa(_784{???EAT}, actHavingAMeal), ~massOfObject(_798{???YOG}, uU(vOunceFn, [4, 6]))),
  8441. %     (massOfObject(_728{???YOG}, uU(vOunceFn, [4, 6])):-isa(_728{???YOG}, tObjectYogurt), objectActedOn(_742{???EAT}, _728{???YOG}), isa(_742{???EAT}, actHavingAMeal))
  8442. %   ].
  8443. % preview :-
  8444. %  
  8445. %   [ ({avoidHeadLoop(isa(_734{???YOG}, tObjectYogurt), isa(_720{???EAT}, actHavingAMeal))}, isa(_734{???YOG}, tObjectYogurt), objectActedOn(_720{???EAT}, _734{???YOG}), ~massOfObject(_734{???YOG}, uU(vOunceFn, [4, 6])), {is_unit(_720{???EAT})}-> ~isa(_720{???EAT}, actHavingAMeal)),
  8446. %     (objectActedOn(_790{???EAT}, _776{???YOG}), {avoidHeadLoop(isa(_790{???EAT}, actHavingAMeal), isa(_776{???YOG}, tObjectYogurt))}, isa(_790{???EAT}, actHavingAMeal), ~massOfObject(_776{???YOG}, uU(vOunceFn, [4, 6])), {is_unit(_776{???YOG})}-> ~isa(_776{???YOG}, tObjectYogurt)),
  8447. %     (isa(_762{???YOG}, tObjectYogurt), isa(_748{???EAT}, actHavingAMeal), ~massOfObject(_762{???YOG}, uU(vOunceFn, [4, 6])), {is_unit(_762{???YOG}, _748{???EAT})}==> ~objectActedOn(_748{???EAT}, _762{???YOG})),
  8448. %     (isa(_692{???YOG}, tObjectYogurt), objectActedOn(_706{???EAT}, _692{???YOG}), isa(_706{???EAT}, actHavingAMeal), {is_unit(_692{???YOG})}==>massOfObject(_692{???YOG}, uU(vOunceFn, [4, 6])))
  8449. %   ].
  8450. % conds= =>((name_variable(_702{???EAT}, 'EAT'), name_variable(_716{???YOG}, 'YOG'), name_variable(_758{???YOG}, 'YOG'), name_variable(_772{???EAT}, 'EAT'), name_variable(_744{???YOG}, 'YOG'), name_variable(_730{???EAT}, 'EAT'), name_variable(_674{???YOG}, 'YOG'), name_variable(_688{???EAT}, 'EAT')), [(~isa(_702{???EAT}, actHavingAMeal)<-{avoidHeadLoop(isa(_716{???YOG}, tObjectYogurt), isa(_702{???EAT}, actHavingAMeal))}, isa(_716{???YOG}, tObjectYogurt), objectActedOn(_702{???EAT}, _716{???YOG}), ~massOfObject(_716{???YOG}, uU(vOunceFn, [4, 6])), {is_unit(_702{???EAT})}),  (~isa(_758{???YOG}, tObjectYogurt)<-objectActedOn(_772{???EAT}, _758{???YOG}), {avoidHeadLoop(isa(_772{???EAT}, actHavingAMeal), isa(_758{???YOG}, tObjectYogurt))}, isa(_772{???EAT}, actHavingAMeal), ~massOfObject(_758{???YOG}, uU(vOunceFn, [4, 6])), {is_unit(_758{???YOG})}),  (isa(_744{???YOG}, tObjectYogurt), isa(_730{???EAT}, actHavingAMeal), ~massOfObject(_744{???YOG}, uU(vOunceFn, [4, 6])), {is_unit(_744{???YOG}, _730{???EAT})}==> ~objectActedOn(_730{???EAT}, _744{???YOG})),  (isa(_674{???YOG}, tObjectYogurt), objectActedOn(_688{???EAT}, _674{???YOG}), isa(_688{???EAT}, actHavingAMeal), {is_unit(_674{???YOG})}==>massOfObject(_674{???YOG}, uU(vOunceFn, [4, 6])))]).
  8451.  
  8452.  
  8453. % ~isa(_138{???EAT}, actHavingAMeal) :-
  8454. %   isa(_152{???YOG}, tObjectYogurt),
  8455. %   objectActedOn(_138{???EAT}, _152{???YOG}),
  8456. %   ~massOfObject(_152{???YOG}, uU(vOunceFn, [4, 6])).
  8457. % ~isa(_162{???YOG}, tObjectYogurt) :-
  8458. %   objectActedOn(_176{???EAT}, _162{???YOG}),
  8459. %   isa(_176{???EAT}, actHavingAMeal),
  8460. %   ~massOfObject(_162{???YOG}, uU(vOunceFn, [4, 6])).
  8461. % ~objectActedOn(_130{???EAT}, _144{???YOG}) :-
  8462. %   isa(_144{???YOG}, tObjectYogurt),
  8463. %   isa(_130{???EAT}, actHavingAMeal),
  8464. %   ~massOfObject(_144{???YOG}, uU(vOunceFn, [4, 6])).
  8465. % massOfObject(_102{???YOG}, uU(vOunceFn, [4, 6])) :-
  8466. %   isa(_102{???YOG}, tObjectYogurt),
  8467. %   objectActedOn(_116{???EAT}, _102{???YOG}),
  8468. %   isa(_116{???EAT}, actHavingAMeal).
  8469.  
  8470.  
  8471. % asserted_id(implies(and(isa(POW, actPoweringADevice), objectActedOn(POW, UPD), isa(UPD, tObjectDeviceUserPowered)), isa(POW, eventMovementEvent)), a309015(POW, UPD)).
  8472. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  8473. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  8474.  kif:-all(_205680,all(_205700,implies(and(isa(_205680,actPoweringADevice),objectActedOn(_205680,_205700),isa(_205700,tObjectDeviceUserPowered)),isa(_205680,eventMovementEvent))))
  8475.  pkif:-all(_205630,all(_205650,=>(&(isa(_205630,actPoweringADevice),&(objectActedOn(_205630,_205650),isa(_205650,tObjectDeviceUserPowered))),isa(_205630,eventMovementEvent))))
  8476. % cnf :-
  8477. %   v(v(~isa(_134{???POW}, actPoweringADevice),
  8478. %       v(~objectActedOn(_134{???POW}, _148{???UPD}),
  8479. %         ~isa(_148{???UPD}, tObjectDeviceUserPowered))),
  8480. %     isa(_134{???POW}, eventMovementEvent)).
  8481.  horn:-[(~isa(_206982,tObjectDeviceUserPowered):-isa(_207008,actPoweringADevice),objectActedOn(_207008,_206982),~isa(_207008,eventMovementEvent)),(~isa(_207066,actPoweringADevice):-objectActedOn(_207066,_207092),isa(_207092,tObjectDeviceUserPowered),~isa(_207066,eventMovementEvent)),(~objectActedOn(_207150,_207164):-isa(_207150,actPoweringADevice),isa(_207164,tObjectDeviceUserPowered),~isa(_207150,eventMovementEvent)),(isa(_207230,eventMovementEvent):-isa(_207230,actPoweringADevice),objectActedOn(_207230,_207268),isa(_207268,tObjectDeviceUserPowered))]
  8482. % boxlog :-
  8483. %  
  8484. %   [ (~isa(_684{???UPD}, tObjectDeviceUserPowered):-isa(_698{???POW}, actPoweringADevice), objectActedOn(_698{???POW}, _684{???UPD}), ~isa(_698{???POW}, eventMovementEvent)),
  8485. %     (~isa(_740{???POW}, actPoweringADevice):-objectActedOn(_740{???POW}, _754{???UPD}), isa(_754{???UPD}, tObjectDeviceUserPowered), ~isa(_740{???POW}, eventMovementEvent)),
  8486. %     (~objectActedOn(_712{???POW}, _726{???UPD}):-isa(_712{???POW}, actPoweringADevice), isa(_726{???UPD}, tObjectDeviceUserPowered), ~isa(_712{???POW}, eventMovementEvent)),
  8487. %     (isa(_656{???POW}, eventMovementEvent):-isa(_656{???POW}, actPoweringADevice), objectActedOn(_656{???POW}, _670{???UPD}), isa(_670{???UPD}, tObjectDeviceUserPowered))
  8488. %   ].
  8489. % preview :-
  8490. %  
  8491. %   [ ({avoidHeadLoop(isa(_662{???POW}, actPoweringADevice), isa(_648{???UPD}, tObjectDeviceUserPowered))}, isa(_662{???POW}, actPoweringADevice), objectActedOn(_662{???POW}, _648{???UPD}), {avoidHeadLoop(isa(_662{???POW}, eventMovementEvent), isa(_648{???UPD}, tObjectDeviceUserPowered))}, ~isa(_662{???POW}, eventMovementEvent), {is_unit(_648{???UPD})}-> ~isa(_648{???UPD}, tObjectDeviceUserPowered)),
  8492. %     (objectActedOn(_704{???POW}, _718{???UPD}), {avoidHeadLoop(isa(_718{???UPD}, tObjectDeviceUserPowered), isa(_704{???POW}, actPoweringADevice))}, isa(_718{???UPD}, tObjectDeviceUserPowered), {avoidHeadLoop(isa(_704{???POW}, eventMovementEvent), isa(_704{???POW}, actPoweringADevice))}, ~isa(_704{???POW}, eventMovementEvent), {is_unit(_704{???POW})}-> ~isa(_704{???POW}, actPoweringADevice)),
  8493. %     (isa(_676{???POW}, actPoweringADevice), isa(_690{???UPD}, tObjectDeviceUserPowered), ~isa(_676{???POW}, eventMovementEvent), {is_unit(_690{???UPD}, _676{???POW})}-> ~objectActedOn(_676{???POW}, _690{???UPD})),
  8494. %     (isa(_620{???POW}, actPoweringADevice), objectActedOn(_620{???POW}, _634{???UPD}), isa(_634{???UPD}, tObjectDeviceUserPowered), {is_unit(_620{???POW})}==>isa(_620{???POW}, eventMovementEvent))
  8495. %   ].
  8496. % conds= =>((name_variable(_630{???UPD}, 'UPD'), name_variable(_644{???POW}, 'POW'), name_variable(_686{???POW}, 'POW'), name_variable(_700{???UPD}, 'UPD'), name_variable(_658{???POW}, 'POW'), name_variable(_672{???UPD}, 'UPD'), name_variable(_602{???POW}, 'POW'), name_variable(_616{???UPD}, 'UPD')), [(~isa(_630{???UPD}, tObjectDeviceUserPowered)<-{avoidHeadLoop(isa(_644{???POW}, actPoweringADevice), isa(_630{???UPD}, tObjectDeviceUserPowered))}, isa(_644{???POW}, actPoweringADevice), objectActedOn(_644{???POW}, _630{???UPD}), {avoidHeadLoop(isa(_644{???POW}, eventMovementEvent), isa(_630{???UPD}, tObjectDeviceUserPowered))}, ~isa(_644{???POW}, eventMovementEvent), {is_unit(_630{???UPD})}),  (~isa(_686{???POW}, actPoweringADevice)<-objectActedOn(_686{???POW}, _700{???UPD}), {avoidHeadLoop(isa(_700{???UPD}, tObjectDeviceUserPowered), isa(_686{???POW}, actPoweringADevice))}, isa(_700{???UPD}, tObjectDeviceUserPowered), {avoidHeadLoop(isa(_686{???POW}, eventMovementEvent), isa(_686{???POW}, actPoweringADevice))}, ~isa(_686{???POW}, eventMovementEvent), {is_unit(_686{???POW})}),  (~objectActedOn(_658{???POW}, _672{???UPD})<-isa(_658{???POW}, actPoweringADevice), isa(_672{???UPD}, tObjectDeviceUserPowered), ~isa(_658{???POW}, eventMovementEvent), {is_unit(_672{???UPD}, _658{???POW})}),  (isa(_602{???POW}, actPoweringADevice), objectActedOn(_602{???POW}, _616{???UPD}), isa(_616{???UPD}, tObjectDeviceUserPowered), {is_unit(_602{???POW})}==>isa(_602{???POW}, eventMovementEvent))]).
  8497.  
  8498.  
  8499. % ~isa(_138{???UPD}, tObjectDeviceUserPowered) :-
  8500. %   isa(_152{???POW}, actPoweringADevice),
  8501. %   objectActedOn(_152{???POW}, _138{???UPD}),
  8502. %   ~isa(_152{???POW}, eventMovementEvent).
  8503. % ~isa(_162{???POW}, actPoweringADevice) :-
  8504. %   objectActedOn(_162{???POW}, _176{???UPD}),
  8505. %   isa(_176{???UPD}, tObjectDeviceUserPowered),
  8506. %   ~isa(_162{???POW}, eventMovementEvent).
  8507. % ~objectActedOn(_130{???POW}, _144{???UPD}) :-
  8508. %   isa(_130{???POW}, actPoweringADevice),
  8509. %   isa(_144{???UPD}, tObjectDeviceUserPowered),
  8510. %   ~isa(_130{???POW}, eventMovementEvent).
  8511. % isa(_102{???POW}, eventMovementEvent) :-
  8512. %   isa(_102{???POW}, actPoweringADevice),
  8513. %   objectActedOn(_102{???POW}, _116{???UPD}),
  8514. %   isa(_116{???UPD}, tObjectDeviceUserPowered).
  8515.  
  8516.  
  8517. % asserted_id(implies(and(isa(U, actAutoMaintenance), objectActedOn(U, V), isa(V, tObjectAutomobile)), commitsForFutureUses(U, V)), a309016(U, V)).
  8518. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  8519. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  8520.  kif:-all(_205784,all(_205804,implies(and(isa(_205784,actAutoMaintenance),objectActedOn(_205784,_205804),isa(_205804,tObjectAutomobile)),commitsForFutureUses(_205784,_205804))))
  8521.  pkif:-all(_205734,all(_205754,=>(&(isa(_205734,actAutoMaintenance),&(objectActedOn(_205734,_205754),isa(_205754,tObjectAutomobile))),commitsForFutureUses(_205734,_205754))))
  8522. % cnf :-
  8523. %   v(v(~isa(_134{???U}, actAutoMaintenance),
  8524. %       v(~objectActedOn(_134{???U}, _148{???V}),
  8525. %         ~isa(_148{???V}, tObjectAutomobile))),
  8526. %     commitsForFutureUses(_134{???U}, _148{???V})).
  8527.  horn:-[(~isa(_207086,tObjectAutomobile):-isa(_207112,actAutoMaintenance),objectActedOn(_207112,_207086),~commitsForFutureUses(_207112,_207086)),(~isa(_207170,actAutoMaintenance):-objectActedOn(_207170,_207196),isa(_207196,tObjectAutomobile),~commitsForFutureUses(_207170,_207196)),(~objectActedOn(_207254,_207268):-isa(_207254,actAutoMaintenance),isa(_207268,tObjectAutomobile),~commitsForFutureUses(_207254,_207268)),(commitsForFutureUses(_207334,_207348):-isa(_207334,actAutoMaintenance),objectActedOn(_207334,_207348),isa(_207348,tObjectAutomobile))]
  8528. % boxlog :-
  8529. %  
  8530. %   [ (~isa(_684{???V}, tObjectAutomobile):-isa(_698{???U}, actAutoMaintenance), objectActedOn(_698{???U}, _684{???V}), ~commitsForFutureUses(_698{???U}, _684{???V})),
  8531. %     (~isa(_740{???U}, actAutoMaintenance):-objectActedOn(_740{???U}, _754{???V}), isa(_754{???V}, tObjectAutomobile), ~commitsForFutureUses(_740{???U}, _754{???V})),
  8532. %     (~objectActedOn(_712{???U}, _726{???V}):-isa(_712{???U}, actAutoMaintenance), isa(_726{???V}, tObjectAutomobile), ~commitsForFutureUses(_712{???U}, _726{???V})),
  8533. %     (commitsForFutureUses(_656{???U}, _670{???V}):-isa(_656{???U}, actAutoMaintenance), objectActedOn(_656{???U}, _670{???V}), isa(_670{???V}, tObjectAutomobile))
  8534. %   ].
  8535. % preview :-
  8536. %  
  8537. %   [ ({avoidHeadLoop(isa(_662{???U}, actAutoMaintenance), isa(_648{???V}, tObjectAutomobile))}, isa(_662{???U}, actAutoMaintenance), objectActedOn(_662{???U}, _648{???V}), ~commitsForFutureUses(_662{???U}, _648{???V}), {is_unit(_648{???V})}-> ~isa(_648{???V}, tObjectAutomobile)),
  8538. %     (objectActedOn(_704{???U}, _718{???V}), {avoidHeadLoop(isa(_718{???V}, tObjectAutomobile), isa(_704{???U}, actAutoMaintenance))}, isa(_718{???V}, tObjectAutomobile), ~commitsForFutureUses(_704{???U}, _718{???V}), {is_unit(_704{???U})}-> ~isa(_704{???U}, actAutoMaintenance)),
  8539. %     (isa(_676{???U}, actAutoMaintenance), isa(_690{???V}, tObjectAutomobile), ~commitsForFutureUses(_676{???U}, _690{???V}), {is_unit(_690{???V}, _676{???U})}==> ~objectActedOn(_676{???U}, _690{???V})),
  8540. %     (isa(_620{???U}, actAutoMaintenance), objectActedOn(_620{???U}, _634{???V}), isa(_634{???V}, tObjectAutomobile), {is_unit(_634{???V}, _620{???U})}==>commitsForFutureUses(_620{???U}, _634{???V}))
  8541. %   ].
  8542. % conds= =>((name_variable(_630{???V}, 'V'), name_variable(_644{???U}, 'U'), name_variable(_686{???U}, 'U'), name_variable(_700{???V}, 'V'), name_variable(_658{???U}, 'U'), name_variable(_672{???V}, 'V'), name_variable(_602{???U}, 'U'), name_variable(_616{???V}, 'V')), [(~isa(_630{???V}, tObjectAutomobile)<-{avoidHeadLoop(isa(_644{???U}, actAutoMaintenance), isa(_630{???V}, tObjectAutomobile))}, isa(_644{???U}, actAutoMaintenance), objectActedOn(_644{???U}, _630{???V}), ~commitsForFutureUses(_644{???U}, _630{???V}), {is_unit(_630{???V})}),  (~isa(_686{???U}, actAutoMaintenance)<-objectActedOn(_686{???U}, _700{???V}), {avoidHeadLoop(isa(_700{???V}, tObjectAutomobile), isa(_686{???U}, actAutoMaintenance))}, isa(_700{???V}, tObjectAutomobile), ~commitsForFutureUses(_686{???U}, _700{???V}), {is_unit(_686{???U})}),  (isa(_658{???U}, actAutoMaintenance), isa(_672{???V}, tObjectAutomobile), ~commitsForFutureUses(_658{???U}, _672{???V}), {is_unit(_672{???V}, _658{???U})}==> ~objectActedOn(_658{???U}, _672{???V})),  (isa(_602{???U}, actAutoMaintenance), objectActedOn(_602{???U}, _616{???V}), isa(_616{???V}, tObjectAutomobile), {is_unit(_616{???V}, _602{???U})}==>commitsForFutureUses(_602{???U}, _616{???V}))]).
  8543.  
  8544.  
  8545. % ~isa(_138{???V}, tObjectAutomobile) :-
  8546. %   isa(_144{???U}, actAutoMaintenance),
  8547. %   objectActedOn(_144{???U}, _130{???V}),
  8548. %   ~commitsForFutureUses(_144{???U}, _130{???V}).
  8549. % ~isa(_162{???U}, actAutoMaintenance) :-
  8550. %   objectActedOn(_162{???U}, _176{???V}),
  8551. %   isa(_176{???V}, tObjectAutomobile),
  8552. %   ~commitsForFutureUses(_162{???U}, _176{???V}).
  8553. % ~objectActedOn(_130{???U}, _144{???V}) :-
  8554. %   isa(_130{???U}, actAutoMaintenance),
  8555. %   isa(_144{???V}, tObjectAutomobile),
  8556. %   ~commitsForFutureUses(_130{???U}, _144{???V}).
  8557. % commitsForFutureUses(_102{???U}, _116{???V}) :-
  8558. %   isa(_102{???U}, actAutoMaintenance),
  8559. %   objectActedOn(_102{???U}, _116{???V}),
  8560. %   isa(_116{???V}, tObjectAutomobile).
  8561.  
  8562.  
  8563. % asserted_id(implies(and(isa(U, actAutoMaintenance), objectActedOn(U, V), isa(V, tObjectAutomobile)), recyclableActors(U, V)), a309017(U, V)).
  8564. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  8565. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  8566.  kif:-all(_205888,all(_205908,implies(and(isa(_205888,actAutoMaintenance),objectActedOn(_205888,_205908),isa(_205908,tObjectAutomobile)),recyclableActors(_205888,_205908))))
  8567.  pkif:-all(_205838,all(_205858,=>(&(isa(_205838,actAutoMaintenance),&(objectActedOn(_205838,_205858),isa(_205858,tObjectAutomobile))),recyclableActors(_205838,_205858))))
  8568. % cnf :-
  8569. %   v(v(~isa(_134{???U}, actAutoMaintenance),
  8570. %       v(~objectActedOn(_134{???U}, _148{???V}),
  8571. %         ~isa(_148{???V}, tObjectAutomobile))),
  8572. %     recyclableActors(_134{???U}, _148{???V})).
  8573.  horn:-[(~isa(_207190,tObjectAutomobile):-isa(_207216,actAutoMaintenance),objectActedOn(_207216,_207190),~recyclableActors(_207216,_207190)),(~isa(_207274,actAutoMaintenance):-objectActedOn(_207274,_207300),isa(_207300,tObjectAutomobile),~recyclableActors(_207274,_207300)),(~objectActedOn(_207358,_207372):-isa(_207358,actAutoMaintenance),isa(_207372,tObjectAutomobile),~recyclableActors(_207358,_207372)),(recyclableActors(_207438,_207452):-isa(_207438,actAutoMaintenance),objectActedOn(_207438,_207452),isa(_207452,tObjectAutomobile))]
  8574. % boxlog :-
  8575. %  
  8576. %   [ (~isa(_684{???V}, tObjectAutomobile):-isa(_698{???U}, actAutoMaintenance), objectActedOn(_698{???U}, _684{???V}), ~recyclableActors(_698{???U}, _684{???V})),
  8577. %     (~isa(_740{???U}, actAutoMaintenance):-objectActedOn(_740{???U}, _754{???V}), isa(_754{???V}, tObjectAutomobile), ~recyclableActors(_740{???U}, _754{???V})),
  8578. %     (~objectActedOn(_712{???U}, _726{???V}):-isa(_712{???U}, actAutoMaintenance), isa(_726{???V}, tObjectAutomobile), ~recyclableActors(_712{???U}, _726{???V})),
  8579. %     (recyclableActors(_656{???U}, _670{???V}):-isa(_656{???U}, actAutoMaintenance), objectActedOn(_656{???U}, _670{???V}), isa(_670{???V}, tObjectAutomobile))
  8580. %   ].
  8581. % preview :-
  8582. %  
  8583. %   [ ({avoidHeadLoop(isa(_662{???U}, actAutoMaintenance), isa(_648{???V}, tObjectAutomobile))}, isa(_662{???U}, actAutoMaintenance), objectActedOn(_662{???U}, _648{???V}), ~recyclableActors(_662{???U}, _648{???V}), {is_unit(_648{???V})}-> ~isa(_648{???V}, tObjectAutomobile)),
  8584. %     (objectActedOn(_704{???U}, _718{???V}), {avoidHeadLoop(isa(_718{???V}, tObjectAutomobile), isa(_704{???U}, actAutoMaintenance))}, isa(_718{???V}, tObjectAutomobile), ~recyclableActors(_704{???U}, _718{???V}), {is_unit(_704{???U})}-> ~isa(_704{???U}, actAutoMaintenance)),
  8585. %     (isa(_676{???U}, actAutoMaintenance), isa(_690{???V}, tObjectAutomobile), ~recyclableActors(_676{???U}, _690{???V}), {is_unit(_690{???V}, _676{???U})}==> ~objectActedOn(_676{???U}, _690{???V})),
  8586. %     (isa(_620{???U}, actAutoMaintenance), objectActedOn(_620{???U}, _634{???V}), isa(_634{???V}, tObjectAutomobile), {is_unit(_634{???V}, _620{???U})}==>recyclableActors(_620{???U}, _634{???V}))
  8587. %   ].
  8588. % conds= =>((name_variable(_630{???V}, 'V'), name_variable(_644{???U}, 'U'), name_variable(_686{???U}, 'U'), name_variable(_700{???V}, 'V'), name_variable(_658{???U}, 'U'), name_variable(_672{???V}, 'V'), name_variable(_602{???U}, 'U'), name_variable(_616{???V}, 'V')), [(~isa(_630{???V}, tObjectAutomobile)<-{avoidHeadLoop(isa(_644{???U}, actAutoMaintenance), isa(_630{???V}, tObjectAutomobile))}, isa(_644{???U}, actAutoMaintenance), objectActedOn(_644{???U}, _630{???V}), ~recyclableActors(_644{???U}, _630{???V}), {is_unit(_630{???V})}),  (~isa(_686{???U}, actAutoMaintenance)<-objectActedOn(_686{???U}, _700{???V}), {avoidHeadLoop(isa(_700{???V}, tObjectAutomobile), isa(_686{???U}, actAutoMaintenance))}, isa(_700{???V}, tObjectAutomobile), ~recyclableActors(_686{???U}, _700{???V}), {is_unit(_686{???U})}),  (isa(_658{???U}, actAutoMaintenance), isa(_672{???V}, tObjectAutomobile), ~recyclableActors(_658{???U}, _672{???V}), {is_unit(_672{???V}, _658{???U})}==> ~objectActedOn(_658{???U}, _672{???V})),  (isa(_602{???U}, actAutoMaintenance), objectActedOn(_602{???U}, _616{???V}), isa(_616{???V}, tObjectAutomobile), {is_unit(_616{???V}, _602{???U})}==>recyclableActors(_602{???U}, _616{???V}))]).
  8589.  
  8590.  
  8591. % ~isa(_138{???V}, tObjectAutomobile) :-
  8592. %   isa(_144{???U}, actAutoMaintenance),
  8593. %   objectActedOn(_144{???U}, _130{???V}),
  8594. %   ~recyclableActors(_144{???U}, _130{???V}).
  8595. % ~isa(_162{???U}, actAutoMaintenance) :-
  8596. %   objectActedOn(_162{???U}, _176{???V}),
  8597. %   isa(_176{???V}, tObjectAutomobile),
  8598. %   ~recyclableActors(_162{???U}, _176{???V}).
  8599. % ~objectActedOn(_130{???U}, _144{???V}) :-
  8600. %   isa(_130{???U}, actAutoMaintenance),
  8601. %   isa(_144{???V}, tObjectAutomobile),
  8602. %   ~recyclableActors(_130{???U}, _144{???V}).
  8603. % recyclableActors(_102{???U}, _116{???V}) :-
  8604. %   isa(_102{???U}, actAutoMaintenance),
  8605. %   objectActedOn(_102{???U}, _116{???V}),
  8606. %   isa(_116{???V}, tObjectAutomobile).
  8607.  
  8608.  
  8609. % asserted_id(implies(and(isa(CL, actCarryingWhileLocomoting), objectActedOn(CL, OBJ)), transportees(CL, OBJ)), a309018(CL, OBJ)).
  8610. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  8611. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  8612.  kif:-all(_205968,all(_205988,implies(and(isa(_205968,actCarryingWhileLocomoting),objectActedOn(_205968,_205988)),transportees(_205968,_205988))))
  8613.  pkif:-all(_205914,all(_205934,=>(&(isa(_205914,actCarryingWhileLocomoting),objectActedOn(_205914,_205934)),transportees(_205914,_205934))))
  8614. % cnf :-
  8615. %   v(v(~isa(_126{???CL}, actCarryingWhileLocomoting),
  8616. %       ~objectActedOn(_126{???CL}, _140{???OBJ})),
  8617. %     transportees(_126{???CL}, _140{???OBJ})).
  8618.  horn:-[(~isa(_206798,actCarryingWhileLocomoting):-objectActedOn(_206798,_206824),~transportees(_206798,_206824)),(~objectActedOn(_206870,_206884):-isa(_206870,actCarryingWhileLocomoting),~transportees(_206870,_206884)),(transportees(_206938,_206952):-isa(_206938,actCarryingWhileLocomoting),objectActedOn(_206938,_206952))]
  8619. % boxlog :-
  8620. %  
  8621. %   [ (~isa(_668{???CL}, actCarryingWhileLocomoting):-objectActedOn(_668{???CL}, _682{???OBJ}), ~transportees(_668{???CL}, _682{???OBJ})),
  8622. %     (~objectActedOn(_640{???CL}, _654{???OBJ}):-isa(_640{???CL}, actCarryingWhileLocomoting), ~transportees(_640{???CL}, _654{???OBJ})),
  8623. %     (transportees(_612{???CL}, _626{???OBJ}):-isa(_612{???CL}, actCarryingWhileLocomoting), objectActedOn(_612{???CL}, _626{???OBJ}))
  8624. %   ].
  8625. % preview :-
  8626. %  
  8627. %   [ (objectActedOn(_632{???CL}, _646{???OBJ}), ~transportees(_632{???CL}, _646{???OBJ}), {is_unit(_632{???CL})}-> ~isa(_632{???CL}, actCarryingWhileLocomoting)),
  8628. %     (isa(_604{???CL}, actCarryingWhileLocomoting), ~transportees(_604{???CL}, _618{???OBJ}), {is_unit(_618{???OBJ}, _604{???CL})}-> ~objectActedOn(_604{???CL}, _618{???OBJ})),
  8629. %     (isa(_576{???CL}, actCarryingWhileLocomoting), objectActedOn(_576{???CL}, _590{???OBJ}), {is_unit(_590{???OBJ}, _576{???CL})}==>transportees(_576{???CL}, _590{???OBJ}))
  8630. %   ].
  8631. % conds= =>((name_variable(_614{???CL}, 'CL'), name_variable(_628{???OBJ}, 'OBJ'), name_variable(_586{???CL}, 'CL'), name_variable(_600{???OBJ}, 'OBJ'), name_variable(_558{???CL}, 'CL'), name_variable(_572{???OBJ}, 'OBJ')), [(~isa(_614{???CL}, actCarryingWhileLocomoting)<-objectActedOn(_614{???CL}, _628{???OBJ}), ~transportees(_614{???CL}, _628{???OBJ}), {is_unit(_614{???CL})}),  (~objectActedOn(_586{???CL}, _600{???OBJ})<-isa(_586{???CL}, actCarryingWhileLocomoting), ~transportees(_586{???CL}, _600{???OBJ}), {is_unit(_600{???OBJ}, _586{???CL})}),  (isa(_558{???CL}, actCarryingWhileLocomoting), objectActedOn(_558{???CL}, _572{???OBJ}), {is_unit(_572{???OBJ}, _558{???CL})}==>transportees(_558{???CL}, _572{???OBJ}))]).
  8632.  
  8633.  
  8634. % ~isa(_166{???CL}, actCarryingWhileLocomoting) :-
  8635. %   objectActedOn(_158{???CL}, _172{???OBJ}),
  8636. %   ~transportees(_158{???CL}, _172{???OBJ}).
  8637. % ~objectActedOn(_130{???CL}, _144{???OBJ}) :-
  8638. %   isa(_130{???CL}, actCarryingWhileLocomoting),
  8639. %   ~transportees(_130{???CL}, _144{???OBJ}).
  8640. % transportees(_102{???CL}, _116{???OBJ}) :-
  8641. %   isa(_102{???CL}, actCarryingWhileLocomoting),
  8642. %   objectActedOn(_102{???CL}, _116{???OBJ}).
  8643.  
  8644.  
  8645. % asserted_id(implies(and(isa(U, actBouncingAnObject), objectActedOn(U, V)), objectMoving(U, V)), a309019(U, V)).
  8646. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  8647. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  8648.  kif:-all(_206072,all(_206092,implies(and(isa(_206072,actBouncingAnObject),objectActedOn(_206072,_206092)),objectMoving(_206072,_206092))))
  8649.  pkif:-all(_206018,all(_206038,=>(&(isa(_206018,actBouncingAnObject),objectActedOn(_206018,_206038)),objectMoving(_206018,_206038))))
  8650. % cnf :-
  8651. %   v(v(~isa(_126{???U}, actBouncingAnObject),
  8652. %       ~objectActedOn(_126{???U}, _140{???V})),
  8653. %     objectMoving(_126{???U}, _140{???V})).
  8654.  horn:-[(~isa(_206902,actBouncingAnObject):-objectActedOn(_206902,_206928),~objectMoving(_206902,_206928)),(~objectActedOn(_206974,_206988):-isa(_206974,actBouncingAnObject),~objectMoving(_206974,_206988)),(objectMoving(_207042,_207056):-isa(_207042,actBouncingAnObject),objectActedOn(_207042,_207056))]
  8655. % boxlog :-
  8656. %  
  8657. %   [ (~isa(_668{???U}, actBouncingAnObject):-objectActedOn(_668{???U}, _682{???V}), ~objectMoving(_668{???U}, _682{???V})),
  8658. %     (~objectActedOn(_640{???U}, _654{???V}):-isa(_640{???U}, actBouncingAnObject), ~objectMoving(_640{???U}, _654{???V})),
  8659. %     (objectMoving(_612{???U}, _626{???V}):-isa(_612{???U}, actBouncingAnObject), objectActedOn(_612{???U}, _626{???V}))
  8660. %   ].
  8661. % preview :-
  8662. %  
  8663. %   [ (objectActedOn(_632{???U}, _646{???V}), ~objectMoving(_632{???U}, _646{???V}), {is_unit(_632{???U})}-> ~isa(_632{???U}, actBouncingAnObject)),
  8664. %     (isa(_604{???U}, actBouncingAnObject), ~objectMoving(_604{???U}, _618{???V}), {is_unit(_618{???V}, _604{???U})}-> ~objectActedOn(_604{???U}, _618{???V})),
  8665. %     (isa(_576{???U}, actBouncingAnObject), objectActedOn(_576{???U}, _590{???V}), {is_unit(_590{???V}, _576{???U})}==>objectMoving(_576{???U}, _590{???V}))
  8666. %   ].
  8667. % conds= =>((name_variable(_614{???U}, 'U'), name_variable(_628{???V}, 'V'), name_variable(_586{???U}, 'U'), name_variable(_600{???V}, 'V'), name_variable(_558{???U}, 'U'), name_variable(_572{???V}, 'V')), [(~isa(_614{???U}, actBouncingAnObject)<-objectActedOn(_614{???U}, _628{???V}), ~objectMoving(_614{???U}, _628{???V}), {is_unit(_614{???U})}),  (~objectActedOn(_586{???U}, _600{???V})<-isa(_586{???U}, actBouncingAnObject), ~objectMoving(_586{???U}, _600{???V}), {is_unit(_600{???V}, _586{???U})}),  (isa(_558{???U}, actBouncingAnObject), objectActedOn(_558{???U}, _572{???V}), {is_unit(_572{???V}, _558{???U})}==>objectMoving(_558{???U}, _572{???V}))]).
  8668.  
  8669.  
  8670. % ~isa(_166{???U}, actBouncingAnObject) :-
  8671. %   objectActedOn(_158{???U}, _172{???V}),
  8672. %   ~objectMoving(_158{???U}, _172{???V}).
  8673. % ~objectActedOn(_130{???U}, _144{???V}) :-
  8674. %   isa(_130{???U}, actBouncingAnObject),
  8675. %   ~objectMoving(_130{???U}, _144{???V}).
  8676. % objectMoving(_102{???U}, _116{???V}) :-
  8677. %   isa(_102{???U}, actBouncingAnObject),
  8678. %   objectActedOn(_102{???U}, _116{???V}).
  8679.  
  8680.  
  8681. % asserted_id(implies(and(isa(H, actHugging), objectActedOn(H, OBJ)), or(isa(H, actSingleDoerAction), isa(OBJ, mobSentientAnimal))), a309020(H, OBJ)).
  8682. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  8683. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  8684.  kif:-all(_206212,all(_206232,implies(and(isa(_206212,actHugging),objectActedOn(_206212,_206232)),or(isa(_206212,actSingleDoerAction),isa(_206232,mobSentientAnimal)))))
  8685.  pkif:-all(_206158,all(_206178,=>(&(isa(_206158,actHugging),objectActedOn(_206158,_206178)),v(isa(_206158,actSingleDoerAction),isa(_206178,mobSentientAnimal)))))
  8686. % cnf :-
  8687. %   v(v(~isa(_138{???H}, actHugging),
  8688. %       ~objectActedOn(_138{???H}, _152{???OBJ})),
  8689. %     v(isa(_138{???H}, actSingleDoerAction),
  8690. %       isa(_152{???OBJ}, mobSentientAnimal))).
  8691.  horn:-[(~isa(_207538,actHugging):-objectActedOn(_207538,_207564),~isa(_207538,actSingleDoerAction),~isa(_207564,mobSentientAnimal)),(~objectActedOn(_207626,_207640):-isa(_207626,actHugging),~isa(_207626,actSingleDoerAction),~isa(_207640,mobSentientAnimal)),(isa(_207710,mobSentientAnimal):-isa(_207736,actHugging),objectActedOn(_207736,_207710),~isa(_207736,actSingleDoerAction)),(isa(_207790,actSingleDoerAction):-isa(_207790,actHugging),objectActedOn(_207790,_207828),~isa(_207828,mobSentientAnimal))]
  8692. % boxlog :-
  8693. %  
  8694. %   [ (~isa(_744{???H}, actHugging):-objectActedOn(_744{???H}, _758{???OBJ}), ~isa(_744{???H}, actSingleDoerAction), ~isa(_758{???OBJ}, mobSentientAnimal)),
  8695. %     (~objectActedOn(_716{???H}, _730{???OBJ}):-isa(_716{???H}, actHugging), ~isa(_716{???H}, actSingleDoerAction), ~isa(_730{???OBJ}, mobSentientAnimal)),
  8696. %     (isa(_660{???OBJ}, mobSentientAnimal):-isa(_674{???H}, actHugging), objectActedOn(_674{???H}, _660{???OBJ}), ~isa(_674{???H}, actSingleDoerAction)),
  8697. %     (isa(_688{???H}, actSingleDoerAction):-isa(_688{???H}, actHugging), objectActedOn(_688{???H}, _702{???OBJ}), ~isa(_702{???OBJ}, mobSentientAnimal))
  8698. %   ].
  8699. % preview :-
  8700. %  
  8701. %   [ (objectActedOn(_708{???H}, _722{???OBJ}), {avoidHeadLoop(isa(_708{???H}, actSingleDoerAction), isa(_708{???H}, actHugging))}, ~isa(_708{???H}, actSingleDoerAction), {avoidHeadLoop(isa(_722{???OBJ}, mobSentientAnimal), isa(_708{???H}, actHugging))}, ~isa(_722{???OBJ}, mobSentientAnimal), {is_unit(_708{???H})}-> ~isa(_708{???H}, actHugging)),
  8702. %     (isa(_680{???H}, actHugging), ~isa(_680{???H}, actSingleDoerAction), ~isa(_694{???OBJ}, mobSentientAnimal), {is_unit(_694{???OBJ}, _680{???H})}-> ~objectActedOn(_680{???H}, _694{???OBJ})),
  8703. %     (isa(_638{???H}, actHugging), objectActedOn(_638{???H}, _624{???OBJ}), ~isa(_638{???H}, actSingleDoerAction), {is_unit(_624{???OBJ})}==>isa(_624{???OBJ}, mobSentientAnimal)),
  8704. %     (isa(_652{???H}, actHugging), objectActedOn(_652{???H}, _666{???OBJ}), ~isa(_666{???OBJ}, mobSentientAnimal), {is_unit(_652{???H})}==>isa(_652{???H}, actSingleDoerAction))
  8705. %   ].
  8706. % conds= =>((name_variable(_690{???H}, 'H'), name_variable(_704{???OBJ}, 'OBJ'), name_variable(_662{???H}, 'H'), name_variable(_676{???OBJ}, 'OBJ'), name_variable(_620{???H}, 'H'), name_variable(_606{???OBJ}, 'OBJ'), name_variable(_634{???H}, 'H'), name_variable(_648{???OBJ}, 'OBJ')), [(~isa(_690{???H}, actHugging)<-objectActedOn(_690{???H}, _704{???OBJ}), {avoidHeadLoop(isa(_690{???H}, actSingleDoerAction), isa(_690{???H}, actHugging))}, ~isa(_690{???H}, actSingleDoerAction), {avoidHeadLoop(isa(_704{???OBJ}, mobSentientAnimal), isa(_690{???H}, actHugging))}, ~isa(_704{???OBJ}, mobSentientAnimal), {is_unit(_690{???H})}),  (~objectActedOn(_662{???H}, _676{???OBJ})<-isa(_662{???H}, actHugging), ~isa(_662{???H}, actSingleDoerAction), ~isa(_676{???OBJ}, mobSentientAnimal), {is_unit(_676{???OBJ}, _662{???H})}),  (isa(_620{???H}, actHugging), objectActedOn(_620{???H}, _606{???OBJ}), ~isa(_620{???H}, actSingleDoerAction), {is_unit(_606{???OBJ})}==>isa(_606{???OBJ}, mobSentientAnimal)),  (isa(_634{???H}, actHugging), objectActedOn(_634{???H}, _648{???OBJ}), ~isa(_648{???OBJ}, mobSentientAnimal), {is_unit(_634{???H})}==>isa(_634{???H}, actSingleDoerAction))]).
  8707.  
  8708.  
  8709. % ~isa(_194{???H}, actHugging) :-
  8710. %   objectActedOn(_186{???H}, _200{???OBJ}),
  8711. %   ~isa(_186{???H}, actSingleDoerAction),
  8712. %   ~isa(_200{???OBJ}, mobSentientAnimal).
  8713. % ~objectActedOn(_158{???H}, _172{???OBJ}) :-
  8714. %   isa(_158{???H}, actHugging),
  8715. %   ~isa(_158{???H}, actSingleDoerAction),
  8716. %   ~isa(_172{???OBJ}, mobSentientAnimal).
  8717. % isa(_102{???OBJ}, mobSentientAnimal) :-
  8718. %   isa(_116{???H}, actHugging),
  8719. %   objectActedOn(_116{???H}, _102{???OBJ}),
  8720. %   ~isa(_116{???H}, actSingleDoerAction).
  8721. % isa(_102{???H}, actSingleDoerAction) :-
  8722. %   isa(_102{???H}, actHugging),
  8723. %   objectActedOn(_102{???H}, _116{???OBJ}),
  8724. %   ~isa(_116{???OBJ}, mobSentientAnimal).
  8725.  
  8726.  
  8727. % asserted_id(implies(and(isa(K, actKissing), objectActedOn(K, OBJ)), or(isa(K, actSingleDoerAction), isa(OBJ, mobSentientAnimal))), a309021(K, OBJ)).
  8728. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  8729. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  8730.  kif:-all(_206316,all(_206336,implies(and(isa(_206316,actKissing),objectActedOn(_206316,_206336)),or(isa(_206316,actSingleDoerAction),isa(_206336,mobSentientAnimal)))))
  8731.  pkif:-all(_206262,all(_206282,=>(&(isa(_206262,actKissing),objectActedOn(_206262,_206282)),v(isa(_206262,actSingleDoerAction),isa(_206282,mobSentientAnimal)))))
  8732. % cnf :-
  8733. %   v(v(~isa(_138{???K}, actKissing),
  8734. %       ~objectActedOn(_138{???K}, _152{???OBJ})),
  8735. %     v(isa(_138{???K}, actSingleDoerAction),
  8736. %       isa(_152{???OBJ}, mobSentientAnimal))).
  8737.  horn:-[(~isa(_207642,actKissing):-objectActedOn(_207642,_207668),~isa(_207642,actSingleDoerAction),~isa(_207668,mobSentientAnimal)),(~objectActedOn(_207730,_207744):-isa(_207730,actKissing),~isa(_207730,actSingleDoerAction),~isa(_207744,mobSentientAnimal)),(isa(_207814,mobSentientAnimal):-isa(_207840,actKissing),objectActedOn(_207840,_207814),~isa(_207840,actSingleDoerAction)),(isa(_207894,actSingleDoerAction):-isa(_207894,actKissing),objectActedOn(_207894,_207932),~isa(_207932,mobSentientAnimal))]
  8738. % boxlog :-
  8739. %  
  8740. %   [ (~isa(_744{???K}, actKissing):-objectActedOn(_744{???K}, _758{???OBJ}), ~isa(_744{???K}, actSingleDoerAction), ~isa(_758{???OBJ}, mobSentientAnimal)),
  8741. %     (~objectActedOn(_716{???K}, _730{???OBJ}):-isa(_716{???K}, actKissing), ~isa(_716{???K}, actSingleDoerAction), ~isa(_730{???OBJ}, mobSentientAnimal)),
  8742. %     (isa(_660{???OBJ}, mobSentientAnimal):-isa(_674{???K}, actKissing), objectActedOn(_674{???K}, _660{???OBJ}), ~isa(_674{???K}, actSingleDoerAction)),
  8743. %     (isa(_688{???K}, actSingleDoerAction):-isa(_688{???K}, actKissing), objectActedOn(_688{???K}, _702{???OBJ}), ~isa(_702{???OBJ}, mobSentientAnimal))
  8744. %   ].
  8745. % preview :-
  8746. %  
  8747. %   [ (objectActedOn(_708{???K}, _722{???OBJ}), {avoidHeadLoop(isa(_708{???K}, actSingleDoerAction), isa(_708{???K}, actKissing))}, ~isa(_708{???K}, actSingleDoerAction), {avoidHeadLoop(isa(_722{???OBJ}, mobSentientAnimal), isa(_708{???K}, actKissing))}, ~isa(_722{???OBJ}, mobSentientAnimal), {is_unit(_708{???K})}-> ~isa(_708{???K}, actKissing)),
  8748. %     (isa(_680{???K}, actKissing), ~isa(_680{???K}, actSingleDoerAction), ~isa(_694{???OBJ}, mobSentientAnimal), {is_unit(_694{???OBJ}, _680{???K})}-> ~objectActedOn(_680{???K}, _694{???OBJ})),
  8749. %     (isa(_638{???K}, actKissing), objectActedOn(_638{???K}, _624{???OBJ}), ~isa(_638{???K}, actSingleDoerAction), {is_unit(_624{???OBJ})}==>isa(_624{???OBJ}, mobSentientAnimal)),
  8750. %     (isa(_652{???K}, actKissing), objectActedOn(_652{???K}, _666{???OBJ}), ~isa(_666{???OBJ}, mobSentientAnimal), {is_unit(_652{???K})}==>isa(_652{???K}, actSingleDoerAction))
  8751. %   ].
  8752. % conds= =>((name_variable(_690{???K}, 'K'), name_variable(_704{???OBJ}, 'OBJ'), name_variable(_662{???K}, 'K'), name_variable(_676{???OBJ}, 'OBJ'), name_variable(_620{???K}, 'K'), name_variable(_606{???OBJ}, 'OBJ'), name_variable(_634{???K}, 'K'), name_variable(_648{???OBJ}, 'OBJ')), [(~isa(_690{???K}, actKissing)<-objectActedOn(_690{???K}, _704{???OBJ}), {avoidHeadLoop(isa(_690{???K}, actSingleDoerAction), isa(_690{???K}, actKissing))}, ~isa(_690{???K}, actSingleDoerAction), {avoidHeadLoop(isa(_704{???OBJ}, mobSentientAnimal), isa(_690{???K}, actKissing))}, ~isa(_704{???OBJ}, mobSentientAnimal), {is_unit(_690{???K})}),  (~objectActedOn(_662{???K}, _676{???OBJ})<-isa(_662{???K}, actKissing), ~isa(_662{???K}, actSingleDoerAction), ~isa(_676{???OBJ}, mobSentientAnimal), {is_unit(_676{???OBJ}, _662{???K})}),  (isa(_620{???K}, actKissing), objectActedOn(_620{???K}, _606{???OBJ}), ~isa(_620{???K}, actSingleDoerAction), {is_unit(_606{???OBJ})}==>isa(_606{???OBJ}, mobSentientAnimal)),  (isa(_634{???K}, actKissing), objectActedOn(_634{???K}, _648{???OBJ}), ~isa(_648{???OBJ}, mobSentientAnimal), {is_unit(_634{???K})}==>isa(_634{???K}, actSingleDoerAction))]).
  8753.  
  8754.  
  8755. % ~isa(_194{???K}, actKissing) :-
  8756. %   objectActedOn(_186{???K}, _200{???OBJ}),
  8757. %   ~isa(_186{???K}, actSingleDoerAction),
  8758. %   ~isa(_200{???OBJ}, mobSentientAnimal).
  8759. % ~objectActedOn(_158{???K}, _172{???OBJ}) :-
  8760. %   isa(_158{???K}, actKissing),
  8761. %   ~isa(_158{???K}, actSingleDoerAction),
  8762. %   ~isa(_172{???OBJ}, mobSentientAnimal).
  8763. % isa(_102{???OBJ}, mobSentientAnimal) :-
  8764. %   isa(_116{???K}, actKissing),
  8765. %   objectActedOn(_116{???K}, _102{???OBJ}),
  8766. %   ~isa(_116{???K}, actSingleDoerAction).
  8767. % isa(_102{???K}, actSingleDoerAction) :-
  8768. %   isa(_102{???K}, actKissing),
  8769. %   objectActedOn(_102{???K}, _116{???OBJ}),
  8770. %   ~isa(_116{???OBJ}, mobSentientAnimal).
  8771.  
  8772.  
  8773. % asserted_id(implies(and(isa(X_2108_2469, tObjectContainerArtifact), isa(X, tPortal), objectActedOn(X_2109_2471, X_2108_2469), objectActedOn(X_2109_2471, X), isa(X_2109_2471, actOpeningAContainerArtifact)), containsPortals(X_2108_2469, X)), a309022(X_2108_2469, X, X_2109_2471)).
  8774. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  8775. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  8776.  kif:-all(_206528,all(_206548,all(_206568,implies(and(isa(_206528,tObjectContainerArtifact),isa(_206568,tPortal),objectActedOn(_206548,_206528),objectActedOn(_206548,_206568),isa(_206548,actOpeningAContainerArtifact)),containsPortals(_206528,_206568)))))
  8777.  pkif:-all(_206486,all(_206506,all(_206526,=>(&(isa(_206486,tObjectContainerArtifact),&(isa(_206526,tPortal),&(objectActedOn(_206506,_206486),&(objectActedOn(_206506,_206526),isa(_206506,actOpeningAContainerArtifact))))),containsPortals(_206486,_206526)))))
  8778. % cnf :-
  8779. %   v(v(~isa(_150{???X_2108_2469}, tObjectContainerArtifact),
  8780. %       v(~isa(_164{???X}, tPortal),
  8781. %         v(~objectActedOn(_178{???X_2109_2471}, _150{???X_2108_2469}),
  8782. %       v(~objectActedOn(_178{???X_2109_2471}, _164{???X}),
  8783. %         ~isa(_178{???X_2109_2471}, actOpeningAContainerArtifact))))),
  8784. %     containsPortals(_150{???X_2108_2469}, _164{???X})).
  8785.  horn:-[(~isa(_209320,actOpeningAContainerArtifact):-isa(_209346,tObjectContainerArtifact),isa(_209372,tPortal),objectActedOn(_209320,_209346),objectActedOn(_209320,_209372),~containsPortals(_209346,_209372)),(~isa(_209442,tPortal):-isa(_209468,tObjectContainerArtifact),objectActedOn(_209494,_209468),objectActedOn(_209494,_209442),isa(_209494,actOpeningAContainerArtifact),~containsPortals(_209468,_209442)),(~isa(_209564,tObjectContainerArtifact):-isa(_209590,tPortal),objectActedOn(_209616,_209564),objectActedOn(_209616,_209590),isa(_209616,actOpeningAContainerArtifact),~containsPortals(_209564,_209590)),(~objectActedOn(_209686,_209700):-isa(_209726,tObjectContainerArtifact),isa(_209700,tPortal),objectActedOn(_209686,_209726),isa(_209686,actOpeningAContainerArtifact),~containsPortals(_209726,_209700)),(~objectActedOn(_209808,_209822):-isa(_209822,tObjectContainerArtifact),isa(_209860,tPortal),objectActedOn(_209808,_209860),isa(_209808,actOpeningAContainerArtifact),~containsPortals(_209822,_209860)),(containsPortals(_209926,_209940):-isa(_209926,tObjectContainerArtifact),isa(_209940,tPortal),objectActedOn(_209990,_209926),objectActedOn(_209990,_209940),isa(_209990,actOpeningAContainerArtifact))]
  8786. % boxlog :-
  8787. %  
  8788. %   [ (~isa(_812{???X_2109_2471}, actOpeningAContainerArtifact):-isa(_826{???X_2108_2469}, tObjectContainerArtifact), isa(_840{???X}, tPortal), objectActedOn(_812{???X_2109_2471}, _826{???X_2108_2469}), objectActedOn(_812{???X_2109_2471}, _840{???X}), ~containsPortals(_826{???X_2108_2469}, _840{???X})),
  8789. %     (~isa(_938{???X}, tPortal):-isa(_952{???X_2108_2469}, tObjectContainerArtifact), objectActedOn(_966{???X_2109_2471}, _952{???X_2108_2469}), objectActedOn(_966{???X_2109_2471}, _938{???X}), isa(_966{???X_2109_2471}, actOpeningAContainerArtifact), ~containsPortals(_952{???X_2108_2469}, _938{???X})),
  8790. %     (~isa(_980{???X_2108_2469}, tObjectContainerArtifact):-isa(_994{???X}, tPortal), objectActedOn(_1008{???X_2109_2471}, _980{???X_2108_2469}), objectActedOn(_1008{???X_2109_2471}, _994{???X}), isa(_1008{???X_2109_2471}, actOpeningAContainerArtifact), ~containsPortals(_980{???X_2108_2469}, _994{???X})),
  8791. %     (~objectActedOn(_854{???X_2109_2471}, _868{???X}):-isa(_882{???X_2108_2469}, tObjectContainerArtifact), isa(_868{???X}, tPortal), objectActedOn(_854{???X_2109_2471}, _882{???X_2108_2469}), isa(_854{???X_2109_2471}, actOpeningAContainerArtifact), ~containsPortals(_882{???X_2108_2469}, _868{???X})),
  8792. %     (~objectActedOn(_896{???X_2109_2471}, _910{???X_2108_2469}):-isa(_910{???X_2108_2469}, tObjectContainerArtifact), isa(_924{???X}, tPortal), objectActedOn(_896{???X_2109_2471}, _924{???X}), isa(_896{???X_2109_2471}, actOpeningAContainerArtifact), ~containsPortals(_910{???X_2108_2469}, _924{???X})),
  8793. %     (containsPortals(_770{???X_2108_2469}, _784{???X}):-isa(_770{???X_2108_2469}, tObjectContainerArtifact), isa(_784{???X}, tPortal), objectActedOn(_798{???X_2109_2471}, _770{???X_2108_2469}), objectActedOn(_798{???X_2109_2471}, _784{???X}), isa(_798{???X_2109_2471}, actOpeningAContainerArtifact))
  8794. %   ].
  8795. % preview :-
  8796. %  
  8797. %   [ ({avoidHeadLoop(isa(_790{???X_2108_2469}, tObjectContainerArtifact), isa(_776{???X_2109_2471}, actOpeningAContainerArtifact))}, isa(_790{???X_2108_2469}, tObjectContainerArtifact), {avoidHeadLoop(isa(_804{???X}, tPortal), isa(_776{???X_2109_2471}, actOpeningAContainerArtifact))}, isa(_804{???X}, tPortal), objectActedOn(_776{???X_2109_2471}, _790{???X_2108_2469}), objectActedOn(_776{???X_2109_2471}, _804{???X}), ~containsPortals(_790{???X_2108_2469}, _804{???X}), {is_unit(_776{???X_2109_2471})}-> ~isa(_776{???X_2109_2471}, actOpeningAContainerArtifact)),
  8798. %     ({avoidHeadLoop(isa(_916{???X_2108_2469}, tObjectContainerArtifact), isa(_902{???X}, tPortal))}, isa(_916{???X_2108_2469}, tObjectContainerArtifact), objectActedOn(_930{???X_2109_2471}, _916{???X_2108_2469}), objectActedOn(_930{???X_2109_2471}, _902{???X}), {avoidHeadLoop(isa(_930{???X_2109_2471}, actOpeningAContainerArtifact), isa(_902{???X}, tPortal))}, isa(_930{???X_2109_2471}, actOpeningAContainerArtifact), ~containsPortals(_916{???X_2108_2469}, _902{???X}), {is_unit(_902{???X})}-> ~isa(_902{???X}, tPortal)),
  8799. %     ({avoidHeadLoop(isa(_958{???X}, tPortal), isa(_944{???X_2108_2469}, tObjectContainerArtifact))}, isa(_958{???X}, tPortal), objectActedOn(_972{???X_2109_2471}, _944{???X_2108_2469}), objectActedOn(_972{???X_2109_2471}, _958{???X}), {avoidHeadLoop(isa(_972{???X_2109_2471}, actOpeningAContainerArtifact), isa(_944{???X_2108_2469}, tObjectContainerArtifact))}, isa(_972{???X_2109_2471}, actOpeningAContainerArtifact), ~containsPortals(_944{???X_2108_2469}, _958{???X}), {is_unit(_944{???X_2108_2469})}-> ~isa(_944{???X_2108_2469}, tObjectContainerArtifact)),
  8800. %     (isa(_846{???X_2108_2469}, tObjectContainerArtifact), isa(_832{???X}, tPortal), {avoidHeadLoop(objectActedOn(_818{???X_2109_2471}, _846{???X_2108_2469}), objectActedOn(_818{???X_2109_2471}, _832{???X}))}, objectActedOn(_818{???X_2109_2471}, _846{???X_2108_2469}), isa(_818{???X_2109_2471}, actOpeningAContainerArtifact), ~containsPortals(_846{???X_2108_2469}, _832{???X}), {is_unit(_832{???X}, _818{???X_2109_2471})}-> ~objectActedOn(_818{???X_2109_2471}, _832{???X})),
  8801. %     (isa(_874{???X_2108_2469}, tObjectContainerArtifact), isa(_888{???X}, tPortal), {avoidHeadLoop(objectActedOn(_860{???X_2109_2471}, _888{???X}), objectActedOn(_860{???X_2109_2471}, _874{???X_2108_2469}))}, objectActedOn(_860{???X_2109_2471}, _888{???X}), isa(_860{???X_2109_2471}, actOpeningAContainerArtifact), ~containsPortals(_874{???X_2108_2469}, _888{???X}), {is_unit(_874{???X_2108_2469}, _860{???X_2109_2471})}-> ~objectActedOn(_860{???X_2109_2471}, _874{???X_2108_2469})),
  8802. %     (isa(_734{???X_2108_2469}, tObjectContainerArtifact), isa(_748{???X}, tPortal), objectActedOn(_762{???X_2109_2471}, _734{???X_2108_2469}), objectActedOn(_762{???X_2109_2471}, _748{???X}), isa(_762{???X_2109_2471}, actOpeningAContainerArtifact), {is_unit(_748{???X}, _734{???X_2108_2469})}==>containsPortals(_734{???X_2108_2469}, _748{???X}))
  8803. %   ].
  8804. % conds= =>((name_variable(_758{???X_2109_2471}, 'X_2109_2471'), name_variable(_772{???X_2108_2469}, 'X_2108_2469'), name_variable(_786{???X}, 'X'), name_variable(_884{???X}, 'X'), name_variable(_898{???X_2108_2469}, 'X_2108_2469'), name_variable(_912{???X_2109_2471}, 'X_2109_2471'), name_variable(_926{???X_2108_2469}, 'X_2108_2469'), name_variable(_940{???X}, 'X'), name_variable(_954{???X_2109_2471}, 'X_2109_2471'), name_variable(_800{???X_2109_2471}, 'X_2109_2471'), name_variable(_814{???X}, 'X'), name_variable(_828{???X_2108_2469}, 'X_2108_2469'), name_variable(_842{???X_2109_2471}, 'X_2109_2471'), name_variable(_856{???X_2108_2469}, 'X_2108_2469'), name_variable(_870{???X}, 'X'), name_variable(_716{???X_2108_2469}, 'X_2108_2469'), name_variable(_730{???X}, 'X'), name_variable(_744{???X_2109_2471}, 'X_2109_2471')), [(~isa(_758{???X_2109_2471}, actOpeningAContainerArtifact)<-{avoidHeadLoop(isa(_772{???X_2108_2469}, tObjectContainerArtifact), isa(_758{???X_2109_2471}, actOpeningAContainerArtifact))}, isa(_772{???X_2108_2469}, tObjectContainerArtifact), {avoidHeadLoop(isa(_786{???X}, tPortal), isa(_758{???X_2109_2471}, actOpeningAContainerArtifact))}, isa(_786{???X}, tPortal), objectActedOn(_758{???X_2109_2471}, _772{???X_2108_2469}), objectActedOn(_758{???X_2109_2471}, _786{???X}), ~containsPortals(_772{???X_2108_2469}, _786{???X}), {is_unit(_758{???X_2109_2471})}),  (~isa(_884{???X}, tPortal)<-{avoidHeadLoop(isa(_898{???X_2108_2469}, tObjectContainerArtifact), isa(_884{???X}, tPortal))}, isa(_898{???X_2108_2469}, tObjectContainerArtifact), objectActedOn(_912{???X_2109_2471}, _898{???X_2108_2469}), objectActedOn(_912{???X_2109_2471}, _884{???X}), {avoidHeadLoop(isa(_912{???X_2109_2471}, actOpeningAContainerArtifact), isa(_884{???X}, tPortal))}, isa(_912{???X_2109_2471}, actOpeningAContainerArtifact), ~containsPortals(_898{???X_2108_2469}, _884{???X}), {is_unit(_884{???X})}),  (~isa(_926{???X_2108_2469}, tObjectContainerArtifact)<-{avoidHeadLoop(isa(_940{???X}, tPortal), isa(_926{???X_2108_2469}, tObjectContainerArtifact))}, isa(_940{???X}, tPortal), objectActedOn(_954{???X_2109_2471}, _926{???X_2108_2469}), objectActedOn(_954{???X_2109_2471}, _940{???X}), {avoidHeadLoop(isa(_954{???X_2109_2471}, actOpeningAContainerArtifact), isa(_926{???X_2108_2469}, tObjectContainerArtifact))}, isa(_954{???X_2109_2471}, actOpeningAContainerArtifact), ~containsPortals(_926{???X_2108_2469}, _940{???X}), {is_unit(_926{???X_2108_2469})}),  (~objectActedOn(_800{???X_2109_2471}, _814{???X})<-isa(_828{???X_2108_2469}, tObjectContainerArtifact), isa(_814{???X}, tPortal), {avoidHeadLoop(objectActedOn(_800{???X_2109_2471}, _828{???X_2108_2469}), objectActedOn(_800{???X_2109_2471}, _814{???X}))}, objectActedOn(_800{???X_2109_2471}, _828{???X_2108_2469}), isa(_800{???X_2109_2471}, actOpeningAContainerArtifact), ~containsPortals(_828{???X_2108_2469}, _814{???X}), {is_unit(_814{???X}, _800{???X_2109_2471})}),  (~objectActedOn(_842{???X_2109_2471}, _856{???X_2108_2469})<-isa(_856{???X_2108_2469}, tObjectContainerArtifact), isa(_870{???X}, tPortal), {avoidHeadLoop(objectActedOn(_842{???X_2109_2471}, _870{???X}), objectActedOn(_842{???X_2109_2471}, _856{???X_2108_2469}))}, objectActedOn(_842{???X_2109_2471}, _870{???X}), isa(_842{???X_2109_2471}, actOpeningAContainerArtifact), ~containsPortals(_856{???X_2108_2469}, _870{???X}), {is_unit(_856{???X_2108_2469}, _842{???X_2109_2471})}),  (isa(_716{???X_2108_2469}, tObjectContainerArtifact), isa(_730{???X}, tPortal), objectActedOn(_744{???X_2109_2471}, _716{???X_2108_2469}), objectActedOn(_744{???X_2109_2471}, _730{???X}), isa(_744{???X_2109_2471}, actOpeningAContainerArtifact), {is_unit(_730{???X}, _716{???X_2108_2469})}==>containsPortals(_716{???X_2108_2469}, _730{???X}))]).
  8805.  
  8806.  
  8807. % ~isa(_154{???X_2109_2471}, actOpeningAContainerArtifact) :-
  8808. %   isa(_168{???X_2108_2469}, tObjectContainerArtifact),
  8809. %   isa(_182{???X}, tPortal),
  8810. %   objectActedOn(_154{???X_2109_2471}, _168{???X_2108_2469}),
  8811. %   objectActedOn(_154{???X_2109_2471}, _182{???X}),
  8812. %   ~containsPortals(_168{???X_2108_2469}, _182{???X}).
  8813. % ~isa(_234{???X}, tPortal) :-
  8814. %   isa(_248{???X_2108_2469}, tObjectContainerArtifact),
  8815. %   objectActedOn(_262{???X_2109_2471}, _248{???X_2108_2469}),
  8816. %   objectActedOn(_262{???X_2109_2471}, _234{???X}),
  8817. %   isa(_262{???X_2109_2471}, actOpeningAContainerArtifact),
  8818. %   ~containsPortals(_248{???X_2108_2469}, _234{???X}).
  8819. % ~isa(_234{???X_2108_2469}, tObjectContainerArtifact) :-
  8820. %   isa(_242{???X}, tPortal),
  8821. %   objectActedOn(_256{???X_2109_2471}, _228{???X_2108_2469}),
  8822. %   objectActedOn(_256{???X_2109_2471}, _242{???X}),
  8823. %   isa(_256{???X_2109_2471}, actOpeningAContainerArtifact),
  8824. %   ~containsPortals(_228{???X_2108_2469}, _242{???X}).
  8825. % ~objectActedOn(_144{???X_2109_2471}, _158{???X}) :-
  8826. %   isa(_172{???X_2108_2469}, tObjectContainerArtifact),
  8827. %   isa(_158{???X}, tPortal),
  8828. %   objectActedOn(_144{???X_2109_2471}, _172{???X_2108_2469}),
  8829. %   isa(_144{???X_2109_2471}, actOpeningAContainerArtifact),
  8830. %   ~containsPortals(_172{???X_2108_2469}, _158{???X}).
  8831. % ~objectActedOn(_150{???X_2109_2471}, _164{???X_2108_2469}) :-
  8832. %   isa(_164{???X_2108_2469}, tObjectContainerArtifact),
  8833. %   isa(_178{???X}, tPortal),
  8834. %   objectActedOn(_150{???X_2109_2471}, _178{???X}),
  8835. %   isa(_150{???X_2109_2471}, actOpeningAContainerArtifact),
  8836. %   ~containsPortals(_164{???X_2108_2469}, _178{???X}).
  8837. % containsPortals(_102{???X_2108_2469}, _116{???X}) :-
  8838. %   isa(_102{???X_2108_2469}, tObjectContainerArtifact),
  8839. %   isa(_116{???X}, tPortal),
  8840. %   objectActedOn(_130{???X_2109_2471}, _102{???X_2108_2469}),
  8841. %   objectActedOn(_130{???X_2109_2471}, _116{???X}),
  8842. %   isa(_130{???X_2109_2471}, actOpeningAContainerArtifact).
  8843.  
  8844.  
  8845. % asserted_id(implies(and(isa(U, actHarvestingAPlant), objectActedOn(U, V), isa(V, tClazzPlant)), recyclableActors(U, V)), a309023(U, V)).
  8846. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  8847. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  8848.  kif:-all(_206564,all(_206584,implies(and(isa(_206564,actHarvestingAPlant),objectActedOn(_206564,_206584),isa(_206584,tClazzPlant)),recyclableActors(_206564,_206584))))
  8849.  pkif:-all(_206514,all(_206534,=>(&(isa(_206514,actHarvestingAPlant),&(objectActedOn(_206514,_206534),isa(_206534,tClazzPlant))),recyclableActors(_206514,_206534))))
  8850. % cnf :-
  8851. %   v(v(~isa(_134{???U}, actHarvestingAPlant),
  8852. %       v(~objectActedOn(_134{???U}, _148{???V}),
  8853. %         ~isa(_148{???V}, tClazzPlant))),
  8854. %     recyclableActors(_134{???U}, _148{???V})).
  8855.  horn:-[(~isa(_207866,tClazzPlant):-isa(_207892,actHarvestingAPlant),objectActedOn(_207892,_207866),~recyclableActors(_207892,_207866)),(~isa(_207950,actHarvestingAPlant):-objectActedOn(_207950,_207976),isa(_207976,tClazzPlant),~recyclableActors(_207950,_207976)),(~objectActedOn(_208034,_208048):-isa(_208034,actHarvestingAPlant),isa(_208048,tClazzPlant),~recyclableActors(_208034,_208048)),(recyclableActors(_208114,_208128):-isa(_208114,actHarvestingAPlant),objectActedOn(_208114,_208128),isa(_208128,tClazzPlant))]
  8856. % boxlog :-
  8857. %  
  8858. %   [ (~isa(_684{???V}, tClazzPlant):-isa(_698{???U}, actHarvestingAPlant), objectActedOn(_698{???U}, _684{???V}), ~recyclableActors(_698{???U}, _684{???V})),
  8859. %     (~isa(_740{???U}, actHarvestingAPlant):-objectActedOn(_740{???U}, _754{???V}), isa(_754{???V}, tClazzPlant), ~recyclableActors(_740{???U}, _754{???V})),
  8860. %     (~objectActedOn(_712{???U}, _726{???V}):-isa(_712{???U}, actHarvestingAPlant), isa(_726{???V}, tClazzPlant), ~recyclableActors(_712{???U}, _726{???V})),
  8861. %     (recyclableActors(_656{???U}, _670{???V}):-isa(_656{???U}, actHarvestingAPlant), objectActedOn(_656{???U}, _670{???V}), isa(_670{???V}, tClazzPlant))
  8862. %   ].
  8863. % preview :-
  8864. %  
  8865. %   [ ({avoidHeadLoop(isa(_662{???U}, actHarvestingAPlant), isa(_648{???V}, tClazzPlant))}, isa(_662{???U}, actHarvestingAPlant), objectActedOn(_662{???U}, _648{???V}), ~recyclableActors(_662{???U}, _648{???V}), {is_unit(_648{???V})}-> ~isa(_648{???V}, tClazzPlant)),
  8866. %     (objectActedOn(_704{???U}, _718{???V}), {avoidHeadLoop(isa(_718{???V}, tClazzPlant), isa(_704{???U}, actHarvestingAPlant))}, isa(_718{???V}, tClazzPlant), ~recyclableActors(_704{???U}, _718{???V}), {is_unit(_704{???U})}-> ~isa(_704{???U}, actHarvestingAPlant)),
  8867. %     (isa(_676{???U}, actHarvestingAPlant), isa(_690{???V}, tClazzPlant), ~recyclableActors(_676{???U}, _690{???V}), {is_unit(_690{???V}, _676{???U})}==> ~objectActedOn(_676{???U}, _690{???V})),
  8868. %     (isa(_620{???U}, actHarvestingAPlant), objectActedOn(_620{???U}, _634{???V}), isa(_634{???V}, tClazzPlant), {is_unit(_634{???V}, _620{???U})}==>recyclableActors(_620{???U}, _634{???V}))
  8869. %   ].
  8870. % conds= =>((name_variable(_630{???V}, 'V'), name_variable(_644{???U}, 'U'), name_variable(_686{???U}, 'U'), name_variable(_700{???V}, 'V'), name_variable(_658{???U}, 'U'), name_variable(_672{???V}, 'V'), name_variable(_602{???U}, 'U'), name_variable(_616{???V}, 'V')), [(~isa(_630{???V}, tClazzPlant)<-{avoidHeadLoop(isa(_644{???U}, actHarvestingAPlant), isa(_630{???V}, tClazzPlant))}, isa(_644{???U}, actHarvestingAPlant), objectActedOn(_644{???U}, _630{???V}), ~recyclableActors(_644{???U}, _630{???V}), {is_unit(_630{???V})}),  (~isa(_686{???U}, actHarvestingAPlant)<-objectActedOn(_686{???U}, _700{???V}), {avoidHeadLoop(isa(_700{???V}, tClazzPlant), isa(_686{???U}, actHarvestingAPlant))}, isa(_700{???V}, tClazzPlant), ~recyclableActors(_686{???U}, _700{???V}), {is_unit(_686{???U})}),  (isa(_658{???U}, actHarvestingAPlant), isa(_672{???V}, tClazzPlant), ~recyclableActors(_658{???U}, _672{???V}), {is_unit(_672{???V}, _658{???U})}==> ~objectActedOn(_658{???U}, _672{???V})),  (isa(_602{???U}, actHarvestingAPlant), objectActedOn(_602{???U}, _616{???V}), isa(_616{???V}, tClazzPlant), {is_unit(_616{???V}, _602{???U})}==>recyclableActors(_602{???U}, _616{???V}))]).
  8871.  
  8872.  
  8873. % ~isa(_138{???V}, tClazzPlant) :-
  8874. %   isa(_144{???U}, actHarvestingAPlant),
  8875. %   objectActedOn(_144{???U}, _130{???V}),
  8876. %   ~recyclableActors(_144{???U}, _130{???V}).
  8877. % ~isa(_162{???U}, actHarvestingAPlant) :-
  8878. %   objectActedOn(_162{???U}, _176{???V}),
  8879. %   isa(_176{???V}, tClazzPlant),
  8880. %   ~recyclableActors(_162{???U}, _176{???V}).
  8881. % ~objectActedOn(_130{???U}, _144{???V}) :-
  8882. %   isa(_130{???U}, actHarvestingAPlant),
  8883. %   isa(_144{???V}, tClazzPlant),
  8884. %   ~recyclableActors(_130{???U}, _144{???V}).
  8885. % recyclableActors(_102{???U}, _116{???V}) :-
  8886. %   isa(_102{???U}, actHarvestingAPlant),
  8887. %   objectActedOn(_102{???U}, _116{???V}),
  8888. %   isa(_116{???V}, tClazzPlant).
  8889.  
  8890.  
  8891. % asserted_id(implies(and(isa(U, actPlantingAPlant), objectActedOn(U, V), isa(V, tSeedling)), transportees(U, V)), a309024(U, V)).
  8892. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  8893. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  8894.  kif:-all(_206668,all(_206688,implies(and(isa(_206668,actPlantingAPlant),objectActedOn(_206668,_206688),isa(_206688,tSeedling)),transportees(_206668,_206688))))
  8895.  pkif:-all(_206618,all(_206638,=>(&(isa(_206618,actPlantingAPlant),&(objectActedOn(_206618,_206638),isa(_206638,tSeedling))),transportees(_206618,_206638))))
  8896. % cnf :-
  8897. %   v(v(~isa(_134{???U}, actPlantingAPlant),
  8898. %       v(~objectActedOn(_134{???U}, _148{???V}),
  8899. %         ~isa(_148{???V}, tSeedling))),
  8900. %     transportees(_134{???U}, _148{???V})).
  8901.  horn:-[(~isa(_207970,tSeedling):-isa(_207996,actPlantingAPlant),objectActedOn(_207996,_207970),~transportees(_207996,_207970)),(~isa(_208054,actPlantingAPlant):-objectActedOn(_208054,_208080),isa(_208080,tSeedling),~transportees(_208054,_208080)),(~objectActedOn(_208138,_208152):-isa(_208138,actPlantingAPlant),isa(_208152,tSeedling),~transportees(_208138,_208152)),(transportees(_208218,_208232):-isa(_208218,actPlantingAPlant),objectActedOn(_208218,_208232),isa(_208232,tSeedling))]
  8902. % boxlog :-
  8903. %  
  8904. %   [ (~isa(_684{???V}, tSeedling):-isa(_698{???U}, actPlantingAPlant), objectActedOn(_698{???U}, _684{???V}), ~transportees(_698{???U}, _684{???V})),
  8905. %     (~isa(_740{???U}, actPlantingAPlant):-objectActedOn(_740{???U}, _754{???V}), isa(_754{???V}, tSeedling), ~transportees(_740{???U}, _754{???V})),
  8906. %     (~objectActedOn(_712{???U}, _726{???V}):-isa(_712{???U}, actPlantingAPlant), isa(_726{???V}, tSeedling), ~transportees(_712{???U}, _726{???V})),
  8907. %     (transportees(_656{???U}, _670{???V}):-isa(_656{???U}, actPlantingAPlant), objectActedOn(_656{???U}, _670{???V}), isa(_670{???V}, tSeedling))
  8908. %   ].
  8909. % preview :-
  8910. %  
  8911. %   [ ({avoidHeadLoop(isa(_662{???U}, actPlantingAPlant), isa(_648{???V}, tSeedling))}, isa(_662{???U}, actPlantingAPlant), objectActedOn(_662{???U}, _648{???V}), ~transportees(_662{???U}, _648{???V}), {is_unit(_648{???V})}-> ~isa(_648{???V}, tSeedling)),
  8912. %     (objectActedOn(_704{???U}, _718{???V}), {avoidHeadLoop(isa(_718{???V}, tSeedling), isa(_704{???U}, actPlantingAPlant))}, isa(_718{???V}, tSeedling), ~transportees(_704{???U}, _718{???V}), {is_unit(_704{???U})}-> ~isa(_704{???U}, actPlantingAPlant)),
  8913. %     (isa(_676{???U}, actPlantingAPlant), isa(_690{???V}, tSeedling), ~transportees(_676{???U}, _690{???V}), {is_unit(_690{???V}, _676{???U})}==> ~objectActedOn(_676{???U}, _690{???V})),
  8914. %     (isa(_620{???U}, actPlantingAPlant), objectActedOn(_620{???U}, _634{???V}), isa(_634{???V}, tSeedling), {is_unit(_634{???V}, _620{???U})}==>transportees(_620{???U}, _634{???V}))
  8915. %   ].
  8916. % conds= =>((name_variable(_630{???V}, 'V'), name_variable(_644{???U}, 'U'), name_variable(_686{???U}, 'U'), name_variable(_700{???V}, 'V'), name_variable(_658{???U}, 'U'), name_variable(_672{???V}, 'V'), name_variable(_602{???U}, 'U'), name_variable(_616{???V}, 'V')), [(~isa(_630{???V}, tSeedling)<-{avoidHeadLoop(isa(_644{???U}, actPlantingAPlant), isa(_630{???V}, tSeedling))}, isa(_644{???U}, actPlantingAPlant), objectActedOn(_644{???U}, _630{???V}), ~transportees(_644{???U}, _630{???V}), {is_unit(_630{???V})}),  (~isa(_686{???U}, actPlantingAPlant)<-objectActedOn(_686{???U}, _700{???V}), {avoidHeadLoop(isa(_700{???V}, tSeedling), isa(_686{???U}, actPlantingAPlant))}, isa(_700{???V}, tSeedling), ~transportees(_686{???U}, _700{???V}), {is_unit(_686{???U})}),  (isa(_658{???U}, actPlantingAPlant), isa(_672{???V}, tSeedling), ~transportees(_658{???U}, _672{???V}), {is_unit(_672{???V}, _658{???U})}==> ~objectActedOn(_658{???U}, _672{???V})),  (isa(_602{???U}, actPlantingAPlant), objectActedOn(_602{???U}, _616{???V}), isa(_616{???V}, tSeedling), {is_unit(_616{???V}, _602{???U})}==>transportees(_602{???U}, _616{???V}))]).
  8917.  
  8918.  
  8919. % ~isa(_138{???V}, tSeedling) :-
  8920. %   isa(_144{???U}, actPlantingAPlant),
  8921. %   objectActedOn(_144{???U}, _130{???V}),
  8922. %   ~transportees(_144{???U}, _130{???V}).
  8923. % ~isa(_162{???U}, actPlantingAPlant) :-
  8924. %   objectActedOn(_162{???U}, _176{???V}),
  8925. %   isa(_176{???V}, tSeedling),
  8926. %   ~transportees(_162{???U}, _176{???V}).
  8927. % ~objectActedOn(_130{???U}, _144{???V}) :-
  8928. %   isa(_130{???U}, actPlantingAPlant),
  8929. %   isa(_144{???V}, tSeedling),
  8930. %   ~transportees(_130{???U}, _144{???V}).
  8931. % transportees(_102{???U}, _116{???V}) :-
  8932. %   isa(_102{???U}, actPlantingAPlant),
  8933. %   objectActedOn(_102{???U}, _116{???V}),
  8934. %   isa(_116{???V}, tSeedling).
  8935.  
  8936.  
  8937. % asserted_id(implies(and(isa(U, actTurningOnWater), objectActedOn(U, V), isa(V, tObjectTapPlumbingFixture)), recyclableActors(U, V)), a309025(U, V)).
  8938. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  8939. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  8940.  kif:-all(_206772,all(_206792,implies(and(isa(_206772,actTurningOnWater),objectActedOn(_206772,_206792),isa(_206792,tObjectTapPlumbingFixture)),recyclableActors(_206772,_206792))))
  8941.  pkif:-all(_206722,all(_206742,=>(&(isa(_206722,actTurningOnWater),&(objectActedOn(_206722,_206742),isa(_206742,tObjectTapPlumbingFixture))),recyclableActors(_206722,_206742))))
  8942. % cnf :-
  8943. %   v(v(~isa(_134{???U}, actTurningOnWater),
  8944. %       v(~objectActedOn(_134{???U}, _148{???V}),
  8945. %         ~isa(_148{???V}, tObjectTapPlumbingFixture))),
  8946. %     recyclableActors(_134{???U}, _148{???V})).
  8947.  horn:-[(~isa(_208074,tObjectTapPlumbingFixture):-isa(_208100,actTurningOnWater),objectActedOn(_208100,_208074),~recyclableActors(_208100,_208074)),(~isa(_208158,actTurningOnWater):-objectActedOn(_208158,_208184),isa(_208184,tObjectTapPlumbingFixture),~recyclableActors(_208158,_208184)),(~objectActedOn(_208242,_208256):-isa(_208242,actTurningOnWater),isa(_208256,tObjectTapPlumbingFixture),~recyclableActors(_208242,_208256)),(recyclableActors(_208322,_208336):-isa(_208322,actTurningOnWater),objectActedOn(_208322,_208336),isa(_208336,tObjectTapPlumbingFixture))]
  8948. % boxlog :-
  8949. %  
  8950. %   [ (~isa(_684{???V}, tObjectTapPlumbingFixture):-isa(_698{???U}, actTurningOnWater), objectActedOn(_698{???U}, _684{???V}), ~recyclableActors(_698{???U}, _684{???V})),
  8951. %     (~isa(_740{???U}, actTurningOnWater):-objectActedOn(_740{???U}, _754{???V}), isa(_754{???V}, tObjectTapPlumbingFixture), ~recyclableActors(_740{???U}, _754{???V})),
  8952. %     (~objectActedOn(_712{???U}, _726{???V}):-isa(_712{???U}, actTurningOnWater), isa(_726{???V}, tObjectTapPlumbingFixture), ~recyclableActors(_712{???U}, _726{???V})),
  8953. %     (recyclableActors(_656{???U}, _670{???V}):-isa(_656{???U}, actTurningOnWater), objectActedOn(_656{???U}, _670{???V}), isa(_670{???V}, tObjectTapPlumbingFixture))
  8954. %   ].
  8955. % preview :-
  8956. %  
  8957. %   [ ({avoidHeadLoop(isa(_662{???U}, actTurningOnWater), isa(_648{???V}, tObjectTapPlumbingFixture))}, isa(_662{???U}, actTurningOnWater), objectActedOn(_662{???U}, _648{???V}), ~recyclableActors(_662{???U}, _648{???V}), {is_unit(_648{???V})}-> ~isa(_648{???V}, tObjectTapPlumbingFixture)),
  8958. %     (objectActedOn(_704{???U}, _718{???V}), {avoidHeadLoop(isa(_718{???V}, tObjectTapPlumbingFixture), isa(_704{???U}, actTurningOnWater))}, isa(_718{???V}, tObjectTapPlumbingFixture), ~recyclableActors(_704{???U}, _718{???V}), {is_unit(_704{???U})}-> ~isa(_704{???U}, actTurningOnWater)),
  8959. %     (isa(_676{???U}, actTurningOnWater), isa(_690{???V}, tObjectTapPlumbingFixture), ~recyclableActors(_676{???U}, _690{???V}), {is_unit(_690{???V}, _676{???U})}==> ~objectActedOn(_676{???U}, _690{???V})),
  8960. %     (isa(_620{???U}, actTurningOnWater), objectActedOn(_620{???U}, _634{???V}), isa(_634{???V}, tObjectTapPlumbingFixture), {is_unit(_634{???V}, _620{???U})}==>recyclableActors(_620{???U}, _634{???V}))
  8961. %   ].
  8962. % conds= =>((name_variable(_630{???V}, 'V'), name_variable(_644{???U}, 'U'), name_variable(_686{???U}, 'U'), name_variable(_700{???V}, 'V'), name_variable(_658{???U}, 'U'), name_variable(_672{???V}, 'V'), name_variable(_602{???U}, 'U'), name_variable(_616{???V}, 'V')), [(~isa(_630{???V}, tObjectTapPlumbingFixture)<-{avoidHeadLoop(isa(_644{???U}, actTurningOnWater), isa(_630{???V}, tObjectTapPlumbingFixture))}, isa(_644{???U}, actTurningOnWater), objectActedOn(_644{???U}, _630{???V}), ~recyclableActors(_644{???U}, _630{???V}), {is_unit(_630{???V})}),  (~isa(_686{???U}, actTurningOnWater)<-objectActedOn(_686{???U}, _700{???V}), {avoidHeadLoop(isa(_700{???V}, tObjectTapPlumbingFixture), isa(_686{???U}, actTurningOnWater))}, isa(_700{???V}, tObjectTapPlumbingFixture), ~recyclableActors(_686{???U}, _700{???V}), {is_unit(_686{???U})}),  (isa(_658{???U}, actTurningOnWater), isa(_672{???V}, tObjectTapPlumbingFixture), ~recyclableActors(_658{???U}, _672{???V}), {is_unit(_672{???V}, _658{???U})}==> ~objectActedOn(_658{???U}, _672{???V})),  (isa(_602{???U}, actTurningOnWater), objectActedOn(_602{???U}, _616{???V}), isa(_616{???V}, tObjectTapPlumbingFixture), {is_unit(_616{???V}, _602{???U})}==>recyclableActors(_602{???U}, _616{???V}))]).
  8963.  
  8964.  
  8965. % ~isa(_138{???V}, tObjectTapPlumbingFixture) :-
  8966. %   isa(_144{???U}, actTurningOnWater),
  8967. %   objectActedOn(_144{???U}, _130{???V}),
  8968. %   ~recyclableActors(_144{???U}, _130{???V}).
  8969. % ~isa(_162{???U}, actTurningOnWater) :-
  8970. %   objectActedOn(_162{???U}, _176{???V}),
  8971. %   isa(_176{???V}, tObjectTapPlumbingFixture),
  8972. %   ~recyclableActors(_162{???U}, _176{???V}).
  8973. % ~objectActedOn(_130{???U}, _144{???V}) :-
  8974. %   isa(_130{???U}, actTurningOnWater),
  8975. %   isa(_144{???V}, tObjectTapPlumbingFixture),
  8976. %   ~recyclableActors(_130{???U}, _144{???V}).
  8977. % recyclableActors(_102{???U}, _116{???V}) :-
  8978. %   isa(_102{???U}, actTurningOnWater),
  8979. %   objectActedOn(_102{???U}, _116{???V}),
  8980. %   isa(_116{???V}, tObjectTapPlumbingFixture).
  8981.  
  8982.  
  8983. % asserted_id(implies(and(isa(U, actHarvestingAPlant), objectActedOn(U, V), isa(V, tPartTypeSeed)), transportees(U, V)), a309026(U, V)).
  8984. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  8985. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  8986.  kif:-all(_206876,all(_206896,implies(and(isa(_206876,actHarvestingAPlant),objectActedOn(_206876,_206896),isa(_206896,tPartTypeSeed)),transportees(_206876,_206896))))
  8987.  pkif:-all(_206826,all(_206846,=>(&(isa(_206826,actHarvestingAPlant),&(objectActedOn(_206826,_206846),isa(_206846,tPartTypeSeed))),transportees(_206826,_206846))))
  8988. % cnf :-
  8989. %   v(v(~isa(_134{???U}, actHarvestingAPlant),
  8990. %       v(~objectActedOn(_134{???U}, _148{???V}),
  8991. %         ~isa(_148{???V}, tPartTypeSeed))),
  8992. %     transportees(_134{???U}, _148{???V})).
  8993.  horn:-[(~isa(_208178,tPartTypeSeed):-isa(_208204,actHarvestingAPlant),objectActedOn(_208204,_208178),~transportees(_208204,_208178)),(~isa(_208262,actHarvestingAPlant):-objectActedOn(_208262,_208288),isa(_208288,tPartTypeSeed),~transportees(_208262,_208288)),(~objectActedOn(_208346,_208360):-isa(_208346,actHarvestingAPlant),isa(_208360,tPartTypeSeed),~transportees(_208346,_208360)),(transportees(_208426,_208440):-isa(_208426,actHarvestingAPlant),objectActedOn(_208426,_208440),isa(_208440,tPartTypeSeed))]
  8994. % boxlog :-
  8995. %  
  8996. %   [ (~isa(_684{???V}, tPartTypeSeed):-isa(_698{???U}, actHarvestingAPlant), objectActedOn(_698{???U}, _684{???V}), ~transportees(_698{???U}, _684{???V})),
  8997. %     (~isa(_740{???U}, actHarvestingAPlant):-objectActedOn(_740{???U}, _754{???V}), isa(_754{???V}, tPartTypeSeed), ~transportees(_740{???U}, _754{???V})),
  8998. %     (~objectActedOn(_712{???U}, _726{???V}):-isa(_712{???U}, actHarvestingAPlant), isa(_726{???V}, tPartTypeSeed), ~transportees(_712{???U}, _726{???V})),
  8999. %     (transportees(_656{???U}, _670{???V}):-isa(_656{???U}, actHarvestingAPlant), objectActedOn(_656{???U}, _670{???V}), isa(_670{???V}, tPartTypeSeed))
  9000. %   ].
  9001. % preview :-
  9002. %  
  9003. %   [ ({avoidHeadLoop(isa(_662{???U}, actHarvestingAPlant), isa(_648{???V}, tPartTypeSeed))}, isa(_662{???U}, actHarvestingAPlant), objectActedOn(_662{???U}, _648{???V}), ~transportees(_662{???U}, _648{???V}), {is_unit(_648{???V})}-> ~isa(_648{???V}, tPartTypeSeed)),
  9004. %     (objectActedOn(_704{???U}, _718{???V}), {avoidHeadLoop(isa(_718{???V}, tPartTypeSeed), isa(_704{???U}, actHarvestingAPlant))}, isa(_718{???V}, tPartTypeSeed), ~transportees(_704{???U}, _718{???V}), {is_unit(_704{???U})}-> ~isa(_704{???U}, actHarvestingAPlant)),
  9005. %     (isa(_676{???U}, actHarvestingAPlant), isa(_690{???V}, tPartTypeSeed), ~transportees(_676{???U}, _690{???V}), {is_unit(_690{???V}, _676{???U})}==> ~objectActedOn(_676{???U}, _690{???V})),
  9006. %     (isa(_620{???U}, actHarvestingAPlant), objectActedOn(_620{???U}, _634{???V}), isa(_634{???V}, tPartTypeSeed), {is_unit(_634{???V}, _620{???U})}==>transportees(_620{???U}, _634{???V}))
  9007. %   ].
  9008. % conds= =>((name_variable(_630{???V}, 'V'), name_variable(_644{???U}, 'U'), name_variable(_686{???U}, 'U'), name_variable(_700{???V}, 'V'), name_variable(_658{???U}, 'U'), name_variable(_672{???V}, 'V'), name_variable(_602{???U}, 'U'), name_variable(_616{???V}, 'V')), [(~isa(_630{???V}, tPartTypeSeed)<-{avoidHeadLoop(isa(_644{???U}, actHarvestingAPlant), isa(_630{???V}, tPartTypeSeed))}, isa(_644{???U}, actHarvestingAPlant), objectActedOn(_644{???U}, _630{???V}), ~transportees(_644{???U}, _630{???V}), {is_unit(_630{???V})}),  (~isa(_686{???U}, actHarvestingAPlant)<-objectActedOn(_686{???U}, _700{???V}), {avoidHeadLoop(isa(_700{???V}, tPartTypeSeed), isa(_686{???U}, actHarvestingAPlant))}, isa(_700{???V}, tPartTypeSeed), ~transportees(_686{???U}, _700{???V}), {is_unit(_686{???U})}),  (isa(_658{???U}, actHarvestingAPlant), isa(_672{???V}, tPartTypeSeed), ~transportees(_658{???U}, _672{???V}), {is_unit(_672{???V}, _658{???U})}==> ~objectActedOn(_658{???U}, _672{???V})),  (isa(_602{???U}, actHarvestingAPlant), objectActedOn(_602{???U}, _616{???V}), isa(_616{???V}, tPartTypeSeed), {is_unit(_616{???V}, _602{???U})}==>transportees(_602{???U}, _616{???V}))]).
  9009.  
  9010.  
  9011. % ~isa(_138{???V}, tPartTypeSeed) :-
  9012. %   isa(_144{???U}, actHarvestingAPlant),
  9013. %   objectActedOn(_144{???U}, _130{???V}),
  9014. %   ~transportees(_144{???U}, _130{???V}).
  9015. % ~isa(_162{???U}, actHarvestingAPlant) :-
  9016. %   objectActedOn(_162{???U}, _176{???V}),
  9017. %   isa(_176{???V}, tPartTypeSeed),
  9018. %   ~transportees(_162{???U}, _176{???V}).
  9019. % ~objectActedOn(_130{???U}, _144{???V}) :-
  9020. %   isa(_130{???U}, actHarvestingAPlant),
  9021. %   isa(_144{???V}, tPartTypeSeed),
  9022. %   ~transportees(_130{???U}, _144{???V}).
  9023. % transportees(_102{???U}, _116{???V}) :-
  9024. %   isa(_102{???U}, actHarvestingAPlant),
  9025. %   objectActedOn(_102{???U}, _116{???V}),
  9026. %   isa(_116{???V}, tPartTypeSeed).
  9027.  
  9028.  
  9029. % asserted_id(implies(and(isa(EV, actCarryingWhileLocomoting), performedBy(EV, P1), isa(P1, mobHumanAdult), objectActedOn(EV, P2), children(P1, P2)), isa(P2, mobHumanChild)), a309027(EV, P1, P2)).
  9030. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  9031. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  9032.  kif:-all(_207100,all(_207120,all(_207140,implies(and(isa(_207100,actCarryingWhileLocomoting),performedBy(_207100,_207120),isa(_207120,mobHumanAdult),objectActedOn(_207100,_207140),children(_207120,_207140)),isa(_207140,mobHumanChild)))))
  9033.  pkif:-all(_207058,all(_207078,all(_207098,=>(&(isa(_207058,actCarryingWhileLocomoting),&(performedBy(_207058,_207078),&(isa(_207078,mobHumanAdult),&(objectActedOn(_207058,_207098),children(_207078,_207098))))),isa(_207098,mobHumanChild)))))
  9034. % cnf :-
  9035. %   v(v(~isa(_150{???EV}, actCarryingWhileLocomoting),
  9036. %       v(~performedBy(_150{???EV}, _164{???P1}),
  9037. %         v(~isa(_164{???P1}, mobHumanAdult),
  9038. %       v(~objectActedOn(_150{???EV}, _178{???P2}),
  9039. %         ~children(_164{???P1}, _178{???P2}))))),
  9040. %     isa(_178{???P2}, mobHumanChild)).
  9041.  horn:-[(~children(_209892,_209906):-isa(_209932,actCarryingWhileLocomoting),performedBy(_209932,_209892),isa(_209892,mobHumanAdult),objectActedOn(_209932,_209906),~isa(_209906,mobHumanChild)),(~isa(_210014,mobHumanAdult):-isa(_210040,actCarryingWhileLocomoting),performedBy(_210040,_210014),objectActedOn(_210040,_210078),children(_210014,_210078),~isa(_210078,mobHumanChild)),(~isa(_210136,actCarryingWhileLocomoting):-performedBy(_210136,_210162),isa(_210162,mobHumanAdult),objectActedOn(_210136,_210200),children(_210162,_210200),~isa(_210200,mobHumanChild)),(~objectActedOn(_210258,_210272):-isa(_210258,actCarryingWhileLocomoting),performedBy(_210258,_210310),isa(_210310,mobHumanAdult),children(_210310,_210272),~isa(_210272,mobHumanChild)),(~performedBy(_210380,_210394):-isa(_210380,actCarryingWhileLocomoting),isa(_210394,mobHumanAdult),objectActedOn(_210380,_210444),children(_210394,_210444),~isa(_210444,mobHumanChild)),(isa(_210498,mobHumanChild):-isa(_210524,actCarryingWhileLocomoting),performedBy(_210524,_210550),isa(_210550,mobHumanAdult),objectActedOn(_210524,_210498),children(_210550,_210498))]
  9042. % boxlog :-
  9043. %  
  9044. %   [ (~children(_812{???P1}, _826{???P2}):-isa(_840{???EV}, actCarryingWhileLocomoting), performedBy(_840{???EV}, _812{???P1}), isa(_812{???P1}, mobHumanAdult), objectActedOn(_840{???EV}, _826{???P2}), ~isa(_826{???P2}, mobHumanChild)),
  9045. %     (~isa(_896{???P1}, mobHumanAdult):-isa(_910{???EV}, actCarryingWhileLocomoting), performedBy(_910{???EV}, _896{???P1}), objectActedOn(_910{???EV}, _924{???P2}), children(_896{???P1}, _924{???P2}), ~isa(_924{???P2}, mobHumanChild)),
  9046. %     (~isa(_980{???EV}, actCarryingWhileLocomoting):-performedBy(_980{???EV}, _994{???P1}), isa(_994{???P1}, mobHumanAdult), objectActedOn(_980{???EV}, _1008{???P2}), children(_994{???P1}, _1008{???P2}), ~isa(_1008{???P2}, mobHumanChild)),
  9047. %     (~objectActedOn(_854{???EV}, _868{???P2}):-isa(_854{???EV}, actCarryingWhileLocomoting), performedBy(_854{???EV}, _882{???P1}), isa(_882{???P1}, mobHumanAdult), children(_882{???P1}, _868{???P2}), ~isa(_868{???P2}, mobHumanChild)),
  9048. %     (~performedBy(_938{???EV}, _952{???P1}):-isa(_938{???EV}, actCarryingWhileLocomoting), isa(_952{???P1}, mobHumanAdult), objectActedOn(_938{???EV}, _966{???P2}), children(_952{???P1}, _966{???P2}), ~isa(_966{???P2}, mobHumanChild)),
  9049. %     (isa(_770{???P2}, mobHumanChild):-isa(_784{???EV}, actCarryingWhileLocomoting), performedBy(_784{???EV}, _798{???P1}), isa(_798{???P1}, mobHumanAdult), objectActedOn(_784{???EV}, _770{???P2}), children(_798{???P1}, _770{???P2}))
  9050. %   ].
  9051. % preview :-
  9052. %  
  9053. %   [ (isa(_804{???EV}, actCarryingWhileLocomoting), performedBy(_804{???EV}, _776{???P1}), isa(_776{???P1}, mobHumanAdult), objectActedOn(_804{???EV}, _790{???P2}), ~isa(_790{???P2}, mobHumanChild), {is_unit(_790{???P2}, _776{???P1})}-> ~children(_776{???P1}, _790{???P2})),
  9054. %     ({avoidHeadLoop(isa(_874{???EV}, actCarryingWhileLocomoting), isa(_860{???P1}, mobHumanAdult))}, isa(_874{???EV}, actCarryingWhileLocomoting), performedBy(_874{???EV}, _860{???P1}), objectActedOn(_874{???EV}, _888{???P2}), children(_860{???P1}, _888{???P2}), {avoidHeadLoop(isa(_888{???P2}, mobHumanChild), isa(_860{???P1}, mobHumanAdult))}, ~isa(_888{???P2}, mobHumanChild), {is_unit(_860{???P1})}-> ~isa(_860{???P1}, mobHumanAdult)),
  9055. %     (performedBy(_944{???EV}, _958{???P1}), {avoidHeadLoop(isa(_958{???P1}, mobHumanAdult), isa(_944{???EV}, actCarryingWhileLocomoting))}, isa(_958{???P1}, mobHumanAdult), objectActedOn(_944{???EV}, _972{???P2}), children(_958{???P1}, _972{???P2}), {avoidHeadLoop(isa(_972{???P2}, mobHumanChild), isa(_944{???EV}, actCarryingWhileLocomoting))}, ~isa(_972{???P2}, mobHumanChild), {is_unit(_944{???EV})}-> ~isa(_944{???EV}, actCarryingWhileLocomoting)),
  9056. %     (isa(_818{???EV}, actCarryingWhileLocomoting), performedBy(_818{???EV}, _846{???P1}), isa(_846{???P1}, mobHumanAdult), children(_846{???P1}, _832{???P2}), ~isa(_832{???P2}, mobHumanChild), {is_unit(_832{???P2}, _818{???EV})}-> ~objectActedOn(_818{???EV}, _832{???P2})),
  9057. %     (isa(_902{???EV}, actCarryingWhileLocomoting), isa(_916{???P1}, mobHumanAdult), objectActedOn(_902{???EV}, _930{???P2}), children(_916{???P1}, _930{???P2}), ~isa(_930{???P2}, mobHumanChild), {is_unit(_916{???P1}, _902{???EV})}-> ~performedBy(_902{???EV}, _916{???P1})),
  9058. %     (isa(_748{???EV}, actCarryingWhileLocomoting), performedBy(_748{???EV}, _762{???P1}), isa(_762{???P1}, mobHumanAdult), objectActedOn(_748{???EV}, _734{???P2}), children(_762{???P1}, _734{???P2}), {is_unit(_734{???P2})}==>isa(_734{???P2}, mobHumanChild))
  9059. %   ].
  9060. % conds= =>((name_variable(_758{???P1}, 'P1'), name_variable(_772{???P2}, 'P2'), name_variable(_786{???EV}, 'EV'), name_variable(_842{???P1}, 'P1'), name_variable(_856{???EV}, 'EV'), name_variable(_870{???P2}, 'P2'), name_variable(_926{???EV}, 'EV'), name_variable(_940{???P1}, 'P1'), name_variable(_954{???P2}, 'P2'), name_variable(_800{???EV}, 'EV'), name_variable(_814{???P2}, 'P2'), name_variable(_828{???P1}, 'P1'), name_variable(_884{???EV}, 'EV'), name_variable(_898{???P1}, 'P1'), name_variable(_912{???P2}, 'P2'), name_variable(_730{???EV}, 'EV'), name_variable(_744{???P1}, 'P1'), name_variable(_716{???P2}, 'P2')), [(~children(_758{???P1}, _772{???P2})<-isa(_786{???EV}, actCarryingWhileLocomoting), performedBy(_786{???EV}, _758{???P1}), isa(_758{???P1}, mobHumanAdult), objectActedOn(_786{???EV}, _772{???P2}), ~isa(_772{???P2}, mobHumanChild), {is_unit(_772{???P2}, _758{???P1})}),  (~isa(_842{???P1}, mobHumanAdult)<-{avoidHeadLoop(isa(_856{???EV}, actCarryingWhileLocomoting), isa(_842{???P1}, mobHumanAdult))}, isa(_856{???EV}, actCarryingWhileLocomoting), performedBy(_856{???EV}, _842{???P1}), objectActedOn(_856{???EV}, _870{???P2}), children(_842{???P1}, _870{???P2}), {avoidHeadLoop(isa(_870{???P2}, mobHumanChild), isa(_842{???P1}, mobHumanAdult))}, ~isa(_870{???P2}, mobHumanChild), {is_unit(_842{???P1})}),  (~isa(_926{???EV}, actCarryingWhileLocomoting)<-performedBy(_926{???EV}, _940{???P1}), {avoidHeadLoop(isa(_940{???P1}, mobHumanAdult), isa(_926{???EV}, actCarryingWhileLocomoting))}, isa(_940{???P1}, mobHumanAdult), objectActedOn(_926{???EV}, _954{???P2}), children(_940{???P1}, _954{???P2}), {avoidHeadLoop(isa(_954{???P2}, mobHumanChild), isa(_926{???EV}, actCarryingWhileLocomoting))}, ~isa(_954{???P2}, mobHumanChild), {is_unit(_926{???EV})}),  (~objectActedOn(_800{???EV}, _814{???P2})<-isa(_800{???EV}, actCarryingWhileLocomoting), performedBy(_800{???EV}, _828{???P1}), isa(_828{???P1}, mobHumanAdult), children(_828{???P1}, _814{???P2}), ~isa(_814{???P2}, mobHumanChild), {is_unit(_814{???P2}, _800{???EV})}),  (~performedBy(_884{???EV}, _898{???P1})<-isa(_884{???EV}, actCarryingWhileLocomoting), isa(_898{???P1}, mobHumanAdult), objectActedOn(_884{???EV}, _912{???P2}), children(_898{???P1}, _912{???P2}), ~isa(_912{???P2}, mobHumanChild), {is_unit(_898{???P1}, _884{???EV})}),  (isa(_730{???EV}, actCarryingWhileLocomoting), performedBy(_730{???EV}, _744{???P1}), isa(_744{???P1}, mobHumanAdult), objectActedOn(_730{???EV}, _716{???P2}), children(_744{???P1}, _716{???P2}), {is_unit(_716{???P2})}==>isa(_716{???P2}, mobHumanChild))]).
  9061.  
  9062.  
  9063. % ~children(_154{???P1}, _168{???P2}) :-
  9064. %   isa(_182{???EV}, actCarryingWhileLocomoting),
  9065. %   performedBy(_182{???EV}, _154{???P1}),
  9066. %   isa(_154{???P1}, mobHumanAdult),
  9067. %   objectActedOn(_182{???EV}, _168{???P2}),
  9068. %   ~isa(_168{???P2}, mobHumanChild).
  9069. % ~isa(_192{???P1}, mobHumanAdult) :-
  9070. %   isa(_206{???EV}, actCarryingWhileLocomoting),
  9071. %   performedBy(_206{???EV}, _192{???P1}),
  9072. %   objectActedOn(_206{???EV}, _220{???P2}),
  9073. %   children(_192{???P1}, _220{???P2}),
  9074. %   ~isa(_220{???P2}, mobHumanChild).
  9075. % ~isa(_234{???EV}, actCarryingWhileLocomoting) :-
  9076. %   performedBy(_228{???EV}, _242{???P1}),
  9077. %   isa(_242{???P1}, mobHumanAdult),
  9078. %   objectActedOn(_228{???EV}, _256{???P2}),
  9079. %   children(_242{???P1}, _256{???P2}),
  9080. %   ~isa(_256{???P2}, mobHumanChild).
  9081. % ~objectActedOn(_144{???EV}, _158{???P2}) :-
  9082. %   isa(_144{???EV}, actCarryingWhileLocomoting),
  9083. %   performedBy(_144{???EV}, _172{???P1}),
  9084. %   isa(_172{???P1}, mobHumanAdult),
  9085. %   children(_172{???P1}, _158{???P2}),
  9086. %   ~isa(_158{???P2}, mobHumanChild).
  9087. % ~performedBy(_150{???EV}, _164{???P1}) :-
  9088. %   isa(_150{???EV}, actCarryingWhileLocomoting),
  9089. %   isa(_164{???P1}, mobHumanAdult),
  9090. %   objectActedOn(_150{???EV}, _178{???P2}),
  9091. %   children(_164{???P1}, _178{???P2}),
  9092. %   ~isa(_178{???P2}, mobHumanChild).
  9093. % isa(_102{???P2}, mobHumanChild) :-
  9094. %   isa(_116{???EV}, actCarryingWhileLocomoting),
  9095. %   performedBy(_116{???EV}, _130{???P1}),
  9096. %   isa(_130{???P1}, mobHumanAdult),
  9097. %   objectActedOn(_116{???EV}, _102{???P2}),
  9098. %   children(_130{???P1}, _102{???P2}).
  9099.  
  9100.  
  9101. % asserted_id(implies(and(isa(U, actPunchingSomething), objectActedOn(U, V), isa(V, tPartiallyTangible)), recyclableActors(U, V)), a309028(U, V)).
  9102. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  9103. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  9104.  kif:-all(_207136,all(_207156,implies(and(isa(_207136,actPunchingSomething),objectActedOn(_207136,_207156),isa(_207156,tPartiallyTangible)),recyclableActors(_207136,_207156))))
  9105.  pkif:-all(_207086,all(_207106,=>(&(isa(_207086,actPunchingSomething),&(objectActedOn(_207086,_207106),isa(_207106,tPartiallyTangible))),recyclableActors(_207086,_207106))))
  9106. % cnf :-
  9107. %   v(v(~isa(_134{???U}, actPunchingSomething),
  9108. %       v(~objectActedOn(_134{???U}, _148{???V}),
  9109. %         ~isa(_148{???V}, tPartiallyTangible))),
  9110. %     recyclableActors(_134{???U}, _148{???V})).
  9111.  horn:-[(~isa(_208438,tPartiallyTangible):-isa(_208464,actPunchingSomething),objectActedOn(_208464,_208438),~recyclableActors(_208464,_208438)),(~isa(_208522,actPunchingSomething):-objectActedOn(_208522,_208548),isa(_208548,tPartiallyTangible),~recyclableActors(_208522,_208548)),(~objectActedOn(_208606,_208620):-isa(_208606,actPunchingSomething),isa(_208620,tPartiallyTangible),~recyclableActors(_208606,_208620)),(recyclableActors(_208686,_208700):-isa(_208686,actPunchingSomething),objectActedOn(_208686,_208700),isa(_208700,tPartiallyTangible))]
  9112. % boxlog :-
  9113. %  
  9114. %   [ (~isa(_684{???V}, tPartiallyTangible):-isa(_698{???U}, actPunchingSomething), objectActedOn(_698{???U}, _684{???V}), ~recyclableActors(_698{???U}, _684{???V})),
  9115. %     (~isa(_740{???U}, actPunchingSomething):-objectActedOn(_740{???U}, _754{???V}), isa(_754{???V}, tPartiallyTangible), ~recyclableActors(_740{???U}, _754{???V})),
  9116. %     (~objectActedOn(_712{???U}, _726{???V}):-isa(_712{???U}, actPunchingSomething), isa(_726{???V}, tPartiallyTangible), ~recyclableActors(_712{???U}, _726{???V})),
  9117. %     (recyclableActors(_656{???U}, _670{???V}):-isa(_656{???U}, actPunchingSomething), objectActedOn(_656{???U}, _670{???V}), isa(_670{???V}, tPartiallyTangible))
  9118. %   ].
  9119. % preview :-
  9120. %  
  9121. %   [ ({avoidHeadLoop(isa(_662{???U}, actPunchingSomething), isa(_648{???V}, tPartiallyTangible))}, isa(_662{???U}, actPunchingSomething), objectActedOn(_662{???U}, _648{???V}), ~recyclableActors(_662{???U}, _648{???V}), {is_unit(_648{???V})}-> ~isa(_648{???V}, tPartiallyTangible)),
  9122. %     (objectActedOn(_704{???U}, _718{???V}), {avoidHeadLoop(isa(_718{???V}, tPartiallyTangible), isa(_704{???U}, actPunchingSomething))}, isa(_718{???V}, tPartiallyTangible), ~recyclableActors(_704{???U}, _718{???V}), {is_unit(_704{???U})}-> ~isa(_704{???U}, actPunchingSomething)),
  9123. %     (isa(_676{???U}, actPunchingSomething), isa(_690{???V}, tPartiallyTangible), ~recyclableActors(_676{???U}, _690{???V}), {is_unit(_690{???V}, _676{???U})}==> ~objectActedOn(_676{???U}, _690{???V})),
  9124. %     (isa(_620{???U}, actPunchingSomething), objectActedOn(_620{???U}, _634{???V}), isa(_634{???V}, tPartiallyTangible), {is_unit(_634{???V}, _620{???U})}==>recyclableActors(_620{???U}, _634{???V}))
  9125. %   ].
  9126. % conds= =>((name_variable(_630{???V}, 'V'), name_variable(_644{???U}, 'U'), name_variable(_686{???U}, 'U'), name_variable(_700{???V}, 'V'), name_variable(_658{???U}, 'U'), name_variable(_672{???V}, 'V'), name_variable(_602{???U}, 'U'), name_variable(_616{???V}, 'V')), [(~isa(_630{???V}, tPartiallyTangible)<-{avoidHeadLoop(isa(_644{???U}, actPunchingSomething), isa(_630{???V}, tPartiallyTangible))}, isa(_644{???U}, actPunchingSomething), objectActedOn(_644{???U}, _630{???V}), ~recyclableActors(_644{???U}, _630{???V}), {is_unit(_630{???V})}),  (~isa(_686{???U}, actPunchingSomething)<-objectActedOn(_686{???U}, _700{???V}), {avoidHeadLoop(isa(_700{???V}, tPartiallyTangible), isa(_686{???U}, actPunchingSomething))}, isa(_700{???V}, tPartiallyTangible), ~recyclableActors(_686{???U}, _700{???V}), {is_unit(_686{???U})}),  (isa(_658{???U}, actPunchingSomething), isa(_672{???V}, tPartiallyTangible), ~recyclableActors(_658{???U}, _672{???V}), {is_unit(_672{???V}, _658{???U})}==> ~objectActedOn(_658{???U}, _672{???V})),  (isa(_602{???U}, actPunchingSomething), objectActedOn(_602{???U}, _616{???V}), isa(_616{???V}, tPartiallyTangible), {is_unit(_616{???V}, _602{???U})}==>recyclableActors(_602{???U}, _616{???V}))]).
  9127.  
  9128.  
  9129. % ~isa(_138{???V}, tPartiallyTangible) :-
  9130. %   isa(_152{???U}, actPunchingSomething),
  9131. %   objectActedOn(_152{???U}, _138{???V}),
  9132. %   ~recyclableActors(_152{???U}, _138{???V}).
  9133. % ~isa(_162{???U}, actPunchingSomething) :-
  9134. %   objectActedOn(_162{???U}, _176{???V}),
  9135. %   isa(_176{???V}, tPartiallyTangible),
  9136. %   ~recyclableActors(_162{???U}, _176{???V}).
  9137. % ~objectActedOn(_130{???U}, _144{???V}) :-
  9138. %   isa(_130{???U}, actPunchingSomething),
  9139. %   isa(_144{???V}, tPartiallyTangible),
  9140. %   ~recyclableActors(_130{???U}, _144{???V}).
  9141. % recyclableActors(_102{???U}, _116{???V}) :-
  9142. %   isa(_102{???U}, actPunchingSomething),
  9143. %   objectActedOn(_102{???U}, _116{???V}),
  9144. %   isa(_116{???V}, tPartiallyTangible).
  9145.  
  9146.  
  9147. % asserted_id(implies(and(isa(DRY, eventDrying), objectActedOn(DRY, OBJ)), objectOfStateChange(DRY, OBJ)), a309029(DRY, OBJ)).
  9148. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  9149. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  9150.  kif:-all(_207216,all(_207236,implies(and(isa(_207216,eventDrying),objectActedOn(_207216,_207236)),objectOfStateChange(_207216,_207236))))
  9151.  pkif:-all(_207162,all(_207182,=>(&(isa(_207162,eventDrying),objectActedOn(_207162,_207182)),objectOfStateChange(_207162,_207182))))
  9152. % cnf :-
  9153. %   v(v(~isa(_126{???DRY}, eventDrying),
  9154. %       ~objectActedOn(_126{???DRY}, _140{???OBJ})),
  9155. %     objectOfStateChange(_126{???DRY}, _140{???OBJ})).
  9156.  horn:-[(~isa(_208046,eventDrying):-objectActedOn(_208046,_208072),~objectOfStateChange(_208046,_208072)),(~objectActedOn(_208118,_208132):-isa(_208118,eventDrying),~objectOfStateChange(_208118,_208132)),(objectOfStateChange(_208186,_208200):-isa(_208186,eventDrying),objectActedOn(_208186,_208200))]
  9157. % boxlog :-
  9158. %  
  9159. %   [ (~isa(_668{???DRY}, eventDrying):-objectActedOn(_668{???DRY}, _682{???OBJ}), ~objectOfStateChange(_668{???DRY}, _682{???OBJ})),
  9160. %     (~objectActedOn(_640{???DRY}, _654{???OBJ}):-isa(_640{???DRY}, eventDrying), ~objectOfStateChange(_640{???DRY}, _654{???OBJ})),
  9161. %     (objectOfStateChange(_612{???DRY}, _626{???OBJ}):-isa(_612{???DRY}, eventDrying), objectActedOn(_612{???DRY}, _626{???OBJ}))
  9162. %   ].
  9163. % preview :-
  9164. %  
  9165. %   [ (objectActedOn(_632{???DRY}, _646{???OBJ}), ~objectOfStateChange(_632{???DRY}, _646{???OBJ}), {is_unit(_632{???DRY})}-> ~isa(_632{???DRY}, eventDrying)),
  9166. %     (isa(_604{???DRY}, eventDrying), ~objectOfStateChange(_604{???DRY}, _618{???OBJ}), {is_unit(_618{???OBJ}, _604{???DRY})}-> ~objectActedOn(_604{???DRY}, _618{???OBJ})),
  9167. %     (isa(_576{???DRY}, eventDrying), objectActedOn(_576{???DRY}, _590{???OBJ}), {is_unit(_590{???OBJ}, _576{???DRY})}==>objectOfStateChange(_576{???DRY}, _590{???OBJ}))
  9168. %   ].
  9169. % conds= =>((name_variable(_614{???DRY}, 'DRY'), name_variable(_628{???OBJ}, 'OBJ'), name_variable(_586{???DRY}, 'DRY'), name_variable(_600{???OBJ}, 'OBJ'), name_variable(_558{???DRY}, 'DRY'), name_variable(_572{???OBJ}, 'OBJ')), [(~isa(_614{???DRY}, eventDrying)<-objectActedOn(_614{???DRY}, _628{???OBJ}), ~objectOfStateChange(_614{???DRY}, _628{???OBJ}), {is_unit(_614{???DRY})}),  (~objectActedOn(_586{???DRY}, _600{???OBJ})<-isa(_586{???DRY}, eventDrying), ~objectOfStateChange(_586{???DRY}, _600{???OBJ}), {is_unit(_600{???OBJ}, _586{???DRY})}),  (isa(_558{???DRY}, eventDrying), objectActedOn(_558{???DRY}, _572{???OBJ}), {is_unit(_572{???OBJ}, _558{???DRY})}==>objectOfStateChange(_558{???DRY}, _572{???OBJ}))]).
  9170.  
  9171.  
  9172. % ~isa(_166{???DRY}, eventDrying) :-
  9173. %   objectActedOn(_158{???DRY}, _172{???OBJ}),
  9174. %   ~objectOfStateChange(_158{???DRY}, _172{???OBJ}).
  9175. % ~objectActedOn(_130{???DRY}, _144{???OBJ}) :-
  9176. %   isa(_130{???DRY}, eventDrying),
  9177. %   ~objectOfStateChange(_130{???DRY}, _144{???OBJ}).
  9178. % objectOfStateChange(_102{???DRY}, _116{???OBJ}) :-
  9179. %   isa(_102{???DRY}, eventDrying),
  9180. %   objectActedOn(_102{???DRY}, _116{???OBJ}).
  9181.  
  9182.  
  9183. % asserted_id(implies(and(isa(X_1938_2165, tObjectTextileArtifact), physicalParts(X_1938_2165, X), isa(X, tSurfaceOnTangibleObject), objectActedOn(X_1939_2167, X_1938_2165), isa(X_1939_2167, actClothesIroningEvent)), surfaceParts(X_1938_2165, X)), a309030(X_1938_2165, X, X_1939_2167)).
  9184. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  9185. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  9186.  kif:-all(_207464,all(_207484,all(_207504,implies(and(isa(_207464,tObjectTextileArtifact),physicalParts(_207464,_207484),isa(_207484,tSurfaceOnTangibleObject),objectActedOn(_207504,_207464),isa(_207504,actClothesIroningEvent)),surfaceParts(_207464,_207484)))))
  9187.  pkif:-all(_207422,all(_207442,all(_207462,=>(&(isa(_207422,tObjectTextileArtifact),&(physicalParts(_207422,_207442),&(isa(_207442,tSurfaceOnTangibleObject),&(objectActedOn(_207462,_207422),isa(_207462,actClothesIroningEvent))))),surfaceParts(_207422,_207442)))))
  9188. % cnf :-
  9189. %   v(v(~isa(_150{???X_1938_2165}, tObjectTextileArtifact),
  9190. %       v(~physicalParts(_150{???X_1938_2165}, _164{???X}),
  9191. %         v(~isa(_164{???X}, tSurfaceOnTangibleObject),
  9192. %       v(~objectActedOn(_178{???X_1939_2167}, _150{???X_1938_2165}),
  9193. %         ~isa(_178{???X_1939_2167}, actClothesIroningEvent))))),
  9194. %     surfaceParts(_150{???X_1938_2165}, _164{???X})).
  9195.  horn:-[(~isa(_210256,actClothesIroningEvent):-isa(_210282,tObjectTextileArtifact),physicalParts(_210282,_210308),isa(_210308,tSurfaceOnTangibleObject),objectActedOn(_210256,_210282),~surfaceParts(_210282,_210308)),(~isa(_210378,tSurfaceOnTangibleObject):-isa(_210404,tObjectTextileArtifact),physicalParts(_210404,_210378),objectActedOn(_210442,_210404),isa(_210442,actClothesIroningEvent),~surfaceParts(_210404,_210378)),(~isa(_210500,tObjectTextileArtifact):-physicalParts(_210500,_210526),isa(_210526,tSurfaceOnTangibleObject),objectActedOn(_210564,_210500),isa(_210564,actClothesIroningEvent),~surfaceParts(_210500,_210526)),(~objectActedOn(_210622,_210636):-isa(_210636,tObjectTextileArtifact),physicalParts(_210636,_210674),isa(_210674,tSurfaceOnTangibleObject),isa(_210622,actClothesIroningEvent),~surfaceParts(_210636,_210674)),(~physicalParts(_210744,_210758):-isa(_210744,tObjectTextileArtifact),isa(_210758,tSurfaceOnTangibleObject),objectActedOn(_210808,_210744),isa(_210808,actClothesIroningEvent),~surfaceParts(_210744,_210758)),(surfaceParts(_210862,_210876):-isa(_210862,tObjectTextileArtifact),physicalParts(_210862,_210876),isa(_210876,tSurfaceOnTangibleObject),objectActedOn(_210938,_210862),isa(_210938,actClothesIroningEvent))]
  9196. % boxlog :-
  9197. %  
  9198. %   [ (~isa(_812{???X_1939_2167}, actClothesIroningEvent):-isa(_826{???X_1938_2165}, tObjectTextileArtifact), physicalParts(_826{???X_1938_2165}, _840{???X}), isa(_840{???X}, tSurfaceOnTangibleObject), objectActedOn(_812{???X_1939_2167}, _826{???X_1938_2165}), ~surfaceParts(_826{???X_1938_2165}, _840{???X})),
  9199. %     (~isa(_896{???X}, tSurfaceOnTangibleObject):-isa(_910{???X_1938_2165}, tObjectTextileArtifact), physicalParts(_910{???X_1938_2165}, _896{???X}), objectActedOn(_924{???X_1939_2167}, _910{???X_1938_2165}), isa(_924{???X_1939_2167}, actClothesIroningEvent), ~surfaceParts(_910{???X_1938_2165}, _896{???X})),
  9200. %     (~isa(_980{???X_1938_2165}, tObjectTextileArtifact):-physicalParts(_980{???X_1938_2165}, _994{???X}), isa(_994{???X}, tSurfaceOnTangibleObject), objectActedOn(_1008{???X_1939_2167}, _980{???X_1938_2165}), isa(_1008{???X_1939_2167}, actClothesIroningEvent), ~surfaceParts(_980{???X_1938_2165}, _994{???X})),
  9201. %     (~objectActedOn(_854{???X_1939_2167}, _868{???X_1938_2165}):-isa(_868{???X_1938_2165}, tObjectTextileArtifact), physicalParts(_868{???X_1938_2165}, _882{???X}), isa(_882{???X}, tSurfaceOnTangibleObject), isa(_854{???X_1939_2167}, actClothesIroningEvent), ~surfaceParts(_868{???X_1938_2165}, _882{???X})),
  9202. %     (~physicalParts(_938{???X_1938_2165}, _952{???X}):-isa(_938{???X_1938_2165}, tObjectTextileArtifact), isa(_952{???X}, tSurfaceOnTangibleObject), objectActedOn(_966{???X_1939_2167}, _938{???X_1938_2165}), isa(_966{???X_1939_2167}, actClothesIroningEvent), ~surfaceParts(_938{???X_1938_2165}, _952{???X})),
  9203. %     (surfaceParts(_770{???X_1938_2165}, _784{???X}):-isa(_770{???X_1938_2165}, tObjectTextileArtifact), physicalParts(_770{???X_1938_2165}, _784{???X}), isa(_784{???X}, tSurfaceOnTangibleObject), objectActedOn(_798{???X_1939_2167}, _770{???X_1938_2165}), isa(_798{???X_1939_2167}, actClothesIroningEvent))
  9204. %   ].
  9205. % preview :-
  9206. %  
  9207. %   [ ({avoidHeadLoop(isa(_790{???X_1938_2165}, tObjectTextileArtifact), isa(_776{???X_1939_2167}, actClothesIroningEvent))}, isa(_790{???X_1938_2165}, tObjectTextileArtifact), physicalParts(_790{???X_1938_2165}, _804{???X}), {avoidHeadLoop(isa(_804{???X}, tSurfaceOnTangibleObject), isa(_776{???X_1939_2167}, actClothesIroningEvent))}, isa(_804{???X}, tSurfaceOnTangibleObject), objectActedOn(_776{???X_1939_2167}, _790{???X_1938_2165}), ~surfaceParts(_790{???X_1938_2165}, _804{???X}), {is_unit(_776{???X_1939_2167})}-> ~isa(_776{???X_1939_2167}, actClothesIroningEvent)),
  9208. %     ({avoidHeadLoop(isa(_874{???X_1938_2165}, tObjectTextileArtifact), isa(_860{???X}, tSurfaceOnTangibleObject))}, isa(_874{???X_1938_2165}, tObjectTextileArtifact), physicalParts(_874{???X_1938_2165}, _860{???X}), objectActedOn(_888{???X_1939_2167}, _874{???X_1938_2165}), {avoidHeadLoop(isa(_888{???X_1939_2167}, actClothesIroningEvent), isa(_860{???X}, tSurfaceOnTangibleObject))}, isa(_888{???X_1939_2167}, actClothesIroningEvent), ~surfaceParts(_874{???X_1938_2165}, _860{???X}), {is_unit(_860{???X})}-> ~isa(_860{???X}, tSurfaceOnTangibleObject)),
  9209. %     (physicalParts(_944{???X_1938_2165}, _958{???X}), {avoidHeadLoop(isa(_958{???X}, tSurfaceOnTangibleObject), isa(_944{???X_1938_2165}, tObjectTextileArtifact))}, isa(_958{???X}, tSurfaceOnTangibleObject), objectActedOn(_972{???X_1939_2167}, _944{???X_1938_2165}), {avoidHeadLoop(isa(_972{???X_1939_2167}, actClothesIroningEvent), isa(_944{???X_1938_2165}, tObjectTextileArtifact))}, isa(_972{???X_1939_2167}, actClothesIroningEvent), ~surfaceParts(_944{???X_1938_2165}, _958{???X}), {is_unit(_944{???X_1938_2165})}-> ~isa(_944{???X_1938_2165}, tObjectTextileArtifact)),
  9210. %     (isa(_832{???X_1938_2165}, tObjectTextileArtifact), physicalParts(_832{???X_1938_2165}, _846{???X}), isa(_846{???X}, tSurfaceOnTangibleObject), isa(_818{???X_1939_2167}, actClothesIroningEvent), ~surfaceParts(_832{???X_1938_2165}, _846{???X}), {is_unit(_832{???X_1938_2165}, _818{???X_1939_2167})}-> ~objectActedOn(_818{???X_1939_2167}, _832{???X_1938_2165})),
  9211. %     (isa(_902{???X_1938_2165}, tObjectTextileArtifact), isa(_916{???X}, tSurfaceOnTangibleObject), objectActedOn(_930{???X_1939_2167}, _902{???X_1938_2165}), isa(_930{???X_1939_2167}, actClothesIroningEvent), ~surfaceParts(_902{???X_1938_2165}, _916{???X}), {is_unit(_916{???X}, _902{???X_1938_2165})}-> ~physicalParts(_902{???X_1938_2165}, _916{???X})),
  9212. %     (isa(_734{???X_1938_2165}, tObjectTextileArtifact), physicalParts(_734{???X_1938_2165}, _748{???X}), isa(_748{???X}, tSurfaceOnTangibleObject), objectActedOn(_762{???X_1939_2167}, _734{???X_1938_2165}), isa(_762{???X_1939_2167}, actClothesIroningEvent), {is_unit(_748{???X}, _734{???X_1938_2165})}==>surfaceParts(_734{???X_1938_2165}, _748{???X}))
  9213. %   ].
  9214. % conds= =>((name_variable(_758{???X_1939_2167}, 'X_1939_2167'), name_variable(_772{???X_1938_2165}, 'X_1938_2165'), name_variable(_786{???X}, 'X'), name_variable(_842{???X}, 'X'), name_variable(_856{???X_1938_2165}, 'X_1938_2165'), name_variable(_870{???X_1939_2167}, 'X_1939_2167'), name_variable(_926{???X_1938_2165}, 'X_1938_2165'), name_variable(_940{???X}, 'X'), name_variable(_954{???X_1939_2167}, 'X_1939_2167'), name_variable(_800{???X_1939_2167}, 'X_1939_2167'), name_variable(_814{???X_1938_2165}, 'X_1938_2165'), name_variable(_828{???X}, 'X'), name_variable(_884{???X_1938_2165}, 'X_1938_2165'), name_variable(_898{???X}, 'X'), name_variable(_912{???X_1939_2167}, 'X_1939_2167'), name_variable(_716{???X_1938_2165}, 'X_1938_2165'), name_variable(_730{???X}, 'X'), name_variable(_744{???X_1939_2167}, 'X_1939_2167')), [(~isa(_758{???X_1939_2167}, actClothesIroningEvent)<-{avoidHeadLoop(isa(_772{???X_1938_2165}, tObjectTextileArtifact), isa(_758{???X_1939_2167}, actClothesIroningEvent))}, isa(_772{???X_1938_2165}, tObjectTextileArtifact), physicalParts(_772{???X_1938_2165}, _786{???X}), {avoidHeadLoop(isa(_786{???X}, tSurfaceOnTangibleObject), isa(_758{???X_1939_2167}, actClothesIroningEvent))}, isa(_786{???X}, tSurfaceOnTangibleObject), objectActedOn(_758{???X_1939_2167}, _772{???X_1938_2165}), ~surfaceParts(_772{???X_1938_2165}, _786{???X}), {is_unit(_758{???X_1939_2167})}),  (~isa(_842{???X}, tSurfaceOnTangibleObject)<-{avoidHeadLoop(isa(_856{???X_1938_2165}, tObjectTextileArtifact), isa(_842{???X}, tSurfaceOnTangibleObject))}, isa(_856{???X_1938_2165}, tObjectTextileArtifact), physicalParts(_856{???X_1938_2165}, _842{???X}), objectActedOn(_870{???X_1939_2167}, _856{???X_1938_2165}), {avoidHeadLoop(isa(_870{???X_1939_2167}, actClothesIroningEvent), isa(_842{???X}, tSurfaceOnTangibleObject))}, isa(_870{???X_1939_2167}, actClothesIroningEvent), ~surfaceParts(_856{???X_1938_2165}, _842{???X}), {is_unit(_842{???X})}),  (~isa(_926{???X_1938_2165}, tObjectTextileArtifact)<-physicalParts(_926{???X_1938_2165}, _940{???X}), {avoidHeadLoop(isa(_940{???X}, tSurfaceOnTangibleObject), isa(_926{???X_1938_2165}, tObjectTextileArtifact))}, isa(_940{???X}, tSurfaceOnTangibleObject), objectActedOn(_954{???X_1939_2167}, _926{???X_1938_2165}), {avoidHeadLoop(isa(_954{???X_1939_2167}, actClothesIroningEvent), isa(_926{???X_1938_2165}, tObjectTextileArtifact))}, isa(_954{???X_1939_2167}, actClothesIroningEvent), ~surfaceParts(_926{???X_1938_2165}, _940{???X}), {is_unit(_926{???X_1938_2165})}),  (~objectActedOn(_800{???X_1939_2167}, _814{???X_1938_2165})<-isa(_814{???X_1938_2165}, tObjectTextileArtifact), physicalParts(_814{???X_1938_2165}, _828{???X}), isa(_828{???X}, tSurfaceOnTangibleObject), isa(_800{???X_1939_2167}, actClothesIroningEvent), ~surfaceParts(_814{???X_1938_2165}, _828{???X}), {is_unit(_814{???X_1938_2165}, _800{???X_1939_2167})}),  (~physicalParts(_884{???X_1938_2165}, _898{???X})<-isa(_884{???X_1938_2165}, tObjectTextileArtifact), isa(_898{???X}, tSurfaceOnTangibleObject), objectActedOn(_912{???X_1939_2167}, _884{???X_1938_2165}), isa(_912{???X_1939_2167}, actClothesIroningEvent), ~surfaceParts(_884{???X_1938_2165}, _898{???X}), {is_unit(_898{???X}, _884{???X_1938_2165})}),  (isa(_716{???X_1938_2165}, tObjectTextileArtifact), physicalParts(_716{???X_1938_2165}, _730{???X}), isa(_730{???X}, tSurfaceOnTangibleObject), objectActedOn(_744{???X_1939_2167}, _716{???X_1938_2165}), isa(_744{???X_1939_2167}, actClothesIroningEvent), {is_unit(_730{???X}, _716{???X_1938_2165})}==>surfaceParts(_716{???X_1938_2165}, _730{???X}))]).
  9215.  
  9216.  
  9217. % ~isa(_154{???X_1939_2167}, actClothesIroningEvent) :-
  9218. %   isa(_168{???X_1938_2165}, tObjectTextileArtifact),
  9219. %   physicalParts(_168{???X_1938_2165}, _182{???X}),
  9220. %   isa(_182{???X}, tSurfaceOnTangibleObject),
  9221. %   objectActedOn(_154{???X_1939_2167}, _168{???X_1938_2165}),
  9222. %   ~surfaceParts(_168{???X_1938_2165}, _182{???X}).
  9223. % ~isa(_192{???X}, tSurfaceOnTangibleObject) :-
  9224. %   isa(_206{???X_1938_2165}, tObjectTextileArtifact),
  9225. %   physicalParts(_206{???X_1938_2165}, _192{???X}),
  9226. %   objectActedOn(_220{???X_1939_2167}, _206{???X_1938_2165}),
  9227. %   isa(_220{???X_1939_2167}, actClothesIroningEvent),
  9228. %   ~surfaceParts(_206{???X_1938_2165}, _192{???X}).
  9229. % ~isa(_234{???X_1938_2165}, tObjectTextileArtifact) :-
  9230. %   physicalParts(_228{???X_1938_2165}, _242{???X}),
  9231. %   isa(_242{???X}, tSurfaceOnTangibleObject),
  9232. %   objectActedOn(_256{???X_1939_2167}, _228{???X_1938_2165}),
  9233. %   isa(_256{???X_1939_2167}, actClothesIroningEvent),
  9234. %   ~surfaceParts(_228{???X_1938_2165}, _242{???X}).
  9235. % ~objectActedOn(_144{???X_1939_2167}, _158{???X_1938_2165}) :-
  9236. %   isa(_158{???X_1938_2165}, tObjectTextileArtifact),
  9237. %   physicalParts(_158{???X_1938_2165}, _172{???X}),
  9238. %   isa(_172{???X}, tSurfaceOnTangibleObject),
  9239. %   isa(_144{???X_1939_2167}, actClothesIroningEvent),
  9240. %   ~surfaceParts(_158{???X_1938_2165}, _172{???X}).
  9241. % ~physicalParts(_150{???X_1938_2165}, _164{???X}) :-
  9242. %   isa(_150{???X_1938_2165}, tObjectTextileArtifact),
  9243. %   isa(_164{???X}, tSurfaceOnTangibleObject),
  9244. %   objectActedOn(_178{???X_1939_2167}, _150{???X_1938_2165}),
  9245. %   isa(_178{???X_1939_2167}, actClothesIroningEvent),
  9246. %   ~surfaceParts(_150{???X_1938_2165}, _164{???X}).
  9247. % surfaceParts(_102{???X_1938_2165}, _116{???X}) :-
  9248. %   isa(_102{???X_1938_2165}, tObjectTextileArtifact),
  9249. %   physicalParts(_102{???X_1938_2165}, _116{???X}),
  9250. %   isa(_116{???X}, tSurfaceOnTangibleObject),
  9251. %   objectActedOn(_130{???X_1939_2167}, _102{???X_1938_2165}),
  9252. %   isa(_130{???X_1939_2167}, actClothesIroningEvent).
  9253.  
  9254.  
  9255. % asserted_id(implies(and(isa(ATT, actAttackOnTangible), performedBy(ATT, DOER), objectActedOn(ATT, OBJ)), purposeInEvent(DOER, ATT, damages(ATT, OBJ))), a309031(ATT, DOER, OBJ)).
  9256. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  9257. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  9258.  kif:-all(_207596,all(_207616,all(_207636,implies(and(isa(_207596,actAttackOnTangible),performedBy(_207596,_207616),objectActedOn(_207596,_207636)),purposeInEvent(_207616,_207596,damages(_207596,_207636))))))
  9259.  pkif:-all(_207546,all(_207566,all(_207586,=>(&(isa(_207546,actAttackOnTangible),&(performedBy(_207546,_207566),objectActedOn(_207546,_207586))),purposeInEvent(_207566,_207546,damages(_207546,_207586))))))
  9260. % cnf :-
  9261. %   v(v(~isa(_142{???ATT}, actAttackOnTangible),
  9262. %       v(~performedBy(_142{???ATT}, _156{???DOER}),
  9263. %         ~objectActedOn(_142{???ATT}, _170{???OBJ}))),
  9264. %     purposeInEvent(_156{???DOER},
  9265. %            _142{???ATT},
  9266. %            damages(_142{???ATT}, _170{???OBJ}))).
  9267.  horn:-[(~isa(_209208,actAttackOnTangible):-performedBy(_209208,_209234),objectActedOn(_209208,_209260),~purposeInEvent(_209234,_209208,damages(_209208,_209260))),(~objectActedOn(_209314,_209328):-isa(_209314,actAttackOnTangible),performedBy(_209314,_209366),~purposeInEvent(_209366,_209314,damages(_209314,_209328))),(~performedBy(_209420,_209434):-isa(_209420,actAttackOnTangible),objectActedOn(_209420,_209472),~purposeInEvent(_209434,_209420,damages(_209420,_209472))),(purposeInEvent(_209524,_209538,damages(_209538,_209558)):-isa(_209538,actAttackOnTangible),performedBy(_209538,_209524),objectActedOn(_209538,_209558))]
  9268. % boxlog :-
  9269. %  
  9270. %   [ (~isa(_840{???ATT}, actAttackOnTangible):-performedBy(_840{???ATT}, _854{???DOER}), objectActedOn(_840{???ATT}, _868{???OBJ}), ~purposeInEvent(_854{???DOER}, _840{???ATT}, damages(_840{???ATT}, _868{???OBJ}))),
  9271. %     (~objectActedOn(_756{???ATT}, _770{???OBJ}):-isa(_756{???ATT}, actAttackOnTangible), performedBy(_756{???ATT}, _784{???DOER}), ~purposeInEvent(_784{???DOER}, _756{???ATT}, damages(_756{???ATT}, _770{???OBJ}))),
  9272. %     (~performedBy(_798{???ATT}, _812{???DOER}):-isa(_798{???ATT}, actAttackOnTangible), objectActedOn(_798{???ATT}, _826{???OBJ}), ~purposeInEvent(_812{???DOER}, _798{???ATT}, damages(_798{???ATT}, _826{???OBJ}))),
  9273. %     (purposeInEvent(_714{???DOER}, _728{???ATT}, damages(_728{???ATT}, _742{???OBJ})):-isa(_728{???ATT}, actAttackOnTangible), performedBy(_728{???ATT}, _714{???DOER}), objectActedOn(_728{???ATT}, _742{???OBJ}))
  9274. %   ].
  9275. % preview :-
  9276. %  
  9277. %   [ (performedBy(_804{???ATT}, _818{???DOER}), objectActedOn(_804{???ATT}, _832{???OBJ}), ~purposeInEvent(_818{???DOER}, _804{???ATT}, damages(_804{???ATT}, _832{???OBJ})), {is_unit(_804{???ATT})}-> ~isa(_804{???ATT}, actAttackOnTangible)),
  9278. %     (isa(_720{???ATT}, actAttackOnTangible), performedBy(_720{???ATT}, _748{???DOER}), ~purposeInEvent(_748{???DOER}, _720{???ATT}, damages(_720{???ATT}, _734{???OBJ})), {is_unit(_734{???OBJ}, _720{???ATT})}-> ~objectActedOn(_720{???ATT}, _734{???OBJ})),
  9279. %     (isa(_762{???ATT}, actAttackOnTangible), objectActedOn(_762{???ATT}, _790{???OBJ}), ~purposeInEvent(_776{???DOER}, _762{???ATT}, damages(_762{???ATT}, _790{???OBJ})), {is_unit(_776{???DOER}, _762{???ATT})}-> ~performedBy(_762{???ATT}, _776{???DOER})),
  9280. %     (isa(_692{???ATT}, actAttackOnTangible), performedBy(_692{???ATT}, _678{???DOER}), objectActedOn(_692{???ATT}, _706{???OBJ}), {is_unit(_692{???ATT}, _706{???OBJ}, _678{???DOER})}==>purposeInEvent(_678{???DOER}, _692{???ATT}, damages(_692{???ATT}, _706{???OBJ})))
  9281. %   ].
  9282. % conds= =>((name_variable(_786{???ATT}, 'ATT'), name_variable(_800{???DOER}, 'DOER'), name_variable(_814{???OBJ}, 'OBJ'), name_variable(_702{???ATT}, 'ATT'), name_variable(_716{???OBJ}, 'OBJ'), name_variable(_730{???DOER}, 'DOER'), name_variable(_744{???ATT}, 'ATT'), name_variable(_758{???DOER}, 'DOER'), name_variable(_772{???OBJ}, 'OBJ'), name_variable(_674{???ATT}, 'ATT'), name_variable(_660{???DOER}, 'DOER'), name_variable(_688{???OBJ}, 'OBJ')), [(~isa(_786{???ATT}, actAttackOnTangible)<-performedBy(_786{???ATT}, _800{???DOER}), objectActedOn(_786{???ATT}, _814{???OBJ}), ~purposeInEvent(_800{???DOER}, _786{???ATT}, damages(_786{???ATT}, _814{???OBJ})), {is_unit(_786{???ATT})}),  (~objectActedOn(_702{???ATT}, _716{???OBJ})<-isa(_702{???ATT}, actAttackOnTangible), performedBy(_702{???ATT}, _730{???DOER}), ~purposeInEvent(_730{???DOER}, _702{???ATT}, damages(_702{???ATT}, _716{???OBJ})), {is_unit(_716{???OBJ}, _702{???ATT})}),  (~performedBy(_744{???ATT}, _758{???DOER})<-isa(_744{???ATT}, actAttackOnTangible), objectActedOn(_744{???ATT}, _772{???OBJ}), ~purposeInEvent(_758{???DOER}, _744{???ATT}, damages(_744{???ATT}, _772{???OBJ})), {is_unit(_758{???DOER}, _744{???ATT})}),  (isa(_674{???ATT}, actAttackOnTangible), performedBy(_674{???ATT}, _660{???DOER}), objectActedOn(_674{???ATT}, _688{???OBJ}), {is_unit(_674{???ATT}, _688{???OBJ}, _660{???DOER})}==>purposeInEvent(_660{???DOER}, _674{???ATT}, damages(_674{???ATT}, _688{???OBJ})))]).
  9283.  
  9284.  
  9285. % ~isa(_238{???ATT}, actAttackOnTangible) :-
  9286. %   performedBy(_238{???ATT}, _252{???DOER}),
  9287. %   objectActedOn(_238{???ATT}, _266{???OBJ}),
  9288. %   ~purposeInEvent(_252{???DOER}, _238{???ATT}, damages(_238{???ATT}, _266{???OBJ})).
  9289. % ~objectActedOn(_144{???ATT}, _158{???OBJ}) :-
  9290. %   isa(_144{???ATT}, actAttackOnTangible),
  9291. %   performedBy(_144{???ATT}, _172{???DOER}),
  9292. %   ~purposeInEvent(_172{???DOER}, _144{???ATT}, damages(_144{???ATT}, _158{???OBJ})).
  9293. % ~performedBy(_150{???ATT}, _164{???DOER}) :-
  9294. %   isa(_144{???ATT}, actAttackOnTangible),
  9295. %   objectActedOn(_144{???ATT}, _172{???OBJ}),
  9296. %   ~purposeInEvent(_158{???DOER}, _144{???ATT}, damages(_144{???ATT}, _172{???OBJ})).
  9297. % purposeInEvent(_102{???DOER}, _116{???ATT}, damages(_116{???ATT}, _130{???OBJ})) :-
  9298. %   isa(_116{???ATT}, actAttackOnTangible),
  9299. %   performedBy(_116{???ATT}, _102{???DOER}),
  9300. %   objectActedOn(_116{???ATT}, _130{???OBJ}).
  9301.  
  9302.  
  9303. % asserted_id(implies(and(isa(U, actSewing), objectActedOn(U, V), isa(V, tObjectCloth)), recyclableActors(U, V)), a309032(U, V)).
  9304. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  9305. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  9306.  kif:-all(_207656,all(_207676,implies(and(isa(_207656,actSewing),objectActedOn(_207656,_207676),isa(_207676,tObjectCloth)),recyclableActors(_207656,_207676))))
  9307.  pkif:-all(_207606,all(_207626,=>(&(isa(_207606,actSewing),&(objectActedOn(_207606,_207626),isa(_207626,tObjectCloth))),recyclableActors(_207606,_207626))))
  9308. % cnf :-
  9309. %   v(v(~isa(_134{???U}, actSewing),
  9310. %       v(~objectActedOn(_134{???U}, _148{???V}),
  9311. %         ~isa(_148{???V}, tObjectCloth))),
  9312. %     recyclableActors(_134{???U}, _148{???V})).
  9313.  horn:-[(~isa(_208958,tObjectCloth):-isa(_208984,actSewing),objectActedOn(_208984,_208958),~recyclableActors(_208984,_208958)),(~isa(_209042,actSewing):-objectActedOn(_209042,_209068),isa(_209068,tObjectCloth),~recyclableActors(_209042,_209068)),(~objectActedOn(_209126,_209140):-isa(_209126,actSewing),isa(_209140,tObjectCloth),~recyclableActors(_209126,_209140)),(recyclableActors(_209206,_209220):-isa(_209206,actSewing),objectActedOn(_209206,_209220),isa(_209220,tObjectCloth))]
  9314. % boxlog :-
  9315. %  
  9316. %   [ (~isa(_684{???V}, tObjectCloth):-isa(_698{???U}, actSewing), objectActedOn(_698{???U}, _684{???V}), ~recyclableActors(_698{???U}, _684{???V})),
  9317. %     (~isa(_740{???U}, actSewing):-objectActedOn(_740{???U}, _754{???V}), isa(_754{???V}, tObjectCloth), ~recyclableActors(_740{???U}, _754{???V})),
  9318. %     (~objectActedOn(_712{???U}, _726{???V}):-isa(_712{???U}, actSewing), isa(_726{???V}, tObjectCloth), ~recyclableActors(_712{???U}, _726{???V})),
  9319. %     (recyclableActors(_656{???U}, _670{???V}):-isa(_656{???U}, actSewing), objectActedOn(_656{???U}, _670{???V}), isa(_670{???V}, tObjectCloth))
  9320. %   ].
  9321. % preview :-
  9322. %  
  9323. %   [ ({avoidHeadLoop(isa(_662{???U}, actSewing), isa(_648{???V}, tObjectCloth))}, isa(_662{???U}, actSewing), objectActedOn(_662{???U}, _648{???V}), ~recyclableActors(_662{???U}, _648{???V}), {is_unit(_648{???V})}-> ~isa(_648{???V}, tObjectCloth)),
  9324. %     (objectActedOn(_704{???U}, _718{???V}), {avoidHeadLoop(isa(_718{???V}, tObjectCloth), isa(_704{???U}, actSewing))}, isa(_718{???V}, tObjectCloth), ~recyclableActors(_704{???U}, _718{???V}), {is_unit(_704{???U})}-> ~isa(_704{???U}, actSewing)),
  9325. %     (isa(_676{???U}, actSewing), isa(_690{???V}, tObjectCloth), ~recyclableActors(_676{???U}, _690{???V}), {is_unit(_690{???V}, _676{???U})}==> ~objectActedOn(_676{???U}, _690{???V})),
  9326. %     (isa(_620{???U}, actSewing), objectActedOn(_620{???U}, _634{???V}), isa(_634{???V}, tObjectCloth), {is_unit(_634{???V}, _620{???U})}==>recyclableActors(_620{???U}, _634{???V}))
  9327. %   ].
  9328. % conds= =>((name_variable(_630{???V}, 'V'), name_variable(_644{???U}, 'U'), name_variable(_686{???U}, 'U'), name_variable(_700{???V}, 'V'), name_variable(_658{???U}, 'U'), name_variable(_672{???V}, 'V'), name_variable(_602{???U}, 'U'), name_variable(_616{???V}, 'V')), [(~isa(_630{???V}, tObjectCloth)<-{avoidHeadLoop(isa(_644{???U}, actSewing), isa(_630{???V}, tObjectCloth))}, isa(_644{???U}, actSewing), objectActedOn(_644{???U}, _630{???V}), ~recyclableActors(_644{???U}, _630{???V}), {is_unit(_630{???V})}),  (~isa(_686{???U}, actSewing)<-objectActedOn(_686{???U}, _700{???V}), {avoidHeadLoop(isa(_700{???V}, tObjectCloth), isa(_686{???U}, actSewing))}, isa(_700{???V}, tObjectCloth), ~recyclableActors(_686{???U}, _700{???V}), {is_unit(_686{???U})}),  (isa(_658{???U}, actSewing), isa(_672{???V}, tObjectCloth), ~recyclableActors(_658{???U}, _672{???V}), {is_unit(_672{???V}, _658{???U})}==> ~objectActedOn(_658{???U}, _672{???V})),  (isa(_602{???U}, actSewing), objectActedOn(_602{???U}, _616{???V}), isa(_616{???V}, tObjectCloth), {is_unit(_616{???V}, _602{???U})}==>recyclableActors(_602{???U}, _616{???V}))]).
  9329.  
  9330.  
  9331. % ~isa(_138{???V}, tObjectCloth) :-
  9332. %   isa(_152{???U}, actSewing),
  9333. %   objectActedOn(_152{???U}, _138{???V}),
  9334. %   ~recyclableActors(_152{???U}, _138{???V}).
  9335. % ~isa(_162{???U}, actSewing) :-
  9336. %   objectActedOn(_162{???U}, _176{???V}),
  9337. %   isa(_176{???V}, tObjectCloth),
  9338. %   ~recyclableActors(_162{???U}, _176{???V}).
  9339. % ~objectActedOn(_130{???U}, _144{???V}) :-
  9340. %   isa(_130{???U}, actSewing),
  9341. %   isa(_144{???V}, tObjectCloth),
  9342. %   ~recyclableActors(_130{???U}, _144{???V}).
  9343. % recyclableActors(_102{???U}, _116{???V}) :-
  9344. %   isa(_102{???U}, actSewing),
  9345. %   objectActedOn(_102{???U}, _116{???V}),
  9346. %   isa(_116{???V}, tObjectCloth).
  9347.  
  9348.  
  9349. % asserted_id(implies(and(isa(TT, actTattooing), objectActedOn(TT, OBJ)), isa(OBJ, tPartTypeSkin)), a309033(TT, OBJ)).
  9350. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  9351. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  9352.  kif:-all(_207736,all(_207756,implies(and(isa(_207736,actTattooing),objectActedOn(_207736,_207756)),isa(_207756,tPartTypeSkin))))
  9353.  pkif:-all(_207682,all(_207702,=>(&(isa(_207682,actTattooing),objectActedOn(_207682,_207702)),isa(_207702,tPartTypeSkin))))
  9354. % cnf :-
  9355. %   v(v(~isa(_126{???TT}, actTattooing),
  9356. %       ~objectActedOn(_126{???TT}, _140{???OBJ})),
  9357. %     isa(_140{???OBJ}, tPartTypeSkin)).
  9358.  horn:-[(~isa(_208566,actTattooing):-objectActedOn(_208566,_208592),~isa(_208592,tPartTypeSkin)),(~objectActedOn(_208638,_208652):-isa(_208638,actTattooing),~isa(_208652,tPartTypeSkin)),(isa(_208706,tPartTypeSkin):-isa(_208732,actTattooing),objectActedOn(_208732,_208706))]
  9359. % boxlog :-
  9360. %  
  9361. %   [ (~isa(_668{???TT}, actTattooing):-objectActedOn(_668{???TT}, _682{???OBJ}), ~isa(_682{???OBJ}, tPartTypeSkin)),
  9362. %     (~objectActedOn(_640{???TT}, _654{???OBJ}):-isa(_640{???TT}, actTattooing), ~isa(_654{???OBJ}, tPartTypeSkin)),
  9363. %     (isa(_612{???OBJ}, tPartTypeSkin):-isa(_626{???TT}, actTattooing), objectActedOn(_626{???TT}, _612{???OBJ}))
  9364. %   ].
  9365. % preview :-
  9366. %  
  9367. %   [ (objectActedOn(_632{???TT}, _646{???OBJ}), {avoidHeadLoop(isa(_646{???OBJ}, tPartTypeSkin), isa(_632{???TT}, actTattooing))}, ~isa(_646{???OBJ}, tPartTypeSkin), {is_unit(_632{???TT})}-> ~isa(_632{???TT}, actTattooing)),
  9368. %     (isa(_604{???TT}, actTattooing), ~isa(_618{???OBJ}, tPartTypeSkin), {is_unit(_618{???OBJ}, _604{???TT})}==> ~objectActedOn(_604{???TT}, _618{???OBJ})),
  9369. %     (isa(_590{???TT}, actTattooing), objectActedOn(_590{???TT}, _576{???OBJ}), {is_unit(_576{???OBJ})}==>isa(_576{???OBJ}, tPartTypeSkin))
  9370. %   ].
  9371. % conds= =>((name_variable(_614{???TT}, 'TT'), name_variable(_628{???OBJ}, 'OBJ'), name_variable(_586{???TT}, 'TT'), name_variable(_600{???OBJ}, 'OBJ'), name_variable(_572{???TT}, 'TT'), name_variable(_558{???OBJ}, 'OBJ')), [(~isa(_614{???TT}, actTattooing)<-objectActedOn(_614{???TT}, _628{???OBJ}), {avoidHeadLoop(isa(_628{???OBJ}, tPartTypeSkin), isa(_614{???TT}, actTattooing))}, ~isa(_628{???OBJ}, tPartTypeSkin), {is_unit(_614{???TT})}),  (isa(_586{???TT}, actTattooing), ~isa(_600{???OBJ}, tPartTypeSkin), {is_unit(_600{???OBJ}, _586{???TT})}==> ~objectActedOn(_586{???TT}, _600{???OBJ})),  (isa(_572{???TT}, actTattooing), objectActedOn(_572{???TT}, _558{???OBJ}), {is_unit(_558{???OBJ})}==>isa(_558{???OBJ}, tPartTypeSkin))]).
  9372.  
  9373.  
  9374. % ~isa(_166{???TT}, actTattooing) :-
  9375. %   objectActedOn(_158{???TT}, _172{???OBJ}),
  9376. %   ~isa(_172{???OBJ}, tPartTypeSkin).
  9377. % ~objectActedOn(_130{???TT}, _144{???OBJ}) :-
  9378. %   isa(_130{???TT}, actTattooing),
  9379. %   ~isa(_144{???OBJ}, tPartTypeSkin).
  9380. % isa(_102{???OBJ}, tPartTypeSkin) :-
  9381. %   isa(_116{???TT}, actTattooing),
  9382. %   objectActedOn(_116{???TT}, _102{???OBJ}).
  9383.  
  9384.  
  9385. % asserted_id(implies(and(isa(STORING, actStoringSomething), objectActedOn(STORING, STORE), isa(STORE, tGroupedStoreGeneric)), or(outputs(STORING, STORE), startsAfterStartingOf(STORING, STORE))), a309034(STORING, STORE)).
  9386. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  9387. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  9388.  kif:-all(_207900,all(_207920,implies(and(isa(_207900,actStoringSomething),objectActedOn(_207900,_207920),isa(_207920,tGroupedStoreGeneric)),or(outputs(_207900,_207920),startsAfterStartingOf(_207900,_207920)))))
  9389.  pkif:-all(_207850,all(_207870,=>(&(isa(_207850,actStoringSomething),&(objectActedOn(_207850,_207870),isa(_207870,tGroupedStoreGeneric))),v(outputs(_207850,_207870),startsAfterStartingOf(_207850,_207870)))))
  9390. % cnf :-
  9391. %   v(v(~isa(_146{???STORING}, actStoringSomething),
  9392. %       v(~objectActedOn(_146{???STORING}, _160{???STORE}),
  9393. %         ~isa(_160{???STORE}, tGroupedStoreGeneric))),
  9394. %     v(outputs(_146{???STORING}, _160{???STORE}),
  9395. %       startsAfterStartingOf(_146{???STORING}, _160{???STORE}))).
  9396.  horn:-[(~isa(_209810,tGroupedStoreGeneric):-isa(_209836,actStoringSomething),objectActedOn(_209836,_209810),~outputs(_209836,_209810),~startsAfterStartingOf(_209836,_209810)),(~isa(_209910,actStoringSomething):-objectActedOn(_209910,_209936),isa(_209936,tGroupedStoreGeneric),~outputs(_209910,_209936),~startsAfterStartingOf(_209910,_209936)),(~objectActedOn(_210010,_210024):-isa(_210010,actStoringSomething),isa(_210024,tGroupedStoreGeneric),~outputs(_210010,_210024),~startsAfterStartingOf(_210010,_210024)),(outputs(_210106,_210120):-isa(_210106,actStoringSomething),objectActedOn(_210106,_210120),isa(_210120,tGroupedStoreGeneric),~startsAfterStartingOf(_210106,_210120)),(startsAfterStartingOf(_210198,_210212):-isa(_210198,actStoringSomething),objectActedOn(_210198,_210212),isa(_210212,tGroupedStoreGeneric),~outputs(_210198,_210212))]
  9397. % boxlog :-
  9398. %  
  9399. %   [ (~isa(_760{???STORE}, tGroupedStoreGeneric):-isa(_774{???STORING}, actStoringSomething), objectActedOn(_774{???STORING}, _760{???STORE}), ~outputs(_774{???STORING}, _760{???STORE}), ~startsAfterStartingOf(_774{???STORING}, _760{???STORE})),
  9400. %     (~isa(_816{???STORING}, actStoringSomething):-objectActedOn(_816{???STORING}, _830{???STORE}), isa(_830{???STORE}, tGroupedStoreGeneric), ~outputs(_816{???STORING}, _830{???STORE}), ~startsAfterStartingOf(_816{???STORING}, _830{???STORE})),
  9401. %     (~objectActedOn(_788{???STORING}, _802{???STORE}):-isa(_788{???STORING}, actStoringSomething), isa(_802{???STORE}, tGroupedStoreGeneric), ~outputs(_788{???STORING}, _802{???STORE}), ~startsAfterStartingOf(_788{???STORING}, _802{???STORE})),
  9402. %     (outputs(_732{???STORING}, _746{???STORE}):-isa(_732{???STORING}, actStoringSomething), objectActedOn(_732{???STORING}, _746{???STORE}), isa(_746{???STORE}, tGroupedStoreGeneric), ~startsAfterStartingOf(_732{???STORING}, _746{???STORE})),
  9403. %     (startsAfterStartingOf(_704{???STORING}, _718{???STORE}):-isa(_704{???STORING}, actStoringSomething), objectActedOn(_704{???STORING}, _718{???STORE}), isa(_718{???STORE}, tGroupedStoreGeneric), ~outputs(_704{???STORING}, _718{???STORE}))
  9404. %   ].
  9405. % preview :-
  9406. %  
  9407. %   [ ({avoidHeadLoop(isa(_738{???STORING}, actStoringSomething), isa(_724{???STORE}, tGroupedStoreGeneric))}, isa(_738{???STORING}, actStoringSomething), objectActedOn(_738{???STORING}, _724{???STORE}), ~outputs(_738{???STORING}, _724{???STORE}), ~startsAfterStartingOf(_738{???STORING}, _724{???STORE}), {is_unit(_724{???STORE})}-> ~isa(_724{???STORE}, tGroupedStoreGeneric)),
  9408. %     (objectActedOn(_780{???STORING}, _794{???STORE}), {avoidHeadLoop(isa(_794{???STORE}, tGroupedStoreGeneric), isa(_780{???STORING}, actStoringSomething))}, isa(_794{???STORE}, tGroupedStoreGeneric), ~outputs(_780{???STORING}, _794{???STORE}), ~startsAfterStartingOf(_780{???STORING}, _794{???STORE}), {is_unit(_780{???STORING})}-> ~isa(_780{???STORING}, actStoringSomething)),
  9409. %     (isa(_752{???STORING}, actStoringSomething), isa(_766{???STORE}, tGroupedStoreGeneric), ~outputs(_752{???STORING}, _766{???STORE}), ~startsAfterStartingOf(_752{???STORING}, _766{???STORE}), {is_unit(_766{???STORE}, _752{???STORING})}==> ~objectActedOn(_752{???STORING}, _766{???STORE})),
  9410. %     (isa(_696{???STORING}, actStoringSomething), objectActedOn(_696{???STORING}, _710{???STORE}), isa(_710{???STORE}, tGroupedStoreGeneric), ~startsAfterStartingOf(_696{???STORING}, _710{???STORE}), {is_unit(_710{???STORE}, _696{???STORING})}==>outputs(_696{???STORING}, _710{???STORE})),
  9411. %     (isa(_668{???STORING}, actStoringSomething), objectActedOn(_668{???STORING}, _682{???STORE}), isa(_682{???STORE}, tGroupedStoreGeneric), ~outputs(_668{???STORING}, _682{???STORE}), {is_unit(_682{???STORE}, _668{???STORING})}==>startsAfterStartingOf(_668{???STORING}, _682{???STORE}))
  9412. %   ].
  9413. % conds= =>((name_variable(_706{???STORE}, 'STORE'), name_variable(_720{???STORING}, 'STORING'), name_variable(_762{???STORING}, 'STORING'), name_variable(_776{???STORE}, 'STORE'), name_variable(_734{???STORING}, 'STORING'), name_variable(_748{???STORE}, 'STORE'), name_variable(_678{???STORING}, 'STORING'), name_variable(_692{???STORE}, 'STORE'), name_variable(_650{???STORING}, 'STORING'), name_variable(_664{???STORE}, 'STORE')), [(~isa(_706{???STORE}, tGroupedStoreGeneric)<-{avoidHeadLoop(isa(_720{???STORING}, actStoringSomething), isa(_706{???STORE}, tGroupedStoreGeneric))}, isa(_720{???STORING}, actStoringSomething), objectActedOn(_720{???STORING}, _706{???STORE}), ~outputs(_720{???STORING}, _706{???STORE}), ~startsAfterStartingOf(_720{???STORING}, _706{???STORE}), {is_unit(_706{???STORE})}),  (~isa(_762{???STORING}, actStoringSomething)<-objectActedOn(_762{???STORING}, _776{???STORE}), {avoidHeadLoop(isa(_776{???STORE}, tGroupedStoreGeneric), isa(_762{???STORING}, actStoringSomething))}, isa(_776{???STORE}, tGroupedStoreGeneric), ~outputs(_762{???STORING}, _776{???STORE}), ~startsAfterStartingOf(_762{???STORING}, _776{???STORE}), {is_unit(_762{???STORING})}),  (isa(_734{???STORING}, actStoringSomething), isa(_748{???STORE}, tGroupedStoreGeneric), ~outputs(_734{???STORING}, _748{???STORE}), ~startsAfterStartingOf(_734{???STORING}, _748{???STORE}), {is_unit(_748{???STORE}, _734{???STORING})}==> ~objectActedOn(_734{???STORING}, _748{???STORE})),  (isa(_678{???STORING}, actStoringSomething), objectActedOn(_678{???STORING}, _692{???STORE}), isa(_692{???STORE}, tGroupedStoreGeneric), ~startsAfterStartingOf(_678{???STORING}, _692{???STORE}), {is_unit(_692{???STORE}, _678{???STORING})}==>outputs(_678{???STORING}, _692{???STORE})),  (isa(_650{???STORING}, actStoringSomething), objectActedOn(_650{???STORING}, _664{???STORE}), isa(_664{???STORE}, tGroupedStoreGeneric), ~outputs(_650{???STORING}, _664{???STORE}), {is_unit(_664{???STORE}, _650{???STORING})}==>startsAfterStartingOf(_650{???STORING}, _664{???STORE}))]).
  9414.  
  9415.  
  9416. % ~isa(_166{???STORE}, tGroupedStoreGeneric) :-
  9417. %   isa(_180{???STORING}, actStoringSomething),
  9418. %   objectActedOn(_180{???STORING}, _166{???STORE}),
  9419. %   ~outputs(_180{???STORING}, _166{???STORE}),
  9420. %   ~startsAfterStartingOf(_180{???STORING}, _166{???STORE}).
  9421. % ~isa(_190{???STORING}, actStoringSomething) :-
  9422. %   objectActedOn(_190{???STORING}, _204{???STORE}),
  9423. %   isa(_204{???STORE}, tGroupedStoreGeneric),
  9424. %   ~outputs(_190{???STORING}, _204{???STORE}),
  9425. %   ~startsAfterStartingOf(_190{???STORING}, _204{???STORE}).
  9426. % ~objectActedOn(_158{???STORING}, _172{???STORE}) :-
  9427. %   isa(_158{???STORING}, actStoringSomething),
  9428. %   isa(_172{???STORE}, tGroupedStoreGeneric),
  9429. %   ~outputs(_158{???STORING}, _172{???STORE}),
  9430. %   ~startsAfterStartingOf(_158{???STORING}, _172{???STORE}).
  9431. % outputs(_130{???STORING}, _144{???STORE}) :-
  9432. %   isa(_130{???STORING}, actStoringSomething),
  9433. %   objectActedOn(_130{???STORING}, _144{???STORE}),
  9434. %   isa(_144{???STORE}, tGroupedStoreGeneric),
  9435. %   ~startsAfterStartingOf(_130{???STORING}, _144{???STORE}).
  9436. % startsAfterStartingOf(_102{???STORING}, _116{???STORE}) :-
  9437. %   isa(_102{???STORING}, actStoringSomething),
  9438. %   objectActedOn(_102{???STORING}, _116{???STORE}),
  9439. %   isa(_116{???STORE}, tGroupedStoreGeneric),
  9440. %   ~outputs(_102{???STORING}, _116{???STORE}).
  9441.  
  9442.  
  9443. % asserted_id(implies(and(isa(X_2122_2499, tObjectCandyBar), objectActedOn(X, X_2122_2499), isa(X, actHavingAMeal)), massOfObject(X_2122_2499, uU(vOunceFn, [1, 4]))), a309035(X_2122_2499, X)).
  9444. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  9445. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  9446.  kif:-all(_208022,all(_208042,implies(and(isa(_208022,tObjectCandyBar),objectActedOn(_208042,_208022),isa(_208042,actHavingAMeal)),massOfObject(_208022,uU(vOunceFn,[1,4])))))
  9447.  pkif:-all(_207972,all(_207992,=>(&(isa(_207972,tObjectCandyBar),&(objectActedOn(_207992,_207972),isa(_207992,actHavingAMeal))),massOfObject(_207972,uU(vOunceFn,[1,4])))))
  9448. % cnf :-
  9449. %   v(v(~isa(_152{???X_2122_2499}, tObjectCandyBar),
  9450. %       v(~objectActedOn(_166{???X}, _152{???X_2122_2499}),
  9451. %         ~isa(_166{???X}, actHavingAMeal))),
  9452. %     massOfObject(_152{???X_2122_2499}, uU(vOunceFn, [1, 4]))).
  9453.  horn:-[(~isa(_209630,actHavingAMeal):-isa(_209656,tObjectCandyBar),objectActedOn(_209630,_209656),~massOfObject(_209656,uU(vOunceFn,[1,4]))),(~isa(_209714,tObjectCandyBar):-objectActedOn(_209740,_209714),isa(_209740,actHavingAMeal),~massOfObject(_209714,uU(vOunceFn,[1,4]))),(~objectActedOn(_209798,_209812):-isa(_209812,tObjectCandyBar),isa(_209798,actHavingAMeal),~massOfObject(_209812,uU(vOunceFn,[1,4]))),(massOfObject(_209878,uU(vOunceFn,[1,4])):-isa(_209878,tObjectCandyBar),objectActedOn(_209916,_209878),isa(_209916,actHavingAMeal))]
  9454. % boxlog :-
  9455. %  
  9456. %   [ (~isa(_756{???X}, actHavingAMeal):-isa(_770{???X_2122_2499}, tObjectCandyBar), objectActedOn(_756{???X}, _770{???X_2122_2499}), ~massOfObject(_770{???X_2122_2499}, uU(vOunceFn, [1, 4]))),
  9457. %     (~isa(_812{???X_2122_2499}, tObjectCandyBar):-objectActedOn(_826{???X}, _812{???X_2122_2499}), isa(_826{???X}, actHavingAMeal), ~massOfObject(_812{???X_2122_2499}, uU(vOunceFn, [1, 4]))),
  9458. %     (~objectActedOn(_784{???X}, _798{???X_2122_2499}):-isa(_798{???X_2122_2499}, tObjectCandyBar), isa(_784{???X}, actHavingAMeal), ~massOfObject(_798{???X_2122_2499}, uU(vOunceFn, [1, 4]))),
  9459. %     (massOfObject(_728{???X_2122_2499}, uU(vOunceFn, [1, 4])):-isa(_728{???X_2122_2499}, tObjectCandyBar), objectActedOn(_742{???X}, _728{???X_2122_2499}), isa(_742{???X}, actHavingAMeal))
  9460. %   ].
  9461. % preview :-
  9462. %  
  9463. %   [ ({avoidHeadLoop(isa(_734{???X_2122_2499}, tObjectCandyBar), isa(_720{???X}, actHavingAMeal))}, isa(_734{???X_2122_2499}, tObjectCandyBar), objectActedOn(_720{???X}, _734{???X_2122_2499}), ~massOfObject(_734{???X_2122_2499}, uU(vOunceFn, [1, 4])), {is_unit(_720{???X})}-> ~isa(_720{???X}, actHavingAMeal)),
  9464. %     (objectActedOn(_790{???X}, _776{???X_2122_2499}), {avoidHeadLoop(isa(_790{???X}, actHavingAMeal), isa(_776{???X_2122_2499}, tObjectCandyBar))}, isa(_790{???X}, actHavingAMeal), ~massOfObject(_776{???X_2122_2499}, uU(vOunceFn, [1, 4])), {is_unit(_776{???X_2122_2499})}-> ~isa(_776{???X_2122_2499}, tObjectCandyBar)),
  9465. %     (isa(_762{???X_2122_2499}, tObjectCandyBar), isa(_748{???X}, actHavingAMeal), ~massOfObject(_762{???X_2122_2499}, uU(vOunceFn, [1, 4])), {is_unit(_762{???X_2122_2499}, _748{???X})}==> ~objectActedOn(_748{???X}, _762{???X_2122_2499})),
  9466. %     (isa(_692{???X_2122_2499}, tObjectCandyBar), objectActedOn(_706{???X}, _692{???X_2122_2499}), isa(_706{???X}, actHavingAMeal), {is_unit(_692{???X_2122_2499})}==>massOfObject(_692{???X_2122_2499}, uU(vOunceFn, [1, 4])))
  9467. %   ].
  9468. % conds= =>((name_variable(_702{???X}, 'X'), name_variable(_716{???X_2122_2499}, 'X_2122_2499'), name_variable(_758{???X_2122_2499}, 'X_2122_2499'), name_variable(_772{???X}, 'X'), name_variable(_744{???X_2122_2499}, 'X_2122_2499'), name_variable(_730{???X}, 'X'), name_variable(_674{???X_2122_2499}, 'X_2122_2499'), name_variable(_688{???X}, 'X')), [(~isa(_702{???X}, actHavingAMeal)<-{avoidHeadLoop(isa(_716{???X_2122_2499}, tObjectCandyBar), isa(_702{???X}, actHavingAMeal))}, isa(_716{???X_2122_2499}, tObjectCandyBar), objectActedOn(_702{???X}, _716{???X_2122_2499}), ~massOfObject(_716{???X_2122_2499}, uU(vOunceFn, [1, 4])), {is_unit(_702{???X})}),  (~isa(_758{???X_2122_2499}, tObjectCandyBar)<-objectActedOn(_772{???X}, _758{???X_2122_2499}), {avoidHeadLoop(isa(_772{???X}, actHavingAMeal), isa(_758{???X_2122_2499}, tObjectCandyBar))}, isa(_772{???X}, actHavingAMeal), ~massOfObject(_758{???X_2122_2499}, uU(vOunceFn, [1, 4])), {is_unit(_758{???X_2122_2499})}),  (isa(_744{???X_2122_2499}, tObjectCandyBar), isa(_730{???X}, actHavingAMeal), ~massOfObject(_744{???X_2122_2499}, uU(vOunceFn, [1, 4])), {is_unit(_744{???X_2122_2499}, _730{???X})}==> ~objectActedOn(_730{???X}, _744{???X_2122_2499})),  (isa(_674{???X_2122_2499}, tObjectCandyBar), objectActedOn(_688{???X}, _674{???X_2122_2499}), isa(_688{???X}, actHavingAMeal), {is_unit(_674{???X_2122_2499})}==>massOfObject(_674{???X_2122_2499}, uU(vOunceFn, [1, 4])))]).
  9469.  
  9470.  
  9471. % ~isa(_138{???X}, actHavingAMeal) :-
  9472. %   isa(_152{???X_2122_2499}, tObjectCandyBar),
  9473. %   objectActedOn(_138{???X}, _152{???X_2122_2499}),
  9474. %   ~massOfObject(_152{???X_2122_2499}, uU(vOunceFn, [1, 4])).
  9475. % ~isa(_162{???X_2122_2499}, tObjectCandyBar) :-
  9476. %   objectActedOn(_176{???X}, _162{???X_2122_2499}),
  9477. %   isa(_176{???X}, actHavingAMeal),
  9478. %   ~massOfObject(_162{???X_2122_2499}, uU(vOunceFn, [1, 4])).
  9479. % ~objectActedOn(_130{???X}, _144{???X_2122_2499}) :-
  9480. %   isa(_144{???X_2122_2499}, tObjectCandyBar),
  9481. %   isa(_130{???X}, actHavingAMeal),
  9482. %   ~massOfObject(_144{???X_2122_2499}, uU(vOunceFn, [1, 4])).
  9483. % massOfObject(_102{???X_2122_2499}, uU(vOunceFn, [1, 4])) :-
  9484. %   isa(_102{???X_2122_2499}, tObjectCandyBar),
  9485. %   objectActedOn(_116{???X}, _102{???X_2122_2499}),
  9486. %   isa(_116{???X}, actHavingAMeal).
  9487.  
  9488.  
  9489. % asserted_id(implies(and(isa(U, actPlantingATree), objectActedOn(U, V)), commitsForFutureUses(U, V)), a309036(U, V)).
  9490. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  9491. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  9492.  kif:-all(_208048,all(_208068,implies(and(isa(_208048,actPlantingATree),objectActedOn(_208048,_208068)),commitsForFutureUses(_208048,_208068))))
  9493.  pkif:-all(_207994,all(_208014,=>(&(isa(_207994,actPlantingATree),objectActedOn(_207994,_208014)),commitsForFutureUses(_207994,_208014))))
  9494. % cnf :-
  9495. %   v(v(~isa(_126{???U}, actPlantingATree),
  9496. %       ~objectActedOn(_126{???U}, _140{???V})),
  9497. %     commitsForFutureUses(_126{???U}, _140{???V})).
  9498.  horn:-[(~isa(_208878,actPlantingATree):-objectActedOn(_208878,_208904),~commitsForFutureUses(_208878,_208904)),(~objectActedOn(_208950,_208964):-isa(_208950,actPlantingATree),~commitsForFutureUses(_208950,_208964)),(commitsForFutureUses(_209018,_209032):-isa(_209018,actPlantingATree),objectActedOn(_209018,_209032))]
  9499. % boxlog :-
  9500. %  
  9501. %   [ (~isa(_668{???U}, actPlantingATree):-objectActedOn(_668{???U}, _682{???V}), ~commitsForFutureUses(_668{???U}, _682{???V})),
  9502. %     (~objectActedOn(_640{???U}, _654{???V}):-isa(_640{???U}, actPlantingATree), ~commitsForFutureUses(_640{???U}, _654{???V})),
  9503. %     (commitsForFutureUses(_612{???U}, _626{???V}):-isa(_612{???U}, actPlantingATree), objectActedOn(_612{???U}, _626{???V}))
  9504. %   ].
  9505. % preview :-
  9506. %  
  9507. %   [ (objectActedOn(_632{???U}, _646{???V}), ~commitsForFutureUses(_632{???U}, _646{???V}), {is_unit(_632{???U})}-> ~isa(_632{???U}, actPlantingATree)),
  9508. %     (isa(_604{???U}, actPlantingATree), ~commitsForFutureUses(_604{???U}, _618{???V}), {is_unit(_618{???V}, _604{???U})}-> ~objectActedOn(_604{???U}, _618{???V})),
  9509. %     (isa(_576{???U}, actPlantingATree), objectActedOn(_576{???U}, _590{???V}), {is_unit(_590{???V}, _576{???U})}==>commitsForFutureUses(_576{???U}, _590{???V}))
  9510. %   ].
  9511. % conds= =>((name_variable(_614{???U}, 'U'), name_variable(_628{???V}, 'V'), name_variable(_586{???U}, 'U'), name_variable(_600{???V}, 'V'), name_variable(_558{???U}, 'U'), name_variable(_572{???V}, 'V')), [(~isa(_614{???U}, actPlantingATree)<-objectActedOn(_614{???U}, _628{???V}), ~commitsForFutureUses(_614{???U}, _628{???V}), {is_unit(_614{???U})}),  (~objectActedOn(_586{???U}, _600{???V})<-isa(_586{???U}, actPlantingATree), ~commitsForFutureUses(_586{???U}, _600{???V}), {is_unit(_600{???V}, _586{???U})}),  (isa(_558{???U}, actPlantingATree), objectActedOn(_558{???U}, _572{???V}), {is_unit(_572{???V}, _558{???U})}==>commitsForFutureUses(_558{???U}, _572{???V}))]).
  9512.  
  9513.  
  9514. % ~isa(_166{???U}, actPlantingATree) :-
  9515. %   objectActedOn(_158{???U}, _172{???V}),
  9516. %   ~commitsForFutureUses(_158{???U}, _172{???V}).
  9517. % ~objectActedOn(_130{???U}, _144{???V}) :-
  9518. %   isa(_130{???U}, actPlantingATree),
  9519. %   ~commitsForFutureUses(_130{???U}, _144{???V}).
  9520. % commitsForFutureUses(_102{???U}, _116{???V}) :-
  9521. %   isa(_102{???U}, actPlantingATree),
  9522. %   objectActedOn(_102{???U}, _116{???V}).
  9523.  
  9524.  
  9525. % asserted_id(implies(and(isa(CONT, tObjectContainerArtifact), isa(COVER, tPartTypePortalCovering), objectActedOn(OPEN, CONT), objectActedOn(OPEN, COVER), isa(OPEN, actOpeningAContainerArtifact)), physicalParts(CONT, COVER)), a309037(CONT, COVER, OPEN)).
  9526. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  9527. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  9528.  kif:-all(_208296,all(_208316,all(_208336,implies(and(isa(_208296,tObjectContainerArtifact),isa(_208336,tPartTypePortalCovering),objectActedOn(_208316,_208296),objectActedOn(_208316,_208336),isa(_208316,actOpeningAContainerArtifact)),physicalParts(_208296,_208336)))))
  9529.  pkif:-all(_208254,all(_208274,all(_208294,=>(&(isa(_208254,tObjectContainerArtifact),&(isa(_208294,tPartTypePortalCovering),&(objectActedOn(_208274,_208254),&(objectActedOn(_208274,_208294),isa(_208274,actOpeningAContainerArtifact))))),physicalParts(_208254,_208294)))))
  9530. % cnf :-
  9531. %   v(v(~isa(_150{???CONT}, tObjectContainerArtifact),
  9532. %       v(~isa(_164{???COVER}, tPartTypePortalCovering),
  9533. %         v(~objectActedOn(_178{???OPEN}, _150{???CONT}),
  9534. %       v(~objectActedOn(_178{???OPEN}, _164{???COVER}),
  9535. %         ~isa(_178{???OPEN}, actOpeningAContainerArtifact))))),
  9536. %     physicalParts(_150{???CONT}, _164{???COVER})).
  9537.  horn:-[(~isa(_211088,actOpeningAContainerArtifact):-isa(_211114,tObjectContainerArtifact),isa(_211140,tPartTypePortalCovering),objectActedOn(_211088,_211114),objectActedOn(_211088,_211140),~physicalParts(_211114,_211140)),(~isa(_211210,tPartTypePortalCovering):-isa(_211236,tObjectContainerArtifact),objectActedOn(_211262,_211236),objectActedOn(_211262,_211210),isa(_211262,actOpeningAContainerArtifact),~physicalParts(_211236,_211210)),(~isa(_211332,tObjectContainerArtifact):-isa(_211358,tPartTypePortalCovering),objectActedOn(_211384,_211332),objectActedOn(_211384,_211358),isa(_211384,actOpeningAContainerArtifact),~physicalParts(_211332,_211358)),(~objectActedOn(_211454,_211468):-isa(_211494,tObjectContainerArtifact),isa(_211468,tPartTypePortalCovering),objectActedOn(_211454,_211494),isa(_211454,actOpeningAContainerArtifact),~physicalParts(_211494,_211468)),(~objectActedOn(_211576,_211590):-isa(_211590,tObjectContainerArtifact),isa(_211628,tPartTypePortalCovering),objectActedOn(_211576,_211628),isa(_211576,actOpeningAContainerArtifact),~physicalParts(_211590,_211628)),(physicalParts(_211694,_211708):-isa(_211694,tObjectContainerArtifact),isa(_211708,tPartTypePortalCovering),objectActedOn(_211758,_211694),objectActedOn(_211758,_211708),isa(_211758,actOpeningAContainerArtifact))]
  9538. % boxlog :-
  9539. %  
  9540. %   [ (~isa(_812{???OPEN}, actOpeningAContainerArtifact):-isa(_826{???CONT}, tObjectContainerArtifact), isa(_840{???COVER}, tPartTypePortalCovering), objectActedOn(_812{???OPEN}, _826{???CONT}), objectActedOn(_812{???OPEN}, _840{???COVER}), ~physicalParts(_826{???CONT}, _840{???COVER})),
  9541. %     (~isa(_938{???COVER}, tPartTypePortalCovering):-isa(_952{???CONT}, tObjectContainerArtifact), objectActedOn(_966{???OPEN}, _952{???CONT}), objectActedOn(_966{???OPEN}, _938{???COVER}), isa(_966{???OPEN}, actOpeningAContainerArtifact), ~physicalParts(_952{???CONT}, _938{???COVER})),
  9542. %     (~isa(_980{???CONT}, tObjectContainerArtifact):-isa(_994{???COVER}, tPartTypePortalCovering), objectActedOn(_1008{???OPEN}, _980{???CONT}), objectActedOn(_1008{???OPEN}, _994{???COVER}), isa(_1008{???OPEN}, actOpeningAContainerArtifact), ~physicalParts(_980{???CONT}, _994{???COVER})),
  9543. %     (~objectActedOn(_854{???OPEN}, _868{???COVER}):-isa(_882{???CONT}, tObjectContainerArtifact), isa(_868{???COVER}, tPartTypePortalCovering), objectActedOn(_854{???OPEN}, _882{???CONT}), isa(_854{???OPEN}, actOpeningAContainerArtifact), ~physicalParts(_882{???CONT}, _868{???COVER})),
  9544. %     (~objectActedOn(_896{???OPEN}, _910{???CONT}):-isa(_910{???CONT}, tObjectContainerArtifact), isa(_924{???COVER}, tPartTypePortalCovering), objectActedOn(_896{???OPEN}, _924{???COVER}), isa(_896{???OPEN}, actOpeningAContainerArtifact), ~physicalParts(_910{???CONT}, _924{???COVER})),
  9545. %     (physicalParts(_770{???CONT}, _784{???COVER}):-isa(_770{???CONT}, tObjectContainerArtifact), isa(_784{???COVER}, tPartTypePortalCovering), objectActedOn(_798{???OPEN}, _770{???CONT}), objectActedOn(_798{???OPEN}, _784{???COVER}), isa(_798{???OPEN}, actOpeningAContainerArtifact))
  9546. %   ].
  9547. % preview :-
  9548. %  
  9549. %   [ ({avoidHeadLoop(isa(_790{???CONT}, tObjectContainerArtifact), isa(_776{???OPEN}, actOpeningAContainerArtifact))}, isa(_790{???CONT}, tObjectContainerArtifact), {avoidHeadLoop(isa(_804{???COVER}, tPartTypePortalCovering), isa(_776{???OPEN}, actOpeningAContainerArtifact))}, isa(_804{???COVER}, tPartTypePortalCovering), objectActedOn(_776{???OPEN}, _790{???CONT}), objectActedOn(_776{???OPEN}, _804{???COVER}), ~physicalParts(_790{???CONT}, _804{???COVER}), {is_unit(_776{???OPEN})}-> ~isa(_776{???OPEN}, actOpeningAContainerArtifact)),
  9550. %     ({avoidHeadLoop(isa(_916{???CONT}, tObjectContainerArtifact), isa(_902{???COVER}, tPartTypePortalCovering))}, isa(_916{???CONT}, tObjectContainerArtifact), objectActedOn(_930{???OPEN}, _916{???CONT}), objectActedOn(_930{???OPEN}, _902{???COVER}), {avoidHeadLoop(isa(_930{???OPEN}, actOpeningAContainerArtifact), isa(_902{???COVER}, tPartTypePortalCovering))}, isa(_930{???OPEN}, actOpeningAContainerArtifact), ~physicalParts(_916{???CONT}, _902{???COVER}), {is_unit(_902{???COVER})}-> ~isa(_902{???COVER}, tPartTypePortalCovering)),
  9551. %     ({avoidHeadLoop(isa(_958{???COVER}, tPartTypePortalCovering), isa(_944{???CONT}, tObjectContainerArtifact))}, isa(_958{???COVER}, tPartTypePortalCovering), objectActedOn(_972{???OPEN}, _944{???CONT}), objectActedOn(_972{???OPEN}, _958{???COVER}), {avoidHeadLoop(isa(_972{???OPEN}, actOpeningAContainerArtifact), isa(_944{???CONT}, tObjectContainerArtifact))}, isa(_972{???OPEN}, actOpeningAContainerArtifact), ~physicalParts(_944{???CONT}, _958{???COVER}), {is_unit(_944{???CONT})}-> ~isa(_944{???CONT}, tObjectContainerArtifact)),
  9552. %     (isa(_846{???CONT}, tObjectContainerArtifact), isa(_832{???COVER}, tPartTypePortalCovering), {avoidHeadLoop(objectActedOn(_818{???OPEN}, _846{???CONT}), objectActedOn(_818{???OPEN}, _832{???COVER}))}, objectActedOn(_818{???OPEN}, _846{???CONT}), isa(_818{???OPEN}, actOpeningAContainerArtifact), ~physicalParts(_846{???CONT}, _832{???COVER}), {is_unit(_832{???COVER}, _818{???OPEN})}-> ~objectActedOn(_818{???OPEN}, _832{???COVER})),
  9553. %     (isa(_874{???CONT}, tObjectContainerArtifact), isa(_888{???COVER}, tPartTypePortalCovering), {avoidHeadLoop(objectActedOn(_860{???OPEN}, _888{???COVER}), objectActedOn(_860{???OPEN}, _874{???CONT}))}, objectActedOn(_860{???OPEN}, _888{???COVER}), isa(_860{???OPEN}, actOpeningAContainerArtifact), ~physicalParts(_874{???CONT}, _888{???COVER}), {is_unit(_874{???CONT}, _860{???OPEN})}-> ~objectActedOn(_860{???OPEN}, _874{???CONT})),
  9554. %     (isa(_734{???CONT}, tObjectContainerArtifact), isa(_748{???COVER}, tPartTypePortalCovering), objectActedOn(_762{???OPEN}, _734{???CONT}), objectActedOn(_762{???OPEN}, _748{???COVER}), isa(_762{???OPEN}, actOpeningAContainerArtifact), {is_unit(_748{???COVER}, _734{???CONT})}==>physicalParts(_734{???CONT}, _748{???COVER}))
  9555. %   ].
  9556. % conds= =>((name_variable(_758{???OPEN}, 'OPEN'), name_variable(_772{???CONT}, 'CONT'), name_variable(_786{???COVER}, 'COVER'), name_variable(_884{???COVER}, 'COVER'), name_variable(_898{???CONT}, 'CONT'), name_variable(_912{???OPEN}, 'OPEN'), name_variable(_926{???CONT}, 'CONT'), name_variable(_940{???COVER}, 'COVER'), name_variable(_954{???OPEN}, 'OPEN'), name_variable(_800{???OPEN}, 'OPEN'), name_variable(_814{???COVER}, 'COVER'), name_variable(_828{???CONT}, 'CONT'), name_variable(_842{???OPEN}, 'OPEN'), name_variable(_856{???CONT}, 'CONT'), name_variable(_870{???COVER}, 'COVER'), name_variable(_716{???CONT}, 'CONT'), name_variable(_730{???COVER}, 'COVER'), name_variable(_744{???OPEN}, 'OPEN')), [(~isa(_758{???OPEN}, actOpeningAContainerArtifact)<-{avoidHeadLoop(isa(_772{???CONT}, tObjectContainerArtifact), isa(_758{???OPEN}, actOpeningAContainerArtifact))}, isa(_772{???CONT}, tObjectContainerArtifact), {avoidHeadLoop(isa(_786{???COVER}, tPartTypePortalCovering), isa(_758{???OPEN}, actOpeningAContainerArtifact))}, isa(_786{???COVER}, tPartTypePortalCovering), objectActedOn(_758{???OPEN}, _772{???CONT}), objectActedOn(_758{???OPEN}, _786{???COVER}), ~physicalParts(_772{???CONT}, _786{???COVER}), {is_unit(_758{???OPEN})}),  (~isa(_884{???COVER}, tPartTypePortalCovering)<-{avoidHeadLoop(isa(_898{???CONT}, tObjectContainerArtifact), isa(_884{???COVER}, tPartTypePortalCovering))}, isa(_898{???CONT}, tObjectContainerArtifact), objectActedOn(_912{???OPEN}, _898{???CONT}), objectActedOn(_912{???OPEN}, _884{???COVER}), {avoidHeadLoop(isa(_912{???OPEN}, actOpeningAContainerArtifact), isa(_884{???COVER}, tPartTypePortalCovering))}, isa(_912{???OPEN}, actOpeningAContainerArtifact), ~physicalParts(_898{???CONT}, _884{???COVER}), {is_unit(_884{???COVER})}),  (~isa(_926{???CONT}, tObjectContainerArtifact)<-{avoidHeadLoop(isa(_940{???COVER}, tPartTypePortalCovering), isa(_926{???CONT}, tObjectContainerArtifact))}, isa(_940{???COVER}, tPartTypePortalCovering), objectActedOn(_954{???OPEN}, _926{???CONT}), objectActedOn(_954{???OPEN}, _940{???COVER}), {avoidHeadLoop(isa(_954{???OPEN}, actOpeningAContainerArtifact), isa(_926{???CONT}, tObjectContainerArtifact))}, isa(_954{???OPEN}, actOpeningAContainerArtifact), ~physicalParts(_926{???CONT}, _940{???COVER}), {is_unit(_926{???CONT})}),  (~objectActedOn(_800{???OPEN}, _814{???COVER})<-isa(_828{???CONT}, tObjectContainerArtifact), isa(_814{???COVER}, tPartTypePortalCovering), {avoidHeadLoop(objectActedOn(_800{???OPEN}, _828{???CONT}), objectActedOn(_800{???OPEN}, _814{???COVER}))}, objectActedOn(_800{???OPEN}, _828{???CONT}), isa(_800{???OPEN}, actOpeningAContainerArtifact), ~physicalParts(_828{???CONT}, _814{???COVER}), {is_unit(_814{???COVER}, _800{???OPEN})}),  (~objectActedOn(_842{???OPEN}, _856{???CONT})<-isa(_856{???CONT}, tObjectContainerArtifact), isa(_870{???COVER}, tPartTypePortalCovering), {avoidHeadLoop(objectActedOn(_842{???OPEN}, _870{???COVER}), objectActedOn(_842{???OPEN}, _856{???CONT}))}, objectActedOn(_842{???OPEN}, _870{???COVER}), isa(_842{???OPEN}, actOpeningAContainerArtifact), ~physicalParts(_856{???CONT}, _870{???COVER}), {is_unit(_856{???CONT}, _842{???OPEN})}),  (isa(_716{???CONT}, tObjectContainerArtifact), isa(_730{???COVER}, tPartTypePortalCovering), objectActedOn(_744{???OPEN}, _716{???CONT}), objectActedOn(_744{???OPEN}, _730{???COVER}), isa(_744{???OPEN}, actOpeningAContainerArtifact), {is_unit(_730{???COVER}, _716{???CONT})}==>physicalParts(_716{???CONT}, _730{???COVER}))]).
  9557.  
  9558.  
  9559. % ~isa(_154{???OPEN}, actOpeningAContainerArtifact) :-
  9560. %   isa(_168{???CONT}, tObjectContainerArtifact),
  9561. %   isa(_182{???COVER}, tPartTypePortalCovering),
  9562. %   objectActedOn(_154{???OPEN}, _168{???CONT}),
  9563. %   objectActedOn(_154{???OPEN}, _182{???COVER}),
  9564. %   ~physicalParts(_168{???CONT}, _182{???COVER}).
  9565. % ~isa(_234{???COVER}, tPartTypePortalCovering) :-
  9566. %   isa(_248{???CONT}, tObjectContainerArtifact),
  9567. %   objectActedOn(_262{???OPEN}, _248{???CONT}),
  9568. %   objectActedOn(_262{???OPEN}, _234{???COVER}),
  9569. %   isa(_262{???OPEN}, actOpeningAContainerArtifact),
  9570. %   ~physicalParts(_248{???CONT}, _234{???COVER}).
  9571. % ~isa(_234{???CONT}, tObjectContainerArtifact) :-
  9572. %   isa(_242{???COVER}, tPartTypePortalCovering),
  9573. %   objectActedOn(_256{???OPEN}, _228{???CONT}),
  9574. %   objectActedOn(_256{???OPEN}, _242{???COVER}),
  9575. %   isa(_256{???OPEN}, actOpeningAContainerArtifact),
  9576. %   ~physicalParts(_228{???CONT}, _242{???COVER}).
  9577. % ~objectActedOn(_144{???OPEN}, _158{???COVER}) :-
  9578. %   isa(_172{???CONT}, tObjectContainerArtifact),
  9579. %   isa(_158{???COVER}, tPartTypePortalCovering),
  9580. %   objectActedOn(_144{???OPEN}, _172{???CONT}),
  9581. %   isa(_144{???OPEN}, actOpeningAContainerArtifact),
  9582. %   ~physicalParts(_172{???CONT}, _158{???COVER}).
  9583. % ~objectActedOn(_150{???OPEN}, _164{???CONT}) :-
  9584. %   isa(_164{???CONT}, tObjectContainerArtifact),
  9585. %   isa(_178{???COVER}, tPartTypePortalCovering),
  9586. %   objectActedOn(_150{???OPEN}, _178{???COVER}),
  9587. %   isa(_150{???OPEN}, actOpeningAContainerArtifact),
  9588. %   ~physicalParts(_164{???CONT}, _178{???COVER}).
  9589. % physicalParts(_102{???CONT}, _116{???COVER}) :-
  9590. %   isa(_102{???CONT}, tObjectContainerArtifact),
  9591. %   isa(_116{???COVER}, tPartTypePortalCovering),
  9592. %   objectActedOn(_130{???OPEN}, _102{???CONT}),
  9593. %   objectActedOn(_130{???OPEN}, _116{???COVER}),
  9594. %   isa(_130{???OPEN}, actOpeningAContainerArtifact).
  9595.  
  9596.  
  9597. % asserted_id(implies(and(performedBy(E101, A101), objectActedOn(E101, O100)), exposedToInEvent(A101, O100, vSimpleExposureAwareness, E101)), a309038(E101, A101, O100)).
  9598. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  9599. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  9600.  kif:-all(_208392,all(_208412,all(_208432,implies(and(performedBy(_208392,_208412),objectActedOn(_208392,_208432)),exposedToInEvent(_208412,_208432,vSimpleExposureAwareness,_208392)))))
  9601.  pkif:-all(_208338,all(_208358,all(_208378,=>(&(performedBy(_208338,_208358),objectActedOn(_208338,_208378)),exposedToInEvent(_208358,_208378,vSimpleExposureAwareness,_208338)))))
  9602. % cnf :-
  9603. %   v(v(~performedBy(_130{???E101}, _144{???A101}),
  9604. %       ~objectActedOn(_130{???E101}, _158{???O100})),
  9605. %     exposedToInEvent(_144{???A101},
  9606. %              _158{???O100},
  9607. %              vSimpleExposureAwareness,
  9608. %              _130{???E101})).
  9609.  horn:-[(~objectActedOn(_209406,_209420):-performedBy(_209406,_209446),~exposedToInEvent(_209446,_209420,vSimpleExposureAwareness,_209406)),(~performedBy(_209496,_209510):-objectActedOn(_209496,_209536),~exposedToInEvent(_209510,_209536,vSimpleExposureAwareness,_209496)),(exposedToInEvent(_209586,_209600,vSimpleExposureAwareness,_209614):-performedBy(_209614,_209586),objectActedOn(_209614,_209600))]
  9610. % boxlog :-
  9611. %  
  9612. %   [ (~objectActedOn(_696{???E101}, _710{???O100}):-performedBy(_696{???E101}, _724{???A101}), ~exposedToInEvent(_724{???A101}, _710{???O100}, vSimpleExposureAwareness, _696{???E101})),
  9613. %     (~performedBy(_738{???E101}, _752{???A101}):-objectActedOn(_738{???E101}, _766{???O100}), ~exposedToInEvent(_752{???A101}, _766{???O100}, vSimpleExposureAwareness, _738{???E101})),
  9614. %     (exposedToInEvent(_654{???A101}, _668{???O100}, vSimpleExposureAwareness, _682{???E101}):-performedBy(_682{???E101}, _654{???A101}), objectActedOn(_682{???E101}, _668{???O100}))
  9615. %   ].
  9616. % preview :-
  9617. %  
  9618. %   [ (performedBy(_660{???E101}, _688{???A101}), ~exposedToInEvent(_688{???A101}, _674{???O100}, vSimpleExposureAwareness, _660{???E101}), {is_unit(_674{???O100}, _660{???E101})}-> ~objectActedOn(_660{???E101}, _674{???O100})),
  9619. %     (objectActedOn(_702{???E101}, _730{???O100}), ~exposedToInEvent(_716{???A101}, _730{???O100}, vSimpleExposureAwareness, _702{???E101}), {is_unit(_716{???A101}, _702{???E101})}-> ~performedBy(_702{???E101}, _716{???A101})),
  9620. %     (performedBy(_646{???E101}, _618{???A101}), objectActedOn(_646{???E101}, _632{???O100}), {is_unit(_646{???E101}, _632{???O100}, _618{???A101})}==>exposedToInEvent(_618{???A101}, _632{???O100}, vSimpleExposureAwareness, _646{???E101}))
  9621. %   ].
  9622. % conds= =>((name_variable(_642{???E101}, 'E101'), name_variable(_656{???O100}, 'O100'), name_variable(_670{???A101}, 'A101'), name_variable(_684{???E101}, 'E101'), name_variable(_698{???A101}, 'A101'), name_variable(_712{???O100}, 'O100'), name_variable(_628{???E101}, 'E101'), name_variable(_600{???A101}, 'A101'), name_variable(_614{???O100}, 'O100')), [(~objectActedOn(_642{???E101}, _656{???O100})<-performedBy(_642{???E101}, _670{???A101}), ~exposedToInEvent(_670{???A101}, _656{???O100}, vSimpleExposureAwareness, _642{???E101}), {is_unit(_656{???O100}, _642{???E101})}),  (~performedBy(_684{???E101}, _698{???A101})<-objectActedOn(_684{???E101}, _712{???O100}), ~exposedToInEvent(_698{???A101}, _712{???O100}, vSimpleExposureAwareness, _684{???E101}), {is_unit(_698{???A101}, _684{???E101})}),  (performedBy(_628{???E101}, _600{???A101}), objectActedOn(_628{???E101}, _614{???O100}), {is_unit(_628{???E101}, _614{???O100}, _600{???A101})}==>exposedToInEvent(_600{???A101}, _614{???O100}, vSimpleExposureAwareness, _628{???E101}))]).
  9623.  
  9624.  
  9625. % ~objectActedOn(_154{???E101}, _168{???O100}) :-
  9626. %   performedBy(_144{???E101}, _172{???A101}),
  9627. %   ~exposedToInEvent(_172{???A101}, _158{???O100}, vSimpleExposureAwareness, _144{???E101}).
  9628. % ~performedBy(_150{???E101}, _164{???A101}) :-
  9629. %   objectActedOn(_150{???E101}, _178{???O100}),
  9630. %   ~exposedToInEvent(_164{???A101}, _178{???O100}, vSimpleExposureAwareness, _150{???E101}).
  9631. % exposedToInEvent(_102{???A101}, _116{???O100}, vSimpleExposureAwareness, _130{???E101}) :-
  9632. %   performedBy(_130{???E101}, _102{???A101}),
  9633. %   objectActedOn(_130{???E101}, _116{???O100}).
  9634.  
  9635.  
  9636. % asserted_id(implies(and(isa(U, actCookingFood), objectActedOn(U, V), isa(V, tFood)), commitsForFutureUses(U, V)), a309039(U, V)).
  9637. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  9638. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  9639.  kif:-all(_208488,all(_208508,implies(and(isa(_208488,actCookingFood),objectActedOn(_208488,_208508),isa(_208508,tFood)),commitsForFutureUses(_208488,_208508))))
  9640.  pkif:-all(_208438,all(_208458,=>(&(isa(_208438,actCookingFood),&(objectActedOn(_208438,_208458),isa(_208458,tFood))),commitsForFutureUses(_208438,_208458))))
  9641. % cnf :-
  9642. %   v(v(~isa(_134{???U}, actCookingFood),
  9643. %       v(~objectActedOn(_134{???U}, _148{???V}), ~isa(_148{???V}, tFood))),
  9644. %     commitsForFutureUses(_134{???U}, _148{???V})).
  9645.  horn:-[(~isa(_209790,tFood):-isa(_209816,actCookingFood),objectActedOn(_209816,_209790),~commitsForFutureUses(_209816,_209790)),(~isa(_209874,actCookingFood):-objectActedOn(_209874,_209900),isa(_209900,tFood),~commitsForFutureUses(_209874,_209900)),(~objectActedOn(_209958,_209972):-isa(_209958,actCookingFood),isa(_209972,tFood),~commitsForFutureUses(_209958,_209972)),(commitsForFutureUses(_210038,_210052):-isa(_210038,actCookingFood),objectActedOn(_210038,_210052),isa(_210052,tFood))]
  9646. % boxlog :-
  9647. %  
  9648. %   [ (~isa(_684{???V}, tFood):-isa(_698{???U}, actCookingFood), objectActedOn(_698{???U}, _684{???V}), ~commitsForFutureUses(_698{???U}, _684{???V})),
  9649. %     (~isa(_740{???U}, actCookingFood):-objectActedOn(_740{???U}, _754{???V}), isa(_754{???V}, tFood), ~commitsForFutureUses(_740{???U}, _754{???V})),
  9650. %     (~objectActedOn(_712{???U}, _726{???V}):-isa(_712{???U}, actCookingFood), isa(_726{???V}, tFood), ~commitsForFutureUses(_712{???U}, _726{???V})),
  9651. %     (commitsForFutureUses(_656{???U}, _670{???V}):-isa(_656{???U}, actCookingFood), objectActedOn(_656{???U}, _670{???V}), isa(_670{???V}, tFood))
  9652. %   ].
  9653. % preview :-
  9654. %  
  9655. %   [ ({avoidHeadLoop(isa(_662{???U}, actCookingFood), isa(_648{???V}, tFood))}, isa(_662{???U}, actCookingFood), objectActedOn(_662{???U}, _648{???V}), ~commitsForFutureUses(_662{???U}, _648{???V}), {is_unit(_648{???V})}-> ~isa(_648{???V}, tFood)),
  9656. %     (objectActedOn(_704{???U}, _718{???V}), {avoidHeadLoop(isa(_718{???V}, tFood), isa(_704{???U}, actCookingFood))}, isa(_718{???V}, tFood), ~commitsForFutureUses(_704{???U}, _718{???V}), {is_unit(_704{???U})}-> ~isa(_704{???U}, actCookingFood)),
  9657. %     (isa(_676{???U}, actCookingFood), isa(_690{???V}, tFood), ~commitsForFutureUses(_676{???U}, _690{???V}), {is_unit(_690{???V}, _676{???U})}==> ~objectActedOn(_676{???U}, _690{???V})),
  9658. %     (isa(_620{???U}, actCookingFood), objectActedOn(_620{???U}, _634{???V}), isa(_634{???V}, tFood), {is_unit(_634{???V}, _620{???U})}==>commitsForFutureUses(_620{???U}, _634{???V}))
  9659. %   ].
  9660. % conds= =>((name_variable(_630{???V}, 'V'), name_variable(_644{???U}, 'U'), name_variable(_686{???U}, 'U'), name_variable(_700{???V}, 'V'), name_variable(_658{???U}, 'U'), name_variable(_672{???V}, 'V'), name_variable(_602{???U}, 'U'), name_variable(_616{???V}, 'V')), [(~isa(_630{???V}, tFood)<-{avoidHeadLoop(isa(_644{???U}, actCookingFood), isa(_630{???V}, tFood))}, isa(_644{???U}, actCookingFood), objectActedOn(_644{???U}, _630{???V}), ~commitsForFutureUses(_644{???U}, _630{???V}), {is_unit(_630{???V})}),  (~isa(_686{???U}, actCookingFood)<-objectActedOn(_686{???U}, _700{???V}), {avoidHeadLoop(isa(_700{???V}, tFood), isa(_686{???U}, actCookingFood))}, isa(_700{???V}, tFood), ~commitsForFutureUses(_686{???U}, _700{???V}), {is_unit(_686{???U})}),  (isa(_658{???U}, actCookingFood), isa(_672{???V}, tFood), ~commitsForFutureUses(_658{???U}, _672{???V}), {is_unit(_672{???V}, _658{???U})}==> ~objectActedOn(_658{???U}, _672{???V})),  (isa(_602{???U}, actCookingFood), objectActedOn(_602{???U}, _616{???V}), isa(_616{???V}, tFood), {is_unit(_616{???V}, _602{???U})}==>commitsForFutureUses(_602{???U}, _616{???V}))]).
  9661.  
  9662.  
  9663. % ~isa(_138{???V}, tFood) :-
  9664. %   isa(_152{???U}, actCookingFood),
  9665. %   objectActedOn(_152{???U}, _138{???V}),
  9666. %   ~commitsForFutureUses(_152{???U}, _138{???V}).
  9667. % ~isa(_162{???U}, actCookingFood) :-
  9668. %   objectActedOn(_162{???U}, _176{???V}),
  9669. %   isa(_176{???V}, tFood),
  9670. %   ~commitsForFutureUses(_162{???U}, _176{???V}).
  9671. % ~objectActedOn(_130{???U}, _144{???V}) :-
  9672. %   isa(_130{???U}, actCookingFood),
  9673. %   isa(_144{???V}, tFood),
  9674. %   ~commitsForFutureUses(_130{???U}, _144{???V}).
  9675. % commitsForFutureUses(_102{???U}, _116{???V}) :-
  9676. %   isa(_102{???U}, actCookingFood),
  9677. %   objectActedOn(_102{???U}, _116{???V}),
  9678. %   isa(_116{???V}, tFood).
  9679.  
  9680.  
  9681. % asserted_id(implies(and(objectActedOn(EVT, FLOOR), isa(FLOOR, tPartTypeFloorInAConstruction)), isa(EVT, eventIndoorActivity)), a309040(EVT, FLOOR)).
  9682. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  9683. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  9684.  kif:-all(_208568,all(_208588,implies(and(objectActedOn(_208588,_208568),isa(_208568,tPartTypeFloorInAConstruction)),isa(_208588,eventIndoorActivity))))
  9685.  pkif:-all(_208514,all(_208534,=>(&(objectActedOn(_208534,_208514),isa(_208514,tPartTypeFloorInAConstruction)),isa(_208534,eventIndoorActivity))))
  9686. % cnf :-
  9687. %   v(v(~objectActedOn(_126{???EVT}, _140{???FLOOR}),
  9688. %       ~isa(_140{???FLOOR}, tPartTypeFloorInAConstruction)),
  9689. %     isa(_126{???EVT}, eventIndoorActivity)).
  9690.  horn:-[(~isa(_209398,tPartTypeFloorInAConstruction):-objectActedOn(_209424,_209398),~isa(_209424,eventIndoorActivity)),(~objectActedOn(_209470,_209484):-isa(_209484,tPartTypeFloorInAConstruction),~isa(_209470,eventIndoorActivity)),(isa(_209538,eventIndoorActivity):-objectActedOn(_209538,_209564),isa(_209564,tPartTypeFloorInAConstruction))]
  9691. % boxlog :-
  9692. %  
  9693. %   [ (~isa(_640{???FLOOR}, tPartTypeFloorInAConstruction):-objectActedOn(_654{???EVT}, _640{???FLOOR}), ~isa(_654{???EVT}, eventIndoorActivity)),
  9694. %     (~objectActedOn(_668{???EVT}, _682{???FLOOR}):-isa(_682{???FLOOR}, tPartTypeFloorInAConstruction), ~isa(_668{???EVT}, eventIndoorActivity)),
  9695. %     (isa(_612{???EVT}, eventIndoorActivity):-objectActedOn(_612{???EVT}, _626{???FLOOR}), isa(_626{???FLOOR}, tPartTypeFloorInAConstruction))
  9696. %   ].
  9697. % preview :-
  9698. %  
  9699. %   [ (objectActedOn(_618{???EVT}, _604{???FLOOR}), {avoidHeadLoop(isa(_618{???EVT}, eventIndoorActivity), isa(_604{???FLOOR}, tPartTypeFloorInAConstruction))}, ~isa(_618{???EVT}, eventIndoorActivity), {is_unit(_604{???FLOOR})}-> ~isa(_604{???FLOOR}, tPartTypeFloorInAConstruction)),
  9700. %     (isa(_646{???FLOOR}, tPartTypeFloorInAConstruction), ~isa(_632{???EVT}, eventIndoorActivity), {is_unit(_646{???FLOOR}, _632{???EVT})}-> ~objectActedOn(_632{???EVT}, _646{???FLOOR})),
  9701. %     (objectActedOn(_576{???EVT}, _590{???FLOOR}), isa(_590{???FLOOR}, tPartTypeFloorInAConstruction), {is_unit(_576{???EVT})}==>isa(_576{???EVT}, eventIndoorActivity))
  9702. %   ].
  9703. % conds= =>((name_variable(_586{???FLOOR}, 'FLOOR'), name_variable(_600{???EVT}, 'EVT'), name_variable(_614{???EVT}, 'EVT'), name_variable(_628{???FLOOR}, 'FLOOR'), name_variable(_558{???EVT}, 'EVT'), name_variable(_572{???FLOOR}, 'FLOOR')), [(~isa(_586{???FLOOR}, tPartTypeFloorInAConstruction)<-objectActedOn(_600{???EVT}, _586{???FLOOR}), {avoidHeadLoop(isa(_600{???EVT}, eventIndoorActivity), isa(_586{???FLOOR}, tPartTypeFloorInAConstruction))}, ~isa(_600{???EVT}, eventIndoorActivity), {is_unit(_586{???FLOOR})}),  (~objectActedOn(_614{???EVT}, _628{???FLOOR})<-isa(_628{???FLOOR}, tPartTypeFloorInAConstruction), ~isa(_614{???EVT}, eventIndoorActivity), {is_unit(_628{???FLOOR}, _614{???EVT})}),  (objectActedOn(_558{???EVT}, _572{???FLOOR}), isa(_572{???FLOOR}, tPartTypeFloorInAConstruction), {is_unit(_558{???EVT})}==>isa(_558{???EVT}, eventIndoorActivity))]).
  9704.  
  9705.  
  9706. % ~isa(_138{???FLOOR}, tPartTypeFloorInAConstruction) :-
  9707. %   objectActedOn(_144{???EVT}, _130{???FLOOR}),
  9708. %   ~isa(_144{???EVT}, eventIndoorActivity).
  9709. % ~objectActedOn(_134{???EVT}, _148{???FLOOR}) :-
  9710. %   isa(_148{???FLOOR}, tPartTypeFloorInAConstruction),
  9711. %   ~isa(_134{???EVT}, eventIndoorActivity).
  9712. % isa(_102{???EVT}, eventIndoorActivity) :-
  9713. %   objectActedOn(_102{???EVT}, _116{???FLOOR}),
  9714. %   isa(_116{???FLOOR}, tPartTypeFloorInAConstruction).
  9715.  
  9716.  
  9717. % asserted_id(implies(and(isa(X_2116_2487, tPopcornPopped), objectActedOn(X, X_2116_2487), isa(X, actHavingAMeal)), massOfObject(X_2116_2487, uU(vOunceFn, [2, 12]))), a309041(X_2116_2487, X)).
  9718. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  9719. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  9720.  kif:-all(_208750,all(_208770,implies(and(isa(_208750,tPopcornPopped),objectActedOn(_208770,_208750),isa(_208770,actHavingAMeal)),massOfObject(_208750,uU(vOunceFn,[2,12])))))
  9721.  pkif:-all(_208700,all(_208720,=>(&(isa(_208700,tPopcornPopped),&(objectActedOn(_208720,_208700),isa(_208720,actHavingAMeal))),massOfObject(_208700,uU(vOunceFn,[2,12])))))
  9722. % cnf :-
  9723. %   v(v(~isa(_152{???X_2116_2487}, tPopcornPopped),
  9724. %       v(~objectActedOn(_166{???X}, _152{???X_2116_2487}),
  9725. %         ~isa(_166{???X}, actHavingAMeal))),
  9726. %     massOfObject(_152{???X_2116_2487}, uU(vOunceFn, [2, 12]))).
  9727.  horn:-[(~isa(_210358,actHavingAMeal):-isa(_210384,tPopcornPopped),objectActedOn(_210358,_210384),~massOfObject(_210384,uU(vOunceFn,[2,12]))),(~isa(_210442,tPopcornPopped):-objectActedOn(_210468,_210442),isa(_210468,actHavingAMeal),~massOfObject(_210442,uU(vOunceFn,[2,12]))),(~objectActedOn(_210526,_210540):-isa(_210540,tPopcornPopped),isa(_210526,actHavingAMeal),~massOfObject(_210540,uU(vOunceFn,[2,12]))),(massOfObject(_210606,uU(vOunceFn,[2,12])):-isa(_210606,tPopcornPopped),objectActedOn(_210644,_210606),isa(_210644,actHavingAMeal))]
  9728. % boxlog :-
  9729. %  
  9730. %   [ (~isa(_756{???X}, actHavingAMeal):-isa(_770{???X_2116_2487}, tPopcornPopped), objectActedOn(_756{???X}, _770{???X_2116_2487}), ~massOfObject(_770{???X_2116_2487}, uU(vOunceFn, [2, 12]))),
  9731. %     (~isa(_812{???X_2116_2487}, tPopcornPopped):-objectActedOn(_826{???X}, _812{???X_2116_2487}), isa(_826{???X}, actHavingAMeal), ~massOfObject(_812{???X_2116_2487}, uU(vOunceFn, [2, 12]))),
  9732. %     (~objectActedOn(_784{???X}, _798{???X_2116_2487}):-isa(_798{???X_2116_2487}, tPopcornPopped), isa(_784{???X}, actHavingAMeal), ~massOfObject(_798{???X_2116_2487}, uU(vOunceFn, [2, 12]))),
  9733. %     (massOfObject(_728{???X_2116_2487}, uU(vOunceFn, [2, 12])):-isa(_728{???X_2116_2487}, tPopcornPopped), objectActedOn(_742{???X}, _728{???X_2116_2487}), isa(_742{???X}, actHavingAMeal))
  9734. %   ].
  9735. % preview :-
  9736. %  
  9737. %   [ ({avoidHeadLoop(isa(_734{???X_2116_2487}, tPopcornPopped), isa(_720{???X}, actHavingAMeal))}, isa(_734{???X_2116_2487}, tPopcornPopped), objectActedOn(_720{???X}, _734{???X_2116_2487}), ~massOfObject(_734{???X_2116_2487}, uU(vOunceFn, [2, 12])), {is_unit(_720{???X})}-> ~isa(_720{???X}, actHavingAMeal)),
  9738. %     (objectActedOn(_790{???X}, _776{???X_2116_2487}), {avoidHeadLoop(isa(_790{???X}, actHavingAMeal), isa(_776{???X_2116_2487}, tPopcornPopped))}, isa(_790{???X}, actHavingAMeal), ~massOfObject(_776{???X_2116_2487}, uU(vOunceFn, [2, 12])), {is_unit(_776{???X_2116_2487})}-> ~isa(_776{???X_2116_2487}, tPopcornPopped)),
  9739. %     (isa(_762{???X_2116_2487}, tPopcornPopped), isa(_748{???X}, actHavingAMeal), ~massOfObject(_762{???X_2116_2487}, uU(vOunceFn, [2, 12])), {is_unit(_762{???X_2116_2487}, _748{???X})}==> ~objectActedOn(_748{???X}, _762{???X_2116_2487})),
  9740. %     (isa(_692{???X_2116_2487}, tPopcornPopped), objectActedOn(_706{???X}, _692{???X_2116_2487}), isa(_706{???X}, actHavingAMeal), {is_unit(_692{???X_2116_2487})}==>massOfObject(_692{???X_2116_2487}, uU(vOunceFn, [2, 12])))
  9741. %   ].
  9742. % conds= =>((name_variable(_702{???X}, 'X'), name_variable(_716{???X_2116_2487}, 'X_2116_2487'), name_variable(_758{???X_2116_2487}, 'X_2116_2487'), name_variable(_772{???X}, 'X'), name_variable(_744{???X_2116_2487}, 'X_2116_2487'), name_variable(_730{???X}, 'X'), name_variable(_674{???X_2116_2487}, 'X_2116_2487'), name_variable(_688{???X}, 'X')), [(~isa(_702{???X}, actHavingAMeal)<-{avoidHeadLoop(isa(_716{???X_2116_2487}, tPopcornPopped), isa(_702{???X}, actHavingAMeal))}, isa(_716{???X_2116_2487}, tPopcornPopped), objectActedOn(_702{???X}, _716{???X_2116_2487}), ~massOfObject(_716{???X_2116_2487}, uU(vOunceFn, [2, 12])), {is_unit(_702{???X})}),  (~isa(_758{???X_2116_2487}, tPopcornPopped)<-objectActedOn(_772{???X}, _758{???X_2116_2487}), {avoidHeadLoop(isa(_772{???X}, actHavingAMeal), isa(_758{???X_2116_2487}, tPopcornPopped))}, isa(_772{???X}, actHavingAMeal), ~massOfObject(_758{???X_2116_2487}, uU(vOunceFn, [2, 12])), {is_unit(_758{???X_2116_2487})}),  (isa(_744{???X_2116_2487}, tPopcornPopped), isa(_730{???X}, actHavingAMeal), ~massOfObject(_744{???X_2116_2487}, uU(vOunceFn, [2, 12])), {is_unit(_744{???X_2116_2487}, _730{???X})}==> ~objectActedOn(_730{???X}, _744{???X_2116_2487})),  (isa(_674{???X_2116_2487}, tPopcornPopped), objectActedOn(_688{???X}, _674{???X_2116_2487}), isa(_688{???X}, actHavingAMeal), {is_unit(_674{???X_2116_2487})}==>massOfObject(_674{???X_2116_2487}, uU(vOunceFn, [2, 12])))]).
  9743.  
  9744.  
  9745. % ~isa(_138{???X}, actHavingAMeal) :-
  9746. %   isa(_152{???X_2116_2487}, tPopcornPopped),
  9747. %   objectActedOn(_138{???X}, _152{???X_2116_2487}),
  9748. %   ~massOfObject(_152{???X_2116_2487}, uU(vOunceFn, [2, 12])).
  9749. % ~isa(_162{???X_2116_2487}, tPopcornPopped) :-
  9750. %   objectActedOn(_176{???X}, _162{???X_2116_2487}),
  9751. %   isa(_176{???X}, actHavingAMeal),
  9752. %   ~massOfObject(_162{???X_2116_2487}, uU(vOunceFn, [2, 12])).
  9753. % ~objectActedOn(_130{???X}, _144{???X_2116_2487}) :-
  9754. %   isa(_144{???X_2116_2487}, tPopcornPopped),
  9755. %   isa(_130{???X}, actHavingAMeal),
  9756. %   ~massOfObject(_144{???X_2116_2487}, uU(vOunceFn, [2, 12])).
  9757. % massOfObject(_102{???X_2116_2487}, uU(vOunceFn, [2, 12])) :-
  9758. %   isa(_102{???X_2116_2487}, tPopcornPopped),
  9759. %   objectActedOn(_116{???X}, _102{???X_2116_2487}),
  9760. %   isa(_116{???X}, actHavingAMeal).
  9761.  
  9762.  
  9763. % asserted_id(implies(and(isa(W, actWavingAFlag), objectActedOn(W, F), performedBy(W, P), isa(F, FLAGOF5552), citizens(C, P), termOfUnit(FLAGOF5552, uR(iboFlagFn, C))), actionExpressesFeeling(W, vtPatriotism)), a309042(W, F, P, FLAGOF5552, C)).
  9764. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  9765. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  9766.  kif:-all(_209106,all(_209126,all(_209146,all(_209166,all(_209186,implies(and(isa(_209106,actWavingAFlag),objectActedOn(_209106,_209126),performedBy(_209106,_209146),isa(_209126,_209166),citizens(_209186,_209146),termOfUnit(_209166,uR(iboFlagFn,_209186))),actionExpressesFeeling(_209106,vtPatriotism)))))))
  9767.  pkif:-all(_209068,all(_209088,all(_209108,all(_209128,all(_209148,=>(&(isa(_209068,actWavingAFlag),&(objectActedOn(_209068,_209088),&(performedBy(_209068,_209108),&(isa(_209088,_209128),&(citizens(_209148,_209108),termOfUnit(_209128,uR(iboFlagFn,_209148))))))),actionExpressesFeeling(_209068,vtPatriotism)))))))
  9768. % cnf :-
  9769. %   v(v(~isa(_164{???W}, actWavingAFlag),
  9770. %       v(~objectActedOn(_164{???W}, _178{???F}),
  9771. %         v(~performedBy(_164{???W}, _192{???P}),
  9772. %       v(~isa(_178{???F}, _206{???FLAGOF5552}),
  9773. %         v(~citizens(_220{???C}, _192{???P}),
  9774. %           ~termOfUnit(_206{???FLAGOF5552}, uR(iboFlagFn, _220{???C}))))))),
  9775. %     actionExpressesFeeling(_164{???W}, vtPatriotism)).
  9776.  horn:-[(~citizens(_213474,_213488):-isa(_213514,actWavingAFlag),objectActedOn(_213514,_213540),performedBy(_213514,_213488),isa(_213540,_213578),termOfUnit(_213578,uR(iboFlagFn,_213474)),~actionExpressesFeeling(_213514,vtPatriotism)),(~isa(_213642,_213656):-isa(_213682,actWavingAFlag),objectActedOn(_213682,_213642),performedBy(_213682,_213720),citizens(_213746,_213720),termOfUnit(_213656,uR(iboFlagFn,_213746)),~actionExpressesFeeling(_213682,vtPatriotism)),(~isa(_213810,actWavingAFlag):-objectActedOn(_213810,_213836),performedBy(_213810,_213862),isa(_213836,_213888),citizens(_213914,_213862),termOfUnit(_213888,uR(iboFlagFn,_213914)),~actionExpressesFeeling(_213810,vtPatriotism)),(~objectActedOn(_213978,_213992):-isa(_213978,actWavingAFlag),performedBy(_213978,_214030),isa(_213992,_214056),citizens(_214082,_214030),termOfUnit(_214056,uR(iboFlagFn,_214082)),~actionExpressesFeeling(_213978,vtPatriotism)),(~performedBy(_214146,_214160):-isa(_214146,actWavingAFlag),objectActedOn(_214146,_214198),isa(_214198,_214224),citizens(_214250,_214160),termOfUnit(_214224,uR(iboFlagFn,_214250)),~actionExpressesFeeling(_214146,vtPatriotism)),(~termOfUnit(_214314,uR(iboFlagFn,_214334)):-isa(_214360,actWavingAFlag),objectActedOn(_214360,_214386),performedBy(_214360,_214412),isa(_214386,_214314),citizens(_214334,_214412),~actionExpressesFeeling(_214360,vtPatriotism)),(actionExpressesFeeling(_214478,vtPatriotism):-isa(_214478,actWavingAFlag),objectActedOn(_214478,_214516),performedBy(_214478,_214542),isa(_214516,_214568),citizens(_214594,_214542),termOfUnit(_214568,uR(iboFlagFn,_214594)))]
  9777. % boxlog :-
  9778. %  
  9779. %   [ (~citizens(_1030{???C}, _1044{???P}):-isa(_1058{???W}, actWavingAFlag), objectActedOn(_1058{???W}, _1072{???F}), performedBy(_1058{???W}, _1044{???P}), isa(_1072{???F}, _1086{???FLAGOF5552}), termOfUnit(_1086{???FLAGOF5552}, uR(iboFlagFn, _1030{???C})), ~actionExpressesFeeling(_1058{???W}, vtPatriotism)),
  9780. %     (~isa(_1100{???F}, _1114{???FLAGOF5552}):-isa(_1128{???W}, actWavingAFlag), objectActedOn(_1128{???W}, _1100{???F}), performedBy(_1128{???W}, _1142{???P}), citizens(_1156{???C}, _1142{???P}), termOfUnit(_1114{???FLAGOF5552}, uR(iboFlagFn, _1156{???C})), ~actionExpressesFeeling(_1128{???W}, vtPatriotism)),
  9781. %     (~isa(_1310{???W}, actWavingAFlag):-objectActedOn(_1310{???W}, _1324{???F}), performedBy(_1310{???W}, _1338{???P}), isa(_1324{???F}, _1352{???FLAGOF5552}), citizens(_1366{???C}, _1338{???P}), termOfUnit(_1352{???FLAGOF5552}, uR(iboFlagFn, _1366{???C})), ~actionExpressesFeeling(_1310{???W}, vtPatriotism)),
  9782. %     (~objectActedOn(_1240{???W}, _1254{???F}):-isa(_1240{???W}, actWavingAFlag), performedBy(_1240{???W}, _1268{???P}), isa(_1254{???F}, _1282{???FLAGOF5552}), citizens(_1296{???C}, _1268{???P}), termOfUnit(_1282{???FLAGOF5552}, uR(iboFlagFn, _1296{???C})), ~actionExpressesFeeling(_1240{???W}, vtPatriotism)),
  9783. %     (~performedBy(_1170{???W}, _1184{???P}):-isa(_1170{???W}, actWavingAFlag), objectActedOn(_1170{???W}, _1198{???F}), isa(_1198{???F}, _1212{???FLAGOF5552}), citizens(_1226{???C}, _1184{???P}), termOfUnit(_1212{???FLAGOF5552}, uR(iboFlagFn, _1226{???C})), ~actionExpressesFeeling(_1170{???W}, vtPatriotism)),
  9784. %     (~termOfUnit(_960{???FLAGOF5552}, uR(iboFlagFn, _974{???C})):-isa(_988{???W}, actWavingAFlag), objectActedOn(_988{???W}, _1002{???F}), performedBy(_988{???W}, _1016{???P}), isa(_1002{???F}, _960{???FLAGOF5552}), citizens(_974{???C}, _1016{???P}), ~actionExpressesFeeling(_988{???W}, vtPatriotism)),
  9785. %     (actionExpressesFeeling(_890{???W}, vtPatriotism):-isa(_890{???W}, actWavingAFlag), objectActedOn(_890{???W}, _904{???F}), performedBy(_890{???W}, _918{???P}), isa(_904{???F}, _932{???FLAGOF5552}), citizens(_946{???C}, _918{???P}), termOfUnit(_932{???FLAGOF5552}, uR(iboFlagFn, _946{???C})))
  9786. %   ].
  9787. % preview :-
  9788. %  
  9789. %   [ (isa(_1022{???W}, actWavingAFlag), objectActedOn(_1022{???W}, _1036{???F}), performedBy(_1022{???W}, _1008{???P}), isa(_1036{???F}, _1050{???FLAGOF5552}), ~actionExpressesFeeling(_1022{???W}, vtPatriotism), {is_unit(_1008{???P})}-> ~citizens(_994{???C}, _1008{???P})),
  9790. %     ({avoidHeadLoop(isa(_1092{???W}, actWavingAFlag), isa(_1064{???F}, _1078{???FLAGOF5552}))}, isa(_1092{???W}, actWavingAFlag), objectActedOn(_1092{???W}, _1064{???F}), performedBy(_1092{???W}, _1106{???P}), citizens(_1120{???C}, _1106{???P}), ~actionExpressesFeeling(_1092{???W}, vtPatriotism), {is_unit(_1078{???FLAGOF5552}, _1064{???F})}-> ~isa(_1064{???F}, _1078{???FLAGOF5552})),
  9791. %     (objectActedOn(_1274{???W}, _1288{???F}), performedBy(_1274{???W}, _1302{???P}), {avoidHeadLoop(isa(_1288{???F}, _1316{???FLAGOF5552}), isa(_1274{???W}, actWavingAFlag))}, isa(_1288{???F}, _1316{???FLAGOF5552}), citizens(_1330{???C}, _1302{???P}), ~actionExpressesFeeling(_1274{???W}, vtPatriotism), {is_unit(_1274{???W})}-> ~isa(_1274{???W}, actWavingAFlag)),
  9792. %     (isa(_1204{???W}, actWavingAFlag), performedBy(_1204{???W}, _1232{???P}), isa(_1218{???F}, _1246{???FLAGOF5552}), citizens(_1260{???C}, _1232{???P}), ~actionExpressesFeeling(_1204{???W}, vtPatriotism), {is_unit(_1218{???F}, _1204{???W})}-> ~objectActedOn(_1204{???W}, _1218{???F})),
  9793. %     (isa(_1134{???W}, actWavingAFlag), objectActedOn(_1134{???W}, _1162{???F}), isa(_1162{???F}, _1176{???FLAGOF5552}), citizens(_1190{???C}, _1148{???P}), ~actionExpressesFeeling(_1134{???W}, vtPatriotism), {is_unit(_1148{???P}, _1134{???W})}-> ~performedBy(_1134{???W}, _1148{???P})),
  9794. %     (isa(_952{???W}, actWavingAFlag), objectActedOn(_952{???W}, _966{???F}), performedBy(_952{???W}, _980{???P}), isa(_966{???F}, _924{???FLAGOF5552}), citizens(_938{???C}, _980{???P}), ~actionExpressesFeeling(_952{???W}, vtPatriotism), {is_unit(_938{???C}, _924{???FLAGOF5552})}->different(_924{???FLAGOF5552}, uR(iboFlagFn, _938{???C}))),
  9795. %     (isa(_854{???W}, actWavingAFlag), objectActedOn(_854{???W}, _868{???F}), performedBy(_854{???W}, _882{???P}), isa(_868{???F}, _896{???FLAGOF5552}), citizens(_910{???C}, _882{???P}), {ignore(_896{???FLAGOF5552}=uR(iboFlagFn, _910{???C}))}, {is_unit(_854{???W})}==>actionExpressesFeeling(_854{???W}, vtPatriotism))
  9796. %   ].
  9797. % conds= =>((name_variable(_976{???C}, 'C'), name_variable(_990{???P}, 'P'), name_variable(_1004{???W}, 'W'), name_variable(_1018{???F}, 'F'), name_variable(_1032{???FLAGOF5552}, 'FLAGOF5552'), name_variable(_1046{???F}, 'F'), name_variable(_1060{???FLAGOF5552}, 'FLAGOF5552'), name_variable(_1074{???W}, 'W'), name_variable(_1088{???P}, 'P'), name_variable(_1102{???C}, 'C'), name_variable(_1256{???W}, 'W'), name_variable(_1270{???F}, 'F'), name_variable(_1284{???P}, 'P'), name_variable(_1298{???FLAGOF5552}, 'FLAGOF5552'), name_variable(_1312{???C}, 'C'), name_variable(_1186{???W}, 'W'), name_variable(_1200{???F}, 'F'), name_variable(_1214{???P}, 'P'), name_variable(_1228{???FLAGOF5552}, 'FLAGOF5552'), name_variable(_1242{???C}, 'C'), name_variable(_1116{???W}, 'W'), name_variable(_1130{???P}, 'P'), name_variable(_1144{???F}, 'F'), name_variable(_1158{???FLAGOF5552}, 'FLAGOF5552'), name_variable(_1172{???C}, 'C'), name_variable(_906{???FLAGOF5552}, 'FLAGOF5552'), name_variable(_920{???C}, 'C'), name_variable(_934{???W}, 'W'), name_variable(_948{???F}, 'F'), name_variable(_962{???P}, 'P'), name_variable(_836{???W}, 'W'), name_variable(_850{???F}, 'F'), name_variable(_864{???P}, 'P'), name_variable(_878{???FLAGOF5552}, 'FLAGOF5552'), name_variable(_892{???C}, 'C')), [(~citizens(_976{???C}, _990{???P})<-isa(_1004{???W}, actWavingAFlag), objectActedOn(_1004{???W}, _1018{???F}), performedBy(_1004{???W}, _990{???P}), isa(_1018{???F}, _1032{???FLAGOF5552}), ~actionExpressesFeeling(_1004{???W}, vtPatriotism), {is_unit(_990{???P})}),  (~isa(_1046{???F}, _1060{???FLAGOF5552})<-{avoidHeadLoop(isa(_1074{???W}, actWavingAFlag), isa(_1046{???F}, _1060{???FLAGOF5552}))}, isa(_1074{???W}, actWavingAFlag), objectActedOn(_1074{???W}, _1046{???F}), performedBy(_1074{???W}, _1088{???P}), citizens(_1102{???C}, _1088{???P}), ~actionExpressesFeeling(_1074{???W}, vtPatriotism), {is_unit(_1060{???FLAGOF5552}, _1046{???F})}),  (~isa(_1256{???W}, actWavingAFlag)<-objectActedOn(_1256{???W}, _1270{???F}), performedBy(_1256{???W}, _1284{???P}), {avoidHeadLoop(isa(_1270{???F}, _1298{???FLAGOF5552}), isa(_1256{???W}, actWavingAFlag))}, isa(_1270{???F}, _1298{???FLAGOF5552}), citizens(_1312{???C}, _1284{???P}), ~actionExpressesFeeling(_1256{???W}, vtPatriotism), {is_unit(_1256{???W})}),  (~objectActedOn(_1186{???W}, _1200{???F})<-isa(_1186{???W}, actWavingAFlag), performedBy(_1186{???W}, _1214{???P}), isa(_1200{???F}, _1228{???FLAGOF5552}), citizens(_1242{???C}, _1214{???P}), ~actionExpressesFeeling(_1186{???W}, vtPatriotism), {is_unit(_1200{???F}, _1186{???W})}),  (~performedBy(_1116{???W}, _1130{???P})<-isa(_1116{???W}, actWavingAFlag), objectActedOn(_1116{???W}, _1144{???F}), isa(_1144{???F}, _1158{???FLAGOF5552}), citizens(_1172{???C}, _1130{???P}), ~actionExpressesFeeling(_1116{???W}, vtPatriotism), {is_unit(_1130{???P}, _1116{???W})}),  (different(_906{???FLAGOF5552}, uR(iboFlagFn, _920{???C}))<-isa(_934{???W}, actWavingAFlag), objectActedOn(_934{???W}, _948{???F}), performedBy(_934{???W}, _962{???P}), isa(_948{???F}, _906{???FLAGOF5552}), citizens(_920{???C}, _962{???P}), ~actionExpressesFeeling(_934{???W}, vtPatriotism), {is_unit(_920{???C}, _906{???FLAGOF5552})}),  (isa(_836{???W}, actWavingAFlag), objectActedOn(_836{???W}, _850{???F}), performedBy(_836{???W}, _864{???P}), isa(_850{???F}, _878{???FLAGOF5552}), citizens(_892{???C}, _864{???P}), {ignore(_878{???FLAGOF5552}=uR(iboFlagFn, _892{???C}))}, {is_unit(_836{???W})}==>actionExpressesFeeling(_836{???W}, vtPatriotism))]).
  9798.  
  9799.  
  9800. % ~citizens(_256{???C}, _270{???P}) :-
  9801. %   isa(_284{???W}, actWavingAFlag),
  9802. %   objectActedOn(_284{???W}, _298{???F}),
  9803. %   performedBy(_284{???W}, _270{???P}),
  9804. %   isa(_298{???F}, _312{???FLAGOF5552}),
  9805. %   termOfUnit(_312{???FLAGOF5552}, uR(iboFlagFn, _256{???C})),
  9806. %   ~actionExpressesFeeling(_284{???W}, vtPatriotism).
  9807. % ~isa(_252{???F}, _266{???FLAGOF5552}) :-
  9808. %   isa(_280{???W}, actWavingAFlag),
  9809. %   objectActedOn(_280{???W}, _252{???F}),
  9810. %   performedBy(_280{???W}, _294{???P}),
  9811. %   citizens(_308{???C}, _294{???P}),
  9812. %   termOfUnit(_266{???FLAGOF5552}, uR(iboFlagFn, _308{???C})),
  9813. %   ~actionExpressesFeeling(_280{???W}, vtPatriotism).
  9814. % ~isa(_392{???W}, actWavingAFlag) :-
  9815. %   objectActedOn(_382{???W}, _396{???F}),
  9816. %   performedBy(_382{???W}, _410{???P}),
  9817. %   isa(_396{???F}, _424{???FLAGOF5552}),
  9818. %   citizens(_438{???C}, _410{???P}),
  9819. %   termOfUnit(_424{???FLAGOF5552}, uR(iboFlagFn, _438{???C})),
  9820. %   ~actionExpressesFeeling(_382{???W}, vtPatriotism).
  9821. % ~objectActedOn(_312{???W}, _326{???F}) :-
  9822. %   isa(_312{???W}, actWavingAFlag),
  9823. %   performedBy(_312{???W}, _340{???P}),
  9824. %   isa(_326{???F}, _354{???FLAGOF5552}),
  9825. %   citizens(_368{???C}, _340{???P}),
  9826. %   termOfUnit(_354{???FLAGOF5552}, uR(iboFlagFn, _368{???C})),
  9827. %   ~actionExpressesFeeling(_312{???W}, vtPatriotism).
  9828. % ~performedBy(_242{???W}, _256{???P}) :-
  9829. %   isa(_242{???W}, actWavingAFlag),
  9830. %   objectActedOn(_242{???W}, _270{???F}),
  9831. %   isa(_270{???F}, _284{???FLAGOF5552}),
  9832. %   citizens(_298{???C}, _256{???P}),
  9833. %   termOfUnit(_284{???FLAGOF5552}, uR(iboFlagFn, _298{???C})),
  9834. %   ~actionExpressesFeeling(_242{???W}, vtPatriotism).
  9835. % ~termOfUnit(_172{???FLAGOF5552}, uR(iboFlagFn, _186{???C})) :-
  9836. %   isa(_200{???W}, actWavingAFlag),
  9837. %   objectActedOn(_200{???W}, _214{???F}),
  9838. %   performedBy(_200{???W}, _228{???P}),
  9839. %   isa(_214{???F}, _172{???FLAGOF5552}),
  9840. %   citizens(_186{???C}, _228{???P}),
  9841. %   ~actionExpressesFeeling(_200{???W}, vtPatriotism).
  9842. % actionExpressesFeeling(_102{???W}, vtPatriotism) :-
  9843. %   isa(_102{???W}, actWavingAFlag),
  9844. %   objectActedOn(_102{???W}, _116{???F}),
  9845. %   performedBy(_102{???W}, _130{???P}),
  9846. %   isa(_116{???F}, _144{???FLAGOF5552}),
  9847. %   citizens(_158{???C}, _130{???P}),
  9848. %   termOfUnit(_144{???FLAGOF5552}, uR(iboFlagFn, _158{???C})).
  9849.  
  9850.  
  9851. % asserted_id(implies(and(isa(U, actHarvestingAPlant), objectActedOn(U, V), isa(V, tPartTypeBotanicalOrgan)), transportees(U, V)), a309043(U, V)).
  9852. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  9853. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  9854.  kif:-all(_209060,all(_209080,implies(and(isa(_209060,actHarvestingAPlant),objectActedOn(_209060,_209080),isa(_209080,tPartTypeBotanicalOrgan)),transportees(_209060,_209080))))
  9855.  pkif:-all(_209010,all(_209030,=>(&(isa(_209010,actHarvestingAPlant),&(objectActedOn(_209010,_209030),isa(_209030,tPartTypeBotanicalOrgan))),transportees(_209010,_209030))))
  9856. % cnf :-
  9857. %   v(v(~isa(_134{???U}, actHarvestingAPlant),
  9858. %       v(~objectActedOn(_134{???U}, _148{???V}),
  9859. %         ~isa(_148{???V}, tPartTypeBotanicalOrgan))),
  9860. %     transportees(_134{???U}, _148{???V})).
  9861.  horn:-[(~isa(_210362,tPartTypeBotanicalOrgan):-isa(_210388,actHarvestingAPlant),objectActedOn(_210388,_210362),~transportees(_210388,_210362)),(~isa(_210446,actHarvestingAPlant):-objectActedOn(_210446,_210472),isa(_210472,tPartTypeBotanicalOrgan),~transportees(_210446,_210472)),(~objectActedOn(_210530,_210544):-isa(_210530,actHarvestingAPlant),isa(_210544,tPartTypeBotanicalOrgan),~transportees(_210530,_210544)),(transportees(_210610,_210624):-isa(_210610,actHarvestingAPlant),objectActedOn(_210610,_210624),isa(_210624,tPartTypeBotanicalOrgan))]
  9862. % boxlog :-
  9863. %  
  9864. %   [ (~isa(_684{???V}, tPartTypeBotanicalOrgan):-isa(_698{???U}, actHarvestingAPlant), objectActedOn(_698{???U}, _684{???V}), ~transportees(_698{???U}, _684{???V})),
  9865. %     (~isa(_740{???U}, actHarvestingAPlant):-objectActedOn(_740{???U}, _754{???V}), isa(_754{???V}, tPartTypeBotanicalOrgan), ~transportees(_740{???U}, _754{???V})),
  9866. %     (~objectActedOn(_712{???U}, _726{???V}):-isa(_712{???U}, actHarvestingAPlant), isa(_726{???V}, tPartTypeBotanicalOrgan), ~transportees(_712{???U}, _726{???V})),
  9867. %     (transportees(_656{???U}, _670{???V}):-isa(_656{???U}, actHarvestingAPlant), objectActedOn(_656{???U}, _670{???V}), isa(_670{???V}, tPartTypeBotanicalOrgan))
  9868. %   ].
  9869. % preview :-
  9870. %  
  9871. %   [ ({avoidHeadLoop(isa(_662{???U}, actHarvestingAPlant), isa(_648{???V}, tPartTypeBotanicalOrgan))}, isa(_662{???U}, actHarvestingAPlant), objectActedOn(_662{???U}, _648{???V}), ~transportees(_662{???U}, _648{???V}), {is_unit(_648{???V})}-> ~isa(_648{???V}, tPartTypeBotanicalOrgan)),
  9872. %     (objectActedOn(_704{???U}, _718{???V}), {avoidHeadLoop(isa(_718{???V}, tPartTypeBotanicalOrgan), isa(_704{???U}, actHarvestingAPlant))}, isa(_718{???V}, tPartTypeBotanicalOrgan), ~transportees(_704{???U}, _718{???V}), {is_unit(_704{???U})}-> ~isa(_704{???U}, actHarvestingAPlant)),
  9873. %     (isa(_676{???U}, actHarvestingAPlant), isa(_690{???V}, tPartTypeBotanicalOrgan), ~transportees(_676{???U}, _690{???V}), {is_unit(_690{???V}, _676{???U})}==> ~objectActedOn(_676{???U}, _690{???V})),
  9874. %     (isa(_620{???U}, actHarvestingAPlant), objectActedOn(_620{???U}, _634{???V}), isa(_634{???V}, tPartTypeBotanicalOrgan), {is_unit(_634{???V}, _620{???U})}==>transportees(_620{???U}, _634{???V}))
  9875. %   ].
  9876. % conds= =>((name_variable(_630{???V}, 'V'), name_variable(_644{???U}, 'U'), name_variable(_686{???U}, 'U'), name_variable(_700{???V}, 'V'), name_variable(_658{???U}, 'U'), name_variable(_672{???V}, 'V'), name_variable(_602{???U}, 'U'), name_variable(_616{???V}, 'V')), [(~isa(_630{???V}, tPartTypeBotanicalOrgan)<-{avoidHeadLoop(isa(_644{???U}, actHarvestingAPlant), isa(_630{???V}, tPartTypeBotanicalOrgan))}, isa(_644{???U}, actHarvestingAPlant), objectActedOn(_644{???U}, _630{???V}), ~transportees(_644{???U}, _630{???V}), {is_unit(_630{???V})}),  (~isa(_686{???U}, actHarvestingAPlant)<-objectActedOn(_686{???U}, _700{???V}), {avoidHeadLoop(isa(_700{???V}, tPartTypeBotanicalOrgan), isa(_686{???U}, actHarvestingAPlant))}, isa(_700{???V}, tPartTypeBotanicalOrgan), ~transportees(_686{???U}, _700{???V}), {is_unit(_686{???U})}),  (isa(_658{???U}, actHarvestingAPlant), isa(_672{???V}, tPartTypeBotanicalOrgan), ~transportees(_658{???U}, _672{???V}), {is_unit(_672{???V}, _658{???U})}==> ~objectActedOn(_658{???U}, _672{???V})),  (isa(_602{???U}, actHarvestingAPlant), objectActedOn(_602{???U}, _616{???V}), isa(_616{???V}, tPartTypeBotanicalOrgan), {is_unit(_616{???V}, _602{???U})}==>transportees(_602{???U}, _616{???V}))]).
  9877.  
  9878.  
  9879. % ~isa(_138{???V}, tPartTypeBotanicalOrgan) :-
  9880. %   isa(_152{???U}, actHarvestingAPlant),
  9881. %   objectActedOn(_152{???U}, _138{???V}),
  9882. %   ~transportees(_152{???U}, _138{???V}).
  9883. % ~isa(_162{???U}, actHarvestingAPlant) :-
  9884. %   objectActedOn(_162{???U}, _176{???V}),
  9885. %   isa(_176{???V}, tPartTypeBotanicalOrgan),
  9886. %   ~transportees(_162{???U}, _176{???V}).
  9887. % ~objectActedOn(_130{???U}, _144{???V}) :-
  9888. %   isa(_130{???U}, actHarvestingAPlant),
  9889. %   isa(_144{???V}, tPartTypeBotanicalOrgan),
  9890. %   ~transportees(_130{???U}, _144{???V}).
  9891. % transportees(_102{???U}, _116{???V}) :-
  9892. %   isa(_102{???U}, actHarvestingAPlant),
  9893. %   objectActedOn(_102{???U}, _116{???V}),
  9894. %   isa(_116{???V}, tPartTypeBotanicalOrgan).
  9895.  
  9896.  
  9897. % asserted_id(implies(and(isa(U, actClothesIroningEvent), objectActedOn(U, V), isa(V, tObjectClothingItem)), recyclableActors(U, V)), a309044(U, V)).
  9898. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  9899. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  9900.  kif:-all(_209164,all(_209184,implies(and(isa(_209164,actClothesIroningEvent),objectActedOn(_209164,_209184),isa(_209184,tObjectClothingItem)),recyclableActors(_209164,_209184))))
  9901.  pkif:-all(_209114,all(_209134,=>(&(isa(_209114,actClothesIroningEvent),&(objectActedOn(_209114,_209134),isa(_209134,tObjectClothingItem))),recyclableActors(_209114,_209134))))
  9902. % cnf :-
  9903. %   v(v(~isa(_134{???U}, actClothesIroningEvent),
  9904. %       v(~objectActedOn(_134{???U}, _148{???V}),
  9905. %         ~isa(_148{???V}, tObjectClothingItem))),
  9906. %     recyclableActors(_134{???U}, _148{???V})).
  9907.  horn:-[(~isa(_210466,tObjectClothingItem):-isa(_210492,actClothesIroningEvent),objectActedOn(_210492,_210466),~recyclableActors(_210492,_210466)),(~isa(_210550,actClothesIroningEvent):-objectActedOn(_210550,_210576),isa(_210576,tObjectClothingItem),~recyclableActors(_210550,_210576)),(~objectActedOn(_210634,_210648):-isa(_210634,actClothesIroningEvent),isa(_210648,tObjectClothingItem),~recyclableActors(_210634,_210648)),(recyclableActors(_210714,_210728):-isa(_210714,actClothesIroningEvent),objectActedOn(_210714,_210728),isa(_210728,tObjectClothingItem))]
  9908. % boxlog :-
  9909. %  
  9910. %   [ (~isa(_684{???V}, tObjectClothingItem):-isa(_698{???U}, actClothesIroningEvent), objectActedOn(_698{???U}, _684{???V}), ~recyclableActors(_698{???U}, _684{???V})),
  9911. %     (~isa(_740{???U}, actClothesIroningEvent):-objectActedOn(_740{???U}, _754{???V}), isa(_754{???V}, tObjectClothingItem), ~recyclableActors(_740{???U}, _754{???V})),
  9912. %     (~objectActedOn(_712{???U}, _726{???V}):-isa(_712{???U}, actClothesIroningEvent), isa(_726{???V}, tObjectClothingItem), ~recyclableActors(_712{???U}, _726{???V})),
  9913. %     (recyclableActors(_656{???U}, _670{???V}):-isa(_656{???U}, actClothesIroningEvent), objectActedOn(_656{???U}, _670{???V}), isa(_670{???V}, tObjectClothingItem))
  9914. %   ].
  9915. % preview :-
  9916. %  
  9917. %   [ ({avoidHeadLoop(isa(_662{???U}, actClothesIroningEvent), isa(_648{???V}, tObjectClothingItem))}, isa(_662{???U}, actClothesIroningEvent), objectActedOn(_662{???U}, _648{???V}), ~recyclableActors(_662{???U}, _648{???V}), {is_unit(_648{???V})}-> ~isa(_648{???V}, tObjectClothingItem)),
  9918. %     (objectActedOn(_704{???U}, _718{???V}), {avoidHeadLoop(isa(_718{???V}, tObjectClothingItem), isa(_704{???U}, actClothesIroningEvent))}, isa(_718{???V}, tObjectClothingItem), ~recyclableActors(_704{???U}, _718{???V}), {is_unit(_704{???U})}-> ~isa(_704{???U}, actClothesIroningEvent)),
  9919. %     (isa(_676{???U}, actClothesIroningEvent), isa(_690{???V}, tObjectClothingItem), ~recyclableActors(_676{???U}, _690{???V}), {is_unit(_690{???V}, _676{???U})}==> ~objectActedOn(_676{???U}, _690{???V})),
  9920. %     (isa(_620{???U}, actClothesIroningEvent), objectActedOn(_620{???U}, _634{???V}), isa(_634{???V}, tObjectClothingItem), {is_unit(_634{???V}, _620{???U})}==>recyclableActors(_620{???U}, _634{???V}))
  9921. %   ].
  9922. % conds= =>((name_variable(_630{???V}, 'V'), name_variable(_644{???U}, 'U'), name_variable(_686{???U}, 'U'), name_variable(_700{???V}, 'V'), name_variable(_658{???U}, 'U'), name_variable(_672{???V}, 'V'), name_variable(_602{???U}, 'U'), name_variable(_616{???V}, 'V')), [(~isa(_630{???V}, tObjectClothingItem)<-{avoidHeadLoop(isa(_644{???U}, actClothesIroningEvent), isa(_630{???V}, tObjectClothingItem))}, isa(_644{???U}, actClothesIroningEvent), objectActedOn(_644{???U}, _630{???V}), ~recyclableActors(_644{???U}, _630{???V}), {is_unit(_630{???V})}),  (~isa(_686{???U}, actClothesIroningEvent)<-objectActedOn(_686{???U}, _700{???V}), {avoidHeadLoop(isa(_700{???V}, tObjectClothingItem), isa(_686{???U}, actClothesIroningEvent))}, isa(_700{???V}, tObjectClothingItem), ~recyclableActors(_686{???U}, _700{???V}), {is_unit(_686{???U})}),  (isa(_658{???U}, actClothesIroningEvent), isa(_672{???V}, tObjectClothingItem), ~recyclableActors(_658{???U}, _672{???V}), {is_unit(_672{???V}, _658{???U})}==> ~objectActedOn(_658{???U}, _672{???V})),  (isa(_602{???U}, actClothesIroningEvent), objectActedOn(_602{???U}, _616{???V}), isa(_616{???V}, tObjectClothingItem), {is_unit(_616{???V}, _602{???U})}==>recyclableActors(_602{???U}, _616{???V}))]).
  9923.  
  9924.  
  9925. % ~isa(_138{???V}, tObjectClothingItem) :-
  9926. %   isa(_152{???U}, actClothesIroningEvent),
  9927. %   objectActedOn(_152{???U}, _138{???V}),
  9928. %   ~recyclableActors(_152{???U}, _138{???V}).
  9929. % ~isa(_162{???U}, actClothesIroningEvent) :-
  9930. %   objectActedOn(_162{???U}, _176{???V}),
  9931. %   isa(_176{???V}, tObjectClothingItem),
  9932. %   ~recyclableActors(_162{???U}, _176{???V}).
  9933. % ~objectActedOn(_130{???U}, _144{???V}) :-
  9934. %   isa(_130{???U}, actClothesIroningEvent),
  9935. %   isa(_144{???V}, tObjectClothingItem),
  9936. %   ~recyclableActors(_130{???U}, _144{???V}).
  9937. % recyclableActors(_102{???U}, _116{???V}) :-
  9938. %   isa(_102{???U}, actClothesIroningEvent),
  9939. %   objectActedOn(_102{???U}, _116{???V}),
  9940. %   isa(_116{???V}, tObjectClothingItem).
  9941.  
  9942.  
  9943. % asserted_id(implies(and(isa(FR, actRefinishing), objectActedOn(FR, FL), isa(FL, tPartTypeFloorInAConstruction), physicalParts(BLD, FL), isa(BLD, tPlaceLikeHumanOccupationConstruct)), eventOccursAt(FR, BLD)), a309045(FR, FL, BLD)).
  9944. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  9945. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  9946.  kif:-all(_209388,all(_209408,all(_209428,implies(and(isa(_209388,actRefinishing),objectActedOn(_209388,_209408),isa(_209408,tPartTypeFloorInAConstruction),physicalParts(_209428,_209408),isa(_209428,tPlaceLikeHumanOccupationConstruct)),eventOccursAt(_209388,_209428)))))
  9947.  pkif:-all(_209346,all(_209366,all(_209386,=>(&(isa(_209346,actRefinishing),&(objectActedOn(_209346,_209366),&(isa(_209366,tPartTypeFloorInAConstruction),&(physicalParts(_209386,_209366),isa(_209386,tPlaceLikeHumanOccupationConstruct))))),eventOccursAt(_209346,_209386)))))
  9948. % cnf :-
  9949. %   v(v(~isa(_150{???FR}, actRefinishing),
  9950. %       v(~objectActedOn(_150{???FR}, _164{???FL}),
  9951. %         v(~isa(_164{???FL}, tPartTypeFloorInAConstruction),
  9952. %       v(~physicalParts(_178{???BLD}, _164{???FL}),
  9953. %         ~isa(_178{???BLD}, tPlaceLikeHumanOccupationConstruct))))),
  9954. %     eventOccursAt(_150{???FR}, _178{???BLD})).
  9955.  horn:-[(~isa(_212180,tPlaceLikeHumanOccupationConstruct):-isa(_212206,actRefinishing),objectActedOn(_212206,_212232),isa(_212232,tPartTypeFloorInAConstruction),physicalParts(_212180,_212232),~eventOccursAt(_212206,_212180)),(~isa(_212302,tPartTypeFloorInAConstruction):-isa(_212328,actRefinishing),objectActedOn(_212328,_212302),physicalParts(_212366,_212302),isa(_212366,tPlaceLikeHumanOccupationConstruct),~eventOccursAt(_212328,_212366)),(~isa(_212424,actRefinishing):-objectActedOn(_212424,_212450),isa(_212450,tPartTypeFloorInAConstruction),physicalParts(_212488,_212450),isa(_212488,tPlaceLikeHumanOccupationConstruct),~eventOccursAt(_212424,_212488)),(~objectActedOn(_212546,_212560):-isa(_212546,actRefinishing),isa(_212560,tPartTypeFloorInAConstruction),physicalParts(_212610,_212560),isa(_212610,tPlaceLikeHumanOccupationConstruct),~eventOccursAt(_212546,_212610)),(~physicalParts(_212668,_212682):-isa(_212708,actRefinishing),objectActedOn(_212708,_212682),isa(_212682,tPartTypeFloorInAConstruction),isa(_212668,tPlaceLikeHumanOccupationConstruct),~eventOccursAt(_212708,_212668)),(eventOccursAt(_212786,_212800):-isa(_212786,actRefinishing),objectActedOn(_212786,_212838),isa(_212838,tPartTypeFloorInAConstruction),physicalParts(_212800,_212838),isa(_212800,tPlaceLikeHumanOccupationConstruct))]
  9956. % boxlog :-
  9957. %  
  9958. %   [ (~isa(_812{???BLD}, tPlaceLikeHumanOccupationConstruct):-isa(_826{???FR}, actRefinishing), objectActedOn(_826{???FR}, _840{???FL}), isa(_840{???FL}, tPartTypeFloorInAConstruction), physicalParts(_812{???BLD}, _840{???FL}), ~eventOccursAt(_826{???FR}, _812{???BLD})),
  9959. %     (~isa(_896{???FL}, tPartTypeFloorInAConstruction):-isa(_910{???FR}, actRefinishing), objectActedOn(_910{???FR}, _896{???FL}), physicalParts(_924{???BLD}, _896{???FL}), isa(_924{???BLD}, tPlaceLikeHumanOccupationConstruct), ~eventOccursAt(_910{???FR}, _924{???BLD})),
  9960. %     (~isa(_980{???FR}, actRefinishing):-objectActedOn(_980{???FR}, _994{???FL}), isa(_994{???FL}, tPartTypeFloorInAConstruction), physicalParts(_1008{???BLD}, _994{???FL}), isa(_1008{???BLD}, tPlaceLikeHumanOccupationConstruct), ~eventOccursAt(_980{???FR}, _1008{???BLD})),
  9961. %     (~objectActedOn(_938{???FR}, _952{???FL}):-isa(_938{???FR}, actRefinishing), isa(_952{???FL}, tPartTypeFloorInAConstruction), physicalParts(_966{???BLD}, _952{???FL}), isa(_966{???BLD}, tPlaceLikeHumanOccupationConstruct), ~eventOccursAt(_938{???FR}, _966{???BLD})),
  9962. %     (~physicalParts(_854{???BLD}, _868{???FL}):-isa(_882{???FR}, actRefinishing), objectActedOn(_882{???FR}, _868{???FL}), isa(_868{???FL}, tPartTypeFloorInAConstruction), isa(_854{???BLD}, tPlaceLikeHumanOccupationConstruct), ~eventOccursAt(_882{???FR}, _854{???BLD})),
  9963. %     (eventOccursAt(_770{???FR}, _784{???BLD}):-isa(_770{???FR}, actRefinishing), objectActedOn(_770{???FR}, _798{???FL}), isa(_798{???FL}, tPartTypeFloorInAConstruction), physicalParts(_784{???BLD}, _798{???FL}), isa(_784{???BLD}, tPlaceLikeHumanOccupationConstruct))
  9964. %   ].
  9965. % preview :-
  9966. %  
  9967. %   [ ({avoidHeadLoop(isa(_790{???FR}, actRefinishing), isa(_776{???BLD}, tPlaceLikeHumanOccupationConstruct))}, isa(_790{???FR}, actRefinishing), objectActedOn(_790{???FR}, _804{???FL}), {avoidHeadLoop(isa(_804{???FL}, tPartTypeFloorInAConstruction), isa(_776{???BLD}, tPlaceLikeHumanOccupationConstruct))}, isa(_804{???FL}, tPartTypeFloorInAConstruction), physicalParts(_776{???BLD}, _804{???FL}), ~eventOccursAt(_790{???FR}, _776{???BLD}), {is_unit(_776{???BLD})}-> ~isa(_776{???BLD}, tPlaceLikeHumanOccupationConstruct)),
  9968. %     ({avoidHeadLoop(isa(_874{???FR}, actRefinishing), isa(_860{???FL}, tPartTypeFloorInAConstruction))}, isa(_874{???FR}, actRefinishing), objectActedOn(_874{???FR}, _860{???FL}), physicalParts(_888{???BLD}, _860{???FL}), {avoidHeadLoop(isa(_888{???BLD}, tPlaceLikeHumanOccupationConstruct), isa(_860{???FL}, tPartTypeFloorInAConstruction))}, isa(_888{???BLD}, tPlaceLikeHumanOccupationConstruct), ~eventOccursAt(_874{???FR}, _888{???BLD}), {is_unit(_860{???FL})}-> ~isa(_860{???FL}, tPartTypeFloorInAConstruction)),
  9969. %     (objectActedOn(_944{???FR}, _958{???FL}), {avoidHeadLoop(isa(_958{???FL}, tPartTypeFloorInAConstruction), isa(_944{???FR}, actRefinishing))}, isa(_958{???FL}, tPartTypeFloorInAConstruction), physicalParts(_972{???BLD}, _958{???FL}), {avoidHeadLoop(isa(_972{???BLD}, tPlaceLikeHumanOccupationConstruct), isa(_944{???FR}, actRefinishing))}, isa(_972{???BLD}, tPlaceLikeHumanOccupationConstruct), ~eventOccursAt(_944{???FR}, _972{???BLD}), {is_unit(_944{???FR})}-> ~isa(_944{???FR}, actRefinishing)),
  9970. %     (isa(_902{???FR}, actRefinishing), isa(_916{???FL}, tPartTypeFloorInAConstruction), physicalParts(_930{???BLD}, _916{???FL}), isa(_930{???BLD}, tPlaceLikeHumanOccupationConstruct), ~eventOccursAt(_902{???FR}, _930{???BLD}), {is_unit(_916{???FL}, _902{???FR})}-> ~objectActedOn(_902{???FR}, _916{???FL})),
  9971. %     (isa(_846{???FR}, actRefinishing), objectActedOn(_846{???FR}, _832{???FL}), isa(_832{???FL}, tPartTypeFloorInAConstruction), isa(_818{???BLD}, tPlaceLikeHumanOccupationConstruct), ~eventOccursAt(_846{???FR}, _818{???BLD}), {is_unit(_832{???FL}, _818{???BLD})}-> ~physicalParts(_818{???BLD}, _832{???FL})),
  9972. %     (isa(_734{???FR}, actRefinishing), objectActedOn(_734{???FR}, _762{???FL}), isa(_762{???FL}, tPartTypeFloorInAConstruction), physicalParts(_748{???BLD}, _762{???FL}), isa(_748{???BLD}, tPlaceLikeHumanOccupationConstruct), {is_unit(_748{???BLD}, _734{???FR})}==>eventOccursAt(_734{???FR}, _748{???BLD}))
  9973. %   ].
  9974. % conds= =>((name_variable(_758{???BLD}, 'BLD'), name_variable(_772{???FR}, 'FR'), name_variable(_786{???FL}, 'FL'), name_variable(_842{???FL}, 'FL'), name_variable(_856{???FR}, 'FR'), name_variable(_870{???BLD}, 'BLD'), name_variable(_926{???FR}, 'FR'), name_variable(_940{???FL}, 'FL'), name_variable(_954{???BLD}, 'BLD'), name_variable(_884{???FR}, 'FR'), name_variable(_898{???FL}, 'FL'), name_variable(_912{???BLD}, 'BLD'), name_variable(_800{???BLD}, 'BLD'), name_variable(_814{???FL}, 'FL'), name_variable(_828{???FR}, 'FR'), name_variable(_716{???FR}, 'FR'), name_variable(_744{???FL}, 'FL'), name_variable(_730{???BLD}, 'BLD')), [(~isa(_758{???BLD}, tPlaceLikeHumanOccupationConstruct)<-{avoidHeadLoop(isa(_772{???FR}, actRefinishing), isa(_758{???BLD}, tPlaceLikeHumanOccupationConstruct))}, isa(_772{???FR}, actRefinishing), objectActedOn(_772{???FR}, _786{???FL}), {avoidHeadLoop(isa(_786{???FL}, tPartTypeFloorInAConstruction), isa(_758{???BLD}, tPlaceLikeHumanOccupationConstruct))}, isa(_786{???FL}, tPartTypeFloorInAConstruction), physicalParts(_758{???BLD}, _786{???FL}), ~eventOccursAt(_772{???FR}, _758{???BLD}), {is_unit(_758{???BLD})}),  (~isa(_842{???FL}, tPartTypeFloorInAConstruction)<-{avoidHeadLoop(isa(_856{???FR}, actRefinishing), isa(_842{???FL}, tPartTypeFloorInAConstruction))}, isa(_856{???FR}, actRefinishing), objectActedOn(_856{???FR}, _842{???FL}), physicalParts(_870{???BLD}, _842{???FL}), {avoidHeadLoop(isa(_870{???BLD}, tPlaceLikeHumanOccupationConstruct), isa(_842{???FL}, tPartTypeFloorInAConstruction))}, isa(_870{???BLD}, tPlaceLikeHumanOccupationConstruct), ~eventOccursAt(_856{???FR}, _870{???BLD}), {is_unit(_842{???FL})}),  (~isa(_926{???FR}, actRefinishing)<-objectActedOn(_926{???FR}, _940{???FL}), {avoidHeadLoop(isa(_940{???FL}, tPartTypeFloorInAConstruction), isa(_926{???FR}, actRefinishing))}, isa(_940{???FL}, tPartTypeFloorInAConstruction), physicalParts(_954{???BLD}, _940{???FL}), {avoidHeadLoop(isa(_954{???BLD}, tPlaceLikeHumanOccupationConstruct), isa(_926{???FR}, actRefinishing))}, isa(_954{???BLD}, tPlaceLikeHumanOccupationConstruct), ~eventOccursAt(_926{???FR}, _954{???BLD}), {is_unit(_926{???FR})}),  (~objectActedOn(_884{???FR}, _898{???FL})<-isa(_884{???FR}, actRefinishing), isa(_898{???FL}, tPartTypeFloorInAConstruction), physicalParts(_912{???BLD}, _898{???FL}), isa(_912{???BLD}, tPlaceLikeHumanOccupationConstruct), ~eventOccursAt(_884{???FR}, _912{???BLD}), {is_unit(_898{???FL}, _884{???FR})}),  (~physicalParts(_800{???BLD}, _814{???FL})<-isa(_828{???FR}, actRefinishing), objectActedOn(_828{???FR}, _814{???FL}), isa(_814{???FL}, tPartTypeFloorInAConstruction), isa(_800{???BLD}, tPlaceLikeHumanOccupationConstruct), ~eventOccursAt(_828{???FR}, _800{???BLD}), {is_unit(_814{???FL}, _800{???BLD})}),  (isa(_716{???FR}, actRefinishing), objectActedOn(_716{???FR}, _744{???FL}), isa(_744{???FL}, tPartTypeFloorInAConstruction), physicalParts(_730{???BLD}, _744{???FL}), isa(_730{???BLD}, tPlaceLikeHumanOccupationConstruct), {is_unit(_730{???BLD}, _716{???FR})}==>eventOccursAt(_716{???FR}, _730{???BLD}))]).
  9975.  
  9976.  
  9977. % ~isa(_154{???BLD}, tPlaceLikeHumanOccupationConstruct) :-
  9978. %   isa(_168{???FR}, actRefinishing),
  9979. %   objectActedOn(_168{???FR}, _182{???FL}),
  9980. %   isa(_182{???FL}, tPartTypeFloorInAConstruction),
  9981. %   physicalParts(_154{???BLD}, _182{???FL}),
  9982. %   ~eventOccursAt(_168{???FR}, _154{???BLD}).
  9983. % ~isa(_192{???FL}, tPartTypeFloorInAConstruction) :-
  9984. %   isa(_206{???FR}, actRefinishing),
  9985. %   objectActedOn(_206{???FR}, _192{???FL}),
  9986. %   physicalParts(_220{???BLD}, _192{???FL}),
  9987. %   isa(_220{???BLD}, tPlaceLikeHumanOccupationConstruct),
  9988. %   ~eventOccursAt(_206{???FR}, _220{???BLD}).
  9989. % ~isa(_234{???FR}, actRefinishing) :-
  9990. %   objectActedOn(_228{???FR}, _242{???FL}),
  9991. %   isa(_242{???FL}, tPartTypeFloorInAConstruction),
  9992. %   physicalParts(_256{???BLD}, _242{???FL}),
  9993. %   isa(_256{???BLD}, tPlaceLikeHumanOccupationConstruct),
  9994. %   ~eventOccursAt(_228{???FR}, _256{???BLD}).
  9995. % ~objectActedOn(_186{???FR}, _200{???FL}) :-
  9996. %   isa(_186{???FR}, actRefinishing),
  9997. %   isa(_200{???FL}, tPartTypeFloorInAConstruction),
  9998. %   physicalParts(_214{???BLD}, _200{???FL}),
  9999. %   isa(_214{???BLD}, tPlaceLikeHumanOccupationConstruct),
  10000. %   ~eventOccursAt(_186{???FR}, _214{???BLD}).
  10001. % ~physicalParts(_144{???BLD}, _158{???FL}) :-
  10002. %   isa(_172{???FR}, actRefinishing),
  10003. %   objectActedOn(_172{???FR}, _158{???FL}),
  10004. %   isa(_158{???FL}, tPartTypeFloorInAConstruction),
  10005. %   isa(_144{???BLD}, tPlaceLikeHumanOccupationConstruct),
  10006. %   ~eventOccursAt(_172{???FR}, _144{???BLD}).
  10007. % eventOccursAt(_102{???FR}, _116{???BLD}) :-
  10008. %   isa(_102{???FR}, actRefinishing),
  10009. %   objectActedOn(_102{???FR}, _130{???FL}),
  10010. %   isa(_130{???FL}, tPartTypeFloorInAConstruction),
  10011. %   physicalParts(_116{???BLD}, _130{???FL}),
  10012. %   isa(_116{???BLD}, tPlaceLikeHumanOccupationConstruct).
  10013.  
  10014.  
  10015. % asserted_id(implies(and(isa(U, actHarvestingAPlant), objectActedOn(U, V), isa(V, tPartTypeFlowerBotanicalPart)), commitsForFutureUses(U, V)), a309046(U, V)).
  10016. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  10017. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  10018.  kif:-all(_209424,all(_209444,implies(and(isa(_209424,actHarvestingAPlant),objectActedOn(_209424,_209444),isa(_209444,tPartTypeFlowerBotanicalPart)),commitsForFutureUses(_209424,_209444))))
  10019.  pkif:-all(_209374,all(_209394,=>(&(isa(_209374,actHarvestingAPlant),&(objectActedOn(_209374,_209394),isa(_209394,tPartTypeFlowerBotanicalPart))),commitsForFutureUses(_209374,_209394))))
  10020. % cnf :-
  10021. %   v(v(~isa(_134{???U}, actHarvestingAPlant),
  10022. %       v(~objectActedOn(_134{???U}, _148{???V}),
  10023. %         ~isa(_148{???V}, tPartTypeFlowerBotanicalPart))),
  10024. %     commitsForFutureUses(_134{???U}, _148{???V})).
  10025.  horn:-[(~isa(_210726,tPartTypeFlowerBotanicalPart):-isa(_210752,actHarvestingAPlant),objectActedOn(_210752,_210726),~commitsForFutureUses(_210752,_210726)),(~isa(_210810,actHarvestingAPlant):-objectActedOn(_210810,_210836),isa(_210836,tPartTypeFlowerBotanicalPart),~commitsForFutureUses(_210810,_210836)),(~objectActedOn(_210894,_210908):-isa(_210894,actHarvestingAPlant),isa(_210908,tPartTypeFlowerBotanicalPart),~commitsForFutureUses(_210894,_210908)),(commitsForFutureUses(_210974,_210988):-isa(_210974,actHarvestingAPlant),objectActedOn(_210974,_210988),isa(_210988,tPartTypeFlowerBotanicalPart))]
  10026. % boxlog :-
  10027. %  
  10028. %   [ (~isa(_684{???V}, tPartTypeFlowerBotanicalPart):-isa(_698{???U}, actHarvestingAPlant), objectActedOn(_698{???U}, _684{???V}), ~commitsForFutureUses(_698{???U}, _684{???V})),
  10029. %     (~isa(_740{???U}, actHarvestingAPlant):-objectActedOn(_740{???U}, _754{???V}), isa(_754{???V}, tPartTypeFlowerBotanicalPart), ~commitsForFutureUses(_740{???U}, _754{???V})),
  10030. %     (~objectActedOn(_712{???U}, _726{???V}):-isa(_712{???U}, actHarvestingAPlant), isa(_726{???V}, tPartTypeFlowerBotanicalPart), ~commitsForFutureUses(_712{???U}, _726{???V})),
  10031. %     (commitsForFutureUses(_656{???U}, _670{???V}):-isa(_656{???U}, actHarvestingAPlant), objectActedOn(_656{???U}, _670{???V}), isa(_670{???V}, tPartTypeFlowerBotanicalPart))
  10032. %   ].
  10033. % preview :-
  10034. %  
  10035. %   [ ({avoidHeadLoop(isa(_662{???U}, actHarvestingAPlant), isa(_648{???V}, tPartTypeFlowerBotanicalPart))}, isa(_662{???U}, actHarvestingAPlant), objectActedOn(_662{???U}, _648{???V}), ~commitsForFutureUses(_662{???U}, _648{???V}), {is_unit(_648{???V})}-> ~isa(_648{???V}, tPartTypeFlowerBotanicalPart)),
  10036. %     (objectActedOn(_704{???U}, _718{???V}), {avoidHeadLoop(isa(_718{???V}, tPartTypeFlowerBotanicalPart), isa(_704{???U}, actHarvestingAPlant))}, isa(_718{???V}, tPartTypeFlowerBotanicalPart), ~commitsForFutureUses(_704{???U}, _718{???V}), {is_unit(_704{???U})}-> ~isa(_704{???U}, actHarvestingAPlant)),
  10037. %     (isa(_676{???U}, actHarvestingAPlant), isa(_690{???V}, tPartTypeFlowerBotanicalPart), ~commitsForFutureUses(_676{???U}, _690{???V}), {is_unit(_690{???V}, _676{???U})}==> ~objectActedOn(_676{???U}, _690{???V})),
  10038. %     (isa(_620{???U}, actHarvestingAPlant), objectActedOn(_620{???U}, _634{???V}), isa(_634{???V}, tPartTypeFlowerBotanicalPart), {is_unit(_634{???V}, _620{???U})}==>commitsForFutureUses(_620{???U}, _634{???V}))
  10039. %   ].
  10040. % conds= =>((name_variable(_630{???V}, 'V'), name_variable(_644{???U}, 'U'), name_variable(_686{???U}, 'U'), name_variable(_700{???V}, 'V'), name_variable(_658{???U}, 'U'), name_variable(_672{???V}, 'V'), name_variable(_602{???U}, 'U'), name_variable(_616{???V}, 'V')), [(~isa(_630{???V}, tPartTypeFlowerBotanicalPart)<-{avoidHeadLoop(isa(_644{???U}, actHarvestingAPlant), isa(_630{???V}, tPartTypeFlowerBotanicalPart))}, isa(_644{???U}, actHarvestingAPlant), objectActedOn(_644{???U}, _630{???V}), ~commitsForFutureUses(_644{???U}, _630{???V}), {is_unit(_630{???V})}),  (~isa(_686{???U}, actHarvestingAPlant)<-objectActedOn(_686{???U}, _700{???V}), {avoidHeadLoop(isa(_700{???V}, tPartTypeFlowerBotanicalPart), isa(_686{???U}, actHarvestingAPlant))}, isa(_700{???V}, tPartTypeFlowerBotanicalPart), ~commitsForFutureUses(_686{???U}, _700{???V}), {is_unit(_686{???U})}),  (isa(_658{???U}, actHarvestingAPlant), isa(_672{???V}, tPartTypeFlowerBotanicalPart), ~commitsForFutureUses(_658{???U}, _672{???V}), {is_unit(_672{???V}, _658{???U})}==> ~objectActedOn(_658{???U}, _672{???V})),  (isa(_602{???U}, actHarvestingAPlant), objectActedOn(_602{???U}, _616{???V}), isa(_616{???V}, tPartTypeFlowerBotanicalPart), {is_unit(_616{???V}, _602{???U})}==>commitsForFutureUses(_602{???U}, _616{???V}))]).
  10041.  
  10042.  
  10043. % ~isa(_138{???V}, tPartTypeFlowerBotanicalPart) :-
  10044. %   isa(_152{???U}, actHarvestingAPlant),
  10045. %   objectActedOn(_152{???U}, _138{???V}),
  10046. %   ~commitsForFutureUses(_152{???U}, _138{???V}).
  10047. % ~isa(_162{???U}, actHarvestingAPlant) :-
  10048. %   objectActedOn(_162{???U}, _176{???V}),
  10049. %   isa(_176{???V}, tPartTypeFlowerBotanicalPart),
  10050. %   ~commitsForFutureUses(_162{???U}, _176{???V}).
  10051. % ~objectActedOn(_130{???U}, _144{???V}) :-
  10052. %   isa(_130{???U}, actHarvestingAPlant),
  10053. %   isa(_144{???V}, tPartTypeFlowerBotanicalPart),
  10054. %   ~commitsForFutureUses(_130{???U}, _144{???V}).
  10055. % commitsForFutureUses(_102{???U}, _116{???V}) :-
  10056. %   isa(_102{???U}, actHarvestingAPlant),
  10057. %   objectActedOn(_102{???U}, _116{???V}),
  10058. %   isa(_116{???V}, tPartTypeFlowerBotanicalPart).
  10059.  
  10060.  
  10061. % asserted_id(implies(and(isa(COVER, tPartTypePortalCovering), objectActedOn(CLOSE, COVER), isa(CLOSE, actClosingAContainerArtifact), physicalParts(CONT, COVER), objectActedOn(CLOSE, CONT), isa(CONT, tPartTypeRoomInAConstruction)), or(isa(COVER, tPartTypeDoorwayCovering), isa(COVER, tPartTypeWindowPortalCoveringGlass))), a309047(COVER, CLOSE, CONT)).
  10062. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  10063. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  10064.  kif:-all(_209708,all(_209728,all(_209748,implies(and(isa(_209708,tPartTypePortalCovering),objectActedOn(_209728,_209708),isa(_209728,actClosingAContainerArtifact),physicalParts(_209748,_209708),objectActedOn(_209728,_209748),isa(_209748,tPartTypeRoomInAConstruction)),or(isa(_209708,tPartTypeDoorwayCovering),isa(_209708,tPartTypeWindowPortalCoveringGlass))))))
  10065.  pkif:-all(_209670,all(_209690,all(_209710,=>(&(isa(_209670,tPartTypePortalCovering),&(objectActedOn(_209690,_209670),&(isa(_209690,actClosingAContainerArtifact),&(physicalParts(_209710,_209670),&(objectActedOn(_209690,_209710),isa(_209710,tPartTypeRoomInAConstruction)))))),v(isa(_209670,tPartTypeDoorwayCovering),isa(_209670,tPartTypeWindowPortalCoveringGlass))))))
  10066. % cnf :-
  10067. %   v(v(~isa(_170{???COVER}, tPartTypePortalCovering),
  10068. %       v(~objectActedOn(_184{???CLOSE}, _170{???COVER}),
  10069. %         v(~isa(_184{???CLOSE}, actClosingAContainerArtifact),
  10070. %       v(~physicalParts(_198{???CONT}, _170{???COVER}),
  10071. %         v(~objectActedOn(_184{???CLOSE}, _198{???CONT}),
  10072. %           ~isa(_198{???CONT}, tPartTypeRoomInAConstruction)))))),
  10073. %     v(isa(_170{???COVER}, tPartTypeDoorwayCovering),
  10074. %       isa(_170{???COVER}, tPartTypeWindowPortalCoveringGlass))).
  10075.  horn:-[(~isa(_214288,tPartTypeRoomInAConstruction):-isa(_214314,tPartTypePortalCovering),objectActedOn(_214340,_214314),isa(_214340,actClosingAContainerArtifact),physicalParts(_214288,_214314),objectActedOn(_214340,_214288),~isa(_214314,tPartTypeDoorwayCovering),~isa(_214314,tPartTypeWindowPortalCoveringGlass)),(~isa(_214438,actClosingAContainerArtifact):-isa(_214464,tPartTypePortalCovering),objectActedOn(_214438,_214464),physicalParts(_214502,_214464),objectActedOn(_214438,_214502),isa(_214502,tPartTypeRoomInAConstruction),~isa(_214464,tPartTypeDoorwayCovering),~isa(_214464,tPartTypeWindowPortalCoveringGlass)),(~isa(_214588,tPartTypePortalCovering):-objectActedOn(_214614,_214588),isa(_214614,actClosingAContainerArtifact),physicalParts(_214652,_214588),objectActedOn(_214614,_214652),isa(_214652,tPartTypeRoomInAConstruction),~isa(_214588,tPartTypeDoorwayCovering),~isa(_214588,tPartTypeWindowPortalCoveringGlass)),(~objectActedOn(_214738,_214752):-isa(_214778,tPartTypePortalCovering),objectActedOn(_214738,_214778),isa(_214738,actClosingAContainerArtifact),physicalParts(_214752,_214778),isa(_214752,tPartTypeRoomInAConstruction),~isa(_214778,tPartTypeDoorwayCovering),~isa(_214778,tPartTypeWindowPortalCoveringGlass)),(~objectActedOn(_214888,_214902):-isa(_214902,tPartTypePortalCovering),isa(_214888,actClosingAContainerArtifact),physicalParts(_214952,_214902),objectActedOn(_214888,_214952),isa(_214952,tPartTypeRoomInAConstruction),~isa(_214902,tPartTypeDoorwayCovering),~isa(_214902,tPartTypeWindowPortalCoveringGlass)),(~physicalParts(_215038,_215052):-isa(_215052,tPartTypePortalCovering),objectActedOn(_215090,_215052),isa(_215090,actClosingAContainerArtifact),objectActedOn(_215090,_215038),isa(_215038,tPartTypeRoomInAConstruction),~isa(_215052,tPartTypeDoorwayCovering),~isa(_215052,tPartTypeWindowPortalCoveringGlass)),(isa(_215184,tPartTypeWindowPortalCoveringGlass):-isa(_215184,tPartTypePortalCovering),objectActedOn(_215222,_215184),isa(_215222,actClosingAContainerArtifact),physicalParts(_215260,_215184),objectActedOn(_215222,_215260),isa(_215260,tPartTypeRoomInAConstruction),~isa(_215184,tPartTypeDoorwayCovering)),(isa(_215326,tPartTypeDoorwayCovering):-isa(_215326,tPartTypePortalCovering),objectActedOn(_215364,_215326),isa(_215364,actClosingAContainerArtifact),physicalParts(_215402,_215326),objectActedOn(_215364,_215402),isa(_215402,tPartTypeRoomInAConstruction),~isa(_215326,tPartTypeWindowPortalCoveringGlass))]
  10076. % boxlog :-
  10077. %  
  10078. %   [ (~isa(_946{???CONT}, tPartTypeRoomInAConstruction):-isa(_960{???COVER}, tPartTypePortalCovering), objectActedOn(_974{???CLOSE}, _960{???COVER}), isa(_974{???CLOSE}, actClosingAContainerArtifact), physicalParts(_946{???CONT}, _960{???COVER}), objectActedOn(_974{???CLOSE}, _946{???CONT}), ~isa(_960{???COVER}, tPartTypeDoorwayCovering), ~isa(_960{???COVER}, tPartTypeWindowPortalCoveringGlass)),
  10079. %     (~isa(_1072{???CLOSE}, actClosingAContainerArtifact):-isa(_1086{???COVER}, tPartTypePortalCovering), objectActedOn(_1072{???CLOSE}, _1086{???COVER}), physicalParts(_1100{???CONT}, _1086{???COVER}), objectActedOn(_1072{???CLOSE}, _1100{???CONT}), isa(_1100{???CONT}, tPartTypeRoomInAConstruction), ~isa(_1086{???COVER}, tPartTypeDoorwayCovering), ~isa(_1086{???COVER}, tPartTypeWindowPortalCoveringGlass)),
  10080. %     (~isa(_1156{???COVER}, tPartTypePortalCovering):-objectActedOn(_1170{???CLOSE}, _1156{???COVER}), isa(_1170{???CLOSE}, actClosingAContainerArtifact), physicalParts(_1184{???CONT}, _1156{???COVER}), objectActedOn(_1170{???CLOSE}, _1184{???CONT}), isa(_1184{???CONT}, tPartTypeRoomInAConstruction), ~isa(_1156{???COVER}, tPartTypeDoorwayCovering), ~isa(_1156{???COVER}, tPartTypeWindowPortalCoveringGlass)),
  10081. %     (~objectActedOn(_988{???CLOSE}, _1002{???CONT}):-isa(_1016{???COVER}, tPartTypePortalCovering), objectActedOn(_988{???CLOSE}, _1016{???COVER}), isa(_988{???CLOSE}, actClosingAContainerArtifact), physicalParts(_1002{???CONT}, _1016{???COVER}), isa(_1002{???CONT}, tPartTypeRoomInAConstruction), ~isa(_1016{???COVER}, tPartTypeDoorwayCovering), ~isa(_1016{???COVER}, tPartTypeWindowPortalCoveringGlass)),
  10082. %     (~objectActedOn(_1114{???CLOSE}, _1128{???COVER}):-isa(_1128{???COVER}, tPartTypePortalCovering), isa(_1114{???CLOSE}, actClosingAContainerArtifact), physicalParts(_1142{???CONT}, _1128{???COVER}), objectActedOn(_1114{???CLOSE}, _1142{???CONT}), isa(_1142{???CONT}, tPartTypeRoomInAConstruction), ~isa(_1128{???COVER}, tPartTypeDoorwayCovering), ~isa(_1128{???COVER}, tPartTypeWindowPortalCoveringGlass)),
  10083. %     (~physicalParts(_1030{???CONT}, _1044{???COVER}):-isa(_1044{???COVER}, tPartTypePortalCovering), objectActedOn(_1058{???CLOSE}, _1044{???COVER}), isa(_1058{???CLOSE}, actClosingAContainerArtifact), objectActedOn(_1058{???CLOSE}, _1030{???CONT}), isa(_1030{???CONT}, tPartTypeRoomInAConstruction), ~isa(_1044{???COVER}, tPartTypeDoorwayCovering), ~isa(_1044{???COVER}, tPartTypeWindowPortalCoveringGlass)),
  10084. %     (isa(_862{???COVER}, tPartTypeWindowPortalCoveringGlass):-isa(_862{???COVER}, tPartTypePortalCovering), objectActedOn(_876{???CLOSE}, _862{???COVER}), isa(_876{???CLOSE}, actClosingAContainerArtifact), physicalParts(_890{???CONT}, _862{???COVER}), objectActedOn(_876{???CLOSE}, _890{???CONT}), isa(_890{???CONT}, tPartTypeRoomInAConstruction), ~isa(_862{???COVER}, tPartTypeDoorwayCovering)),
  10085. %     (isa(_904{???COVER}, tPartTypeDoorwayCovering):-isa(_904{???COVER}, tPartTypePortalCovering), objectActedOn(_918{???CLOSE}, _904{???COVER}), isa(_918{???CLOSE}, actClosingAContainerArtifact), physicalParts(_932{???CONT}, _904{???COVER}), objectActedOn(_918{???CLOSE}, _932{???CONT}), isa(_932{???CONT}, tPartTypeRoomInAConstruction), ~isa(_904{???COVER}, tPartTypeWindowPortalCoveringGlass))
  10086. %   ].
  10087. % preview :-
  10088. %  
  10089. %   [ ({avoidHeadLoop(isa(_924{???COVER}, tPartTypePortalCovering), isa(_910{???CONT}, tPartTypeRoomInAConstruction))}, isa(_924{???COVER}, tPartTypePortalCovering), objectActedOn(_938{???CLOSE}, _924{???COVER}), {avoidHeadLoop(isa(_938{???CLOSE}, actClosingAContainerArtifact), isa(_910{???CONT}, tPartTypeRoomInAConstruction))}, isa(_938{???CLOSE}, actClosingAContainerArtifact), physicalParts(_910{???CONT}, _924{???COVER}), objectActedOn(_938{???CLOSE}, _910{???CONT}), {avoidHeadLoop(isa(_924{???COVER}, tPartTypeDoorwayCovering), isa(_910{???CONT}, tPartTypeRoomInAConstruction))}, ~isa(_924{???COVER}, tPartTypeDoorwayCovering), {avoidHeadLoop(isa(_924{???COVER}, tPartTypeWindowPortalCoveringGlass), isa(_910{???CONT}, tPartTypeRoomInAConstruction))}, ~isa(_924{???COVER}, tPartTypeWindowPortalCoveringGlass), {is_unit(_910{???CONT})}-> ~isa(_910{???CONT}, tPartTypeRoomInAConstruction)),
  10090. %     ({avoidHeadLoop(isa(_1050{???COVER}, tPartTypePortalCovering), isa(_1036{???CLOSE}, actClosingAContainerArtifact))}, isa(_1050{???COVER}, tPartTypePortalCovering), objectActedOn(_1036{???CLOSE}, _1050{???COVER}), physicalParts(_1064{???CONT}, _1050{???COVER}), objectActedOn(_1036{???CLOSE}, _1064{???CONT}), {avoidHeadLoop(isa(_1064{???CONT}, tPartTypeRoomInAConstruction), isa(_1036{???CLOSE}, actClosingAContainerArtifact))}, isa(_1064{???CONT}, tPartTypeRoomInAConstruction), {avoidHeadLoop(isa(_1050{???COVER}, tPartTypeDoorwayCovering), isa(_1036{???CLOSE}, actClosingAContainerArtifact))}, ~isa(_1050{???COVER}, tPartTypeDoorwayCovering), {avoidHeadLoop(isa(_1050{???COVER}, tPartTypeWindowPortalCoveringGlass), isa(_1036{???CLOSE}, actClosingAContainerArtifact))}, ~isa(_1050{???COVER}, tPartTypeWindowPortalCoveringGlass), {is_unit(_1036{???CLOSE})}-> ~isa(_1036{???CLOSE}, actClosingAContainerArtifact)),
  10091. %     (objectActedOn(_1134{???CLOSE}, _1120{???COVER}), {avoidHeadLoop(isa(_1134{???CLOSE}, actClosingAContainerArtifact), isa(_1120{???COVER}, tPartTypePortalCovering))}, isa(_1134{???CLOSE}, actClosingAContainerArtifact), physicalParts(_1148{???CONT}, _1120{???COVER}), objectActedOn(_1134{???CLOSE}, _1148{???CONT}), {avoidHeadLoop(isa(_1148{???CONT}, tPartTypeRoomInAConstruction), isa(_1120{???COVER}, tPartTypePortalCovering))}, isa(_1148{???CONT}, tPartTypeRoomInAConstruction), {avoidHeadLoop(isa(_1120{???COVER}, tPartTypeDoorwayCovering), isa(_1120{???COVER}, tPartTypePortalCovering))}, ~isa(_1120{???COVER}, tPartTypeDoorwayCovering), {avoidHeadLoop(isa(_1120{???COVER}, tPartTypeWindowPortalCoveringGlass), isa(_1120{???COVER}, tPartTypePortalCovering))}, ~isa(_1120{???COVER}, tPartTypeWindowPortalCoveringGlass), {is_unit(_1120{???COVER})}-> ~isa(_1120{???COVER}, tPartTypePortalCovering)),
  10092. %     (isa(_980{???COVER}, tPartTypePortalCovering), {avoidHeadLoop(objectActedOn(_952{???CLOSE}, _980{???COVER}), objectActedOn(_952{???CLOSE}, _966{???CONT}))}, objectActedOn(_952{???CLOSE}, _980{???COVER}), isa(_952{???CLOSE}, actClosingAContainerArtifact), physicalParts(_966{???CONT}, _980{???COVER}), isa(_966{???CONT}, tPartTypeRoomInAConstruction), ~isa(_980{???COVER}, tPartTypeDoorwayCovering), ~isa(_980{???COVER}, tPartTypeWindowPortalCoveringGlass), {is_unit(_966{???CONT}, _952{???CLOSE})}-> ~objectActedOn(_952{???CLOSE}, _966{???CONT})),
  10093. %     (isa(_1092{???COVER}, tPartTypePortalCovering), isa(_1078{???CLOSE}, actClosingAContainerArtifact), physicalParts(_1106{???CONT}, _1092{???COVER}), {avoidHeadLoop(objectActedOn(_1078{???CLOSE}, _1106{???CONT}), objectActedOn(_1078{???CLOSE}, _1092{???COVER}))}, objectActedOn(_1078{???CLOSE}, _1106{???CONT}), isa(_1106{???CONT}, tPartTypeRoomInAConstruction), ~isa(_1092{???COVER}, tPartTypeDoorwayCovering), ~isa(_1092{???COVER}, tPartTypeWindowPortalCoveringGlass), {is_unit(_1092{???COVER}, _1078{???CLOSE})}-> ~objectActedOn(_1078{???CLOSE}, _1092{???COVER})),
  10094. %     (isa(_1008{???COVER}, tPartTypePortalCovering), objectActedOn(_1022{???CLOSE}, _1008{???COVER}), isa(_1022{???CLOSE}, actClosingAContainerArtifact), objectActedOn(_1022{???CLOSE}, _994{???CONT}), isa(_994{???CONT}, tPartTypeRoomInAConstruction), ~isa(_1008{???COVER}, tPartTypeDoorwayCovering), ~isa(_1008{???COVER}, tPartTypeWindowPortalCoveringGlass), {is_unit(_1008{???COVER}, _994{???CONT})}-> ~physicalParts(_994{???CONT}, _1008{???COVER})),
  10095. %     (isa(_826{???COVER}, tPartTypePortalCovering), objectActedOn(_840{???CLOSE}, _826{???COVER}), isa(_840{???CLOSE}, actClosingAContainerArtifact), physicalParts(_854{???CONT}, _826{???COVER}), objectActedOn(_840{???CLOSE}, _854{???CONT}), isa(_854{???CONT}, tPartTypeRoomInAConstruction), ~isa(_826{???COVER}, tPartTypeDoorwayCovering), {is_unit(_826{???COVER})}==>isa(_826{???COVER}, tPartTypeWindowPortalCoveringGlass)),
  10096. %     (isa(_868{???COVER}, tPartTypePortalCovering), objectActedOn(_882{???CLOSE}, _868{???COVER}), isa(_882{???CLOSE}, actClosingAContainerArtifact), physicalParts(_896{???CONT}, _868{???COVER}), objectActedOn(_882{???CLOSE}, _896{???CONT}), isa(_896{???CONT}, tPartTypeRoomInAConstruction), ~isa(_868{???COVER}, tPartTypeWindowPortalCoveringGlass), {is_unit(_868{???COVER})}==>isa(_868{???COVER}, tPartTypeDoorwayCovering))
  10097. %   ].
  10098. % conds= =>((name_variable(_892{???CONT}, 'CONT'), name_variable(_906{???COVER}, 'COVER'), name_variable(_920{???CLOSE}, 'CLOSE'), name_variable(_1018{???CLOSE}, 'CLOSE'), name_variable(_1032{???COVER}, 'COVER'), name_variable(_1046{???CONT}, 'CONT'), name_variable(_1102{???COVER}, 'COVER'), name_variable(_1116{???CLOSE}, 'CLOSE'), name_variable(_1130{???CONT}, 'CONT'), name_variable(_934{???CLOSE}, 'CLOSE'), name_variable(_948{???CONT}, 'CONT'), name_variable(_962{???COVER}, 'COVER'), name_variable(_1060{???CLOSE}, 'CLOSE'), name_variable(_1074{???COVER}, 'COVER'), name_variable(_1088{???CONT}, 'CONT'), name_variable(_976{???CONT}, 'CONT'), name_variable(_990{???COVER}, 'COVER'), name_variable(_1004{???CLOSE}, 'CLOSE'), name_variable(_808{???COVER}, 'COVER'), name_variable(_822{???CLOSE}, 'CLOSE'), name_variable(_836{???CONT}, 'CONT'), name_variable(_850{???COVER}, 'COVER'), name_variable(_864{???CLOSE}, 'CLOSE'), name_variable(_878{???CONT}, 'CONT')), [(~isa(_892{???CONT}, tPartTypeRoomInAConstruction)<-{avoidHeadLoop(isa(_906{???COVER}, tPartTypePortalCovering), isa(_892{???CONT}, tPartTypeRoomInAConstruction))}, isa(_906{???COVER}, tPartTypePortalCovering), objectActedOn(_920{???CLOSE}, _906{???COVER}), {avoidHeadLoop(isa(_920{???CLOSE}, actClosingAContainerArtifact), isa(_892{???CONT}, tPartTypeRoomInAConstruction))}, isa(_920{???CLOSE}, actClosingAContainerArtifact), physicalParts(_892{???CONT}, _906{???COVER}), objectActedOn(_920{???CLOSE}, _892{???CONT}), {avoidHeadLoop(isa(_906{???COVER}, tPartTypeDoorwayCovering), isa(_892{???CONT}, tPartTypeRoomInAConstruction))}, ~isa(_906{???COVER}, tPartTypeDoorwayCovering), {avoidHeadLoop(isa(_906{???COVER}, tPartTypeWindowPortalCoveringGlass), isa(_892{???CONT}, tPartTypeRoomInAConstruction))}, ~isa(_906{???COVER}, tPartTypeWindowPortalCoveringGlass), {is_unit(_892{???CONT})}),  (~isa(_1018{???CLOSE}, actClosingAContainerArtifact)<-{avoidHeadLoop(isa(_1032{???COVER}, tPartTypePortalCovering), isa(_1018{???CLOSE}, actClosingAContainerArtifact))}, isa(_1032{???COVER}, tPartTypePortalCovering), objectActedOn(_1018{???CLOSE}, _1032{???COVER}), physicalParts(_1046{???CONT}, _1032{???COVER}), objectActedOn(_1018{???CLOSE}, _1046{???CONT}), {avoidHeadLoop(isa(_1046{???CONT}, tPartTypeRoomInAConstruction), isa(_1018{???CLOSE}, actClosingAContainerArtifact))}, isa(_1046{???CONT}, tPartTypeRoomInAConstruction), {avoidHeadLoop(isa(_1032{???COVER}, tPartTypeDoorwayCovering), isa(_1018{???CLOSE}, actClosingAContainerArtifact))}, ~isa(_1032{???COVER}, tPartTypeDoorwayCovering), {avoidHeadLoop(isa(_1032{???COVER}, tPartTypeWindowPortalCoveringGlass), isa(_1018{???CLOSE}, actClosingAContainerArtifact))}, ~isa(_1032{???COVER}, tPartTypeWindowPortalCoveringGlass), {is_unit(_1018{???CLOSE})}),  (~isa(_1102{???COVER}, tPartTypePortalCovering)<-objectActedOn(_1116{???CLOSE}, _1102{???COVER}), {avoidHeadLoop(isa(_1116{???CLOSE}, actClosingAContainerArtifact), isa(_1102{???COVER}, tPartTypePortalCovering))}, isa(_1116{???CLOSE}, actClosingAContainerArtifact), physicalParts(_1130{???CONT}, _1102{???COVER}), objectActedOn(_1116{???CLOSE}, _1130{???CONT}), {avoidHeadLoop(isa(_1130{???CONT}, tPartTypeRoomInAConstruction), isa(_1102{???COVER}, tPartTypePortalCovering))}, isa(_1130{???CONT}, tPartTypeRoomInAConstruction), {avoidHeadLoop(isa(_1102{???COVER}, tPartTypeDoorwayCovering), isa(_1102{???COVER}, tPartTypePortalCovering))}, ~isa(_1102{???COVER}, tPartTypeDoorwayCovering), {avoidHeadLoop(isa(_1102{???COVER}, tPartTypeWindowPortalCoveringGlass), isa(_1102{???COVER}, tPartTypePortalCovering))}, ~isa(_1102{???COVER}, tPartTypeWindowPortalCoveringGlass), {is_unit(_1102{???COVER})}),  (~objectActedOn(_934{???CLOSE}, _948{???CONT})<-isa(_962{???COVER}, tPartTypePortalCovering), {avoidHeadLoop(objectActedOn(_934{???CLOSE}, _962{???COVER}), objectActedOn(_934{???CLOSE}, _948{???CONT}))}, objectActedOn(_934{???CLOSE}, _962{???COVER}), isa(_934{???CLOSE}, actClosingAContainerArtifact), physicalParts(_948{???CONT}, _962{???COVER}), isa(_948{???CONT}, tPartTypeRoomInAConstruction), ~isa(_962{???COVER}, tPartTypeDoorwayCovering), ~isa(_962{???COVER}, tPartTypeWindowPortalCoveringGlass), {is_unit(_948{???CONT}, _934{???CLOSE})}),  (~objectActedOn(_1060{???CLOSE}, _1074{???COVER})<-isa(_1074{???COVER}, tPartTypePortalCovering), isa(_1060{???CLOSE}, actClosingAContainerArtifact), physicalParts(_1088{???CONT}, _1074{???COVER}), {avoidHeadLoop(objectActedOn(_1060{???CLOSE}, _1088{???CONT}), objectActedOn(_1060{???CLOSE}, _1074{???COVER}))}, objectActedOn(_1060{???CLOSE}, _1088{???CONT}), isa(_1088{???CONT}, tPartTypeRoomInAConstruction), ~isa(_1074{???COVER}, tPartTypeDoorwayCovering), ~isa(_1074{???COVER}, tPartTypeWindowPortalCoveringGlass), {is_unit(_1074{???COVER}, _1060{???CLOSE})}),  (~physicalParts(_976{???CONT}, _990{???COVER})<-isa(_990{???COVER}, tPartTypePortalCovering), objectActedOn(_1004{???CLOSE}, _990{???COVER}), isa(_1004{???CLOSE}, actClosingAContainerArtifact), objectActedOn(_1004{???CLOSE}, _976{???CONT}), isa(_976{???CONT}, tPartTypeRoomInAConstruction), ~isa(_990{???COVER}, tPartTypeDoorwayCovering), ~isa(_990{???COVER}, tPartTypeWindowPortalCoveringGlass), {is_unit(_990{???COVER}, _976{???CONT})}),  (isa(_808{???COVER}, tPartTypePortalCovering), objectActedOn(_822{???CLOSE}, _808{???COVER}), isa(_822{???CLOSE}, actClosingAContainerArtifact), physicalParts(_836{???CONT}, _808{???COVER}), objectActedOn(_822{???CLOSE}, _836{???CONT}), isa(_836{???CONT}, tPartTypeRoomInAConstruction), ~isa(_808{???COVER}, tPartTypeDoorwayCovering), {is_unit(_808{???COVER})}==>isa(_808{???COVER}, tPartTypeWindowPortalCoveringGlass)),  (isa(_850{???COVER}, tPartTypePortalCovering), objectActedOn(_864{???CLOSE}, _850{???COVER}), isa(_864{???CLOSE}, actClosingAContainerArtifact), physicalParts(_878{???CONT}, _850{???COVER}), objectActedOn(_864{???CLOSE}, _878{???CONT}), isa(_878{???CONT}, tPartTypeRoomInAConstruction), ~isa(_850{???COVER}, tPartTypeWindowPortalCoveringGlass), {is_unit(_850{???COVER})}==>isa(_850{???COVER}, tPartTypeDoorwayCovering))]).
  10099.  
  10100.  
  10101. % ~isa(_186{???CONT}, tPartTypeRoomInAConstruction) :-
  10102. %   isa(_200{???COVER}, tPartTypePortalCovering),
  10103. %   objectActedOn(_214{???CLOSE}, _200{???COVER}),
  10104. %   isa(_214{???CLOSE}, actClosingAContainerArtifact),
  10105. %   physicalParts(_186{???CONT}, _200{???COVER}),
  10106. %   objectActedOn(_214{???CLOSE}, _186{???CONT}),
  10107. %   ~isa(_200{???COVER}, tPartTypeDoorwayCovering),
  10108. %   ~isa(_200{???COVER}, tPartTypeWindowPortalCoveringGlass).
  10109. % ~isa(_276{???CLOSE}, actClosingAContainerArtifact) :-
  10110. %   isa(_290{???COVER}, tPartTypePortalCovering),
  10111. %   objectActedOn(_276{???CLOSE}, _290{???COVER}),
  10112. %   physicalParts(_304{???CONT}, _290{???COVER}),
  10113. %   objectActedOn(_276{???CLOSE}, _304{???CONT}),
  10114. %   isa(_304{???CONT}, tPartTypeRoomInAConstruction),
  10115. %   ~isa(_290{???COVER}, tPartTypeDoorwayCovering),
  10116. %   ~isa(_290{???COVER}, tPartTypeWindowPortalCoveringGlass).
  10117. % ~isa(_318{???COVER}, tPartTypePortalCovering) :-
  10118. %   objectActedOn(_332{???CLOSE}, _318{???COVER}),
  10119. %   isa(_332{???CLOSE}, actClosingAContainerArtifact),
  10120. %   physicalParts(_346{???CONT}, _318{???COVER}),
  10121. %   objectActedOn(_332{???CLOSE}, _346{???CONT}),
  10122. %   isa(_346{???CONT}, tPartTypeRoomInAConstruction),
  10123. %   ~isa(_318{???COVER}, tPartTypeDoorwayCovering),
  10124. %   ~isa(_318{???COVER}, tPartTypeWindowPortalCoveringGlass).
  10125. % ~objectActedOn(_186{???CLOSE}, _200{???CONT}) :-
  10126. %   isa(_214{???COVER}, tPartTypePortalCovering),
  10127. %   objectActedOn(_186{???CLOSE}, _214{???COVER}),
  10128. %   isa(_186{???CLOSE}, actClosingAContainerArtifact),
  10129. %   physicalParts(_200{???CONT}, _214{???COVER}),
  10130. %   isa(_200{???CONT}, tPartTypeRoomInAConstruction),
  10131. %   ~isa(_214{???COVER}, tPartTypeDoorwayCovering),
  10132. %   ~isa(_214{???COVER}, tPartTypeWindowPortalCoveringGlass).
  10133. % ~objectActedOn(_234{???CLOSE}, _248{???COVER}) :-
  10134. %   isa(_248{???COVER}, tPartTypePortalCovering),
  10135. %   isa(_234{???CLOSE}, actClosingAContainerArtifact),
  10136. %   physicalParts(_262{???CONT}, _248{???COVER}),
  10137. %   objectActedOn(_234{???CLOSE}, _262{???CONT}),
  10138. %   isa(_262{???CONT}, tPartTypeRoomInAConstruction),
  10139. %   ~isa(_248{???COVER}, tPartTypeDoorwayCovering),
  10140. %   ~isa(_248{???COVER}, tPartTypeWindowPortalCoveringGlass).
  10141. % ~physicalParts(_186{???CONT}, _200{???COVER}) :-
  10142. %   isa(_200{???COVER}, tPartTypePortalCovering),
  10143. %   objectActedOn(_214{???CLOSE}, _200{???COVER}),
  10144. %   isa(_214{???CLOSE}, actClosingAContainerArtifact),
  10145. %   objectActedOn(_214{???CLOSE}, _186{???CONT}),
  10146. %   isa(_186{???CONT}, tPartTypeRoomInAConstruction),
  10147. %   ~isa(_200{???COVER}, tPartTypeDoorwayCovering),
  10148. %   ~isa(_200{???COVER}, tPartTypeWindowPortalCoveringGlass).
  10149. % isa(_102{???COVER}, tPartTypeWindowPortalCoveringGlass) :-
  10150. %   isa(_102{???COVER}, tPartTypePortalCovering),
  10151. %   objectActedOn(_116{???CLOSE}, _102{???COVER}),
  10152. %   isa(_116{???CLOSE}, actClosingAContainerArtifact),
  10153. %   physicalParts(_130{???CONT}, _102{???COVER}),
  10154. %   objectActedOn(_116{???CLOSE}, _130{???CONT}),
  10155. %   isa(_130{???CONT}, tPartTypeRoomInAConstruction),
  10156. %   ~isa(_102{???COVER}, tPartTypeDoorwayCovering).
  10157. % isa(_108{???COVER}, tPartTypeDoorwayCovering) :-
  10158. %   isa(_108{???COVER}, tPartTypePortalCovering),
  10159. %   objectActedOn(_122{???CLOSE}, _108{???COVER}),
  10160. %   isa(_122{???CLOSE}, actClosingAContainerArtifact),
  10161. %   physicalParts(_136{???CONT}, _108{???COVER}),
  10162. %   objectActedOn(_122{???CLOSE}, _136{???CONT}),
  10163. %   isa(_136{???CONT}, tPartTypeRoomInAConstruction),
  10164. %   ~isa(_108{???COVER}, tPartTypeWindowPortalCoveringGlass).
  10165.  
  10166.  
  10167. % asserted_id(implies(and(isa(X_2105_2463, tObjectContainerArtifact), isa(X, tPortal), objectActedOn(X_2106_2465, X_2105_2463), objectActedOn(X_2106_2465, X), isa(X_2106_2465, actClosingAContainerArtifact)), containsPortals(X_2105_2463, X)), a309048(X_2105_2463, X, X_2106_2465)).
  10168. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  10169. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  10170.  kif:-all(_209804,all(_209824,all(_209844,implies(and(isa(_209804,tObjectContainerArtifact),isa(_209844,tPortal),objectActedOn(_209824,_209804),objectActedOn(_209824,_209844),isa(_209824,actClosingAContainerArtifact)),containsPortals(_209804,_209844)))))
  10171.  pkif:-all(_209762,all(_209782,all(_209802,=>(&(isa(_209762,tObjectContainerArtifact),&(isa(_209802,tPortal),&(objectActedOn(_209782,_209762),&(objectActedOn(_209782,_209802),isa(_209782,actClosingAContainerArtifact))))),containsPortals(_209762,_209802)))))
  10172. % cnf :-
  10173. %   v(v(~isa(_150{???X_2105_2463}, tObjectContainerArtifact),
  10174. %       v(~isa(_164{???X}, tPortal),
  10175. %         v(~objectActedOn(_178{???X_2106_2465}, _150{???X_2105_2463}),
  10176. %       v(~objectActedOn(_178{???X_2106_2465}, _164{???X}),
  10177. %         ~isa(_178{???X_2106_2465}, actClosingAContainerArtifact))))),
  10178. %     containsPortals(_150{???X_2105_2463}, _164{???X})).
  10179.  horn:-[(~isa(_212596,actClosingAContainerArtifact):-isa(_212622,tObjectContainerArtifact),isa(_212648,tPortal),objectActedOn(_212596,_212622),objectActedOn(_212596,_212648),~containsPortals(_212622,_212648)),(~isa(_212718,tPortal):-isa(_212744,tObjectContainerArtifact),objectActedOn(_212770,_212744),objectActedOn(_212770,_212718),isa(_212770,actClosingAContainerArtifact),~containsPortals(_212744,_212718)),(~isa(_212840,tObjectContainerArtifact):-isa(_212866,tPortal),objectActedOn(_212892,_212840),objectActedOn(_212892,_212866),isa(_212892,actClosingAContainerArtifact),~containsPortals(_212840,_212866)),(~objectActedOn(_212962,_212976):-isa(_213002,tObjectContainerArtifact),isa(_212976,tPortal),objectActedOn(_212962,_213002),isa(_212962,actClosingAContainerArtifact),~containsPortals(_213002,_212976)),(~objectActedOn(_213084,_213098):-isa(_213098,tObjectContainerArtifact),isa(_213136,tPortal),objectActedOn(_213084,_213136),isa(_213084,actClosingAContainerArtifact),~containsPortals(_213098,_213136)),(containsPortals(_213202,_213216):-isa(_213202,tObjectContainerArtifact),isa(_213216,tPortal),objectActedOn(_213266,_213202),objectActedOn(_213266,_213216),isa(_213266,actClosingAContainerArtifact))]
  10180. % boxlog :-
  10181. %  
  10182. %   [ (~isa(_812{???X_2106_2465}, actClosingAContainerArtifact):-isa(_826{???X_2105_2463}, tObjectContainerArtifact), isa(_840{???X}, tPortal), objectActedOn(_812{???X_2106_2465}, _826{???X_2105_2463}), objectActedOn(_812{???X_2106_2465}, _840{???X}), ~containsPortals(_826{???X_2105_2463}, _840{???X})),
  10183. %     (~isa(_938{???X}, tPortal):-isa(_952{???X_2105_2463}, tObjectContainerArtifact), objectActedOn(_966{???X_2106_2465}, _952{???X_2105_2463}), objectActedOn(_966{???X_2106_2465}, _938{???X}), isa(_966{???X_2106_2465}, actClosingAContainerArtifact), ~containsPortals(_952{???X_2105_2463}, _938{???X})),
  10184. %     (~isa(_980{???X_2105_2463}, tObjectContainerArtifact):-isa(_994{???X}, tPortal), objectActedOn(_1008{???X_2106_2465}, _980{???X_2105_2463}), objectActedOn(_1008{???X_2106_2465}, _994{???X}), isa(_1008{???X_2106_2465}, actClosingAContainerArtifact), ~containsPortals(_980{???X_2105_2463}, _994{???X})),
  10185. %     (~objectActedOn(_854{???X_2106_2465}, _868{???X}):-isa(_882{???X_2105_2463}, tObjectContainerArtifact), isa(_868{???X}, tPortal), objectActedOn(_854{???X_2106_2465}, _882{???X_2105_2463}), isa(_854{???X_2106_2465}, actClosingAContainerArtifact), ~containsPortals(_882{???X_2105_2463}, _868{???X})),
  10186. %     (~objectActedOn(_896{???X_2106_2465}, _910{???X_2105_2463}):-isa(_910{???X_2105_2463}, tObjectContainerArtifact), isa(_924{???X}, tPortal), objectActedOn(_896{???X_2106_2465}, _924{???X}), isa(_896{???X_2106_2465}, actClosingAContainerArtifact), ~containsPortals(_910{???X_2105_2463}, _924{???X})),
  10187. %     (containsPortals(_770{???X_2105_2463}, _784{???X}):-isa(_770{???X_2105_2463}, tObjectContainerArtifact), isa(_784{???X}, tPortal), objectActedOn(_798{???X_2106_2465}, _770{???X_2105_2463}), objectActedOn(_798{???X_2106_2465}, _784{???X}), isa(_798{???X_2106_2465}, actClosingAContainerArtifact))
  10188. %   ].
  10189. % preview :-
  10190. %  
  10191. %   [ ({avoidHeadLoop(isa(_790{???X_2105_2463}, tObjectContainerArtifact), isa(_776{???X_2106_2465}, actClosingAContainerArtifact))}, isa(_790{???X_2105_2463}, tObjectContainerArtifact), {avoidHeadLoop(isa(_804{???X}, tPortal), isa(_776{???X_2106_2465}, actClosingAContainerArtifact))}, isa(_804{???X}, tPortal), objectActedOn(_776{???X_2106_2465}, _790{???X_2105_2463}), objectActedOn(_776{???X_2106_2465}, _804{???X}), ~containsPortals(_790{???X_2105_2463}, _804{???X}), {is_unit(_776{???X_2106_2465})}-> ~isa(_776{???X_2106_2465}, actClosingAContainerArtifact)),
  10192. %     ({avoidHeadLoop(isa(_916{???X_2105_2463}, tObjectContainerArtifact), isa(_902{???X}, tPortal))}, isa(_916{???X_2105_2463}, tObjectContainerArtifact), objectActedOn(_930{???X_2106_2465}, _916{???X_2105_2463}), objectActedOn(_930{???X_2106_2465}, _902{???X}), {avoidHeadLoop(isa(_930{???X_2106_2465}, actClosingAContainerArtifact), isa(_902{???X}, tPortal))}, isa(_930{???X_2106_2465}, actClosingAContainerArtifact), ~containsPortals(_916{???X_2105_2463}, _902{???X}), {is_unit(_902{???X})}-> ~isa(_902{???X}, tPortal)),
  10193. %     ({avoidHeadLoop(isa(_958{???X}, tPortal), isa(_944{???X_2105_2463}, tObjectContainerArtifact))}, isa(_958{???X}, tPortal), objectActedOn(_972{???X_2106_2465}, _944{???X_2105_2463}), objectActedOn(_972{???X_2106_2465}, _958{???X}), {avoidHeadLoop(isa(_972{???X_2106_2465}, actClosingAContainerArtifact), isa(_944{???X_2105_2463}, tObjectContainerArtifact))}, isa(_972{???X_2106_2465}, actClosingAContainerArtifact), ~containsPortals(_944{???X_2105_2463}, _958{???X}), {is_unit(_944{???X_2105_2463})}-> ~isa(_944{???X_2105_2463}, tObjectContainerArtifact)),
  10194. %     (isa(_846{???X_2105_2463}, tObjectContainerArtifact), isa(_832{???X}, tPortal), {avoidHeadLoop(objectActedOn(_818{???X_2106_2465}, _846{???X_2105_2463}), objectActedOn(_818{???X_2106_2465}, _832{???X}))}, objectActedOn(_818{???X_2106_2465}, _846{???X_2105_2463}), isa(_818{???X_2106_2465}, actClosingAContainerArtifact), ~containsPortals(_846{???X_2105_2463}, _832{???X}), {is_unit(_832{???X}, _818{???X_2106_2465})}-> ~objectActedOn(_818{???X_2106_2465}, _832{???X})),
  10195. %     (isa(_874{???X_2105_2463}, tObjectContainerArtifact), isa(_888{???X}, tPortal), {avoidHeadLoop(objectActedOn(_860{???X_2106_2465}, _888{???X}), objectActedOn(_860{???X_2106_2465}, _874{???X_2105_2463}))}, objectActedOn(_860{???X_2106_2465}, _888{???X}), isa(_860{???X_2106_2465}, actClosingAContainerArtifact), ~containsPortals(_874{???X_2105_2463}, _888{???X}), {is_unit(_874{???X_2105_2463}, _860{???X_2106_2465})}-> ~objectActedOn(_860{???X_2106_2465}, _874{???X_2105_2463})),
  10196. %     (isa(_734{???X_2105_2463}, tObjectContainerArtifact), isa(_748{???X}, tPortal), objectActedOn(_762{???X_2106_2465}, _734{???X_2105_2463}), objectActedOn(_762{???X_2106_2465}, _748{???X}), isa(_762{???X_2106_2465}, actClosingAContainerArtifact), {is_unit(_748{???X}, _734{???X_2105_2463})}==>containsPortals(_734{???X_2105_2463}, _748{???X}))
  10197. %   ].
  10198. % conds= =>((name_variable(_758{???X_2106_2465}, 'X_2106_2465'), name_variable(_772{???X_2105_2463}, 'X_2105_2463'), name_variable(_786{???X}, 'X'), name_variable(_884{???X}, 'X'), name_variable(_898{???X_2105_2463}, 'X_2105_2463'), name_variable(_912{???X_2106_2465}, 'X_2106_2465'), name_variable(_926{???X_2105_2463}, 'X_2105_2463'), name_variable(_940{???X}, 'X'), name_variable(_954{???X_2106_2465}, 'X_2106_2465'), name_variable(_800{???X_2106_2465}, 'X_2106_2465'), name_variable(_814{???X}, 'X'), name_variable(_828{???X_2105_2463}, 'X_2105_2463'), name_variable(_842{???X_2106_2465}, 'X_2106_2465'), name_variable(_856{???X_2105_2463}, 'X_2105_2463'), name_variable(_870{???X}, 'X'), name_variable(_716{???X_2105_2463}, 'X_2105_2463'), name_variable(_730{???X}, 'X'), name_variable(_744{???X_2106_2465}, 'X_2106_2465')), [(~isa(_758{???X_2106_2465}, actClosingAContainerArtifact)<-{avoidHeadLoop(isa(_772{???X_2105_2463}, tObjectContainerArtifact), isa(_758{???X_2106_2465}, actClosingAContainerArtifact))}, isa(_772{???X_2105_2463}, tObjectContainerArtifact), {avoidHeadLoop(isa(_786{???X}, tPortal), isa(_758{???X_2106_2465}, actClosingAContainerArtifact))}, isa(_786{???X}, tPortal), objectActedOn(_758{???X_2106_2465}, _772{???X_2105_2463}), objectActedOn(_758{???X_2106_2465}, _786{???X}), ~containsPortals(_772{???X_2105_2463}, _786{???X}), {is_unit(_758{???X_2106_2465})}),  (~isa(_884{???X}, tPortal)<-{avoidHeadLoop(isa(_898{???X_2105_2463}, tObjectContainerArtifact), isa(_884{???X}, tPortal))}, isa(_898{???X_2105_2463}, tObjectContainerArtifact), objectActedOn(_912{???X_2106_2465}, _898{???X_2105_2463}), objectActedOn(_912{???X_2106_2465}, _884{???X}), {avoidHeadLoop(isa(_912{???X_2106_2465}, actClosingAContainerArtifact), isa(_884{???X}, tPortal))}, isa(_912{???X_2106_2465}, actClosingAContainerArtifact), ~containsPortals(_898{???X_2105_2463}, _884{???X}), {is_unit(_884{???X})}),  (~isa(_926{???X_2105_2463}, tObjectContainerArtifact)<-{avoidHeadLoop(isa(_940{???X}, tPortal), isa(_926{???X_2105_2463}, tObjectContainerArtifact))}, isa(_940{???X}, tPortal), objectActedOn(_954{???X_2106_2465}, _926{???X_2105_2463}), objectActedOn(_954{???X_2106_2465}, _940{???X}), {avoidHeadLoop(isa(_954{???X_2106_2465}, actClosingAContainerArtifact), isa(_926{???X_2105_2463}, tObjectContainerArtifact))}, isa(_954{???X_2106_2465}, actClosingAContainerArtifact), ~containsPortals(_926{???X_2105_2463}, _940{???X}), {is_unit(_926{???X_2105_2463})}),  (~objectActedOn(_800{???X_2106_2465}, _814{???X})<-isa(_828{???X_2105_2463}, tObjectContainerArtifact), isa(_814{???X}, tPortal), {avoidHeadLoop(objectActedOn(_800{???X_2106_2465}, _828{???X_2105_2463}), objectActedOn(_800{???X_2106_2465}, _814{???X}))}, objectActedOn(_800{???X_2106_2465}, _828{???X_2105_2463}), isa(_800{???X_2106_2465}, actClosingAContainerArtifact), ~containsPortals(_828{???X_2105_2463}, _814{???X}), {is_unit(_814{???X}, _800{???X_2106_2465})}),  (~objectActedOn(_842{???X_2106_2465}, _856{???X_2105_2463})<-isa(_856{???X_2105_2463}, tObjectContainerArtifact), isa(_870{???X}, tPortal), {avoidHeadLoop(objectActedOn(_842{???X_2106_2465}, _870{???X}), objectActedOn(_842{???X_2106_2465}, _856{???X_2105_2463}))}, objectActedOn(_842{???X_2106_2465}, _870{???X}), isa(_842{???X_2106_2465}, actClosingAContainerArtifact), ~containsPortals(_856{???X_2105_2463}, _870{???X}), {is_unit(_856{???X_2105_2463}, _842{???X_2106_2465})}),  (isa(_716{???X_2105_2463}, tObjectContainerArtifact), isa(_730{???X}, tPortal), objectActedOn(_744{???X_2106_2465}, _716{???X_2105_2463}), objectActedOn(_744{???X_2106_2465}, _730{???X}), isa(_744{???X_2106_2465}, actClosingAContainerArtifact), {is_unit(_730{???X}, _716{???X_2105_2463})}==>containsPortals(_716{???X_2105_2463}, _730{???X}))]).
  10199.  
  10200.  
  10201. % ~isa(_154{???X_2106_2465}, actClosingAContainerArtifact) :-
  10202. %   isa(_168{???X_2105_2463}, tObjectContainerArtifact),
  10203. %   isa(_182{???X}, tPortal),
  10204. %   objectActedOn(_154{???X_2106_2465}, _168{???X_2105_2463}),
  10205. %   objectActedOn(_154{???X_2106_2465}, _182{???X}),
  10206. %   ~containsPortals(_168{???X_2105_2463}, _182{???X}).
  10207. % ~isa(_234{???X}, tPortal) :-
  10208. %   isa(_248{???X_2105_2463}, tObjectContainerArtifact),
  10209. %   objectActedOn(_262{???X_2106_2465}, _248{???X_2105_2463}),
  10210. %   objectActedOn(_262{???X_2106_2465}, _234{???X}),
  10211. %   isa(_262{???X_2106_2465}, actClosingAContainerArtifact),
  10212. %   ~containsPortals(_248{???X_2105_2463}, _234{???X}).
  10213. % ~isa(_228{???X_2105_2463}, tObjectContainerArtifact) :-
  10214. %   isa(_242{???X}, tPortal),
  10215. %   objectActedOn(_256{???X_2106_2465}, _228{???X_2105_2463}),
  10216. %   objectActedOn(_256{???X_2106_2465}, _242{???X}),
  10217. %   isa(_256{???X_2106_2465}, actClosingAContainerArtifact),
  10218. %   ~containsPortals(_228{???X_2105_2463}, _242{???X}).
  10219. % ~objectActedOn(_144{???X_2106_2465}, _158{???X}) :-
  10220. %   isa(_172{???X_2105_2463}, tObjectContainerArtifact),
  10221. %   isa(_158{???X}, tPortal),
  10222. %   objectActedOn(_144{???X_2106_2465}, _172{???X_2105_2463}),
  10223. %   isa(_144{???X_2106_2465}, actClosingAContainerArtifact),
  10224. %   ~containsPortals(_172{???X_2105_2463}, _158{???X}).
  10225. % ~objectActedOn(_150{???X_2106_2465}, _164{???X_2105_2463}) :-
  10226. %   isa(_164{???X_2105_2463}, tObjectContainerArtifact),
  10227. %   isa(_178{???X}, tPortal),
  10228. %   objectActedOn(_150{???X_2106_2465}, _178{???X}),
  10229. %   isa(_150{???X_2106_2465}, actClosingAContainerArtifact),
  10230. %   ~containsPortals(_164{???X_2105_2463}, _178{???X}).
  10231. % containsPortals(_102{???X_2105_2463}, _116{???X}) :-
  10232. %   isa(_102{???X_2105_2463}, tObjectContainerArtifact),
  10233. %   isa(_116{???X}, tPortal),
  10234. %   objectActedOn(_130{???X_2106_2465}, _102{???X_2105_2463}),
  10235. %   objectActedOn(_130{???X_2106_2465}, _116{???X}),
  10236. %   isa(_130{???X_2106_2465}, actClosingAContainerArtifact).
  10237.  
  10238.  
  10239. % asserted_id(implies(and(isa(U, actWeeding), objectActedOn(U, V), isa(V, tClazzPlant)), objectOfStateChange(U, V)), a309049(U, V)).
  10240. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  10241. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  10242.  kif:-all(_209840,all(_209860,implies(and(isa(_209840,actWeeding),objectActedOn(_209840,_209860),isa(_209860,tClazzPlant)),objectOfStateChange(_209840,_209860))))
  10243.  pkif:-all(_209790,all(_209810,=>(&(isa(_209790,actWeeding),&(objectActedOn(_209790,_209810),isa(_209810,tClazzPlant))),objectOfStateChange(_209790,_209810))))
  10244. % cnf :-
  10245. %   v(v(~isa(_134{???U}, actWeeding),
  10246. %       v(~objectActedOn(_134{???U}, _148{???V}),
  10247. %         ~isa(_148{???V}, tClazzPlant))),
  10248. %     objectOfStateChange(_134{???U}, _148{???V})).
  10249.  horn:-[(~isa(_211142,tClazzPlant):-isa(_211168,actWeeding),objectActedOn(_211168,_211142),~objectOfStateChange(_211168,_211142)),(~isa(_211226,actWeeding):-objectActedOn(_211226,_211252),isa(_211252,tClazzPlant),~objectOfStateChange(_211226,_211252)),(~objectActedOn(_211310,_211324):-isa(_211310,actWeeding),isa(_211324,tClazzPlant),~objectOfStateChange(_211310,_211324)),(objectOfStateChange(_211390,_211404):-isa(_211390,actWeeding),objectActedOn(_211390,_211404),isa(_211404,tClazzPlant))]
  10250. % boxlog :-
  10251. %  
  10252. %   [ (~isa(_684{???V}, tClazzPlant):-isa(_698{???U}, actWeeding), objectActedOn(_698{???U}, _684{???V}), ~objectOfStateChange(_698{???U}, _684{???V})),
  10253. %     (~isa(_740{???U}, actWeeding):-objectActedOn(_740{???U}, _754{???V}), isa(_754{???V}, tClazzPlant), ~objectOfStateChange(_740{???U}, _754{???V})),
  10254. %     (~objectActedOn(_712{???U}, _726{???V}):-isa(_712{???U}, actWeeding), isa(_726{???V}, tClazzPlant), ~objectOfStateChange(_712{???U}, _726{???V})),
  10255. %     (objectOfStateChange(_656{???U}, _670{???V}):-isa(_656{???U}, actWeeding), objectActedOn(_656{???U}, _670{???V}), isa(_670{???V}, tClazzPlant))
  10256. %   ].
  10257. % preview :-
  10258. %  
  10259. %   [ ({avoidHeadLoop(isa(_662{???U}, actWeeding), isa(_648{???V}, tClazzPlant))}, isa(_662{???U}, actWeeding), objectActedOn(_662{???U}, _648{???V}), ~objectOfStateChange(_662{???U}, _648{???V}), {is_unit(_648{???V})}-> ~isa(_648{???V}, tClazzPlant)),
  10260. %     (objectActedOn(_704{???U}, _718{???V}), {avoidHeadLoop(isa(_718{???V}, tClazzPlant), isa(_704{???U}, actWeeding))}, isa(_718{???V}, tClazzPlant), ~objectOfStateChange(_704{???U}, _718{???V}), {is_unit(_704{???U})}-> ~isa(_704{???U}, actWeeding)),
  10261. %     (isa(_676{???U}, actWeeding), isa(_690{???V}, tClazzPlant), ~objectOfStateChange(_676{???U}, _690{???V}), {is_unit(_690{???V}, _676{???U})}==> ~objectActedOn(_676{???U}, _690{???V})),
  10262. %     (isa(_620{???U}, actWeeding), objectActedOn(_620{???U}, _634{???V}), isa(_634{???V}, tClazzPlant), {is_unit(_634{???V}, _620{???U})}==>objectOfStateChange(_620{???U}, _634{???V}))
  10263. %   ].
  10264. % conds= =>((name_variable(_630{???V}, 'V'), name_variable(_644{???U}, 'U'), name_variable(_686{???U}, 'U'), name_variable(_700{???V}, 'V'), name_variable(_658{???U}, 'U'), name_variable(_672{???V}, 'V'), name_variable(_602{???U}, 'U'), name_variable(_616{???V}, 'V')), [(~isa(_630{???V}, tClazzPlant)<-{avoidHeadLoop(isa(_644{???U}, actWeeding), isa(_630{???V}, tClazzPlant))}, isa(_644{???U}, actWeeding), objectActedOn(_644{???U}, _630{???V}), ~objectOfStateChange(_644{???U}, _630{???V}), {is_unit(_630{???V})}),  (~isa(_686{???U}, actWeeding)<-objectActedOn(_686{???U}, _700{???V}), {avoidHeadLoop(isa(_700{???V}, tClazzPlant), isa(_686{???U}, actWeeding))}, isa(_700{???V}, tClazzPlant), ~objectOfStateChange(_686{???U}, _700{???V}), {is_unit(_686{???U})}),  (isa(_658{???U}, actWeeding), isa(_672{???V}, tClazzPlant), ~objectOfStateChange(_658{???U}, _672{???V}), {is_unit(_672{???V}, _658{???U})}==> ~objectActedOn(_658{???U}, _672{???V})),  (isa(_602{???U}, actWeeding), objectActedOn(_602{???U}, _616{???V}), isa(_616{???V}, tClazzPlant), {is_unit(_616{???V}, _602{???U})}==>objectOfStateChange(_602{???U}, _616{???V}))]).
  10265.  
  10266.  
  10267. % ~isa(_138{???V}, tClazzPlant) :-
  10268. %   isa(_152{???U}, actWeeding),
  10269. %   objectActedOn(_152{???U}, _138{???V}),
  10270. %   ~objectOfStateChange(_152{???U}, _138{???V}).
  10271. % ~isa(_162{???U}, actWeeding) :-
  10272. %   objectActedOn(_162{???U}, _176{???V}),
  10273. %   isa(_176{???V}, tClazzPlant),
  10274. %   ~objectOfStateChange(_162{???U}, _176{???V}).
  10275. % ~objectActedOn(_130{???U}, _144{???V}) :-
  10276. %   isa(_130{???U}, actWeeding),
  10277. %   isa(_144{???V}, tClazzPlant),
  10278. %   ~objectOfStateChange(_130{???U}, _144{???V}).
  10279. % objectOfStateChange(_102{???U}, _116{???V}) :-
  10280. %   isa(_102{???U}, actWeeding),
  10281. %   objectActedOn(_102{???U}, _116{???V}),
  10282. %   isa(_116{???V}, tClazzPlant).
  10283.  
  10284.  
  10285. % asserted_id(implies(and(isa(U, actHarvestingAPlant), objectActedOn(U, V), isa(V, tPartTypeRoot)), commitsForFutureUses(U, V)), a309050(U, V)).
  10286. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  10287. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  10288.  kif:-all(_209944,all(_209964,implies(and(isa(_209944,actHarvestingAPlant),objectActedOn(_209944,_209964),isa(_209964,tPartTypeRoot)),commitsForFutureUses(_209944,_209964))))
  10289.  pkif:-all(_209894,all(_209914,=>(&(isa(_209894,actHarvestingAPlant),&(objectActedOn(_209894,_209914),isa(_209914,tPartTypeRoot))),commitsForFutureUses(_209894,_209914))))
  10290. % cnf :-
  10291. %   v(v(~isa(_134{???U}, actHarvestingAPlant),
  10292. %       v(~objectActedOn(_134{???U}, _148{???V}),
  10293. %         ~isa(_148{???V}, tPartTypeRoot))),
  10294. %     commitsForFutureUses(_134{???U}, _148{???V})).
  10295.  horn:-[(~isa(_211246,tPartTypeRoot):-isa(_211272,actHarvestingAPlant),objectActedOn(_211272,_211246),~commitsForFutureUses(_211272,_211246)),(~isa(_211330,actHarvestingAPlant):-objectActedOn(_211330,_211356),isa(_211356,tPartTypeRoot),~commitsForFutureUses(_211330,_211356)),(~objectActedOn(_211414,_211428):-isa(_211414,actHarvestingAPlant),isa(_211428,tPartTypeRoot),~commitsForFutureUses(_211414,_211428)),(commitsForFutureUses(_211494,_211508):-isa(_211494,actHarvestingAPlant),objectActedOn(_211494,_211508),isa(_211508,tPartTypeRoot))]
  10296. % boxlog :-
  10297. %  
  10298. %   [ (~isa(_684{???V}, tPartTypeRoot):-isa(_698{???U}, actHarvestingAPlant), objectActedOn(_698{???U}, _684{???V}), ~commitsForFutureUses(_698{???U}, _684{???V})),
  10299. %     (~isa(_740{???U}, actHarvestingAPlant):-objectActedOn(_740{???U}, _754{???V}), isa(_754{???V}, tPartTypeRoot), ~commitsForFutureUses(_740{???U}, _754{???V})),
  10300. %     (~objectActedOn(_712{???U}, _726{???V}):-isa(_712{???U}, actHarvestingAPlant), isa(_726{???V}, tPartTypeRoot), ~commitsForFutureUses(_712{???U}, _726{???V})),
  10301. %     (commitsForFutureUses(_656{???U}, _670{???V}):-isa(_656{???U}, actHarvestingAPlant), objectActedOn(_656{???U}, _670{???V}), isa(_670{???V}, tPartTypeRoot))
  10302. %   ].
  10303. % preview :-
  10304. %  
  10305. %   [ ({avoidHeadLoop(isa(_662{???U}, actHarvestingAPlant), isa(_648{???V}, tPartTypeRoot))}, isa(_662{???U}, actHarvestingAPlant), objectActedOn(_662{???U}, _648{???V}), ~commitsForFutureUses(_662{???U}, _648{???V}), {is_unit(_648{???V})}-> ~isa(_648{???V}, tPartTypeRoot)),
  10306. %     (objectActedOn(_704{???U}, _718{???V}), {avoidHeadLoop(isa(_718{???V}, tPartTypeRoot), isa(_704{???U}, actHarvestingAPlant))}, isa(_718{???V}, tPartTypeRoot), ~commitsForFutureUses(_704{???U}, _718{???V}), {is_unit(_704{???U})}-> ~isa(_704{???U}, actHarvestingAPlant)),
  10307. %     (isa(_676{???U}, actHarvestingAPlant), isa(_690{???V}, tPartTypeRoot), ~commitsForFutureUses(_676{???U}, _690{???V}), {is_unit(_690{???V}, _676{???U})}==> ~objectActedOn(_676{???U}, _690{???V})),
  10308. %     (isa(_620{???U}, actHarvestingAPlant), objectActedOn(_620{???U}, _634{???V}), isa(_634{???V}, tPartTypeRoot), {is_unit(_634{???V}, _620{???U})}==>commitsForFutureUses(_620{???U}, _634{???V}))
  10309. %   ].
  10310. % conds= =>((name_variable(_630{???V}, 'V'), name_variable(_644{???U}, 'U'), name_variable(_686{???U}, 'U'), name_variable(_700{???V}, 'V'), name_variable(_658{???U}, 'U'), name_variable(_672{???V}, 'V'), name_variable(_602{???U}, 'U'), name_variable(_616{???V}, 'V')), [(~isa(_630{???V}, tPartTypeRoot)<-{avoidHeadLoop(isa(_644{???U}, actHarvestingAPlant), isa(_630{???V}, tPartTypeRoot))}, isa(_644{???U}, actHarvestingAPlant), objectActedOn(_644{???U}, _630{???V}), ~commitsForFutureUses(_644{???U}, _630{???V}), {is_unit(_630{???V})}),  (~isa(_686{???U}, actHarvestingAPlant)<-objectActedOn(_686{???U}, _700{???V}), {avoidHeadLoop(isa(_700{???V}, tPartTypeRoot), isa(_686{???U}, actHarvestingAPlant))}, isa(_700{???V}, tPartTypeRoot), ~commitsForFutureUses(_686{???U}, _700{???V}), {is_unit(_686{???U})}),  (isa(_658{???U}, actHarvestingAPlant), isa(_672{???V}, tPartTypeRoot), ~commitsForFutureUses(_658{???U}, _672{???V}), {is_unit(_672{???V}, _658{???U})}==> ~objectActedOn(_658{???U}, _672{???V})),  (isa(_602{???U}, actHarvestingAPlant), objectActedOn(_602{???U}, _616{???V}), isa(_616{???V}, tPartTypeRoot), {is_unit(_616{???V}, _602{???U})}==>commitsForFutureUses(_602{???U}, _616{???V}))]).
  10311.  
  10312.  
  10313. % ~isa(_138{???V}, tPartTypeRoot) :-
  10314. %   isa(_152{???U}, actHarvestingAPlant),
  10315. %   objectActedOn(_152{???U}, _138{???V}),
  10316. %   ~commitsForFutureUses(_152{???U}, _138{???V}).
  10317. % ~isa(_162{???U}, actHarvestingAPlant) :-
  10318. %   objectActedOn(_162{???U}, _176{???V}),
  10319. %   isa(_176{???V}, tPartTypeRoot),
  10320. %   ~commitsForFutureUses(_162{???U}, _176{???V}).
  10321. % ~objectActedOn(_130{???U}, _144{???V}) :-
  10322. %   isa(_130{???U}, actHarvestingAPlant),
  10323. %   isa(_144{???V}, tPartTypeRoot),
  10324. %   ~commitsForFutureUses(_130{???U}, _144{???V}).
  10325. % commitsForFutureUses(_102{???U}, _116{???V}) :-
  10326. %   isa(_102{???U}, actHarvestingAPlant),
  10327. %   objectActedOn(_102{???U}, _116{???V}),
  10328. %   isa(_116{???V}, tPartTypeRoot).
  10329.  
  10330.  
  10331. % asserted_id(implies(and(isa(U, actPlantingAPlant), objectActedOn(U, V), isa(V, tClazzPlant)), commitsForFutureUses(U, V)), a309051(U, V)).
  10332. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  10333. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  10334.  kif:-all(_210048,all(_210068,implies(and(isa(_210048,actPlantingAPlant),objectActedOn(_210048,_210068),isa(_210068,tClazzPlant)),commitsForFutureUses(_210048,_210068))))
  10335.  pkif:-all(_209998,all(_210018,=>(&(isa(_209998,actPlantingAPlant),&(objectActedOn(_209998,_210018),isa(_210018,tClazzPlant))),commitsForFutureUses(_209998,_210018))))
  10336. % cnf :-
  10337. %   v(v(~isa(_134{???U}, actPlantingAPlant),
  10338. %       v(~objectActedOn(_134{???U}, _148{???V}),
  10339. %         ~isa(_148{???V}, tClazzPlant))),
  10340. %     commitsForFutureUses(_134{???U}, _148{???V})).
  10341.  horn:-[(~isa(_211350,tClazzPlant):-isa(_211376,actPlantingAPlant),objectActedOn(_211376,_211350),~commitsForFutureUses(_211376,_211350)),(~isa(_211434,actPlantingAPlant):-objectActedOn(_211434,_211460),isa(_211460,tClazzPlant),~commitsForFutureUses(_211434,_211460)),(~objectActedOn(_211518,_211532):-isa(_211518,actPlantingAPlant),isa(_211532,tClazzPlant),~commitsForFutureUses(_211518,_211532)),(commitsForFutureUses(_211598,_211612):-isa(_211598,actPlantingAPlant),objectActedOn(_211598,_211612),isa(_211612,tClazzPlant))]
  10342. % boxlog :-
  10343. %  
  10344. %   [ (~isa(_684{???V}, tClazzPlant):-isa(_698{???U}, actPlantingAPlant), objectActedOn(_698{???U}, _684{???V}), ~commitsForFutureUses(_698{???U}, _684{???V})),
  10345. %     (~isa(_740{???U}, actPlantingAPlant):-objectActedOn(_740{???U}, _754{???V}), isa(_754{???V}, tClazzPlant), ~commitsForFutureUses(_740{???U}, _754{???V})),
  10346. %     (~objectActedOn(_712{???U}, _726{???V}):-isa(_712{???U}, actPlantingAPlant), isa(_726{???V}, tClazzPlant), ~commitsForFutureUses(_712{???U}, _726{???V})),
  10347. %     (commitsForFutureUses(_656{???U}, _670{???V}):-isa(_656{???U}, actPlantingAPlant), objectActedOn(_656{???U}, _670{???V}), isa(_670{???V}, tClazzPlant))
  10348. %   ].
  10349. % preview :-
  10350. %  
  10351. %   [ ({avoidHeadLoop(isa(_662{???U}, actPlantingAPlant), isa(_648{???V}, tClazzPlant))}, isa(_662{???U}, actPlantingAPlant), objectActedOn(_662{???U}, _648{???V}), ~commitsForFutureUses(_662{???U}, _648{???V}), {is_unit(_648{???V})}-> ~isa(_648{???V}, tClazzPlant)),
  10352. %     (objectActedOn(_704{???U}, _718{???V}), {avoidHeadLoop(isa(_718{???V}, tClazzPlant), isa(_704{???U}, actPlantingAPlant))}, isa(_718{???V}, tClazzPlant), ~commitsForFutureUses(_704{???U}, _718{???V}), {is_unit(_704{???U})}-> ~isa(_704{???U}, actPlantingAPlant)),
  10353. %     (isa(_676{???U}, actPlantingAPlant), isa(_690{???V}, tClazzPlant), ~commitsForFutureUses(_676{???U}, _690{???V}), {is_unit(_690{???V}, _676{???U})}==> ~objectActedOn(_676{???U}, _690{???V})),
  10354. %     (isa(_620{???U}, actPlantingAPlant), objectActedOn(_620{???U}, _634{???V}), isa(_634{???V}, tClazzPlant), {is_unit(_634{???V}, _620{???U})}==>commitsForFutureUses(_620{???U}, _634{???V}))
  10355. %   ].
  10356. % conds= =>((name_variable(_630{???V}, 'V'), name_variable(_644{???U}, 'U'), name_variable(_686{???U}, 'U'), name_variable(_700{???V}, 'V'), name_variable(_658{???U}, 'U'), name_variable(_672{???V}, 'V'), name_variable(_602{???U}, 'U'), name_variable(_616{???V}, 'V')), [(~isa(_630{???V}, tClazzPlant)<-{avoidHeadLoop(isa(_644{???U}, actPlantingAPlant), isa(_630{???V}, tClazzPlant))}, isa(_644{???U}, actPlantingAPlant), objectActedOn(_644{???U}, _630{???V}), ~commitsForFutureUses(_644{???U}, _630{???V}), {is_unit(_630{???V})}),  (~isa(_686{???U}, actPlantingAPlant)<-objectActedOn(_686{???U}, _700{???V}), {avoidHeadLoop(isa(_700{???V}, tClazzPlant), isa(_686{???U}, actPlantingAPlant))}, isa(_700{???V}, tClazzPlant), ~commitsForFutureUses(_686{???U}, _700{???V}), {is_unit(_686{???U})}),  (isa(_658{???U}, actPlantingAPlant), isa(_672{???V}, tClazzPlant), ~commitsForFutureUses(_658{???U}, _672{???V}), {is_unit(_672{???V}, _658{???U})}==> ~objectActedOn(_658{???U}, _672{???V})),  (isa(_602{???U}, actPlantingAPlant), objectActedOn(_602{???U}, _616{???V}), isa(_616{???V}, tClazzPlant), {is_unit(_616{???V}, _602{???U})}==>commitsForFutureUses(_602{???U}, _616{???V}))]).
  10357.  
  10358.  
  10359. % ~isa(_138{???V}, tClazzPlant) :-
  10360. %   isa(_152{???U}, actPlantingAPlant),
  10361. %   objectActedOn(_152{???U}, _138{???V}),
  10362. %   ~commitsForFutureUses(_152{???U}, _138{???V}).
  10363. % ~isa(_162{???U}, actPlantingAPlant) :-
  10364. %   objectActedOn(_162{???U}, _176{???V}),
  10365. %   isa(_176{???V}, tClazzPlant),
  10366. %   ~commitsForFutureUses(_162{???U}, _176{???V}).
  10367. % ~objectActedOn(_130{???U}, _144{???V}) :-
  10368. %   isa(_130{???U}, actPlantingAPlant),
  10369. %   isa(_144{???V}, tClazzPlant),
  10370. %   ~commitsForFutureUses(_130{???U}, _144{???V}).
  10371. % commitsForFutureUses(_102{???U}, _116{???V}) :-
  10372. %   isa(_102{???U}, actPlantingAPlant),
  10373. %   objectActedOn(_102{???U}, _116{???V}),
  10374. %   isa(_116{???V}, tClazzPlant).
  10375.  
  10376.  
  10377. % asserted_id(implies(and(isa(PORTAL, tPortal), objectOfStateChange(CLOSE, PORTAL), isa(CLOSE, actClosingAContainerArtifact), physicalParts(CONT, PORTAL), objectActedOn(CLOSE, CONT), isa(CONT, tPartTypeRoomInAConstruction)), or(isa(PORTAL, tPlaceLikeDoorway), isa(PORTAL, tPartTypeWindowPortal))), a309052(PORTAL, CLOSE, CONT)).
  10378. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  10379. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  10380.  kif:-all(_210332,all(_210352,all(_210372,implies(and(isa(_210332,tPortal),objectOfStateChange(_210352,_210332),isa(_210352,actClosingAContainerArtifact),physicalParts(_210372,_210332),objectActedOn(_210352,_210372),isa(_210372,tPartTypeRoomInAConstruction)),or(isa(_210332,tPlaceLikeDoorway),isa(_210332,tPartTypeWindowPortal))))))
  10381.  pkif:-all(_210294,all(_210314,all(_210334,=>(&(isa(_210294,tPortal),&(objectOfStateChange(_210314,_210294),&(isa(_210314,actClosingAContainerArtifact),&(physicalParts(_210334,_210294),&(objectActedOn(_210314,_210334),isa(_210334,tPartTypeRoomInAConstruction)))))),v(isa(_210294,tPlaceLikeDoorway),isa(_210294,tPartTypeWindowPortal))))))
  10382. % cnf :-
  10383. %   v(v(~isa(_170{???PORTAL}, tPortal),
  10384. %       v(~objectOfStateChange(_184{???CLOSE}, _170{???PORTAL}),
  10385. %         v(~isa(_184{???CLOSE}, actClosingAContainerArtifact),
  10386. %       v(~physicalParts(_198{???CONT}, _170{???PORTAL}),
  10387. %         v(~objectActedOn(_184{???CLOSE}, _198{???CONT}),
  10388. %           ~isa(_198{???CONT}, tPartTypeRoomInAConstruction)))))),
  10389. %     v(isa(_170{???PORTAL}, tPlaceLikeDoorway),
  10390. %       isa(_170{???PORTAL}, tPartTypeWindowPortal))).
  10391.  horn:-[(~isa(_214912,tPartTypeRoomInAConstruction):-isa(_214938,tPortal),objectOfStateChange(_214964,_214938),isa(_214964,actClosingAContainerArtifact),physicalParts(_214912,_214938),objectActedOn(_214964,_214912),~isa(_214938,tPlaceLikeDoorway),~isa(_214938,tPartTypeWindowPortal)),(~isa(_215062,actClosingAContainerArtifact):-isa(_215088,tPortal),objectOfStateChange(_215062,_215088),physicalParts(_215126,_215088),objectActedOn(_215062,_215126),isa(_215126,tPartTypeRoomInAConstruction),~isa(_215088,tPlaceLikeDoorway),~isa(_215088,tPartTypeWindowPortal)),(~isa(_215212,tPortal):-objectOfStateChange(_215238,_215212),isa(_215238,actClosingAContainerArtifact),physicalParts(_215276,_215212),objectActedOn(_215238,_215276),isa(_215276,tPartTypeRoomInAConstruction),~isa(_215212,tPlaceLikeDoorway),~isa(_215212,tPartTypeWindowPortal)),(~objectActedOn(_215362,_215376):-isa(_215402,tPortal),objectOfStateChange(_215362,_215402),isa(_215362,actClosingAContainerArtifact),physicalParts(_215376,_215402),isa(_215376,tPartTypeRoomInAConstruction),~isa(_215402,tPlaceLikeDoorway),~isa(_215402,tPartTypeWindowPortal)),(~objectOfStateChange(_215512,_215526):-isa(_215526,tPortal),isa(_215512,actClosingAContainerArtifact),physicalParts(_215576,_215526),objectActedOn(_215512,_215576),isa(_215576,tPartTypeRoomInAConstruction),~isa(_215526,tPlaceLikeDoorway),~isa(_215526,tPartTypeWindowPortal)),(~physicalParts(_215662,_215676):-isa(_215676,tPortal),objectOfStateChange(_215714,_215676),isa(_215714,actClosingAContainerArtifact),objectActedOn(_215714,_215662),isa(_215662,tPartTypeRoomInAConstruction),~isa(_215676,tPlaceLikeDoorway),~isa(_215676,tPartTypeWindowPortal)),(isa(_215808,tPartTypeWindowPortal):-isa(_215808,tPortal),objectOfStateChange(_215846,_215808),isa(_215846,actClosingAContainerArtifact),physicalParts(_215884,_215808),objectActedOn(_215846,_215884),isa(_215884,tPartTypeRoomInAConstruction),~isa(_215808,tPlaceLikeDoorway)),(isa(_215950,tPlaceLikeDoorway):-isa(_215950,tPortal),objectOfStateChange(_215988,_215950),isa(_215988,actClosingAContainerArtifact),physicalParts(_216026,_215950),objectActedOn(_215988,_216026),isa(_216026,tPartTypeRoomInAConstruction),~isa(_215950,tPartTypeWindowPortal))]
  10392. % boxlog :-
  10393. %  
  10394. %   [ (~isa(_946{???CONT}, tPartTypeRoomInAConstruction):-isa(_960{???PORTAL}, tPortal), objectOfStateChange(_974{???CLOSE}, _960{???PORTAL}), isa(_974{???CLOSE}, actClosingAContainerArtifact), physicalParts(_946{???CONT}, _960{???PORTAL}), objectActedOn(_974{???CLOSE}, _946{???CONT}), ~isa(_960{???PORTAL}, tPlaceLikeDoorway), ~isa(_960{???PORTAL}, tPartTypeWindowPortal)),
  10395. %     (~isa(_1072{???CLOSE}, actClosingAContainerArtifact):-isa(_1086{???PORTAL}, tPortal), objectOfStateChange(_1072{???CLOSE}, _1086{???PORTAL}), physicalParts(_1100{???CONT}, _1086{???PORTAL}), objectActedOn(_1072{???CLOSE}, _1100{???CONT}), isa(_1100{???CONT}, tPartTypeRoomInAConstruction), ~isa(_1086{???PORTAL}, tPlaceLikeDoorway), ~isa(_1086{???PORTAL}, tPartTypeWindowPortal)),
  10396. %     (~isa(_1156{???PORTAL}, tPortal):-objectOfStateChange(_1170{???CLOSE}, _1156{???PORTAL}), isa(_1170{???CLOSE}, actClosingAContainerArtifact), physicalParts(_1184{???CONT}, _1156{???PORTAL}), objectActedOn(_1170{???CLOSE}, _1184{???CONT}), isa(_1184{???CONT}, tPartTypeRoomInAConstruction), ~isa(_1156{???PORTAL}, tPlaceLikeDoorway), ~isa(_1156{???PORTAL}, tPartTypeWindowPortal)),
  10397. %     (~objectActedOn(_988{???CLOSE}, _1002{???CONT}):-isa(_1016{???PORTAL}, tPortal), objectOfStateChange(_988{???CLOSE}, _1016{???PORTAL}), isa(_988{???CLOSE}, actClosingAContainerArtifact), physicalParts(_1002{???CONT}, _1016{???PORTAL}), isa(_1002{???CONT}, tPartTypeRoomInAConstruction), ~isa(_1016{???PORTAL}, tPlaceLikeDoorway), ~isa(_1016{???PORTAL}, tPartTypeWindowPortal)),
  10398. %     (~objectOfStateChange(_1114{???CLOSE}, _1128{???PORTAL}):-isa(_1128{???PORTAL}, tPortal), isa(_1114{???CLOSE}, actClosingAContainerArtifact), physicalParts(_1142{???CONT}, _1128{???PORTAL}), objectActedOn(_1114{???CLOSE}, _1142{???CONT}), isa(_1142{???CONT}, tPartTypeRoomInAConstruction), ~isa(_1128{???PORTAL}, tPlaceLikeDoorway), ~isa(_1128{???PORTAL}, tPartTypeWindowPortal)),
  10399. %     (~physicalParts(_1030{???CONT}, _1044{???PORTAL}):-isa(_1044{???PORTAL}, tPortal), objectOfStateChange(_1058{???CLOSE}, _1044{???PORTAL}), isa(_1058{???CLOSE}, actClosingAContainerArtifact), objectActedOn(_1058{???CLOSE}, _1030{???CONT}), isa(_1030{???CONT}, tPartTypeRoomInAConstruction), ~isa(_1044{???PORTAL}, tPlaceLikeDoorway), ~isa(_1044{???PORTAL}, tPartTypeWindowPortal)),
  10400. %     (isa(_862{???PORTAL}, tPartTypeWindowPortal):-isa(_862{???PORTAL}, tPortal), objectOfStateChange(_876{???CLOSE}, _862{???PORTAL}), isa(_876{???CLOSE}, actClosingAContainerArtifact), physicalParts(_890{???CONT}, _862{???PORTAL}), objectActedOn(_876{???CLOSE}, _890{???CONT}), isa(_890{???CONT}, tPartTypeRoomInAConstruction), ~isa(_862{???PORTAL}, tPlaceLikeDoorway)),
  10401. %     (isa(_904{???PORTAL}, tPlaceLikeDoorway):-isa(_904{???PORTAL}, tPortal), objectOfStateChange(_918{???CLOSE}, _904{???PORTAL}), isa(_918{???CLOSE}, actClosingAContainerArtifact), physicalParts(_932{???CONT}, _904{???PORTAL}), objectActedOn(_918{???CLOSE}, _932{???CONT}), isa(_932{???CONT}, tPartTypeRoomInAConstruction), ~isa(_904{???PORTAL}, tPartTypeWindowPortal))
  10402. %   ].
  10403. % preview :-
  10404. %  
  10405. %   [ ({avoidHeadLoop(isa(_924{???PORTAL}, tPortal), isa(_910{???CONT}, tPartTypeRoomInAConstruction))}, isa(_924{???PORTAL}, tPortal), objectOfStateChange(_938{???CLOSE}, _924{???PORTAL}), {avoidHeadLoop(isa(_938{???CLOSE}, actClosingAContainerArtifact), isa(_910{???CONT}, tPartTypeRoomInAConstruction))}, isa(_938{???CLOSE}, actClosingAContainerArtifact), physicalParts(_910{???CONT}, _924{???PORTAL}), objectActedOn(_938{???CLOSE}, _910{???CONT}), {avoidHeadLoop(isa(_924{???PORTAL}, tPlaceLikeDoorway), isa(_910{???CONT}, tPartTypeRoomInAConstruction))}, ~isa(_924{???PORTAL}, tPlaceLikeDoorway), {avoidHeadLoop(isa(_924{???PORTAL}, tPartTypeWindowPortal), isa(_910{???CONT}, tPartTypeRoomInAConstruction))}, ~isa(_924{???PORTAL}, tPartTypeWindowPortal), {is_unit(_910{???CONT})}-> ~isa(_910{???CONT}, tPartTypeRoomInAConstruction)),
  10406. %     ({avoidHeadLoop(isa(_1050{???PORTAL}, tPortal), isa(_1036{???CLOSE}, actClosingAContainerArtifact))}, isa(_1050{???PORTAL}, tPortal), objectOfStateChange(_1036{???CLOSE}, _1050{???PORTAL}), physicalParts(_1064{???CONT}, _1050{???PORTAL}), objectActedOn(_1036{???CLOSE}, _1064{???CONT}), {avoidHeadLoop(isa(_1064{???CONT}, tPartTypeRoomInAConstruction), isa(_1036{???CLOSE}, actClosingAContainerArtifact))}, isa(_1064{???CONT}, tPartTypeRoomInAConstruction), {avoidHeadLoop(isa(_1050{???PORTAL}, tPlaceLikeDoorway), isa(_1036{???CLOSE}, actClosingAContainerArtifact))}, ~isa(_1050{???PORTAL}, tPlaceLikeDoorway), {avoidHeadLoop(isa(_1050{???PORTAL}, tPartTypeWindowPortal), isa(_1036{???CLOSE}, actClosingAContainerArtifact))}, ~isa(_1050{???PORTAL}, tPartTypeWindowPortal), {is_unit(_1036{???CLOSE})}-> ~isa(_1036{???CLOSE}, actClosingAContainerArtifact)),
  10407. %     (objectOfStateChange(_1134{???CLOSE}, _1120{???PORTAL}), {avoidHeadLoop(isa(_1134{???CLOSE}, actClosingAContainerArtifact), isa(_1120{???PORTAL}, tPortal))}, isa(_1134{???CLOSE}, actClosingAContainerArtifact), physicalParts(_1148{???CONT}, _1120{???PORTAL}), objectActedOn(_1134{???CLOSE}, _1148{???CONT}), {avoidHeadLoop(isa(_1148{???CONT}, tPartTypeRoomInAConstruction), isa(_1120{???PORTAL}, tPortal))}, isa(_1148{???CONT}, tPartTypeRoomInAConstruction), {avoidHeadLoop(isa(_1120{???PORTAL}, tPlaceLikeDoorway), isa(_1120{???PORTAL}, tPortal))}, ~isa(_1120{???PORTAL}, tPlaceLikeDoorway), {avoidHeadLoop(isa(_1120{???PORTAL}, tPartTypeWindowPortal), isa(_1120{???PORTAL}, tPortal))}, ~isa(_1120{???PORTAL}, tPartTypeWindowPortal), {is_unit(_1120{???PORTAL})}-> ~isa(_1120{???PORTAL}, tPortal)),
  10408. %     (isa(_980{???PORTAL}, tPortal), objectOfStateChange(_952{???CLOSE}, _980{???PORTAL}), isa(_952{???CLOSE}, actClosingAContainerArtifact), physicalParts(_966{???CONT}, _980{???PORTAL}), isa(_966{???CONT}, tPartTypeRoomInAConstruction), ~isa(_980{???PORTAL}, tPlaceLikeDoorway), ~isa(_980{???PORTAL}, tPartTypeWindowPortal), {is_unit(_966{???CONT}, _952{???CLOSE})}-> ~objectActedOn(_952{???CLOSE}, _966{???CONT})),
  10409. %     (isa(_1092{???PORTAL}, tPortal), isa(_1078{???CLOSE}, actClosingAContainerArtifact), physicalParts(_1106{???CONT}, _1092{???PORTAL}), objectActedOn(_1078{???CLOSE}, _1106{???CONT}), isa(_1106{???CONT}, tPartTypeRoomInAConstruction), ~isa(_1092{???PORTAL}, tPlaceLikeDoorway), ~isa(_1092{???PORTAL}, tPartTypeWindowPortal), {is_unit(_1092{???PORTAL}, _1078{???CLOSE})}-> ~objectOfStateChange(_1078{???CLOSE}, _1092{???PORTAL})),
  10410. %     (isa(_1008{???PORTAL}, tPortal), objectOfStateChange(_1022{???CLOSE}, _1008{???PORTAL}), isa(_1022{???CLOSE}, actClosingAContainerArtifact), objectActedOn(_1022{???CLOSE}, _994{???CONT}), isa(_994{???CONT}, tPartTypeRoomInAConstruction), ~isa(_1008{???PORTAL}, tPlaceLikeDoorway), ~isa(_1008{???PORTAL}, tPartTypeWindowPortal), {is_unit(_1008{???PORTAL}, _994{???CONT})}-> ~physicalParts(_994{???CONT}, _1008{???PORTAL})),
  10411. %     (isa(_826{???PORTAL}, tPortal), objectOfStateChange(_840{???CLOSE}, _826{???PORTAL}), isa(_840{???CLOSE}, actClosingAContainerArtifact), physicalParts(_854{???CONT}, _826{???PORTAL}), objectActedOn(_840{???CLOSE}, _854{???CONT}), isa(_854{???CONT}, tPartTypeRoomInAConstruction), ~isa(_826{???PORTAL}, tPlaceLikeDoorway), {is_unit(_826{???PORTAL})}==>isa(_826{???PORTAL}, tPartTypeWindowPortal)),
  10412. %     (isa(_868{???PORTAL}, tPortal), objectOfStateChange(_882{???CLOSE}, _868{???PORTAL}), isa(_882{???CLOSE}, actClosingAContainerArtifact), physicalParts(_896{???CONT}, _868{???PORTAL}), objectActedOn(_882{???CLOSE}, _896{???CONT}), isa(_896{???CONT}, tPartTypeRoomInAConstruction), ~isa(_868{???PORTAL}, tPartTypeWindowPortal), {is_unit(_868{???PORTAL})}==>isa(_868{???PORTAL}, tPlaceLikeDoorway))
  10413. %   ].
  10414. % conds= =>((name_variable(_892{???CONT}, 'CONT'), name_variable(_906{???PORTAL}, 'PORTAL'), name_variable(_920{???CLOSE}, 'CLOSE'), name_variable(_1018{???CLOSE}, 'CLOSE'), name_variable(_1032{???PORTAL}, 'PORTAL'), name_variable(_1046{???CONT}, 'CONT'), name_variable(_1102{???PORTAL}, 'PORTAL'), name_variable(_1116{???CLOSE}, 'CLOSE'), name_variable(_1130{???CONT}, 'CONT'), name_variable(_934{???CLOSE}, 'CLOSE'), name_variable(_948{???CONT}, 'CONT'), name_variable(_962{???PORTAL}, 'PORTAL'), name_variable(_1060{???CLOSE}, 'CLOSE'), name_variable(_1074{???PORTAL}, 'PORTAL'), name_variable(_1088{???CONT}, 'CONT'), name_variable(_976{???CONT}, 'CONT'), name_variable(_990{???PORTAL}, 'PORTAL'), name_variable(_1004{???CLOSE}, 'CLOSE'), name_variable(_808{???PORTAL}, 'PORTAL'), name_variable(_822{???CLOSE}, 'CLOSE'), name_variable(_836{???CONT}, 'CONT'), name_variable(_850{???PORTAL}, 'PORTAL'), name_variable(_864{???CLOSE}, 'CLOSE'), name_variable(_878{???CONT}, 'CONT')), [(~isa(_892{???CONT}, tPartTypeRoomInAConstruction)<-{avoidHeadLoop(isa(_906{???PORTAL}, tPortal), isa(_892{???CONT}, tPartTypeRoomInAConstruction))}, isa(_906{???PORTAL}, tPortal), objectOfStateChange(_920{???CLOSE}, _906{???PORTAL}), {avoidHeadLoop(isa(_920{???CLOSE}, actClosingAContainerArtifact), isa(_892{???CONT}, tPartTypeRoomInAConstruction))}, isa(_920{???CLOSE}, actClosingAContainerArtifact), physicalParts(_892{???CONT}, _906{???PORTAL}), objectActedOn(_920{???CLOSE}, _892{???CONT}), {avoidHeadLoop(isa(_906{???PORTAL}, tPlaceLikeDoorway), isa(_892{???CONT}, tPartTypeRoomInAConstruction))}, ~isa(_906{???PORTAL}, tPlaceLikeDoorway), {avoidHeadLoop(isa(_906{???PORTAL}, tPartTypeWindowPortal), isa(_892{???CONT}, tPartTypeRoomInAConstruction))}, ~isa(_906{???PORTAL}, tPartTypeWindowPortal), {is_unit(_892{???CONT})}),  (~isa(_1018{???CLOSE}, actClosingAContainerArtifact)<-{avoidHeadLoop(isa(_1032{???PORTAL}, tPortal), isa(_1018{???CLOSE}, actClosingAContainerArtifact))}, isa(_1032{???PORTAL}, tPortal), objectOfStateChange(_1018{???CLOSE}, _1032{???PORTAL}), physicalParts(_1046{???CONT}, _1032{???PORTAL}), objectActedOn(_1018{???CLOSE}, _1046{???CONT}), {avoidHeadLoop(isa(_1046{???CONT}, tPartTypeRoomInAConstruction), isa(_1018{???CLOSE}, actClosingAContainerArtifact))}, isa(_1046{???CONT}, tPartTypeRoomInAConstruction), {avoidHeadLoop(isa(_1032{???PORTAL}, tPlaceLikeDoorway), isa(_1018{???CLOSE}, actClosingAContainerArtifact))}, ~isa(_1032{???PORTAL}, tPlaceLikeDoorway), {avoidHeadLoop(isa(_1032{???PORTAL}, tPartTypeWindowPortal), isa(_1018{???CLOSE}, actClosingAContainerArtifact))}, ~isa(_1032{???PORTAL}, tPartTypeWindowPortal), {is_unit(_1018{???CLOSE})}),  (~isa(_1102{???PORTAL}, tPortal)<-objectOfStateChange(_1116{???CLOSE}, _1102{???PORTAL}), {avoidHeadLoop(isa(_1116{???CLOSE}, actClosingAContainerArtifact), isa(_1102{???PORTAL}, tPortal))}, isa(_1116{???CLOSE}, actClosingAContainerArtifact), physicalParts(_1130{???CONT}, _1102{???PORTAL}), objectActedOn(_1116{???CLOSE}, _1130{???CONT}), {avoidHeadLoop(isa(_1130{???CONT}, tPartTypeRoomInAConstruction), isa(_1102{???PORTAL}, tPortal))}, isa(_1130{???CONT}, tPartTypeRoomInAConstruction), {avoidHeadLoop(isa(_1102{???PORTAL}, tPlaceLikeDoorway), isa(_1102{???PORTAL}, tPortal))}, ~isa(_1102{???PORTAL}, tPlaceLikeDoorway), {avoidHeadLoop(isa(_1102{???PORTAL}, tPartTypeWindowPortal), isa(_1102{???PORTAL}, tPortal))}, ~isa(_1102{???PORTAL}, tPartTypeWindowPortal), {is_unit(_1102{???PORTAL})}),  (~objectActedOn(_934{???CLOSE}, _948{???CONT})<-isa(_962{???PORTAL}, tPortal), objectOfStateChange(_934{???CLOSE}, _962{???PORTAL}), isa(_934{???CLOSE}, actClosingAContainerArtifact), physicalParts(_948{???CONT}, _962{???PORTAL}), isa(_948{???CONT}, tPartTypeRoomInAConstruction), ~isa(_962{???PORTAL}, tPlaceLikeDoorway), ~isa(_962{???PORTAL}, tPartTypeWindowPortal), {is_unit(_948{???CONT}, _934{???CLOSE})}),  (~objectOfStateChange(_1060{???CLOSE}, _1074{???PORTAL})<-isa(_1074{???PORTAL}, tPortal), isa(_1060{???CLOSE}, actClosingAContainerArtifact), physicalParts(_1088{???CONT}, _1074{???PORTAL}), objectActedOn(_1060{???CLOSE}, _1088{???CONT}), isa(_1088{???CONT}, tPartTypeRoomInAConstruction), ~isa(_1074{???PORTAL}, tPlaceLikeDoorway), ~isa(_1074{???PORTAL}, tPartTypeWindowPortal), {is_unit(_1074{???PORTAL}, _1060{???CLOSE})}),  (~physicalParts(_976{???CONT}, _990{???PORTAL})<-isa(_990{???PORTAL}, tPortal), objectOfStateChange(_1004{???CLOSE}, _990{???PORTAL}), isa(_1004{???CLOSE}, actClosingAContainerArtifact), objectActedOn(_1004{???CLOSE}, _976{???CONT}), isa(_976{???CONT}, tPartTypeRoomInAConstruction), ~isa(_990{???PORTAL}, tPlaceLikeDoorway), ~isa(_990{???PORTAL}, tPartTypeWindowPortal), {is_unit(_990{???PORTAL}, _976{???CONT})}),  (isa(_808{???PORTAL}, tPortal), objectOfStateChange(_822{???CLOSE}, _808{???PORTAL}), isa(_822{???CLOSE}, actClosingAContainerArtifact), physicalParts(_836{???CONT}, _808{???PORTAL}), objectActedOn(_822{???CLOSE}, _836{???CONT}), isa(_836{???CONT}, tPartTypeRoomInAConstruction), ~isa(_808{???PORTAL}, tPlaceLikeDoorway), {is_unit(_808{???PORTAL})}==>isa(_808{???PORTAL}, tPartTypeWindowPortal)),  (isa(_850{???PORTAL}, tPortal), objectOfStateChange(_864{???CLOSE}, _850{???PORTAL}), isa(_864{???CLOSE}, actClosingAContainerArtifact), physicalParts(_878{???CONT}, _850{???PORTAL}), objectActedOn(_864{???CLOSE}, _878{???CONT}), isa(_878{???CONT}, tPartTypeRoomInAConstruction), ~isa(_850{???PORTAL}, tPartTypeWindowPortal), {is_unit(_850{???PORTAL})}==>isa(_850{???PORTAL}, tPlaceLikeDoorway))]).
  10415.  
  10416.  
  10417. % ~isa(_186{???CONT}, tPartTypeRoomInAConstruction) :-
  10418. %   isa(_200{???PORTAL}, tPortal),
  10419. %   objectOfStateChange(_214{???CLOSE}, _200{???PORTAL}),
  10420. %   isa(_214{???CLOSE}, actClosingAContainerArtifact),
  10421. %   physicalParts(_186{???CONT}, _200{???PORTAL}),
  10422. %   objectActedOn(_214{???CLOSE}, _186{???CONT}),
  10423. %   ~isa(_200{???PORTAL}, tPlaceLikeDoorway),
  10424. %   ~isa(_200{???PORTAL}, tPartTypeWindowPortal).
  10425. % ~isa(_276{???CLOSE}, actClosingAContainerArtifact) :-
  10426. %   isa(_290{???PORTAL}, tPortal),
  10427. %   objectOfStateChange(_276{???CLOSE}, _290{???PORTAL}),
  10428. %   physicalParts(_304{???CONT}, _290{???PORTAL}),
  10429. %   objectActedOn(_276{???CLOSE}, _304{???CONT}),
  10430. %   isa(_304{???CONT}, tPartTypeRoomInAConstruction),
  10431. %   ~isa(_290{???PORTAL}, tPlaceLikeDoorway),
  10432. %   ~isa(_290{???PORTAL}, tPartTypeWindowPortal).
  10433. % ~isa(_318{???PORTAL}, tPortal) :-
  10434. %   objectOfStateChange(_332{???CLOSE}, _318{???PORTAL}),
  10435. %   isa(_332{???CLOSE}, actClosingAContainerArtifact),
  10436. %   physicalParts(_346{???CONT}, _318{???PORTAL}),
  10437. %   objectActedOn(_332{???CLOSE}, _346{???CONT}),
  10438. %   isa(_346{???CONT}, tPartTypeRoomInAConstruction),
  10439. %   ~isa(_318{???PORTAL}, tPlaceLikeDoorway),
  10440. %   ~isa(_318{???PORTAL}, tPartTypeWindowPortal).
  10441. % ~objectActedOn(_186{???CLOSE}, _200{???CONT}) :-
  10442. %   isa(_214{???PORTAL}, tPortal),
  10443. %   objectOfStateChange(_186{???CLOSE}, _214{???PORTAL}),
  10444. %   isa(_186{???CLOSE}, actClosingAContainerArtifact),
  10445. %   physicalParts(_200{???CONT}, _214{???PORTAL}),
  10446. %   isa(_200{???CONT}, tPartTypeRoomInAConstruction),
  10447. %   ~isa(_214{???PORTAL}, tPlaceLikeDoorway),
  10448. %   ~isa(_214{???PORTAL}, tPartTypeWindowPortal).
  10449. % ~objectOfStateChange(_234{???CLOSE}, _248{???PORTAL}) :-
  10450. %   isa(_248{???PORTAL}, tPortal),
  10451. %   isa(_234{???CLOSE}, actClosingAContainerArtifact),
  10452. %   physicalParts(_262{???CONT}, _248{???PORTAL}),
  10453. %   objectActedOn(_234{???CLOSE}, _262{???CONT}),
  10454. %   isa(_262{???CONT}, tPartTypeRoomInAConstruction),
  10455. %   ~isa(_248{???PORTAL}, tPlaceLikeDoorway),
  10456. %   ~isa(_248{???PORTAL}, tPartTypeWindowPortal).
  10457. % ~physicalParts(_186{???CONT}, _200{???PORTAL}) :-
  10458. %   isa(_200{???PORTAL}, tPortal),
  10459. %   objectOfStateChange(_214{???CLOSE}, _200{???PORTAL}),
  10460. %   isa(_214{???CLOSE}, actClosingAContainerArtifact),
  10461. %   objectActedOn(_214{???CLOSE}, _186{???CONT}),
  10462. %   isa(_186{???CONT}, tPartTypeRoomInAConstruction),
  10463. %   ~isa(_200{???PORTAL}, tPlaceLikeDoorway),
  10464. %   ~isa(_200{???PORTAL}, tPartTypeWindowPortal).
  10465. % isa(_102{???PORTAL}, tPartTypeWindowPortal) :-
  10466. %   isa(_102{???PORTAL}, tPortal),
  10467. %   objectOfStateChange(_116{???CLOSE}, _102{???PORTAL}),
  10468. %   isa(_116{???CLOSE}, actClosingAContainerArtifact),
  10469. %   physicalParts(_130{???CONT}, _102{???PORTAL}),
  10470. %   objectActedOn(_116{???CLOSE}, _130{???CONT}),
  10471. %   isa(_130{???CONT}, tPartTypeRoomInAConstruction),
  10472. %   ~isa(_102{???PORTAL}, tPlaceLikeDoorway).
  10473. % isa(_108{???PORTAL}, tPlaceLikeDoorway) :-
  10474. %   isa(_108{???PORTAL}, tPortal),
  10475. %   objectOfStateChange(_122{???CLOSE}, _108{???PORTAL}),
  10476. %   isa(_122{???CLOSE}, actClosingAContainerArtifact),
  10477. %   physicalParts(_136{???CONT}, _108{???PORTAL}),
  10478. %   objectActedOn(_122{???CLOSE}, _136{???CONT}),
  10479. %   isa(_136{???CONT}, tPartTypeRoomInAConstruction),
  10480. %   ~isa(_108{???PORTAL}, tPartTypeWindowPortal).
  10481.  
  10482.  
  10483. % asserted_id(implies(and(isa(U, actTurningSomethingWithHand), objectActedOn(U, V), isa(V, tObjectControlKnob)), recyclableActors(U, V)), a309053(U, V)).
  10484. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  10485. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  10486.  kif:-all(_210308,all(_210328,implies(and(isa(_210308,actTurningSomethingWithHand),objectActedOn(_210308,_210328),isa(_210328,tObjectControlKnob)),recyclableActors(_210308,_210328))))
  10487.  pkif:-all(_210258,all(_210278,=>(&(isa(_210258,actTurningSomethingWithHand),&(objectActedOn(_210258,_210278),isa(_210278,tObjectControlKnob))),recyclableActors(_210258,_210278))))
  10488. % cnf :-
  10489. %   v(v(~isa(_134{???U}, actTurningSomethingWithHand),
  10490. %       v(~objectActedOn(_134{???U}, _148{???V}),
  10491. %         ~isa(_148{???V}, tObjectControlKnob))),
  10492. %     recyclableActors(_134{???U}, _148{???V})).
  10493.  horn:-[(~isa(_211610,tObjectControlKnob):-isa(_211636,actTurningSomethingWithHand),objectActedOn(_211636,_211610),~recyclableActors(_211636,_211610)),(~isa(_211694,actTurningSomethingWithHand):-objectActedOn(_211694,_211720),isa(_211720,tObjectControlKnob),~recyclableActors(_211694,_211720)),(~objectActedOn(_211778,_211792):-isa(_211778,actTurningSomethingWithHand),isa(_211792,tObjectControlKnob),~recyclableActors(_211778,_211792)),(recyclableActors(_211858,_211872):-isa(_211858,actTurningSomethingWithHand),objectActedOn(_211858,_211872),isa(_211872,tObjectControlKnob))]
  10494. % boxlog :-
  10495. %  
  10496. %   [ (~isa(_684{???V}, tObjectControlKnob):-isa(_698{???U}, actTurningSomethingWithHand), objectActedOn(_698{???U}, _684{???V}), ~recyclableActors(_698{???U}, _684{???V})),
  10497. %     (~isa(_740{???U}, actTurningSomethingWithHand):-objectActedOn(_740{???U}, _754{???V}), isa(_754{???V}, tObjectControlKnob), ~recyclableActors(_740{???U}, _754{???V})),
  10498. %     (~objectActedOn(_712{???U}, _726{???V}):-isa(_712{???U}, actTurningSomethingWithHand), isa(_726{???V}, tObjectControlKnob), ~recyclableActors(_712{???U}, _726{???V})),
  10499. %     (recyclableActors(_656{???U}, _670{???V}):-isa(_656{???U}, actTurningSomethingWithHand), objectActedOn(_656{???U}, _670{???V}), isa(_670{???V}, tObjectControlKnob))
  10500. %   ].
  10501. % preview :-
  10502. %  
  10503. %   [ ({avoidHeadLoop(isa(_662{???U}, actTurningSomethingWithHand), isa(_648{???V}, tObjectControlKnob))}, isa(_662{???U}, actTurningSomethingWithHand), objectActedOn(_662{???U}, _648{???V}), ~recyclableActors(_662{???U}, _648{???V}), {is_unit(_648{???V})}-> ~isa(_648{???V}, tObjectControlKnob)),
  10504. %     (objectActedOn(_704{???U}, _718{???V}), {avoidHeadLoop(isa(_718{???V}, tObjectControlKnob), isa(_704{???U}, actTurningSomethingWithHand))}, isa(_718{???V}, tObjectControlKnob), ~recyclableActors(_704{???U}, _718{???V}), {is_unit(_704{???U})}-> ~isa(_704{???U}, actTurningSomethingWithHand)),
  10505. %     (isa(_676{???U}, actTurningSomethingWithHand), isa(_690{???V}, tObjectControlKnob), ~recyclableActors(_676{???U}, _690{???V}), {is_unit(_690{???V}, _676{???U})}==> ~objectActedOn(_676{???U}, _690{???V})),
  10506. %     (isa(_620{???U}, actTurningSomethingWithHand), objectActedOn(_620{???U}, _634{???V}), isa(_634{???V}, tObjectControlKnob), {is_unit(_634{???V}, _620{???U})}==>recyclableActors(_620{???U}, _634{???V}))
  10507. %   ].
  10508. % conds= =>((name_variable(_630{???V}, 'V'), name_variable(_644{???U}, 'U'), name_variable(_686{???U}, 'U'), name_variable(_700{???V}, 'V'), name_variable(_658{???U}, 'U'), name_variable(_672{???V}, 'V'), name_variable(_602{???U}, 'U'), name_variable(_616{???V}, 'V')), [(~isa(_630{???V}, tObjectControlKnob)<-{avoidHeadLoop(isa(_644{???U}, actTurningSomethingWithHand), isa(_630{???V}, tObjectControlKnob))}, isa(_644{???U}, actTurningSomethingWithHand), objectActedOn(_644{???U}, _630{???V}), ~recyclableActors(_644{???U}, _630{???V}), {is_unit(_630{???V})}),  (~isa(_686{???U}, actTurningSomethingWithHand)<-objectActedOn(_686{???U}, _700{???V}), {avoidHeadLoop(isa(_700{???V}, tObjectControlKnob), isa(_686{???U}, actTurningSomethingWithHand))}, isa(_700{???V}, tObjectControlKnob), ~recyclableActors(_686{???U}, _700{???V}), {is_unit(_686{???U})}),  (isa(_658{???U}, actTurningSomethingWithHand), isa(_672{???V}, tObjectControlKnob), ~recyclableActors(_658{???U}, _672{???V}), {is_unit(_672{???V}, _658{???U})}==> ~objectActedOn(_658{???U}, _672{???V})),  (isa(_602{???U}, actTurningSomethingWithHand), objectActedOn(_602{???U}, _616{???V}), isa(_616{???V}, tObjectControlKnob), {is_unit(_616{???V}, _602{???U})}==>recyclableActors(_602{???U}, _616{???V}))]).
  10509.  
  10510.  
  10511. % ~isa(_138{???V}, tObjectControlKnob) :-
  10512. %   isa(_152{???U}, actTurningSomethingWithHand),
  10513. %   objectActedOn(_152{???U}, _138{???V}),
  10514. %   ~recyclableActors(_152{???U}, _138{???V}).
  10515. % ~isa(_162{???U}, actTurningSomethingWithHand) :-
  10516. %   objectActedOn(_162{???U}, _176{???V}),
  10517. %   isa(_176{???V}, tObjectControlKnob),
  10518. %   ~recyclableActors(_162{???U}, _176{???V}).
  10519. % ~objectActedOn(_130{???U}, _144{???V}) :-
  10520. %   isa(_130{???U}, actTurningSomethingWithHand),
  10521. %   isa(_144{???V}, tObjectControlKnob),
  10522. %   ~recyclableActors(_130{???U}, _144{???V}).
  10523. % recyclableActors(_102{???U}, _116{???V}) :-
  10524. %   isa(_102{???U}, actTurningSomethingWithHand),
  10525. %   objectActedOn(_102{???U}, _116{???V}),
  10526. %   isa(_116{???V}, tObjectControlKnob).
  10527.  
  10528.  
  10529. % asserted_id(implies(and(isa(STORING, actStoringSomething), objectActedOn(STORING, STORE), isa(STORE, tGroupedGroup), isa(STORE, tGroupedStoreGeneric)), increasesImmediatelyCausally(STORING, STORE, groupCardinality)), a309054(STORING, STORE)).
  10530. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  10531. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  10532.  kif:-all(_210442,all(_210462,implies(and(isa(_210442,actStoringSomething),objectActedOn(_210442,_210462),isa(_210462,tGroupedGroup),isa(_210462,tGroupedStoreGeneric)),increasesImmediatelyCausally(_210442,_210462,groupCardinality))))
  10533.  pkif:-all(_210396,all(_210416,=>(&(isa(_210396,actStoringSomething),&(objectActedOn(_210396,_210416),&(isa(_210416,tGroupedGroup),isa(_210416,tGroupedStoreGeneric)))),increasesImmediatelyCausally(_210396,_210416,groupCardinality))))
  10534. % cnf :-
  10535. %   v(v(~isa(_144{???STORING}, actStoringSomething),
  10536. %       v(~objectActedOn(_144{???STORING}, _158{???STORE}),
  10537. %         v(~isa(_158{???STORE}, tGroupedGroup),
  10538. %       ~isa(_158{???STORE}, tGroupedStoreGeneric)))),
  10539. %     increasesImmediatelyCausally(_144{???STORING},
  10540. %                      _158{???STORE},
  10541. %                      groupCardinality)).
  10542.  horn:-[(~isa(_212354,tGroupedStoreGeneric):-isa(_212380,actStoringSomething),objectActedOn(_212380,_212354),isa(_212354,tGroupedGroup),~increasesImmediatelyCausally(_212380,_212354,groupCardinality)),(~isa(_212452,tGroupedGroup):-isa(_212478,actStoringSomething),objectActedOn(_212478,_212452),isa(_212452,tGroupedStoreGeneric),~increasesImmediatelyCausally(_212478,_212452,groupCardinality)),(~isa(_212550,actStoringSomething):-objectActedOn(_212550,_212576),isa(_212576,tGroupedGroup),isa(_212576,tGroupedStoreGeneric),~increasesImmediatelyCausally(_212550,_212576,groupCardinality)),(~objectActedOn(_212648,_212662):-isa(_212648,actStoringSomething),isa(_212662,tGroupedGroup),isa(_212662,tGroupedStoreGeneric),~increasesImmediatelyCausally(_212648,_212662,groupCardinality)),(increasesImmediatelyCausally(_212744,_212758,groupCardinality):-isa(_212744,actStoringSomething),objectActedOn(_212744,_212758),isa(_212758,tGroupedGroup),isa(_212758,tGroupedStoreGeneric))]
  10543. % boxlog :-
  10544. %  
  10545. %   [ (~isa(_736{???STORE}, tGroupedStoreGeneric):-isa(_750{???STORING}, actStoringSomething), objectActedOn(_750{???STORING}, _736{???STORE}), isa(_736{???STORE}, tGroupedGroup), ~increasesImmediatelyCausally(_750{???STORING}, _736{???STORE}, groupCardinality)),
  10546. %     (~isa(_764{???STORE}, tGroupedGroup):-isa(_778{???STORING}, actStoringSomething), objectActedOn(_778{???STORING}, _764{???STORE}), isa(_764{???STORE}, tGroupedStoreGeneric), ~increasesImmediatelyCausally(_778{???STORING}, _764{???STORE}, groupCardinality)),
  10547. %     (~isa(_820{???STORING}, actStoringSomething):-objectActedOn(_820{???STORING}, _834{???STORE}), isa(_834{???STORE}, tGroupedGroup), isa(_834{???STORE}, tGroupedStoreGeneric), ~increasesImmediatelyCausally(_820{???STORING}, _834{???STORE}, groupCardinality)),
  10548. %     (~objectActedOn(_792{???STORING}, _806{???STORE}):-isa(_792{???STORING}, actStoringSomething), isa(_806{???STORE}, tGroupedGroup), isa(_806{???STORE}, tGroupedStoreGeneric), ~increasesImmediatelyCausally(_792{???STORING}, _806{???STORE}, groupCardinality)),
  10549. %     (increasesImmediatelyCausally(_708{???STORING}, _722{???STORE}, groupCardinality):-isa(_708{???STORING}, actStoringSomething), objectActedOn(_708{???STORING}, _722{???STORE}), isa(_722{???STORE}, tGroupedGroup), isa(_722{???STORE}, tGroupedStoreGeneric))
  10550. %   ].
  10551. % preview :-
  10552. %  
  10553. %   [ ({avoidHeadLoop(isa(_714{???STORING}, actStoringSomething), isa(_700{???STORE}, tGroupedStoreGeneric))}, isa(_714{???STORING}, actStoringSomething), objectActedOn(_714{???STORING}, _700{???STORE}), {avoidHeadLoop(isa(_700{???STORE}, tGroupedGroup), isa(_700{???STORE}, tGroupedStoreGeneric))}, isa(_700{???STORE}, tGroupedGroup), ~increasesImmediatelyCausally(_714{???STORING}, _700{???STORE}, groupCardinality), {is_unit(_700{???STORE})}-> ~isa(_700{???STORE}, tGroupedStoreGeneric)),
  10554. %     ({avoidHeadLoop(isa(_742{???STORING}, actStoringSomething), isa(_728{???STORE}, tGroupedGroup))}, isa(_742{???STORING}, actStoringSomething), objectActedOn(_742{???STORING}, _728{???STORE}), {avoidHeadLoop(isa(_728{???STORE}, tGroupedStoreGeneric), isa(_728{???STORE}, tGroupedGroup))}, isa(_728{???STORE}, tGroupedStoreGeneric), ~increasesImmediatelyCausally(_742{???STORING}, _728{???STORE}, groupCardinality), {is_unit(_728{???STORE})}-> ~isa(_728{???STORE}, tGroupedGroup)),
  10555. %     (objectActedOn(_784{???STORING}, _798{???STORE}), {avoidHeadLoop(isa(_798{???STORE}, tGroupedGroup), isa(_784{???STORING}, actStoringSomething))}, isa(_798{???STORE}, tGroupedGroup), {avoidHeadLoop(isa(_798{???STORE}, tGroupedStoreGeneric), isa(_784{???STORING}, actStoringSomething))}, isa(_798{???STORE}, tGroupedStoreGeneric), ~increasesImmediatelyCausally(_784{???STORING}, _798{???STORE}, groupCardinality), {is_unit(_784{???STORING})}-> ~isa(_784{???STORING}, actStoringSomething)),
  10556. %     (isa(_756{???STORING}, actStoringSomething), isa(_770{???STORE}, tGroupedGroup), isa(_770{???STORE}, tGroupedStoreGeneric), ~increasesImmediatelyCausally(_756{???STORING}, _770{???STORE}, groupCardinality), {is_unit(_770{???STORE}, _756{???STORING})}-> ~objectActedOn(_756{???STORING}, _770{???STORE})),
  10557. %     (isa(_672{???STORING}, actStoringSomething), objectActedOn(_672{???STORING}, _686{???STORE}), isa(_686{???STORE}, tGroupedGroup), isa(_686{???STORE}, tGroupedStoreGeneric), {is_unit(_686{???STORE}, _672{???STORING})}==>increasesImmediatelyCausally(_672{???STORING}, _686{???STORE}, groupCardinality))
  10558. %   ].
  10559. % conds= =>((name_variable(_682{???STORE}, 'STORE'), name_variable(_696{???STORING}, 'STORING'), name_variable(_710{???STORE}, 'STORE'), name_variable(_724{???STORING}, 'STORING'), name_variable(_766{???STORING}, 'STORING'), name_variable(_780{???STORE}, 'STORE'), name_variable(_738{???STORING}, 'STORING'), name_variable(_752{???STORE}, 'STORE'), name_variable(_654{???STORING}, 'STORING'), name_variable(_668{???STORE}, 'STORE')), [(~isa(_682{???STORE}, tGroupedStoreGeneric)<-{avoidHeadLoop(isa(_696{???STORING}, actStoringSomething), isa(_682{???STORE}, tGroupedStoreGeneric))}, isa(_696{???STORING}, actStoringSomething), objectActedOn(_696{???STORING}, _682{???STORE}), {avoidHeadLoop(isa(_682{???STORE}, tGroupedGroup), isa(_682{???STORE}, tGroupedStoreGeneric))}, isa(_682{???STORE}, tGroupedGroup), ~increasesImmediatelyCausally(_696{???STORING}, _682{???STORE}, groupCardinality), {is_unit(_682{???STORE})}),  (~isa(_710{???STORE}, tGroupedGroup)<-{avoidHeadLoop(isa(_724{???STORING}, actStoringSomething), isa(_710{???STORE}, tGroupedGroup))}, isa(_724{???STORING}, actStoringSomething), objectActedOn(_724{???STORING}, _710{???STORE}), {avoidHeadLoop(isa(_710{???STORE}, tGroupedStoreGeneric), isa(_710{???STORE}, tGroupedGroup))}, isa(_710{???STORE}, tGroupedStoreGeneric), ~increasesImmediatelyCausally(_724{???STORING}, _710{???STORE}, groupCardinality), {is_unit(_710{???STORE})}),  (~isa(_766{???STORING}, actStoringSomething)<-objectActedOn(_766{???STORING}, _780{???STORE}), {avoidHeadLoop(isa(_780{???STORE}, tGroupedGroup), isa(_766{???STORING}, actStoringSomething))}, isa(_780{???STORE}, tGroupedGroup), {avoidHeadLoop(isa(_780{???STORE}, tGroupedStoreGeneric), isa(_766{???STORING}, actStoringSomething))}, isa(_780{???STORE}, tGroupedStoreGeneric), ~increasesImmediatelyCausally(_766{???STORING}, _780{???STORE}, groupCardinality), {is_unit(_766{???STORING})}),  (~objectActedOn(_738{???STORING}, _752{???STORE})<-isa(_738{???STORING}, actStoringSomething), isa(_752{???STORE}, tGroupedGroup), isa(_752{???STORE}, tGroupedStoreGeneric), ~increasesImmediatelyCausally(_738{???STORING}, _752{???STORE}, groupCardinality), {is_unit(_752{???STORE}, _738{???STORING})}),  (isa(_654{???STORING}, actStoringSomething), objectActedOn(_654{???STORING}, _668{???STORE}), isa(_668{???STORE}, tGroupedGroup), isa(_668{???STORE}, tGroupedStoreGeneric), {is_unit(_668{???STORE}, _654{???STORING})}==>increasesImmediatelyCausally(_654{???STORING}, _668{???STORE}, groupCardinality))]).
  10560.  
  10561.  
  10562. % ~isa(_138{???STORE}, tGroupedStoreGeneric) :-
  10563. %   isa(_152{???STORING}, actStoringSomething),
  10564. %   objectActedOn(_152{???STORING}, _138{???STORE}),
  10565. %   isa(_138{???STORE}, tGroupedGroup),
  10566. %   ~increasesImmediatelyCausally(_152{???STORING}, _138{???STORE}, groupCardinality).
  10567. % ~isa(_134{???STORE}, tGroupedGroup) :-
  10568. %   isa(_148{???STORING}, actStoringSomething),
  10569. %   objectActedOn(_148{???STORING}, _134{???STORE}),
  10570. %   isa(_134{???STORE}, tGroupedStoreGeneric),
  10571. %   ~increasesImmediatelyCausally(_148{???STORING}, _134{???STORE}, groupCardinality).
  10572. % ~isa(_158{???STORING}, actStoringSomething) :-
  10573. %   objectActedOn(_158{???STORING}, _172{???STORE}),
  10574. %   isa(_172{???STORE}, tGroupedGroup),
  10575. %   isa(_172{???STORE}, tGroupedStoreGeneric),
  10576. %   ~increasesImmediatelyCausally(_158{???STORING}, _172{???STORE}, groupCardinality).
  10577. % ~objectActedOn(_130{???STORING}, _144{???STORE}) :-
  10578. %   isa(_130{???STORING}, actStoringSomething),
  10579. %   isa(_144{???STORE}, tGroupedGroup),
  10580. %   isa(_144{???STORE}, tGroupedStoreGeneric),
  10581. %   ~increasesImmediatelyCausally(_130{???STORING}, _144{???STORE}, groupCardinality).
  10582. % increasesImmediatelyCausally(_102{???STORING}, _116{???STORE}, groupCardinality) :-
  10583. %   isa(_102{???STORING}, actStoringSomething),
  10584. %   objectActedOn(_102{???STORING}, _116{???STORE}),
  10585. %   isa(_116{???STORE}, tGroupedGroup),
  10586. %   isa(_116{???STORE}, tGroupedStoreGeneric).
  10587.  
  10588.  
  10589. % asserted_id(implies(and(isa(STORE, tGroupedStoreGeneric), objectActedOn(STORING, STORE), isa(STORING, actStoringSomething)), or(isa(STORE, tGroupedGroup), increasesImmediatelyCausally(STORING, STORE, massOfObject))), a309055(STORE, STORING)).
  10590. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  10591. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  10592.  kif:-all(_210558,all(_210578,implies(and(isa(_210558,tGroupedStoreGeneric),objectActedOn(_210578,_210558),isa(_210578,actStoringSomething)),or(isa(_210558,tGroupedGroup),increasesImmediatelyCausally(_210578,_210558,massOfObject)))))
  10593.  pkif:-all(_210508,all(_210528,=>(&(isa(_210508,tGroupedStoreGeneric),&(objectActedOn(_210528,_210508),isa(_210528,actStoringSomething))),v(isa(_210508,tGroupedGroup),increasesImmediatelyCausally(_210528,_210508,massOfObject)))))
  10594. % cnf :-
  10595. %   v(v(~isa(_148{???STORE}, tGroupedStoreGeneric),
  10596. %       v(~objectActedOn(_162{???STORING}, _148{???STORE}),
  10597. %         ~isa(_162{???STORING}, actStoringSomething))),
  10598. %     v(isa(_148{???STORE}, tGroupedGroup),
  10599. %       increasesImmediatelyCausally(_162{???STORING},
  10600. %                    _148{???STORE},
  10601. %                    massOfObject))).
  10602.  horn:-[(~isa(_212510,actStoringSomething):-isa(_212536,tGroupedStoreGeneric),objectActedOn(_212510,_212536),~isa(_212536,tGroupedGroup),~increasesImmediatelyCausally(_212510,_212536,massOfObject)),(~isa(_212612,tGroupedStoreGeneric):-objectActedOn(_212638,_212612),isa(_212638,actStoringSomething),~isa(_212612,tGroupedGroup),~increasesImmediatelyCausally(_212638,_212612,massOfObject)),(~objectActedOn(_212714,_212728):-isa(_212728,tGroupedStoreGeneric),isa(_212714,actStoringSomething),~isa(_212728,tGroupedGroup),~increasesImmediatelyCausally(_212714,_212728,massOfObject)),(isa(_212812,tGroupedGroup):-isa(_212812,tGroupedStoreGeneric),objectActedOn(_212850,_212812),isa(_212850,actStoringSomething),~increasesImmediatelyCausally(_212850,_212812,massOfObject)),(increasesImmediatelyCausally(_212908,_212922,massOfObject):-isa(_212922,tGroupedStoreGeneric),objectActedOn(_212908,_212922),isa(_212908,actStoringSomething),~isa(_212922,tGroupedGroup))]
  10603. % boxlog :-
  10604. %  
  10605. %   [ (~isa(_768{???STORING}, actStoringSomething):-isa(_782{???STORE}, tGroupedStoreGeneric), objectActedOn(_768{???STORING}, _782{???STORE}), ~isa(_782{???STORE}, tGroupedGroup), ~increasesImmediatelyCausally(_768{???STORING}, _782{???STORE}, massOfObject)),
  10606. %     (~isa(_824{???STORE}, tGroupedStoreGeneric):-objectActedOn(_838{???STORING}, _824{???STORE}), isa(_838{???STORING}, actStoringSomething), ~isa(_824{???STORE}, tGroupedGroup), ~increasesImmediatelyCausally(_838{???STORING}, _824{???STORE}, massOfObject)),
  10607. %     (~objectActedOn(_796{???STORING}, _810{???STORE}):-isa(_810{???STORE}, tGroupedStoreGeneric), isa(_796{???STORING}, actStoringSomething), ~isa(_810{???STORE}, tGroupedGroup), ~increasesImmediatelyCausally(_796{???STORING}, _810{???STORE}, massOfObject)),
  10608. %     (isa(_740{???STORE}, tGroupedGroup):-isa(_740{???STORE}, tGroupedStoreGeneric), objectActedOn(_754{???STORING}, _740{???STORE}), isa(_754{???STORING}, actStoringSomething), ~increasesImmediatelyCausally(_754{???STORING}, _740{???STORE}, massOfObject)),
  10609. %     (increasesImmediatelyCausally(_712{???STORING}, _726{???STORE}, massOfObject):-isa(_726{???STORE}, tGroupedStoreGeneric), objectActedOn(_712{???STORING}, _726{???STORE}), isa(_712{???STORING}, actStoringSomething), ~isa(_726{???STORE}, tGroupedGroup))
  10610. %   ].
  10611. % preview :-
  10612. %  
  10613. %   [ ({avoidHeadLoop(isa(_746{???STORE}, tGroupedStoreGeneric), isa(_732{???STORING}, actStoringSomething))}, isa(_746{???STORE}, tGroupedStoreGeneric), objectActedOn(_732{???STORING}, _746{???STORE}), {avoidHeadLoop(isa(_746{???STORE}, tGroupedGroup), isa(_732{???STORING}, actStoringSomething))}, ~isa(_746{???STORE}, tGroupedGroup), ~increasesImmediatelyCausally(_732{???STORING}, _746{???STORE}, massOfObject), {is_unit(_732{???STORING})}-> ~isa(_732{???STORING}, actStoringSomething)),
  10614. %     (objectActedOn(_802{???STORING}, _788{???STORE}), {avoidHeadLoop(isa(_802{???STORING}, actStoringSomething), isa(_788{???STORE}, tGroupedStoreGeneric))}, isa(_802{???STORING}, actStoringSomething), {avoidHeadLoop(isa(_788{???STORE}, tGroupedGroup), isa(_788{???STORE}, tGroupedStoreGeneric))}, ~isa(_788{???STORE}, tGroupedGroup), ~increasesImmediatelyCausally(_802{???STORING}, _788{???STORE}, massOfObject), {is_unit(_788{???STORE})}-> ~isa(_788{???STORE}, tGroupedStoreGeneric)),
  10615. %     (isa(_774{???STORE}, tGroupedStoreGeneric), isa(_760{???STORING}, actStoringSomething), ~isa(_774{???STORE}, tGroupedGroup), ~increasesImmediatelyCausally(_760{???STORING}, _774{???STORE}, massOfObject), {is_unit(_774{???STORE}, _760{???STORING})}-> ~objectActedOn(_760{???STORING}, _774{???STORE})),
  10616. %     (isa(_704{???STORE}, tGroupedStoreGeneric), objectActedOn(_718{???STORING}, _704{???STORE}), isa(_718{???STORING}, actStoringSomething), ~increasesImmediatelyCausally(_718{???STORING}, _704{???STORE}, massOfObject), {is_unit(_704{???STORE})}==>isa(_704{???STORE}, tGroupedGroup)),
  10617. %     (isa(_690{???STORE}, tGroupedStoreGeneric), objectActedOn(_676{???STORING}, _690{???STORE}), isa(_676{???STORING}, actStoringSomething), ~isa(_690{???STORE}, tGroupedGroup), {is_unit(_690{???STORE}, _676{???STORING})}==>increasesImmediatelyCausally(_676{???STORING}, _690{???STORE}, massOfObject))
  10618. %   ].
  10619. % conds= =>((name_variable(_714{???STORING}, 'STORING'), name_variable(_728{???STORE}, 'STORE'), name_variable(_770{???STORE}, 'STORE'), name_variable(_784{???STORING}, 'STORING'), name_variable(_742{???STORING}, 'STORING'), name_variable(_756{???STORE}, 'STORE'), name_variable(_686{???STORE}, 'STORE'), name_variable(_700{???STORING}, 'STORING'), name_variable(_672{???STORE}, 'STORE'), name_variable(_658{???STORING}, 'STORING')), [(~isa(_714{???STORING}, actStoringSomething)<-{avoidHeadLoop(isa(_728{???STORE}, tGroupedStoreGeneric), isa(_714{???STORING}, actStoringSomething))}, isa(_728{???STORE}, tGroupedStoreGeneric), objectActedOn(_714{???STORING}, _728{???STORE}), {avoidHeadLoop(isa(_728{???STORE}, tGroupedGroup), isa(_714{???STORING}, actStoringSomething))}, ~isa(_728{???STORE}, tGroupedGroup), ~increasesImmediatelyCausally(_714{???STORING}, _728{???STORE}, massOfObject), {is_unit(_714{???STORING})}),  (~isa(_770{???STORE}, tGroupedStoreGeneric)<-objectActedOn(_784{???STORING}, _770{???STORE}), {avoidHeadLoop(isa(_784{???STORING}, actStoringSomething), isa(_770{???STORE}, tGroupedStoreGeneric))}, isa(_784{???STORING}, actStoringSomething), {avoidHeadLoop(isa(_770{???STORE}, tGroupedGroup), isa(_770{???STORE}, tGroupedStoreGeneric))}, ~isa(_770{???STORE}, tGroupedGroup), ~increasesImmediatelyCausally(_784{???STORING}, _770{???STORE}, massOfObject), {is_unit(_770{???STORE})}),  (~objectActedOn(_742{???STORING}, _756{???STORE})<-isa(_756{???STORE}, tGroupedStoreGeneric), isa(_742{???STORING}, actStoringSomething), ~isa(_756{???STORE}, tGroupedGroup), ~increasesImmediatelyCausally(_742{???STORING}, _756{???STORE}, massOfObject), {is_unit(_756{???STORE}, _742{???STORING})}),  (isa(_686{???STORE}, tGroupedStoreGeneric), objectActedOn(_700{???STORING}, _686{???STORE}), isa(_700{???STORING}, actStoringSomething), ~increasesImmediatelyCausally(_700{???STORING}, _686{???STORE}, massOfObject), {is_unit(_686{???STORE})}==>isa(_686{???STORE}, tGroupedGroup)),  (isa(_672{???STORE}, tGroupedStoreGeneric), objectActedOn(_658{???STORING}, _672{???STORE}), isa(_658{???STORING}, actStoringSomething), ~isa(_672{???STORE}, tGroupedGroup), {is_unit(_672{???STORE}, _658{???STORING})}==>increasesImmediatelyCausally(_658{???STORING}, _672{???STORE}, massOfObject))]).
  10620.  
  10621.  
  10622. % ~isa(_166{???STORING}, actStoringSomething) :-
  10623. %   isa(_180{???STORE}, tGroupedStoreGeneric),
  10624. %   objectActedOn(_166{???STORING}, _180{???STORE}),
  10625. %   ~isa(_180{???STORE}, tGroupedGroup),
  10626. %   ~increasesImmediatelyCausally(_166{???STORING}, _180{???STORE}, massOfObject).
  10627. % ~isa(_190{???STORE}, tGroupedStoreGeneric) :-
  10628. %   objectActedOn(_204{???STORING}, _190{???STORE}),
  10629. %   isa(_204{???STORING}, actStoringSomething),
  10630. %   ~isa(_190{???STORE}, tGroupedGroup),
  10631. %   ~increasesImmediatelyCausally(_204{???STORING}, _190{???STORE}, massOfObject).
  10632. % ~objectActedOn(_158{???STORING}, _172{???STORE}) :-
  10633. %   isa(_172{???STORE}, tGroupedStoreGeneric),
  10634. %   isa(_158{???STORING}, actStoringSomething),
  10635. %   ~isa(_172{???STORE}, tGroupedGroup),
  10636. %   ~increasesImmediatelyCausally(_158{???STORING}, _172{???STORE}, massOfObject).
  10637. % isa(_130{???STORE}, tGroupedGroup) :-
  10638. %   isa(_130{???STORE}, tGroupedStoreGeneric),
  10639. %   objectActedOn(_144{???STORING}, _130{???STORE}),
  10640. %   isa(_144{???STORING}, actStoringSomething),
  10641. %   ~increasesImmediatelyCausally(_144{???STORING}, _130{???STORE}, massOfObject).
  10642. % increasesImmediatelyCausally(_102{???STORING}, _116{???STORE}, massOfObject) :-
  10643. %   isa(_116{???STORE}, tGroupedStoreGeneric),
  10644. %   objectActedOn(_102{???STORING}, _116{???STORE}),
  10645. %   isa(_102{???STORING}, actStoringSomething),
  10646. %   ~isa(_116{???STORE}, tGroupedGroup).
  10647.  
  10648.  
  10649. % asserted_id(implies(and(isa(WASH, actWashingClothesInAMachine), objectActedOn(WASH, CLOTH), isa(CLOTH, tObjectTextileArtifact)), objectMoving(WASH, CLOTH)), a309056(WASH, CLOTH)).
  10650. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  10651. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  10652.  kif:-all(_210620,all(_210640,implies(and(isa(_210620,actWashingClothesInAMachine),objectActedOn(_210620,_210640),isa(_210640,tObjectTextileArtifact)),objectMoving(_210620,_210640))))
  10653.  pkif:-all(_210570,all(_210590,=>(&(isa(_210570,actWashingClothesInAMachine),&(objectActedOn(_210570,_210590),isa(_210590,tObjectTextileArtifact))),objectMoving(_210570,_210590))))
  10654. % cnf :-
  10655. %   v(v(~isa(_134{???WASH}, actWashingClothesInAMachine),
  10656. %       v(~objectActedOn(_134{???WASH}, _148{???CLOTH}),
  10657. %         ~isa(_148{???CLOTH}, tObjectTextileArtifact))),
  10658. %     objectMoving(_134{???WASH}, _148{???CLOTH})).
  10659.  horn:-[(~isa(_211922,tObjectTextileArtifact):-isa(_211948,actWashingClothesInAMachine),objectActedOn(_211948,_211922),~objectMoving(_211948,_211922)),(~isa(_212006,actWashingClothesInAMachine):-objectActedOn(_212006,_212032),isa(_212032,tObjectTextileArtifact),~objectMoving(_212006,_212032)),(~objectActedOn(_212090,_212104):-isa(_212090,actWashingClothesInAMachine),isa(_212104,tObjectTextileArtifact),~objectMoving(_212090,_212104)),(objectMoving(_212170,_212184):-isa(_212170,actWashingClothesInAMachine),objectActedOn(_212170,_212184),isa(_212184,tObjectTextileArtifact))]
  10660. % boxlog :-
  10661. %  
  10662. %   [ (~isa(_684{???CLOTH}, tObjectTextileArtifact):-isa(_698{???WASH}, actWashingClothesInAMachine), objectActedOn(_698{???WASH}, _684{???CLOTH}), ~objectMoving(_698{???WASH}, _684{???CLOTH})),
  10663. %     (~isa(_740{???WASH}, actWashingClothesInAMachine):-objectActedOn(_740{???WASH}, _754{???CLOTH}), isa(_754{???CLOTH}, tObjectTextileArtifact), ~objectMoving(_740{???WASH}, _754{???CLOTH})),
  10664. %     (~objectActedOn(_712{???WASH}, _726{???CLOTH}):-isa(_712{???WASH}, actWashingClothesInAMachine), isa(_726{???CLOTH}, tObjectTextileArtifact), ~objectMoving(_712{???WASH}, _726{???CLOTH})),
  10665. %     (objectMoving(_656{???WASH}, _670{???CLOTH}):-isa(_656{???WASH}, actWashingClothesInAMachine), objectActedOn(_656{???WASH}, _670{???CLOTH}), isa(_670{???CLOTH}, tObjectTextileArtifact))
  10666. %   ].
  10667. % preview :-
  10668. %  
  10669. %   [ ({avoidHeadLoop(isa(_662{???WASH}, actWashingClothesInAMachine), isa(_648{???CLOTH}, tObjectTextileArtifact))}, isa(_662{???WASH}, actWashingClothesInAMachine), objectActedOn(_662{???WASH}, _648{???CLOTH}), ~objectMoving(_662{???WASH}, _648{???CLOTH}), {is_unit(_648{???CLOTH})}-> ~isa(_648{???CLOTH}, tObjectTextileArtifact)),
  10670. %     (objectActedOn(_704{???WASH}, _718{???CLOTH}), {avoidHeadLoop(isa(_718{???CLOTH}, tObjectTextileArtifact), isa(_704{???WASH}, actWashingClothesInAMachine))}, isa(_718{???CLOTH}, tObjectTextileArtifact), ~objectMoving(_704{???WASH}, _718{???CLOTH}), {is_unit(_704{???WASH})}-> ~isa(_704{???WASH}, actWashingClothesInAMachine)),
  10671. %     (isa(_676{???WASH}, actWashingClothesInAMachine), isa(_690{???CLOTH}, tObjectTextileArtifact), ~objectMoving(_676{???WASH}, _690{???CLOTH}), {is_unit(_690{???CLOTH}, _676{???WASH})}==> ~objectActedOn(_676{???WASH}, _690{???CLOTH})),
  10672. %     (isa(_620{???WASH}, actWashingClothesInAMachine), objectActedOn(_620{???WASH}, _634{???CLOTH}), isa(_634{???CLOTH}, tObjectTextileArtifact), {is_unit(_634{???CLOTH}, _620{???WASH})}==>objectMoving(_620{???WASH}, _634{???CLOTH}))
  10673. %   ].
  10674. % conds= =>((name_variable(_630{???CLOTH}, 'CLOTH'), name_variable(_644{???WASH}, 'WASH'), name_variable(_686{???WASH}, 'WASH'), name_variable(_700{???CLOTH}, 'CLOTH'), name_variable(_658{???WASH}, 'WASH'), name_variable(_672{???CLOTH}, 'CLOTH'), name_variable(_602{???WASH}, 'WASH'), name_variable(_616{???CLOTH}, 'CLOTH')), [(~isa(_630{???CLOTH}, tObjectTextileArtifact)<-{avoidHeadLoop(isa(_644{???WASH}, actWashingClothesInAMachine), isa(_630{???CLOTH}, tObjectTextileArtifact))}, isa(_644{???WASH}, actWashingClothesInAMachine), objectActedOn(_644{???WASH}, _630{???CLOTH}), ~objectMoving(_644{???WASH}, _630{???CLOTH}), {is_unit(_630{???CLOTH})}),  (~isa(_686{???WASH}, actWashingClothesInAMachine)<-objectActedOn(_686{???WASH}, _700{???CLOTH}), {avoidHeadLoop(isa(_700{???CLOTH}, tObjectTextileArtifact), isa(_686{???WASH}, actWashingClothesInAMachine))}, isa(_700{???CLOTH}, tObjectTextileArtifact), ~objectMoving(_686{???WASH}, _700{???CLOTH}), {is_unit(_686{???WASH})}),  (isa(_658{???WASH}, actWashingClothesInAMachine), isa(_672{???CLOTH}, tObjectTextileArtifact), ~objectMoving(_658{???WASH}, _672{???CLOTH}), {is_unit(_672{???CLOTH}, _658{???WASH})}==> ~objectActedOn(_658{???WASH}, _672{???CLOTH})),  (isa(_602{???WASH}, actWashingClothesInAMachine), objectActedOn(_602{???WASH}, _616{???CLOTH}), isa(_616{???CLOTH}, tObjectTextileArtifact), {is_unit(_616{???CLOTH}, _602{???WASH})}==>objectMoving(_602{???WASH}, _616{???CLOTH}))]).
  10675.  
  10676.  
  10677. % ~isa(_138{???CLOTH}, tObjectTextileArtifact) :-
  10678. %   isa(_152{???WASH}, actWashingClothesInAMachine),
  10679. %   objectActedOn(_152{???WASH}, _138{???CLOTH}),
  10680. %   ~objectMoving(_152{???WASH}, _138{???CLOTH}).
  10681. % ~isa(_162{???WASH}, actWashingClothesInAMachine) :-
  10682. %   objectActedOn(_162{???WASH}, _176{???CLOTH}),
  10683. %   isa(_176{???CLOTH}, tObjectTextileArtifact),
  10684. %   ~objectMoving(_162{???WASH}, _176{???CLOTH}).
  10685. % ~objectActedOn(_130{???WASH}, _144{???CLOTH}) :-
  10686. %   isa(_130{???WASH}, actWashingClothesInAMachine),
  10687. %   isa(_144{???CLOTH}, tObjectTextileArtifact),
  10688. %   ~objectMoving(_130{???WASH}, _144{???CLOTH}).
  10689. % objectMoving(_102{???WASH}, _116{???CLOTH}) :-
  10690. %   isa(_102{???WASH}, actWashingClothesInAMachine),
  10691. %   objectActedOn(_102{???WASH}, _116{???CLOTH}),
  10692. %   isa(_116{???CLOTH}, tObjectTextileArtifact).
  10693.  
  10694.  
  10695. % asserted_id(implies(and(isa(PORT, tPlaceLikeDoorway), isa(DOOR, tPartTypeDoorwayCovering), objectActedOn(PT, PORT), isa(PT, eventPassingThroughPortal), objectActedOn(O, DOOR), postEvents(O, PT), isa(O, actOpeningADoor)), doorwayHasCovering(PORT, DOOR)), a309057(PORT, DOOR, PT, O)).
  10696. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  10697. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  10698.  kif:-all(_210964,all(_210984,all(_211004,all(_211024,implies(and(isa(_210964,tPlaceLikeDoorway),isa(_211004,tPartTypeDoorwayCovering),objectActedOn(_210984,_210964),isa(_210984,eventPassingThroughPortal),objectActedOn(_211024,_211004),postEvents(_211024,_210984),isa(_211024,actOpeningADoor)),doorwayHasCovering(_210964,_211004))))))
  10699.  pkif:-all(_210930,all(_210950,all(_210970,all(_210990,=>(&(isa(_210930,tPlaceLikeDoorway),&(isa(_210970,tPartTypeDoorwayCovering),&(objectActedOn(_210950,_210930),&(isa(_210950,eventPassingThroughPortal),&(objectActedOn(_210990,_210970),&(postEvents(_210990,_210950),isa(_210990,actOpeningADoor))))))),doorwayHasCovering(_210930,_210970))))))
  10700. % cnf :-
  10701. %   v(v(~isa(_166{???PORT}, tPlaceLikeDoorway),
  10702. %       v(~isa(_180{???DOOR}, tPartTypeDoorwayCovering),
  10703. %         v(~objectActedOn(_194{???PT}, _166{???PORT}),
  10704. %       v(~isa(_194{???PT}, eventPassingThroughPortal),
  10705. %         v(~objectActedOn(_208{???O}, _180{???DOOR}),
  10706. %           v(~postEvents(_208{???O}, _194{???PT}),
  10707. %             ~isa(_208{???O}, actOpeningADoor))))))),
  10708. %     doorwayHasCovering(_166{???PORT}, _180{???DOOR})).
  10709.  horn:-[(~isa(_215798,actOpeningADoor):-isa(_215824,tPlaceLikeDoorway),isa(_215850,tPartTypeDoorwayCovering),objectActedOn(_215876,_215824),isa(_215876,eventPassingThroughPortal),objectActedOn(_215798,_215850),postEvents(_215798,_215876),~doorwayHasCovering(_215824,_215850)),(~isa(_215958,eventPassingThroughPortal):-isa(_215984,tPlaceLikeDoorway),isa(_216010,tPartTypeDoorwayCovering),objectActedOn(_215958,_215984),objectActedOn(_216048,_216010),postEvents(_216048,_215958),isa(_216048,actOpeningADoor),~doorwayHasCovering(_215984,_216010)),(~isa(_216118,tPartTypeDoorwayCovering):-isa(_216144,tPlaceLikeDoorway),objectActedOn(_216170,_216144),isa(_216170,eventPassingThroughPortal),objectActedOn(_216208,_216118),postEvents(_216208,_216170),isa(_216208,actOpeningADoor),~doorwayHasCovering(_216144,_216118)),(~isa(_216278,tPlaceLikeDoorway):-isa(_216304,tPartTypeDoorwayCovering),objectActedOn(_216330,_216278),isa(_216330,eventPassingThroughPortal),objectActedOn(_216368,_216304),postEvents(_216368,_216330),isa(_216368,actOpeningADoor),~doorwayHasCovering(_216278,_216304)),(~objectActedOn(_216438,_216452):-isa(_216478,tPlaceLikeDoorway),isa(_216452,tPartTypeDoorwayCovering),objectActedOn(_216516,_216478),isa(_216516,eventPassingThroughPortal),postEvents(_216438,_216516),isa(_216438,actOpeningADoor),~doorwayHasCovering(_216478,_216452)),(~objectActedOn(_216598,_216612):-isa(_216612,tPlaceLikeDoorway),isa(_216650,tPartTypeDoorwayCovering),isa(_216598,eventPassingThroughPortal),objectActedOn(_216688,_216650),postEvents(_216688,_216598),isa(_216688,actOpeningADoor),~doorwayHasCovering(_216612,_216650)),(~postEvents(_216758,_216772):-isa(_216798,tPlaceLikeDoorway),isa(_216824,tPartTypeDoorwayCovering),objectActedOn(_216772,_216798),isa(_216772,eventPassingThroughPortal),objectActedOn(_216758,_216824),isa(_216758,actOpeningADoor),~doorwayHasCovering(_216798,_216824)),(doorwayHasCovering(_216914,_216928):-isa(_216914,tPlaceLikeDoorway),isa(_216928,tPartTypeDoorwayCovering),objectActedOn(_216978,_216914),isa(_216978,eventPassingThroughPortal),objectActedOn(_217016,_216928),postEvents(_217016,_216978),isa(_217016,actOpeningADoor))]
  10710. % boxlog :-
  10711. %  
  10712. %   [ (~isa(_940{???O}, actOpeningADoor):-isa(_954{???PORT}, tPlaceLikeDoorway), isa(_968{???DOOR}, tPartTypeDoorwayCovering), objectActedOn(_982{???PT}, _954{???PORT}), isa(_982{???PT}, eventPassingThroughPortal), objectActedOn(_940{???O}, _968{???DOOR}), postEvents(_940{???O}, _982{???PT}), ~doorwayHasCovering(_954{???PORT}, _968{???DOOR})),
  10713. %     (~isa(_1108{???PT}, eventPassingThroughPortal):-isa(_1122{???PORT}, tPlaceLikeDoorway), isa(_1136{???DOOR}, tPartTypeDoorwayCovering), objectActedOn(_1108{???PT}, _1122{???PORT}), objectActedOn(_1150{???O}, _1136{???DOOR}), postEvents(_1150{???O}, _1108{???PT}), isa(_1150{???O}, actOpeningADoor), ~doorwayHasCovering(_1122{???PORT}, _1136{???DOOR})),
  10714. %     (~isa(_1220{???DOOR}, tPartTypeDoorwayCovering):-isa(_1234{???PORT}, tPlaceLikeDoorway), objectActedOn(_1248{???PT}, _1234{???PORT}), isa(_1248{???PT}, eventPassingThroughPortal), objectActedOn(_1262{???O}, _1220{???DOOR}), postEvents(_1262{???O}, _1248{???PT}), isa(_1262{???O}, actOpeningADoor), ~doorwayHasCovering(_1234{???PORT}, _1220{???DOOR})),
  10715. %     (~isa(_1276{???PORT}, tPlaceLikeDoorway):-isa(_1290{???DOOR}, tPartTypeDoorwayCovering), objectActedOn(_1304{???PT}, _1276{???PORT}), isa(_1304{???PT}, eventPassingThroughPortal), objectActedOn(_1318{???O}, _1290{???DOOR}), postEvents(_1318{???O}, _1304{???PT}), isa(_1318{???O}, actOpeningADoor), ~doorwayHasCovering(_1276{???PORT}, _1290{???DOOR})),
  10716. %     (~objectActedOn(_1052{???O}, _1066{???DOOR}):-isa(_1080{???PORT}, tPlaceLikeDoorway), isa(_1066{???DOOR}, tPartTypeDoorwayCovering), objectActedOn(_1094{???PT}, _1080{???PORT}), isa(_1094{???PT}, eventPassingThroughPortal), postEvents(_1052{???O}, _1094{???PT}), isa(_1052{???O}, actOpeningADoor), ~doorwayHasCovering(_1080{???PORT}, _1066{???DOOR})),
  10717. %     (~objectActedOn(_1164{???PT}, _1178{???PORT}):-isa(_1178{???PORT}, tPlaceLikeDoorway), isa(_1192{???DOOR}, tPartTypeDoorwayCovering), isa(_1164{???PT}, eventPassingThroughPortal), objectActedOn(_1206{???O}, _1192{???DOOR}), postEvents(_1206{???O}, _1164{???PT}), isa(_1206{???O}, actOpeningADoor), ~doorwayHasCovering(_1178{???PORT}, _1192{???DOOR})),
  10718. %     (~postEvents(_996{???O}, _1010{???PT}):-isa(_1024{???PORT}, tPlaceLikeDoorway), isa(_1038{???DOOR}, tPartTypeDoorwayCovering), objectActedOn(_1010{???PT}, _1024{???PORT}), isa(_1010{???PT}, eventPassingThroughPortal), objectActedOn(_996{???O}, _1038{???DOOR}), isa(_996{???O}, actOpeningADoor), ~doorwayHasCovering(_1024{???PORT}, _1038{???DOOR})),
  10719. %     (doorwayHasCovering(_884{???PORT}, _898{???DOOR}):-isa(_884{???PORT}, tPlaceLikeDoorway), isa(_898{???DOOR}, tPartTypeDoorwayCovering), objectActedOn(_912{???PT}, _884{???PORT}), isa(_912{???PT}, eventPassingThroughPortal), objectActedOn(_926{???O}, _898{???DOOR}), postEvents(_926{???O}, _912{???PT}), isa(_926{???O}, actOpeningADoor))
  10720. %   ].
  10721. % preview :-
  10722. %  
  10723. %   [ ({avoidHeadLoop(isa(_918{???PORT}, tPlaceLikeDoorway), isa(_904{???O}, actOpeningADoor))}, isa(_918{???PORT}, tPlaceLikeDoorway), {avoidHeadLoop(isa(_932{???DOOR}, tPartTypeDoorwayCovering), isa(_904{???O}, actOpeningADoor))}, isa(_932{???DOOR}, tPartTypeDoorwayCovering), objectActedOn(_946{???PT}, _918{???PORT}), {avoidHeadLoop(isa(_946{???PT}, eventPassingThroughPortal), isa(_904{???O}, actOpeningADoor))}, isa(_946{???PT}, eventPassingThroughPortal), objectActedOn(_904{???O}, _932{???DOOR}), postEvents(_904{???O}, _946{???PT}), ~doorwayHasCovering(_918{???PORT}, _932{???DOOR}), {is_unit(_904{???O})}-> ~isa(_904{???O}, actOpeningADoor)),
  10724. %     ({avoidHeadLoop(isa(_1086{???PORT}, tPlaceLikeDoorway), isa(_1072{???PT}, eventPassingThroughPortal))}, isa(_1086{???PORT}, tPlaceLikeDoorway), {avoidHeadLoop(isa(_1100{???DOOR}, tPartTypeDoorwayCovering), isa(_1072{???PT}, eventPassingThroughPortal))}, isa(_1100{???DOOR}, tPartTypeDoorwayCovering), objectActedOn(_1072{???PT}, _1086{???PORT}), objectActedOn(_1114{???O}, _1100{???DOOR}), postEvents(_1114{???O}, _1072{???PT}), {avoidHeadLoop(isa(_1114{???O}, actOpeningADoor), isa(_1072{???PT}, eventPassingThroughPortal))}, isa(_1114{???O}, actOpeningADoor), ~doorwayHasCovering(_1086{???PORT}, _1100{???DOOR}), {is_unit(_1072{???PT})}-> ~isa(_1072{???PT}, eventPassingThroughPortal)),
  10725. %     ({avoidHeadLoop(isa(_1198{???PORT}, tPlaceLikeDoorway), isa(_1184{???DOOR}, tPartTypeDoorwayCovering))}, isa(_1198{???PORT}, tPlaceLikeDoorway), objectActedOn(_1212{???PT}, _1198{???PORT}), {avoidHeadLoop(isa(_1212{???PT}, eventPassingThroughPortal), isa(_1184{???DOOR}, tPartTypeDoorwayCovering))}, isa(_1212{???PT}, eventPassingThroughPortal), objectActedOn(_1226{???O}, _1184{???DOOR}), postEvents(_1226{???O}, _1212{???PT}), {avoidHeadLoop(isa(_1226{???O}, actOpeningADoor), isa(_1184{???DOOR}, tPartTypeDoorwayCovering))}, isa(_1226{???O}, actOpeningADoor), ~doorwayHasCovering(_1198{???PORT}, _1184{???DOOR}), {is_unit(_1184{???DOOR})}-> ~isa(_1184{???DOOR}, tPartTypeDoorwayCovering)),
  10726. %     ({avoidHeadLoop(isa(_1254{???DOOR}, tPartTypeDoorwayCovering), isa(_1240{???PORT}, tPlaceLikeDoorway))}, isa(_1254{???DOOR}, tPartTypeDoorwayCovering), objectActedOn(_1268{???PT}, _1240{???PORT}), {avoidHeadLoop(isa(_1268{???PT}, eventPassingThroughPortal), isa(_1240{???PORT}, tPlaceLikeDoorway))}, isa(_1268{???PT}, eventPassingThroughPortal), objectActedOn(_1282{???O}, _1254{???DOOR}), postEvents(_1282{???O}, _1268{???PT}), {avoidHeadLoop(isa(_1282{???O}, actOpeningADoor), isa(_1240{???PORT}, tPlaceLikeDoorway))}, isa(_1282{???O}, actOpeningADoor), ~doorwayHasCovering(_1240{???PORT}, _1254{???DOOR}), {is_unit(_1240{???PORT})}-> ~isa(_1240{???PORT}, tPlaceLikeDoorway)),
  10727. %     (isa(_1044{???PORT}, tPlaceLikeDoorway), isa(_1030{???DOOR}, tPartTypeDoorwayCovering), {avoidHeadLoop(objectActedOn(_1058{???PT}, _1044{???PORT}), objectActedOn(_1016{???O}, _1030{???DOOR}))}, objectActedOn(_1058{???PT}, _1044{???PORT}), isa(_1058{???PT}, eventPassingThroughPortal), postEvents(_1016{???O}, _1058{???PT}), isa(_1016{???O}, actOpeningADoor), ~doorwayHasCovering(_1044{???PORT}, _1030{???DOOR}), {is_unit(_1030{???DOOR}, _1016{???O})}-> ~objectActedOn(_1016{???O}, _1030{???DOOR})),
  10728. %     (isa(_1142{???PORT}, tPlaceLikeDoorway), isa(_1156{???DOOR}, tPartTypeDoorwayCovering), isa(_1128{???PT}, eventPassingThroughPortal), {avoidHeadLoop(objectActedOn(_1170{???O}, _1156{???DOOR}), objectActedOn(_1128{???PT}, _1142{???PORT}))}, objectActedOn(_1170{???O}, _1156{???DOOR}), postEvents(_1170{???O}, _1128{???PT}), isa(_1170{???O}, actOpeningADoor), ~doorwayHasCovering(_1142{???PORT}, _1156{???DOOR}), {is_unit(_1142{???PORT}, _1128{???PT})}-> ~objectActedOn(_1128{???PT}, _1142{???PORT})),
  10729. %     (isa(_988{???PORT}, tPlaceLikeDoorway), isa(_1002{???DOOR}, tPartTypeDoorwayCovering), objectActedOn(_974{???PT}, _988{???PORT}), isa(_974{???PT}, eventPassingThroughPortal), objectActedOn(_960{???O}, _1002{???DOOR}), isa(_960{???O}, actOpeningADoor), ~doorwayHasCovering(_988{???PORT}, _1002{???DOOR}), {is_unit(_974{???PT}, _960{???O})}-> ~postEvents(_960{???O}, _974{???PT})),
  10730. %     (isa(_848{???PORT}, tPlaceLikeDoorway), isa(_862{???DOOR}, tPartTypeDoorwayCovering), objectActedOn(_876{???PT}, _848{???PORT}), isa(_876{???PT}, eventPassingThroughPortal), objectActedOn(_890{???O}, _862{???DOOR}), postEvents(_890{???O}, _876{???PT}), isa(_890{???O}, actOpeningADoor), {is_unit(_862{???DOOR}, _848{???PORT})}==>doorwayHasCovering(_848{???PORT}, _862{???DOOR}))
  10731. %   ].
  10732. % conds= =>((name_variable(_886{???O}, 'O'), name_variable(_900{???PORT}, 'PORT'), name_variable(_914{???DOOR}, 'DOOR'), name_variable(_928{???PT}, 'PT'), name_variable(_1054{???PT}, 'PT'), name_variable(_1068{???PORT}, 'PORT'), name_variable(_1082{???DOOR}, 'DOOR'), name_variable(_1096{???O}, 'O'), name_variable(_1166{???DOOR}, 'DOOR'), name_variable(_1180{???PORT}, 'PORT'), name_variable(_1194{???PT}, 'PT'), name_variable(_1208{???O}, 'O'), name_variable(_1222{???PORT}, 'PORT'), name_variable(_1236{???DOOR}, 'DOOR'), name_variable(_1250{???PT}, 'PT'), name_variable(_1264{???O}, 'O'), name_variable(_998{???O}, 'O'), name_variable(_1012{???DOOR}, 'DOOR'), name_variable(_1026{???PORT}, 'PORT'), name_variable(_1040{???PT}, 'PT'), name_variable(_1110{???PT}, 'PT'), name_variable(_1124{???PORT}, 'PORT'), name_variable(_1138{???DOOR}, 'DOOR'), name_variable(_1152{???O}, 'O'), name_variable(_942{???O}, 'O'), name_variable(_956{???PT}, 'PT'), name_variable(_970{???PORT}, 'PORT'), name_variable(_984{???DOOR}, 'DOOR'), name_variable(_830{???PORT}, 'PORT'), name_variable(_844{???DOOR}, 'DOOR'), name_variable(_858{???PT}, 'PT'), name_variable(_872{???O}, 'O')), [(~isa(_886{???O}, actOpeningADoor)<-{avoidHeadLoop(isa(_900{???PORT}, tPlaceLikeDoorway), isa(_886{???O}, actOpeningADoor))}, isa(_900{???PORT}, tPlaceLikeDoorway), {avoidHeadLoop(isa(_914{???DOOR}, tPartTypeDoorwayCovering), isa(_886{???O}, actOpeningADoor))}, isa(_914{???DOOR}, tPartTypeDoorwayCovering), objectActedOn(_928{???PT}, _900{???PORT}), {avoidHeadLoop(isa(_928{???PT}, eventPassingThroughPortal), isa(_886{???O}, actOpeningADoor))}, isa(_928{???PT}, eventPassingThroughPortal), objectActedOn(_886{???O}, _914{???DOOR}), postEvents(_886{???O}, _928{???PT}), ~doorwayHasCovering(_900{???PORT}, _914{???DOOR}), {is_unit(_886{???O})}),  (~isa(_1054{???PT}, eventPassingThroughPortal)<-{avoidHeadLoop(isa(_1068{???PORT}, tPlaceLikeDoorway), isa(_1054{???PT}, eventPassingThroughPortal))}, isa(_1068{???PORT}, tPlaceLikeDoorway), {avoidHeadLoop(isa(_1082{???DOOR}, tPartTypeDoorwayCovering), isa(_1054{???PT}, eventPassingThroughPortal))}, isa(_1082{???DOOR}, tPartTypeDoorwayCovering), objectActedOn(_1054{???PT}, _1068{???PORT}), objectActedOn(_1096{???O}, _1082{???DOOR}), postEvents(_1096{???O}, _1054{???PT}), {avoidHeadLoop(isa(_1096{???O}, actOpeningADoor), isa(_1054{???PT}, eventPassingThroughPortal))}, isa(_1096{???O}, actOpeningADoor), ~doorwayHasCovering(_1068{???PORT}, _1082{???DOOR}), {is_unit(_1054{???PT})}),  (~isa(_1166{???DOOR}, tPartTypeDoorwayCovering)<-{avoidHeadLoop(isa(_1180{???PORT}, tPlaceLikeDoorway), isa(_1166{???DOOR}, tPartTypeDoorwayCovering))}, isa(_1180{???PORT}, tPlaceLikeDoorway), objectActedOn(_1194{???PT}, _1180{???PORT}), {avoidHeadLoop(isa(_1194{???PT}, eventPassingThroughPortal), isa(_1166{???DOOR}, tPartTypeDoorwayCovering))}, isa(_1194{???PT}, eventPassingThroughPortal), objectActedOn(_1208{???O}, _1166{???DOOR}), postEvents(_1208{???O}, _1194{???PT}), {avoidHeadLoop(isa(_1208{???O}, actOpeningADoor), isa(_1166{???DOOR}, tPartTypeDoorwayCovering))}, isa(_1208{???O}, actOpeningADoor), ~doorwayHasCovering(_1180{???PORT}, _1166{???DOOR}), {is_unit(_1166{???DOOR})}),  (~isa(_1222{???PORT}, tPlaceLikeDoorway)<-{avoidHeadLoop(isa(_1236{???DOOR}, tPartTypeDoorwayCovering), isa(_1222{???PORT}, tPlaceLikeDoorway))}, isa(_1236{???DOOR}, tPartTypeDoorwayCovering), objectActedOn(_1250{???PT}, _1222{???PORT}), {avoidHeadLoop(isa(_1250{???PT}, eventPassingThroughPortal), isa(_1222{???PORT}, tPlaceLikeDoorway))}, isa(_1250{???PT}, eventPassingThroughPortal), objectActedOn(_1264{???O}, _1236{???DOOR}), postEvents(_1264{???O}, _1250{???PT}), {avoidHeadLoop(isa(_1264{???O}, actOpeningADoor), isa(_1222{???PORT}, tPlaceLikeDoorway))}, isa(_1264{???O}, actOpeningADoor), ~doorwayHasCovering(_1222{???PORT}, _1236{???DOOR}), {is_unit(_1222{???PORT})}),  (~objectActedOn(_998{???O}, _1012{???DOOR})<-isa(_1026{???PORT}, tPlaceLikeDoorway), isa(_1012{???DOOR}, tPartTypeDoorwayCovering), {avoidHeadLoop(objectActedOn(_1040{???PT}, _1026{???PORT}), objectActedOn(_998{???O}, _1012{???DOOR}))}, objectActedOn(_1040{???PT}, _1026{???PORT}), isa(_1040{???PT}, eventPassingThroughPortal), postEvents(_998{???O}, _1040{???PT}), isa(_998{???O}, actOpeningADoor), ~doorwayHasCovering(_1026{???PORT}, _1012{???DOOR}), {is_unit(_1012{???DOOR}, _998{???O})}),  (~objectActedOn(_1110{???PT}, _1124{???PORT})<-isa(_1124{???PORT}, tPlaceLikeDoorway), isa(_1138{???DOOR}, tPartTypeDoorwayCovering), isa(_1110{???PT}, eventPassingThroughPortal), {avoidHeadLoop(objectActedOn(_1152{???O}, _1138{???DOOR}), objectActedOn(_1110{???PT}, _1124{???PORT}))}, objectActedOn(_1152{???O}, _1138{???DOOR}), postEvents(_1152{???O}, _1110{???PT}), isa(_1152{???O}, actOpeningADoor), ~doorwayHasCovering(_1124{???PORT}, _1138{???DOOR}), {is_unit(_1124{???PORT}, _1110{???PT})}),  (~postEvents(_942{???O}, _956{???PT})<-isa(_970{???PORT}, tPlaceLikeDoorway), isa(_984{???DOOR}, tPartTypeDoorwayCovering), objectActedOn(_956{???PT}, _970{???PORT}), isa(_956{???PT}, eventPassingThroughPortal), objectActedOn(_942{???O}, _984{???DOOR}), isa(_942{???O}, actOpeningADoor), ~doorwayHasCovering(_970{???PORT}, _984{???DOOR}), {is_unit(_956{???PT}, _942{???O})}),  (isa(_830{???PORT}, tPlaceLikeDoorway), isa(_844{???DOOR}, tPartTypeDoorwayCovering), objectActedOn(_858{???PT}, _830{???PORT}), isa(_858{???PT}, eventPassingThroughPortal), objectActedOn(_872{???O}, _844{???DOOR}), postEvents(_872{???O}, _858{???PT}), isa(_872{???O}, actOpeningADoor), {is_unit(_844{???DOOR}, _830{???PORT})}==>doorwayHasCovering(_830{???PORT}, _844{???DOOR}))]).
  10733.  
  10734.  
  10735. % ~isa(_158{???O}, actOpeningADoor) :-
  10736. %   isa(_172{???PORT}, tPlaceLikeDoorway),
  10737. %   isa(_186{???DOOR}, tPartTypeDoorwayCovering),
  10738. %   objectActedOn(_200{???PT}, _172{???PORT}),
  10739. %   isa(_200{???PT}, eventPassingThroughPortal),
  10740. %   objectActedOn(_158{???O}, _186{???DOOR}),
  10741. %   postEvents(_158{???O}, _200{???PT}),
  10742. %   ~doorwayHasCovering(_172{???PORT}, _186{???DOOR}).
  10743. % ~isa(_278{???PT}, eventPassingThroughPortal) :-
  10744. %   isa(_292{???PORT}, tPlaceLikeDoorway),
  10745. %   isa(_306{???DOOR}, tPartTypeDoorwayCovering),
  10746. %   objectActedOn(_278{???PT}, _292{???PORT}),
  10747. %   objectActedOn(_320{???O}, _306{???DOOR}),
  10748. %   postEvents(_320{???O}, _278{???PT}),
  10749. %   isa(_320{???O}, actOpeningADoor),
  10750. %   ~doorwayHasCovering(_292{???PORT}, _306{???DOOR}).
  10751. % ~isa(_334{???DOOR}, tPartTypeDoorwayCovering) :-
  10752. %   isa(_348{???PORT}, tPlaceLikeDoorway),
  10753. %   objectActedOn(_362{???PT}, _348{???PORT}),
  10754. %   isa(_362{???PT}, eventPassingThroughPortal),
  10755. %   objectActedOn(_376{???O}, _334{???DOOR}),
  10756. %   postEvents(_376{???O}, _362{???PT}),
  10757. %   isa(_376{???O}, actOpeningADoor),
  10758. %   ~doorwayHasCovering(_348{???PORT}, _334{???DOOR}).
  10759. % ~isa(_326{???PORT}, tPlaceLikeDoorway) :-
  10760. %   isa(_340{???DOOR}, tPartTypeDoorwayCovering),
  10761. %   objectActedOn(_354{???PT}, _326{???PORT}),
  10762. %   isa(_354{???PT}, eventPassingThroughPortal),
  10763. %   objectActedOn(_368{???O}, _340{???DOOR}),
  10764. %   postEvents(_368{???O}, _354{???PT}),
  10765. %   isa(_368{???O}, actOpeningADoor),
  10766. %   ~doorwayHasCovering(_326{???PORT}, _340{???DOOR}).
  10767. % ~objectActedOn(_214{???O}, _228{???DOOR}) :-
  10768. %   isa(_242{???PORT}, tPlaceLikeDoorway),
  10769. %   isa(_228{???DOOR}, tPartTypeDoorwayCovering),
  10770. %   objectActedOn(_256{???PT}, _242{???PORT}),
  10771. %   isa(_256{???PT}, eventPassingThroughPortal),
  10772. %   postEvents(_214{???O}, _256{???PT}),
  10773. %   isa(_214{???O}, actOpeningADoor),
  10774. %   ~doorwayHasCovering(_242{???PORT}, _228{???DOOR}).
  10775. % ~objectActedOn(_222{???PT}, _236{???PORT}) :-
  10776. %   isa(_236{???PORT}, tPlaceLikeDoorway),
  10777. %   isa(_250{???DOOR}, tPartTypeDoorwayCovering),
  10778. %   isa(_222{???PT}, eventPassingThroughPortal),
  10779. %   objectActedOn(_264{???O}, _250{???DOOR}),
  10780. %   postEvents(_264{???O}, _222{???PT}),
  10781. %   isa(_264{???O}, actOpeningADoor),
  10782. %   ~doorwayHasCovering(_236{???PORT}, _250{???DOOR}).
  10783. % ~postEvents(_158{???O}, _172{???PT}) :-
  10784. %   isa(_186{???PORT}, tPlaceLikeDoorway),
  10785. %   isa(_200{???DOOR}, tPartTypeDoorwayCovering),
  10786. %   objectActedOn(_172{???PT}, _186{???PORT}),
  10787. %   isa(_172{???PT}, eventPassingThroughPortal),
  10788. %   objectActedOn(_158{???O}, _200{???DOOR}),
  10789. %   isa(_158{???O}, actOpeningADoor),
  10790. %   ~doorwayHasCovering(_186{???PORT}, _200{???DOOR}).
  10791. % doorwayHasCovering(_102{???PORT}, _116{???DOOR}) :-
  10792. %   isa(_102{???PORT}, tPlaceLikeDoorway),
  10793. %   isa(_116{???DOOR}, tPartTypeDoorwayCovering),
  10794. %   objectActedOn(_130{???PT}, _102{???PORT}),
  10795. %   isa(_130{???PT}, eventPassingThroughPortal),
  10796. %   objectActedOn(_144{???O}, _116{???DOOR}),
  10797. %   postEvents(_144{???O}, _130{???PT}),
  10798. %   isa(_144{???O}, actOpeningADoor).
  10799.  
  10800.  
  10801. % asserted_id(implies(and(isa(HARMING, actHarmingAnAgent), performedBy(HARMING, PERFORMER), objectActedOn(HARMING, SOMETHING)), purposeInEvent(PERFORMER, HARMING, damages(HARMING, SOMETHING))), a309058(HARMING, PERFORMER, SOMETHING)).
  10802. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  10803. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  10804.  kif:-all(_211028,all(_211048,all(_211068,implies(and(isa(_211028,actHarmingAnAgent),performedBy(_211028,_211048),objectActedOn(_211028,_211068)),purposeInEvent(_211048,_211028,damages(_211028,_211068))))))
  10805.  pkif:-all(_210978,all(_210998,all(_211018,=>(&(isa(_210978,actHarmingAnAgent),&(performedBy(_210978,_210998),objectActedOn(_210978,_211018))),purposeInEvent(_210998,_210978,damages(_210978,_211018))))))
  10806. % cnf :-
  10807. %   v(v(~isa(_142{???HARMING}, actHarmingAnAgent),
  10808. %       v(~performedBy(_142{???HARMING}, _156{???PERFORMER}),
  10809. %         ~objectActedOn(_142{???HARMING}, _170{???SOMETHING}))),
  10810. %     purposeInEvent(_156{???PERFORMER},
  10811. %            _142{???HARMING},
  10812. %            damages(_142{???HARMING}, _170{???SOMETHING}))).
  10813.  horn:-[(~isa(_212640,actHarmingAnAgent):-performedBy(_212640,_212666),objectActedOn(_212640,_212692),~purposeInEvent(_212666,_212640,damages(_212640,_212692))),(~objectActedOn(_212746,_212760):-isa(_212746,actHarmingAnAgent),performedBy(_212746,_212798),~purposeInEvent(_212798,_212746,damages(_212746,_212760))),(~performedBy(_212852,_212866):-isa(_212852,actHarmingAnAgent),objectActedOn(_212852,_212904),~purposeInEvent(_212866,_212852,damages(_212852,_212904))),(purposeInEvent(_212956,_212970,damages(_212970,_212990)):-isa(_212970,actHarmingAnAgent),performedBy(_212970,_212956),objectActedOn(_212970,_212990))]
  10814. % boxlog :-
  10815. %  
  10816. %   [ (~isa(_840{???HARMING}, actHarmingAnAgent):-performedBy(_840{???HARMING}, _854{???PERFORMER}), objectActedOn(_840{???HARMING}, _868{???SOMETHING}), ~purposeInEvent(_854{???PERFORMER}, _840{???HARMING}, damages(_840{???HARMING}, _868{???SOMETHING}))),
  10817. %     (~objectActedOn(_756{???HARMING}, _770{???SOMETHING}):-isa(_756{???HARMING}, actHarmingAnAgent), performedBy(_756{???HARMING}, _784{???PERFORMER}), ~purposeInEvent(_784{???PERFORMER}, _756{???HARMING}, damages(_756{???HARMING}, _770{???SOMETHING}))),
  10818. %     (~performedBy(_798{???HARMING}, _812{???PERFORMER}):-isa(_798{???HARMING}, actHarmingAnAgent), objectActedOn(_798{???HARMING}, _826{???SOMETHING}), ~purposeInEvent(_812{???PERFORMER}, _798{???HARMING}, damages(_798{???HARMING}, _826{???SOMETHING}))),
  10819. %     (purposeInEvent(_714{???PERFORMER}, _728{???HARMING}, damages(_728{???HARMING}, _742{???SOMETHING})):-isa(_728{???HARMING}, actHarmingAnAgent), performedBy(_728{???HARMING}, _714{???PERFORMER}), objectActedOn(_728{???HARMING}, _742{???SOMETHING}))
  10820. %   ].
  10821. % preview :-
  10822. %  
  10823. %   [ (performedBy(_804{???HARMING}, _818{???PERFORMER}), objectActedOn(_804{???HARMING}, _832{???SOMETHING}), ~purposeInEvent(_818{???PERFORMER}, _804{???HARMING}, damages(_804{???HARMING}, _832{???SOMETHING})), {is_unit(_804{???HARMING})}-> ~isa(_804{???HARMING}, actHarmingAnAgent)),
  10824. %     (isa(_720{???HARMING}, actHarmingAnAgent), performedBy(_720{???HARMING}, _748{???PERFORMER}), ~purposeInEvent(_748{???PERFORMER}, _720{???HARMING}, damages(_720{???HARMING}, _734{???SOMETHING})), {is_unit(_734{???SOMETHING}, _720{???HARMING})}-> ~objectActedOn(_720{???HARMING}, _734{???SOMETHING})),
  10825. %     (isa(_762{???HARMING}, actHarmingAnAgent), objectActedOn(_762{???HARMING}, _790{???SOMETHING}), ~purposeInEvent(_776{???PERFORMER}, _762{???HARMING}, damages(_762{???HARMING}, _790{???SOMETHING})), {is_unit(_776{???PERFORMER}, _762{???HARMING})}-> ~performedBy(_762{???HARMING}, _776{???PERFORMER})),
  10826. %     (isa(_692{???HARMING}, actHarmingAnAgent), performedBy(_692{???HARMING}, _678{???PERFORMER}), objectActedOn(_692{???HARMING}, _706{???SOMETHING}), {is_unit(_692{???HARMING}, _706{???SOMETHING}, _678{???PERFORMER})}==>purposeInEvent(_678{???PERFORMER}, _692{???HARMING}, damages(_692{???HARMING}, _706{???SOMETHING})))
  10827. %   ].
  10828. % conds= =>((name_variable(_786{???HARMING}, 'HARMING'), name_variable(_800{???PERFORMER}, 'PERFORMER'), name_variable(_814{???SOMETHING}, 'SOMETHING'), name_variable(_702{???HARMING}, 'HARMING'), name_variable(_716{???SOMETHING}, 'SOMETHING'), name_variable(_730{???PERFORMER}, 'PERFORMER'), name_variable(_744{???HARMING}, 'HARMING'), name_variable(_758{???PERFORMER}, 'PERFORMER'), name_variable(_772{???SOMETHING}, 'SOMETHING'), name_variable(_674{???HARMING}, 'HARMING'), name_variable(_660{???PERFORMER}, 'PERFORMER'), name_variable(_688{???SOMETHING}, 'SOMETHING')), [(~isa(_786{???HARMING}, actHarmingAnAgent)<-performedBy(_786{???HARMING}, _800{???PERFORMER}), objectActedOn(_786{???HARMING}, _814{???SOMETHING}), ~purposeInEvent(_800{???PERFORMER}, _786{???HARMING}, damages(_786{???HARMING}, _814{???SOMETHING})), {is_unit(_786{???HARMING})}),  (~objectActedOn(_702{???HARMING}, _716{???SOMETHING})<-isa(_702{???HARMING}, actHarmingAnAgent), performedBy(_702{???HARMING}, _730{???PERFORMER}), ~purposeInEvent(_730{???PERFORMER}, _702{???HARMING}, damages(_702{???HARMING}, _716{???SOMETHING})), {is_unit(_716{???SOMETHING}, _702{???HARMING})}),  (~performedBy(_744{???HARMING}, _758{???PERFORMER})<-isa(_744{???HARMING}, actHarmingAnAgent), objectActedOn(_744{???HARMING}, _772{???SOMETHING}), ~purposeInEvent(_758{???PERFORMER}, _744{???HARMING}, damages(_744{???HARMING}, _772{???SOMETHING})), {is_unit(_758{???PERFORMER}, _744{???HARMING})}),  (isa(_674{???HARMING}, actHarmingAnAgent), performedBy(_674{???HARMING}, _660{???PERFORMER}), objectActedOn(_674{???HARMING}, _688{???SOMETHING}), {is_unit(_674{???HARMING}, _688{???SOMETHING}, _660{???PERFORMER})}==>purposeInEvent(_660{???PERFORMER}, _674{???HARMING}, damages(_674{???HARMING}, _688{???SOMETHING})))]).
  10829.  
  10830.  
  10831. % ~isa(_238{???HARMING}, actHarmingAnAgent) :-
  10832. %   performedBy(_238{???HARMING}, _252{???PERFORMER}),
  10833. %   objectActedOn(_238{???HARMING}, _266{???SOMETHING}),
  10834. %   ~purposeInEvent(_252{???PERFORMER}, _238{???HARMING}, damages(_238{???HARMING}, _266{???SOMETHING})).
  10835. % ~objectActedOn(_144{???HARMING}, _158{???SOMETHING}) :-
  10836. %   isa(_144{???HARMING}, actHarmingAnAgent),
  10837. %   performedBy(_144{???HARMING}, _172{???PERFORMER}),
  10838. %   ~purposeInEvent(_172{???PERFORMER}, _144{???HARMING}, damages(_144{???HARMING}, _158{???SOMETHING})).
  10839. % ~performedBy(_144{???HARMING}, _158{???PERFORMER}) :-
  10840. %   isa(_144{???HARMING}, actHarmingAnAgent),
  10841. %   objectActedOn(_144{???HARMING}, _172{???SOMETHING}),
  10842. %   ~purposeInEvent(_158{???PERFORMER}, _144{???HARMING}, damages(_144{???HARMING}, _172{???SOMETHING})).
  10843. % purposeInEvent(_102{???PERFORMER}, _116{???HARMING}, damages(_116{???HARMING}, _130{???SOMETHING})) :-
  10844. %   isa(_116{???HARMING}, actHarmingAnAgent),
  10845. %   performedBy(_116{???HARMING}, _102{???PERFORMER}),
  10846. %   objectActedOn(_116{???HARMING}, _130{???SOMETHING}).
  10847.  
  10848.  
  10849. % asserted_id(implies(and(isa(RELEASE, actReleasingFromConfinement), objectActedOn(RELEASE, AGENT), isa(AGENT, tClazzAnimal)), objectOfPossessionTransfer(RELEASE, AGENT)), a309059(RELEASE, AGENT)).
  10850. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  10851. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  10852.  kif:-all(_211088,all(_211108,implies(and(isa(_211088,actReleasingFromConfinement),objectActedOn(_211088,_211108),isa(_211108,tClazzAnimal)),objectOfPossessionTransfer(_211088,_211108))))
  10853.  pkif:-all(_211038,all(_211058,=>(&(isa(_211038,actReleasingFromConfinement),&(objectActedOn(_211038,_211058),isa(_211058,tClazzAnimal))),objectOfPossessionTransfer(_211038,_211058))))
  10854. % cnf :-
  10855. %   v(v(~isa(_134{???RELEASE}, actReleasingFromConfinement),
  10856. %       v(~objectActedOn(_134{???RELEASE}, _148{???AGENT}),
  10857. %         ~isa(_148{???AGENT}, tClazzAnimal))),
  10858. %     objectOfPossessionTransfer(_134{???RELEASE}, _148{???AGENT})).
  10859.  horn:-[(~isa(_212390,tClazzAnimal):-isa(_212416,actReleasingFromConfinement),objectActedOn(_212416,_212390),~objectOfPossessionTransfer(_212416,_212390)),(~isa(_212474,actReleasingFromConfinement):-objectActedOn(_212474,_212500),isa(_212500,tClazzAnimal),~objectOfPossessionTransfer(_212474,_212500)),(~objectActedOn(_212558,_212572):-isa(_212558,actReleasingFromConfinement),isa(_212572,tClazzAnimal),~objectOfPossessionTransfer(_212558,_212572)),(objectOfPossessionTransfer(_212638,_212652):-isa(_212638,actReleasingFromConfinement),objectActedOn(_212638,_212652),isa(_212652,tClazzAnimal))]
  10860. % boxlog :-
  10861. %  
  10862. %   [ (~isa(_684{???AGENT}, tClazzAnimal):-isa(_698{???RELEASE}, actReleasingFromConfinement), objectActedOn(_698{???RELEASE}, _684{???AGENT}), ~objectOfPossessionTransfer(_698{???RELEASE}, _684{???AGENT})),
  10863. %     (~isa(_740{???RELEASE}, actReleasingFromConfinement):-objectActedOn(_740{???RELEASE}, _754{???AGENT}), isa(_754{???AGENT}, tClazzAnimal), ~objectOfPossessionTransfer(_740{???RELEASE}, _754{???AGENT})),
  10864. %     (~objectActedOn(_712{???RELEASE}, _726{???AGENT}):-isa(_712{???RELEASE}, actReleasingFromConfinement), isa(_726{???AGENT}, tClazzAnimal), ~objectOfPossessionTransfer(_712{???RELEASE}, _726{???AGENT})),
  10865. %     (objectOfPossessionTransfer(_656{???RELEASE}, _670{???AGENT}):-isa(_656{???RELEASE}, actReleasingFromConfinement), objectActedOn(_656{???RELEASE}, _670{???AGENT}), isa(_670{???AGENT}, tClazzAnimal))
  10866. %   ].
  10867. % preview :-
  10868. %  
  10869. %   [ ({avoidHeadLoop(isa(_662{???RELEASE}, actReleasingFromConfinement), isa(_648{???AGENT}, tClazzAnimal))}, isa(_662{???RELEASE}, actReleasingFromConfinement), objectActedOn(_662{???RELEASE}, _648{???AGENT}), ~objectOfPossessionTransfer(_662{???RELEASE}, _648{???AGENT}), {is_unit(_648{???AGENT})}-> ~isa(_648{???AGENT}, tClazzAnimal)),
  10870. %     (objectActedOn(_704{???RELEASE}, _718{???AGENT}), {avoidHeadLoop(isa(_718{???AGENT}, tClazzAnimal), isa(_704{???RELEASE}, actReleasingFromConfinement))}, isa(_718{???AGENT}, tClazzAnimal), ~objectOfPossessionTransfer(_704{???RELEASE}, _718{???AGENT}), {is_unit(_704{???RELEASE})}-> ~isa(_704{???RELEASE}, actReleasingFromConfinement)),
  10871. %     (isa(_676{???RELEASE}, actReleasingFromConfinement), isa(_690{???AGENT}, tClazzAnimal), ~objectOfPossessionTransfer(_676{???RELEASE}, _690{???AGENT}), {is_unit(_690{???AGENT}, _676{???RELEASE})}==> ~objectActedOn(_676{???RELEASE}, _690{???AGENT})),
  10872. %     (isa(_620{???RELEASE}, actReleasingFromConfinement), objectActedOn(_620{???RELEASE}, _634{???AGENT}), isa(_634{???AGENT}, tClazzAnimal), {is_unit(_634{???AGENT}, _620{???RELEASE})}==>objectOfPossessionTransfer(_620{???RELEASE}, _634{???AGENT}))
  10873. %   ].
  10874. % conds= =>((name_variable(_630{???AGENT}, 'AGENT'), name_variable(_644{???RELEASE}, 'RELEASE'), name_variable(_686{???RELEASE}, 'RELEASE'), name_variable(_700{???AGENT}, 'AGENT'), name_variable(_658{???RELEASE}, 'RELEASE'), name_variable(_672{???AGENT}, 'AGENT'), name_variable(_602{???RELEASE}, 'RELEASE'), name_variable(_616{???AGENT}, 'AGENT')), [(~isa(_630{???AGENT}, tClazzAnimal)<-{avoidHeadLoop(isa(_644{???RELEASE}, actReleasingFromConfinement), isa(_630{???AGENT}, tClazzAnimal))}, isa(_644{???RELEASE}, actReleasingFromConfinement), objectActedOn(_644{???RELEASE}, _630{???AGENT}), ~objectOfPossessionTransfer(_644{???RELEASE}, _630{???AGENT}), {is_unit(_630{???AGENT})}),  (~isa(_686{???RELEASE}, actReleasingFromConfinement)<-objectActedOn(_686{???RELEASE}, _700{???AGENT}), {avoidHeadLoop(isa(_700{???AGENT}, tClazzAnimal), isa(_686{???RELEASE}, actReleasingFromConfinement))}, isa(_700{???AGENT}, tClazzAnimal), ~objectOfPossessionTransfer(_686{???RELEASE}, _700{???AGENT}), {is_unit(_686{???RELEASE})}),  (isa(_658{???RELEASE}, actReleasingFromConfinement), isa(_672{???AGENT}, tClazzAnimal), ~objectOfPossessionTransfer(_658{???RELEASE}, _672{???AGENT}), {is_unit(_672{???AGENT}, _658{???RELEASE})}==> ~objectActedOn(_658{???RELEASE}, _672{???AGENT})),  (isa(_602{???RELEASE}, actReleasingFromConfinement), objectActedOn(_602{???RELEASE}, _616{???AGENT}), isa(_616{???AGENT}, tClazzAnimal), {is_unit(_616{???AGENT}, _602{???RELEASE})}==>objectOfPossessionTransfer(_602{???RELEASE}, _616{???AGENT}))]).
  10875.  
  10876.  
  10877. % ~isa(_138{???AGENT}, tClazzAnimal) :-
  10878. %   isa(_152{???RELEASE}, actReleasingFromConfinement),
  10879. %   objectActedOn(_152{???RELEASE}, _138{???AGENT}),
  10880. %   ~objectOfPossessionTransfer(_152{???RELEASE}, _138{???AGENT}).
  10881. % ~isa(_162{???RELEASE}, actReleasingFromConfinement) :-
  10882. %   objectActedOn(_162{???RELEASE}, _176{???AGENT}),
  10883. %   isa(_176{???AGENT}, tClazzAnimal),
  10884. %   ~objectOfPossessionTransfer(_162{???RELEASE}, _176{???AGENT}).
  10885. % ~objectActedOn(_130{???RELEASE}, _144{???AGENT}) :-
  10886. %   isa(_130{???RELEASE}, actReleasingFromConfinement),
  10887. %   isa(_144{???AGENT}, tClazzAnimal),
  10888. %   ~objectOfPossessionTransfer(_130{???RELEASE}, _144{???AGENT}).
  10889. % objectOfPossessionTransfer(_102{???RELEASE}, _116{???AGENT}) :-
  10890. %   isa(_102{???RELEASE}, actReleasingFromConfinement),
  10891. %   objectActedOn(_102{???RELEASE}, _116{???AGENT}),
  10892. %   isa(_116{???AGENT}, tClazzAnimal).
  10893.  
  10894.  
  10895. % asserted_id(implies(and(isa(RELEASE, actReleasingFromConfinement), objectOfPossessionTransfer(RELEASE, AGENT)), objectActedOn(RELEASE, AGENT)), a309060(RELEASE, AGENT)).
  10896. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  10897. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  10898.  kif:-all(_211168,all(_211188,implies(and(isa(_211168,actReleasingFromConfinement),objectOfPossessionTransfer(_211168,_211188)),objectActedOn(_211168,_211188))))
  10899.  pkif:-all(_211114,all(_211134,=>(&(isa(_211114,actReleasingFromConfinement),objectOfPossessionTransfer(_211114,_211134)),objectActedOn(_211114,_211134))))
  10900. % cnf :-
  10901. %   v(v(~isa(_126{???RELEASE}, actReleasingFromConfinement),
  10902. %       ~objectOfPossessionTransfer(_126{???RELEASE}, _140{???AGENT})),
  10903. %     objectActedOn(_126{???RELEASE}, _140{???AGENT})).
  10904.  horn:-[(~isa(_211998,actReleasingFromConfinement):-objectOfPossessionTransfer(_211998,_212024),~objectActedOn(_211998,_212024)),(~objectOfPossessionTransfer(_212070,_212084):-isa(_212070,actReleasingFromConfinement),~objectActedOn(_212070,_212084)),(objectActedOn(_212138,_212152):-isa(_212138,actReleasingFromConfinement),objectOfPossessionTransfer(_212138,_212152))]
  10905. % boxlog :-
  10906. %  
  10907. %   [ (~isa(_668{???RELEASE}, actReleasingFromConfinement):-objectOfPossessionTransfer(_668{???RELEASE}, _682{???AGENT}), ~objectActedOn(_668{???RELEASE}, _682{???AGENT})),
  10908. %     (~objectOfPossessionTransfer(_640{???RELEASE}, _654{???AGENT}):-isa(_640{???RELEASE}, actReleasingFromConfinement), ~objectActedOn(_640{???RELEASE}, _654{???AGENT})),
  10909. %     (objectActedOn(_612{???RELEASE}, _626{???AGENT}):-isa(_612{???RELEASE}, actReleasingFromConfinement), objectOfPossessionTransfer(_612{???RELEASE}, _626{???AGENT}))
  10910. %   ].
  10911. % preview :-
  10912. %  
  10913. %   [ (objectOfPossessionTransfer(_632{???RELEASE}, _646{???AGENT}), ~objectActedOn(_632{???RELEASE}, _646{???AGENT}), {is_unit(_632{???RELEASE})}-> ~isa(_632{???RELEASE}, actReleasingFromConfinement)),
  10914. %     (isa(_604{???RELEASE}, actReleasingFromConfinement), ~objectActedOn(_604{???RELEASE}, _618{???AGENT}), {is_unit(_618{???AGENT}, _604{???RELEASE})}-> ~objectOfPossessionTransfer(_604{???RELEASE}, _618{???AGENT})),
  10915. %     (isa(_576{???RELEASE}, actReleasingFromConfinement), objectOfPossessionTransfer(_576{???RELEASE}, _590{???AGENT}), {is_unit(_590{???AGENT}, _576{???RELEASE})}==>objectActedOn(_576{???RELEASE}, _590{???AGENT}))
  10916. %   ].
  10917. % conds= =>((name_variable(_614{???RELEASE}, 'RELEASE'), name_variable(_628{???AGENT}, 'AGENT'), name_variable(_586{???RELEASE}, 'RELEASE'), name_variable(_600{???AGENT}, 'AGENT'), name_variable(_558{???RELEASE}, 'RELEASE'), name_variable(_572{???AGENT}, 'AGENT')), [(~isa(_614{???RELEASE}, actReleasingFromConfinement)<-objectOfPossessionTransfer(_614{???RELEASE}, _628{???AGENT}), ~objectActedOn(_614{???RELEASE}, _628{???AGENT}), {is_unit(_614{???RELEASE})}),  (~objectOfPossessionTransfer(_586{???RELEASE}, _600{???AGENT})<-isa(_586{???RELEASE}, actReleasingFromConfinement), ~objectActedOn(_586{???RELEASE}, _600{???AGENT}), {is_unit(_600{???AGENT}, _586{???RELEASE})}),  (isa(_558{???RELEASE}, actReleasingFromConfinement), objectOfPossessionTransfer(_558{???RELEASE}, _572{???AGENT}), {is_unit(_572{???AGENT}, _558{???RELEASE})}==>objectActedOn(_558{???RELEASE}, _572{???AGENT}))]).
  10918.  
  10919.  
  10920. % ~isa(_158{???RELEASE}, actReleasingFromConfinement) :-
  10921. %   objectOfPossessionTransfer(_158{???RELEASE}, _172{???AGENT}),
  10922. %   ~objectActedOn(_158{???RELEASE}, _172{???AGENT}).
  10923. % ~objectOfPossessionTransfer(_130{???RELEASE}, _144{???AGENT}) :-
  10924. %   isa(_130{???RELEASE}, actReleasingFromConfinement),
  10925. %   ~objectActedOn(_130{???RELEASE}, _144{???AGENT}).
  10926. % objectActedOn(_102{???RELEASE}, _116{???AGENT}) :-
  10927. %   isa(_102{???RELEASE}, actReleasingFromConfinement),
  10928. %   objectOfPossessionTransfer(_102{???RELEASE}, _116{???AGENT}).
  10929.  
  10930.  
  10931. % asserted_id(implies(and(isa(BOM, actBombing), objectActedOn(BOM, OBJ)), damages(BOM, OBJ)), a309061(BOM, OBJ)).
  10932. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  10933. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  10934.  kif:-all(_211272,all(_211292,implies(and(isa(_211272,actBombing),objectActedOn(_211272,_211292)),damages(_211272,_211292))))
  10935.  pkif:-all(_211218,all(_211238,=>(&(isa(_211218,actBombing),objectActedOn(_211218,_211238)),damages(_211218,_211238))))
  10936. % cnf :-
  10937. %   v(v(~isa(_126{???BOM}, actBombing),
  10938. %       ~objectActedOn(_126{???BOM}, _140{???OBJ})),
  10939. %     damages(_126{???BOM}, _140{???OBJ})).
  10940.  horn:-[(~isa(_212102,actBombing):-objectActedOn(_212102,_212128),~damages(_212102,_212128)),(~objectActedOn(_212174,_212188):-isa(_212174,actBombing),~damages(_212174,_212188)),(damages(_212242,_212256):-isa(_212242,actBombing),objectActedOn(_212242,_212256))]
  10941. % boxlog :-
  10942. %  
  10943. %   [ (~isa(_668{???BOM}, actBombing):-objectActedOn(_668{???BOM}, _682{???OBJ}), ~damages(_668{???BOM}, _682{???OBJ})),
  10944. %     (~objectActedOn(_640{???BOM}, _654{???OBJ}):-isa(_640{???BOM}, actBombing), ~damages(_640{???BOM}, _654{???OBJ})),
  10945. %     (damages(_612{???BOM}, _626{???OBJ}):-isa(_612{???BOM}, actBombing), objectActedOn(_612{???BOM}, _626{???OBJ}))
  10946. %   ].
  10947. % preview :-
  10948. %  
  10949. %   [ (objectActedOn(_632{???BOM}, _646{???OBJ}), ~damages(_632{???BOM}, _646{???OBJ}), {is_unit(_632{???BOM})}-> ~isa(_632{???BOM}, actBombing)),
  10950. %     (isa(_604{???BOM}, actBombing), ~damages(_604{???BOM}, _618{???OBJ}), {is_unit(_618{???OBJ}, _604{???BOM})}-> ~objectActedOn(_604{???BOM}, _618{???OBJ})),
  10951. %     (isa(_576{???BOM}, actBombing), objectActedOn(_576{???BOM}, _590{???OBJ}), {is_unit(_590{???OBJ}, _576{???BOM})}==>damages(_576{???BOM}, _590{???OBJ}))
  10952. %   ].
  10953. % conds= =>((name_variable(_614{???BOM}, 'BOM'), name_variable(_628{???OBJ}, 'OBJ'), name_variable(_586{???BOM}, 'BOM'), name_variable(_600{???OBJ}, 'OBJ'), name_variable(_558{???BOM}, 'BOM'), name_variable(_572{???OBJ}, 'OBJ')), [(~isa(_614{???BOM}, actBombing)<-objectActedOn(_614{???BOM}, _628{???OBJ}), ~damages(_614{???BOM}, _628{???OBJ}), {is_unit(_614{???BOM})}),  (~objectActedOn(_586{???BOM}, _600{???OBJ})<-isa(_586{???BOM}, actBombing), ~damages(_586{???BOM}, _600{???OBJ}), {is_unit(_600{???OBJ}, _586{???BOM})}),  (isa(_558{???BOM}, actBombing), objectActedOn(_558{???BOM}, _572{???OBJ}), {is_unit(_572{???OBJ}, _558{???BOM})}==>damages(_558{???BOM}, _572{???OBJ}))]).
  10954.  
  10955.  
  10956. % ~isa(_158{???BOM}, actBombing) :-
  10957. %   objectActedOn(_158{???BOM}, _172{???OBJ}),
  10958. %   ~damages(_158{???BOM}, _172{???OBJ}).
  10959. % ~objectActedOn(_130{???BOM}, _144{???OBJ}) :-
  10960. %   isa(_130{???BOM}, actBombing),
  10961. %   ~damages(_130{???BOM}, _144{???OBJ}).
  10962. % damages(_102{???BOM}, _116{???OBJ}) :-
  10963. %   isa(_102{???BOM}, actBombing),
  10964. %   objectActedOn(_102{???BOM}, _116{???OBJ}).
  10965.  
  10966.  
  10967. % asserted_id(implies(and(isa(S, actShingling), isa(R, tPartTypeRoofOfAConstruction), eventOccursAt(S, R)), objectActedOn(S, R)), a309062(S, R)).
  10968. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  10969. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  10970.  kif:-all(_211400,all(_211420,implies(and(isa(_211400,actShingling),isa(_211420,tPartTypeRoofOfAConstruction),eventOccursAt(_211400,_211420)),objectActedOn(_211400,_211420))))
  10971.  pkif:-all(_211350,all(_211370,=>(&(isa(_211350,actShingling),&(isa(_211370,tPartTypeRoofOfAConstruction),eventOccursAt(_211350,_211370))),objectActedOn(_211350,_211370))))
  10972. % cnf :-
  10973. %   v(v(~isa(_134{???S}, actShingling),
  10974. %       v(~isa(_148{???R}, tPartTypeRoofOfAConstruction),
  10975. %         ~eventOccursAt(_134{???S}, _148{???R}))),
  10976. %     objectActedOn(_134{???S}, _148{???R})).
  10977.  horn:-[(~eventOccursAt(_212702,_212716):-isa(_212702,actShingling),isa(_212716,tPartTypeRoofOfAConstruction),~objectActedOn(_212702,_212716)),(~isa(_212786,tPartTypeRoofOfAConstruction):-isa(_212812,actShingling),eventOccursAt(_212812,_212786),~objectActedOn(_212812,_212786)),(~isa(_212870,actShingling):-isa(_212896,tPartTypeRoofOfAConstruction),eventOccursAt(_212870,_212896),~objectActedOn(_212870,_212896)),(objectActedOn(_212950,_212964):-isa(_212950,actShingling),isa(_212964,tPartTypeRoofOfAConstruction),eventOccursAt(_212950,_212964))]
  10978. % boxlog :-
  10979. %  
  10980. %   [ (~eventOccursAt(_684{???S}, _698{???R}):-isa(_684{???S}, actShingling), isa(_698{???R}, tPartTypeRoofOfAConstruction), ~objectActedOn(_684{???S}, _698{???R})),
  10981. %     (~isa(_712{???R}, tPartTypeRoofOfAConstruction):-isa(_726{???S}, actShingling), eventOccursAt(_726{???S}, _712{???R}), ~objectActedOn(_726{???S}, _712{???R})),
  10982. %     (~isa(_740{???S}, actShingling):-isa(_754{???R}, tPartTypeRoofOfAConstruction), eventOccursAt(_740{???S}, _754{???R}), ~objectActedOn(_740{???S}, _754{???R})),
  10983. %     (objectActedOn(_656{???S}, _670{???R}):-isa(_656{???S}, actShingling), isa(_670{???R}, tPartTypeRoofOfAConstruction), eventOccursAt(_656{???S}, _670{???R}))
  10984. %   ].
  10985. % preview :-
  10986. %  
  10987. %   [ (isa(_648{???S}, actShingling), isa(_662{???R}, tPartTypeRoofOfAConstruction), ~objectActedOn(_648{???S}, _662{???R}), {is_unit(_662{???R}, _648{???S})}==> ~eventOccursAt(_648{???S}, _662{???R})),
  10988. %     ({avoidHeadLoop(isa(_690{???S}, actShingling), isa(_676{???R}, tPartTypeRoofOfAConstruction))}, isa(_690{???S}, actShingling), eventOccursAt(_690{???S}, _676{???R}), ~objectActedOn(_690{???S}, _676{???R}), {is_unit(_676{???R})}-> ~isa(_676{???R}, tPartTypeRoofOfAConstruction)),
  10989. %     ({avoidHeadLoop(isa(_718{???R}, tPartTypeRoofOfAConstruction), isa(_704{???S}, actShingling))}, isa(_718{???R}, tPartTypeRoofOfAConstruction), eventOccursAt(_704{???S}, _718{???R}), ~objectActedOn(_704{???S}, _718{???R}), {is_unit(_704{???S})}-> ~isa(_704{???S}, actShingling)),
  10990. %     (isa(_620{???S}, actShingling), isa(_634{???R}, tPartTypeRoofOfAConstruction), eventOccursAt(_620{???S}, _634{???R}), {is_unit(_634{???R}, _620{???S})}==>objectActedOn(_620{???S}, _634{???R}))
  10991. %   ].
  10992. % conds= =>((name_variable(_630{???S}, 'S'), name_variable(_644{???R}, 'R'), name_variable(_658{???R}, 'R'), name_variable(_672{???S}, 'S'), name_variable(_686{???S}, 'S'), name_variable(_700{???R}, 'R'), name_variable(_602{???S}, 'S'), name_variable(_616{???R}, 'R')), [(isa(_630{???S}, actShingling), isa(_644{???R}, tPartTypeRoofOfAConstruction), ~objectActedOn(_630{???S}, _644{???R}), {is_unit(_644{???R}, _630{???S})}==> ~eventOccursAt(_630{???S}, _644{???R})),  (~isa(_658{???R}, tPartTypeRoofOfAConstruction)<-{avoidHeadLoop(isa(_672{???S}, actShingling), isa(_658{???R}, tPartTypeRoofOfAConstruction))}, isa(_672{???S}, actShingling), eventOccursAt(_672{???S}, _658{???R}), ~objectActedOn(_672{???S}, _658{???R}), {is_unit(_658{???R})}),  (~isa(_686{???S}, actShingling)<-{avoidHeadLoop(isa(_700{???R}, tPartTypeRoofOfAConstruction), isa(_686{???S}, actShingling))}, isa(_700{???R}, tPartTypeRoofOfAConstruction), eventOccursAt(_686{???S}, _700{???R}), ~objectActedOn(_686{???S}, _700{???R}), {is_unit(_686{???S})}),  (isa(_602{???S}, actShingling), isa(_616{???R}, tPartTypeRoofOfAConstruction), eventOccursAt(_602{???S}, _616{???R}), {is_unit(_616{???R}, _602{???S})}==>objectActedOn(_602{???S}, _616{???R}))]).
  10993.  
  10994.  
  10995. % ~eventOccursAt(_138{???S}, _152{???R}) :-
  10996. %   isa(_138{???S}, actShingling),
  10997. %   isa(_152{???R}, tPartTypeRoofOfAConstruction),
  10998. %   ~objectActedOn(_138{???S}, _152{???R}).
  10999. % ~isa(_134{???R}, tPartTypeRoofOfAConstruction) :-
  11000. %   isa(_148{???S}, actShingling),
  11001. %   eventOccursAt(_148{???S}, _134{???R}),
  11002. %   ~objectActedOn(_148{???S}, _134{???R}).
  11003. % ~isa(_130{???S}, actShingling) :-
  11004. %   isa(_144{???R}, tPartTypeRoofOfAConstruction),
  11005. %   eventOccursAt(_130{???S}, _144{???R}),
  11006. %   ~objectActedOn(_130{???S}, _144{???R}).
  11007. % objectActedOn(_102{???S}, _116{???R}) :-
  11008. %   isa(_102{???S}, actShingling),
  11009. %   isa(_116{???R}, tPartTypeRoofOfAConstruction),
  11010. %   eventOccursAt(_102{???S}, _116{???R}).
  11011.  
  11012.  
  11013. % asserted_id(implies(and(isa(Y, tPartiallyTangible), objectActedOn(X, Y), isa(X, actSwallowing)), volumeOfObject(Y, uU(vCubicCentimeterFn, [0, 60]))), a309063(Y, X)).
  11014. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  11015. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  11016.  kif:-all(_211558,all(_211578,implies(and(isa(_211558,tPartiallyTangible),objectActedOn(_211578,_211558),isa(_211578,actSwallowing)),volumeOfObject(_211558,uU(vCubicCentimeterFn,[0,60])))))
  11017.  pkif:-all(_211508,all(_211528,=>(&(isa(_211508,tPartiallyTangible),&(objectActedOn(_211528,_211508),isa(_211528,actSwallowing))),volumeOfObject(_211508,uU(vCubicCentimeterFn,[0,60])))))
  11018. % cnf :-
  11019. %   v(v(~isa(_152{???Y}, tPartiallyTangible),
  11020. %       v(~objectActedOn(_166{???X}, _152{???Y}),
  11021. %         ~isa(_166{???X}, actSwallowing))),
  11022. %     volumeOfObject(_152{???Y}, uU(vCubicCentimeterFn, [0, 60]))).
  11023.  horn:-[(~isa(_213166,actSwallowing):-isa(_213192,tPartiallyTangible),objectActedOn(_213166,_213192),~volumeOfObject(_213192,uU(vCubicCentimeterFn,[0,60]))),(~isa(_213250,tPartiallyTangible):-objectActedOn(_213276,_213250),isa(_213276,actSwallowing),~volumeOfObject(_213250,uU(vCubicCentimeterFn,[0,60]))),(~objectActedOn(_213334,_213348):-isa(_213348,tPartiallyTangible),isa(_213334,actSwallowing),~volumeOfObject(_213348,uU(vCubicCentimeterFn,[0,60]))),(volumeOfObject(_213414,uU(vCubicCentimeterFn,[0,60])):-isa(_213414,tPartiallyTangible),objectActedOn(_213452,_213414),isa(_213452,actSwallowing))]
  11024. % boxlog :-
  11025. %  
  11026. %   [ (~isa(_756{???X}, actSwallowing):-isa(_770{???Y}, tPartiallyTangible), objectActedOn(_756{???X}, _770{???Y}), ~volumeOfObject(_770{???Y}, uU(vCubicCentimeterFn, [0, 60]))),
  11027. %     (~isa(_812{???Y}, tPartiallyTangible):-objectActedOn(_826{???X}, _812{???Y}), isa(_826{???X}, actSwallowing), ~volumeOfObject(_812{???Y}, uU(vCubicCentimeterFn, [0, 60]))),
  11028. %     (~objectActedOn(_784{???X}, _798{???Y}):-isa(_798{???Y}, tPartiallyTangible), isa(_784{???X}, actSwallowing), ~volumeOfObject(_798{???Y}, uU(vCubicCentimeterFn, [0, 60]))),
  11029. %     (volumeOfObject(_728{???Y}, uU(vCubicCentimeterFn, [0, 60])):-isa(_728{???Y}, tPartiallyTangible), objectActedOn(_742{???X}, _728{???Y}), isa(_742{???X}, actSwallowing))
  11030. %   ].
  11031. % preview :-
  11032. %  
  11033. %   [ ({avoidHeadLoop(isa(_734{???Y}, tPartiallyTangible), isa(_720{???X}, actSwallowing))}, isa(_734{???Y}, tPartiallyTangible), objectActedOn(_720{???X}, _734{???Y}), ~volumeOfObject(_734{???Y}, uU(vCubicCentimeterFn, [0, 60])), {is_unit(_720{???X})}-> ~isa(_720{???X}, actSwallowing)),
  11034. %     (objectActedOn(_790{???X}, _776{???Y}), {avoidHeadLoop(isa(_790{???X}, actSwallowing), isa(_776{???Y}, tPartiallyTangible))}, isa(_790{???X}, actSwallowing), ~volumeOfObject(_776{???Y}, uU(vCubicCentimeterFn, [0, 60])), {is_unit(_776{???Y})}-> ~isa(_776{???Y}, tPartiallyTangible)),
  11035. %     (isa(_762{???Y}, tPartiallyTangible), isa(_748{???X}, actSwallowing), ~volumeOfObject(_762{???Y}, uU(vCubicCentimeterFn, [0, 60])), {is_unit(_762{???Y}, _748{???X})}==> ~objectActedOn(_748{???X}, _762{???Y})),
  11036. %     (isa(_692{???Y}, tPartiallyTangible), objectActedOn(_706{???X}, _692{???Y}), isa(_706{???X}, actSwallowing), {is_unit(_692{???Y})}==>volumeOfObject(_692{???Y}, uU(vCubicCentimeterFn, [0, 60])))
  11037. %   ].
  11038. % conds= =>((name_variable(_702{???X}, 'X'), name_variable(_716{???Y}, 'Y'), name_variable(_758{???Y}, 'Y'), name_variable(_772{???X}, 'X'), name_variable(_744{???Y}, 'Y'), name_variable(_730{???X}, 'X'), name_variable(_674{???Y}, 'Y'), name_variable(_688{???X}, 'X')), [(~isa(_702{???X}, actSwallowing)<-{avoidHeadLoop(isa(_716{???Y}, tPartiallyTangible), isa(_702{???X}, actSwallowing))}, isa(_716{???Y}, tPartiallyTangible), objectActedOn(_702{???X}, _716{???Y}), ~volumeOfObject(_716{???Y}, uU(vCubicCentimeterFn, [0, 60])), {is_unit(_702{???X})}),  (~isa(_758{???Y}, tPartiallyTangible)<-objectActedOn(_772{???X}, _758{???Y}), {avoidHeadLoop(isa(_772{???X}, actSwallowing), isa(_758{???Y}, tPartiallyTangible))}, isa(_772{???X}, actSwallowing), ~volumeOfObject(_758{???Y}, uU(vCubicCentimeterFn, [0, 60])), {is_unit(_758{???Y})}),  (isa(_744{???Y}, tPartiallyTangible), isa(_730{???X}, actSwallowing), ~volumeOfObject(_744{???Y}, uU(vCubicCentimeterFn, [0, 60])), {is_unit(_744{???Y}, _730{???X})}==> ~objectActedOn(_730{???X}, _744{???Y})),  (isa(_674{???Y}, tPartiallyTangible), objectActedOn(_688{???X}, _674{???Y}), isa(_688{???X}, actSwallowing), {is_unit(_674{???Y})}==>volumeOfObject(_674{???Y}, uU(vCubicCentimeterFn, [0, 60])))]).
  11039.  
  11040.  
  11041. % ~isa(_138{???X}, actSwallowing) :-
  11042. %   isa(_152{???Y}, tPartiallyTangible),
  11043. %   objectActedOn(_138{???X}, _152{???Y}),
  11044. %   ~volumeOfObject(_152{???Y}, uU(vCubicCentimeterFn, [0, 60])).
  11045. % ~isa(_162{???Y}, tPartiallyTangible) :-
  11046. %   objectActedOn(_176{???X}, _162{???Y}),
  11047. %   isa(_176{???X}, actSwallowing),
  11048. %   ~volumeOfObject(_162{???Y}, uU(vCubicCentimeterFn, [0, 60])).
  11049. % ~objectActedOn(_130{???X}, _144{???Y}) :-
  11050. %   isa(_144{???Y}, tPartiallyTangible),
  11051. %   isa(_130{???X}, actSwallowing),
  11052. %   ~volumeOfObject(_144{???Y}, uU(vCubicCentimeterFn, [0, 60])).
  11053. % volumeOfObject(_102{???Y}, uU(vCubicCentimeterFn, [0, 60])) :-
  11054. %   isa(_102{???Y}, tPartiallyTangible),
  11055. %   objectActedOn(_116{???X}, _102{???Y}),
  11056. %   isa(_116{???X}, actSwallowing).
  11057.  
  11058.  
  11059. % asserted_id(implies(and(isa(HOLD, actHoldingAnObject), performedBy(HOLD, ADULT), isa(ADULT, mobHumanAdult), objectActedOn(HOLD, CHILD), isa(CHILD, mobHumanChild), relatives(ADULT, CHILD)), actionExpressesFeeling(HOLD, vtLove)), a309064(HOLD, ADULT, CHILD)).
  11060. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  11061. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  11062.  kif:-all(_211752,all(_211772,all(_211792,implies(and(isa(_211752,actHoldingAnObject),performedBy(_211752,_211772),isa(_211772,mobHumanAdult),objectActedOn(_211752,_211792),isa(_211792,mobHumanChild),relatives(_211772,_211792)),actionExpressesFeeling(_211752,vtLove)))))
  11063.  pkif:-all(_211714,all(_211734,all(_211754,=>(&(isa(_211714,actHoldingAnObject),&(performedBy(_211714,_211734),&(isa(_211734,mobHumanAdult),&(objectActedOn(_211714,_211754),&(isa(_211754,mobHumanChild),relatives(_211734,_211754)))))),actionExpressesFeeling(_211714,vtLove)))))
  11064. % cnf :-
  11065. %   v(v(~isa(_158{???HOLD}, actHoldingAnObject),
  11066. %       v(~performedBy(_158{???HOLD}, _172{???ADULT}),
  11067. %         v(~isa(_172{???ADULT}, mobHumanAdult),
  11068. %       v(~objectActedOn(_158{???HOLD}, _186{???CHILD}),
  11069. %         v(~isa(_186{???CHILD}, mobHumanChild),
  11070. %           ~relatives(_172{???ADULT}, _186{???CHILD})))))),
  11071. %     actionExpressesFeeling(_158{???HOLD}, vtLove)).
  11072.  horn:-[(~isa(_215346,mobHumanChild):-isa(_215372,actHoldingAnObject),performedBy(_215372,_215398),isa(_215398,mobHumanAdult),objectActedOn(_215372,_215346),relatives(_215398,_215346),~actionExpressesFeeling(_215372,vtLove)),(~isa(_215480,mobHumanAdult):-isa(_215506,actHoldingAnObject),performedBy(_215506,_215480),objectActedOn(_215506,_215544),isa(_215544,mobHumanChild),relatives(_215480,_215544),~actionExpressesFeeling(_215506,vtLove)),(~isa(_215614,actHoldingAnObject):-performedBy(_215614,_215640),isa(_215640,mobHumanAdult),objectActedOn(_215614,_215678),isa(_215678,mobHumanChild),relatives(_215640,_215678),~actionExpressesFeeling(_215614,vtLove)),(~objectActedOn(_215748,_215762):-isa(_215748,actHoldingAnObject),performedBy(_215748,_215800),isa(_215800,mobHumanAdult),isa(_215762,mobHumanChild),relatives(_215800,_215762),~actionExpressesFeeling(_215748,vtLove)),(~performedBy(_215882,_215896):-isa(_215882,actHoldingAnObject),isa(_215896,mobHumanAdult),objectActedOn(_215882,_215946),isa(_215946,mobHumanChild),relatives(_215896,_215946),~actionExpressesFeeling(_215882,vtLove)),(~relatives(_216016,_216030):-isa(_216056,actHoldingAnObject),performedBy(_216056,_216016),isa(_216016,mobHumanAdult),objectActedOn(_216056,_216030),isa(_216030,mobHumanChild),~actionExpressesFeeling(_216056,vtLove)),(actionExpressesFeeling(_216146,vtLove):-isa(_216146,actHoldingAnObject),performedBy(_216146,_216184),isa(_216184,mobHumanAdult),objectActedOn(_216146,_216222),isa(_216222,mobHumanChild),relatives(_216184,_216222))]
  11073. % boxlog :-
  11074. %  
  11075. %   [ (~isa(_898{???CHILD}, mobHumanChild):-isa(_912{???HOLD}, actHoldingAnObject), performedBy(_912{???HOLD}, _926{???ADULT}), isa(_926{???ADULT}, mobHumanAdult), objectActedOn(_912{???HOLD}, _898{???CHILD}), relatives(_926{???ADULT}, _898{???CHILD}), ~actionExpressesFeeling(_912{???HOLD}, vtLove)),
  11076. %     (~isa(_982{???ADULT}, mobHumanAdult):-isa(_996{???HOLD}, actHoldingAnObject), performedBy(_996{???HOLD}, _982{???ADULT}), objectActedOn(_996{???HOLD}, _1010{???CHILD}), isa(_1010{???CHILD}, mobHumanChild), relatives(_982{???ADULT}, _1010{???CHILD}), ~actionExpressesFeeling(_996{???HOLD}, vtLove)),
  11077. %     (~isa(_1066{???HOLD}, actHoldingAnObject):-performedBy(_1066{???HOLD}, _1080{???ADULT}), isa(_1080{???ADULT}, mobHumanAdult), objectActedOn(_1066{???HOLD}, _1094{???CHILD}), isa(_1094{???CHILD}, mobHumanChild), relatives(_1080{???ADULT}, _1094{???CHILD}), ~actionExpressesFeeling(_1066{???HOLD}, vtLove)),
  11078. %     (~objectActedOn(_940{???HOLD}, _954{???CHILD}):-isa(_940{???HOLD}, actHoldingAnObject), performedBy(_940{???HOLD}, _968{???ADULT}), isa(_968{???ADULT}, mobHumanAdult), isa(_954{???CHILD}, mobHumanChild), relatives(_968{???ADULT}, _954{???CHILD}), ~actionExpressesFeeling(_940{???HOLD}, vtLove)),
  11079. %     (~performedBy(_1024{???HOLD}, _1038{???ADULT}):-isa(_1024{???HOLD}, actHoldingAnObject), isa(_1038{???ADULT}, mobHumanAdult), objectActedOn(_1024{???HOLD}, _1052{???CHILD}), isa(_1052{???CHILD}, mobHumanChild), relatives(_1038{???ADULT}, _1052{???CHILD}), ~actionExpressesFeeling(_1024{???HOLD}, vtLove)),
  11080. %     (~relatives(_856{???ADULT}, _870{???CHILD}):-isa(_884{???HOLD}, actHoldingAnObject), performedBy(_884{???HOLD}, _856{???ADULT}), isa(_856{???ADULT}, mobHumanAdult), objectActedOn(_884{???HOLD}, _870{???CHILD}), isa(_870{???CHILD}, mobHumanChild), ~actionExpressesFeeling(_884{???HOLD}, vtLove)),
  11081. %     (actionExpressesFeeling(_814{???HOLD}, vtLove):-isa(_814{???HOLD}, actHoldingAnObject), performedBy(_814{???HOLD}, _828{???ADULT}), isa(_828{???ADULT}, mobHumanAdult), objectActedOn(_814{???HOLD}, _842{???CHILD}), isa(_842{???CHILD}, mobHumanChild), relatives(_828{???ADULT}, _842{???CHILD}))
  11082. %   ].
  11083. % preview :-
  11084. %  
  11085. %   [ ({avoidHeadLoop(isa(_876{???HOLD}, actHoldingAnObject), isa(_862{???CHILD}, mobHumanChild))}, isa(_876{???HOLD}, actHoldingAnObject), performedBy(_876{???HOLD}, _890{???ADULT}), {avoidHeadLoop(isa(_890{???ADULT}, mobHumanAdult), isa(_862{???CHILD}, mobHumanChild))}, isa(_890{???ADULT}, mobHumanAdult), objectActedOn(_876{???HOLD}, _862{???CHILD}), relatives(_890{???ADULT}, _862{???CHILD}), ~actionExpressesFeeling(_876{???HOLD}, vtLove), {is_unit(_862{???CHILD})}-> ~isa(_862{???CHILD}, mobHumanChild)),
  11086. %     ({avoidHeadLoop(isa(_960{???HOLD}, actHoldingAnObject), isa(_946{???ADULT}, mobHumanAdult))}, isa(_960{???HOLD}, actHoldingAnObject), performedBy(_960{???HOLD}, _946{???ADULT}), objectActedOn(_960{???HOLD}, _974{???CHILD}), {avoidHeadLoop(isa(_974{???CHILD}, mobHumanChild), isa(_946{???ADULT}, mobHumanAdult))}, isa(_974{???CHILD}, mobHumanChild), relatives(_946{???ADULT}, _974{???CHILD}), ~actionExpressesFeeling(_960{???HOLD}, vtLove), {is_unit(_946{???ADULT})}-> ~isa(_946{???ADULT}, mobHumanAdult)),
  11087. %     (performedBy(_1030{???HOLD}, _1044{???ADULT}), {avoidHeadLoop(isa(_1044{???ADULT}, mobHumanAdult), isa(_1030{???HOLD}, actHoldingAnObject))}, isa(_1044{???ADULT}, mobHumanAdult), objectActedOn(_1030{???HOLD}, _1058{???CHILD}), {avoidHeadLoop(isa(_1058{???CHILD}, mobHumanChild), isa(_1030{???HOLD}, actHoldingAnObject))}, isa(_1058{???CHILD}, mobHumanChild), relatives(_1044{???ADULT}, _1058{???CHILD}), ~actionExpressesFeeling(_1030{???HOLD}, vtLove), {is_unit(_1030{???HOLD})}-> ~isa(_1030{???HOLD}, actHoldingAnObject)),
  11088. %     (isa(_904{???HOLD}, actHoldingAnObject), performedBy(_904{???HOLD}, _932{???ADULT}), isa(_932{???ADULT}, mobHumanAdult), isa(_918{???CHILD}, mobHumanChild), relatives(_932{???ADULT}, _918{???CHILD}), ~actionExpressesFeeling(_904{???HOLD}, vtLove), {is_unit(_918{???CHILD}, _904{???HOLD})}-> ~objectActedOn(_904{???HOLD}, _918{???CHILD})),
  11089. %     (isa(_988{???HOLD}, actHoldingAnObject), isa(_1002{???ADULT}, mobHumanAdult), objectActedOn(_988{???HOLD}, _1016{???CHILD}), isa(_1016{???CHILD}, mobHumanChild), relatives(_1002{???ADULT}, _1016{???CHILD}), ~actionExpressesFeeling(_988{???HOLD}, vtLove), {is_unit(_1002{???ADULT}, _988{???HOLD})}-> ~performedBy(_988{???HOLD}, _1002{???ADULT})),
  11090. %     (isa(_848{???HOLD}, actHoldingAnObject), performedBy(_848{???HOLD}, _820{???ADULT}), isa(_820{???ADULT}, mobHumanAdult), objectActedOn(_848{???HOLD}, _834{???CHILD}), isa(_834{???CHILD}, mobHumanChild), ~actionExpressesFeeling(_848{???HOLD}, vtLove), {is_unit(_834{???CHILD}, _820{???ADULT})}-> ~relatives(_820{???ADULT}, _834{???CHILD})),
  11091. %     (isa(_778{???HOLD}, actHoldingAnObject), performedBy(_778{???HOLD}, _792{???ADULT}), isa(_792{???ADULT}, mobHumanAdult), objectActedOn(_778{???HOLD}, _806{???CHILD}), isa(_806{???CHILD}, mobHumanChild), relatives(_792{???ADULT}, _806{???CHILD}), {is_unit(_778{???HOLD})}==>actionExpressesFeeling(_778{???HOLD}, vtLove))
  11092. %   ].
  11093. % conds= =>((name_variable(_844{???CHILD}, 'CHILD'), name_variable(_858{???HOLD}, 'HOLD'), name_variable(_872{???ADULT}, 'ADULT'), name_variable(_928{???ADULT}, 'ADULT'), name_variable(_942{???HOLD}, 'HOLD'), name_variable(_956{???CHILD}, 'CHILD'), name_variable(_1012{???HOLD}, 'HOLD'), name_variable(_1026{???ADULT}, 'ADULT'), name_variable(_1040{???CHILD}, 'CHILD'), name_variable(_886{???HOLD}, 'HOLD'), name_variable(_900{???CHILD}, 'CHILD'), name_variable(_914{???ADULT}, 'ADULT'), name_variable(_970{???HOLD}, 'HOLD'), name_variable(_984{???ADULT}, 'ADULT'), name_variable(_998{???CHILD}, 'CHILD'), name_variable(_802{???ADULT}, 'ADULT'), name_variable(_816{???CHILD}, 'CHILD'), name_variable(_830{???HOLD}, 'HOLD'), name_variable(_760{???HOLD}, 'HOLD'), name_variable(_774{???ADULT}, 'ADULT'), name_variable(_788{???CHILD}, 'CHILD')), [(~isa(_844{???CHILD}, mobHumanChild)<-{avoidHeadLoop(isa(_858{???HOLD}, actHoldingAnObject), isa(_844{???CHILD}, mobHumanChild))}, isa(_858{???HOLD}, actHoldingAnObject), performedBy(_858{???HOLD}, _872{???ADULT}), {avoidHeadLoop(isa(_872{???ADULT}, mobHumanAdult), isa(_844{???CHILD}, mobHumanChild))}, isa(_872{???ADULT}, mobHumanAdult), objectActedOn(_858{???HOLD}, _844{???CHILD}), relatives(_872{???ADULT}, _844{???CHILD}), ~actionExpressesFeeling(_858{???HOLD}, vtLove), {is_unit(_844{???CHILD})}),  (~isa(_928{???ADULT}, mobHumanAdult)<-{avoidHeadLoop(isa(_942{???HOLD}, actHoldingAnObject), isa(_928{???ADULT}, mobHumanAdult))}, isa(_942{???HOLD}, actHoldingAnObject), performedBy(_942{???HOLD}, _928{???ADULT}), objectActedOn(_942{???HOLD}, _956{???CHILD}), {avoidHeadLoop(isa(_956{???CHILD}, mobHumanChild), isa(_928{???ADULT}, mobHumanAdult))}, isa(_956{???CHILD}, mobHumanChild), relatives(_928{???ADULT}, _956{???CHILD}), ~actionExpressesFeeling(_942{???HOLD}, vtLove), {is_unit(_928{???ADULT})}),  (~isa(_1012{???HOLD}, actHoldingAnObject)<-performedBy(_1012{???HOLD}, _1026{???ADULT}), {avoidHeadLoop(isa(_1026{???ADULT}, mobHumanAdult), isa(_1012{???HOLD}, actHoldingAnObject))}, isa(_1026{???ADULT}, mobHumanAdult), objectActedOn(_1012{???HOLD}, _1040{???CHILD}), {avoidHeadLoop(isa(_1040{???CHILD}, mobHumanChild), isa(_1012{???HOLD}, actHoldingAnObject))}, isa(_1040{???CHILD}, mobHumanChild), relatives(_1026{???ADULT}, _1040{???CHILD}), ~actionExpressesFeeling(_1012{???HOLD}, vtLove), {is_unit(_1012{???HOLD})}),  (~objectActedOn(_886{???HOLD}, _900{???CHILD})<-isa(_886{???HOLD}, actHoldingAnObject), performedBy(_886{???HOLD}, _914{???ADULT}), isa(_914{???ADULT}, mobHumanAdult), isa(_900{???CHILD}, mobHumanChild), relatives(_914{???ADULT}, _900{???CHILD}), ~actionExpressesFeeling(_886{???HOLD}, vtLove), {is_unit(_900{???CHILD}, _886{???HOLD})}),  (~performedBy(_970{???HOLD}, _984{???ADULT})<-isa(_970{???HOLD}, actHoldingAnObject), isa(_984{???ADULT}, mobHumanAdult), objectActedOn(_970{???HOLD}, _998{???CHILD}), isa(_998{???CHILD}, mobHumanChild), relatives(_984{???ADULT}, _998{???CHILD}), ~actionExpressesFeeling(_970{???HOLD}, vtLove), {is_unit(_984{???ADULT}, _970{???HOLD})}),  (~relatives(_802{???ADULT}, _816{???CHILD})<-isa(_830{???HOLD}, actHoldingAnObject), performedBy(_830{???HOLD}, _802{???ADULT}), isa(_802{???ADULT}, mobHumanAdult), objectActedOn(_830{???HOLD}, _816{???CHILD}), isa(_816{???CHILD}, mobHumanChild), ~actionExpressesFeeling(_830{???HOLD}, vtLove), {is_unit(_816{???CHILD}, _802{???ADULT})}),  (isa(_760{???HOLD}, actHoldingAnObject), performedBy(_760{???HOLD}, _774{???ADULT}), isa(_774{???ADULT}, mobHumanAdult), objectActedOn(_760{???HOLD}, _788{???CHILD}), isa(_788{???CHILD}, mobHumanChild), relatives(_774{???ADULT}, _788{???CHILD}), {is_unit(_760{???HOLD})}==>actionExpressesFeeling(_760{???HOLD}, vtLove))]).
  11094.  
  11095.  
  11096. % ~isa(_196{???CHILD}, mobHumanChild) :-
  11097. %   isa(_210{???HOLD}, actHoldingAnObject),
  11098. %   performedBy(_210{???HOLD}, _224{???ADULT}),
  11099. %   isa(_224{???ADULT}, mobHumanAdult),
  11100. %   objectActedOn(_210{???HOLD}, _196{???CHILD}),
  11101. %   relatives(_224{???ADULT}, _196{???CHILD}),
  11102. %   ~actionExpressesFeeling(_210{???HOLD}, vtLove).
  11103. % ~isa(_234{???ADULT}, mobHumanAdult) :-
  11104. %   isa(_248{???HOLD}, actHoldingAnObject),
  11105. %   performedBy(_248{???HOLD}, _234{???ADULT}),
  11106. %   objectActedOn(_248{???HOLD}, _262{???CHILD}),
  11107. %   isa(_262{???CHILD}, mobHumanChild),
  11108. %   relatives(_234{???ADULT}, _262{???CHILD}),
  11109. %   ~actionExpressesFeeling(_248{???HOLD}, vtLove).
  11110. % ~isa(_270{???HOLD}, actHoldingAnObject) :-
  11111. %   performedBy(_270{???HOLD}, _284{???ADULT}),
  11112. %   isa(_284{???ADULT}, mobHumanAdult),
  11113. %   objectActedOn(_270{???HOLD}, _298{???CHILD}),
  11114. %   isa(_298{???CHILD}, mobHumanChild),
  11115. %   relatives(_284{???ADULT}, _298{???CHILD}),
  11116. %   ~actionExpressesFeeling(_270{???HOLD}, vtLove).
  11117. % ~objectActedOn(_186{???HOLD}, _200{???CHILD}) :-
  11118. %   isa(_186{???HOLD}, actHoldingAnObject),
  11119. %   performedBy(_186{???HOLD}, _214{???ADULT}),
  11120. %   isa(_214{???ADULT}, mobHumanAdult),
  11121. %   isa(_200{???CHILD}, mobHumanChild),
  11122. %   relatives(_214{???ADULT}, _200{???CHILD}),
  11123. %   ~actionExpressesFeeling(_186{???HOLD}, vtLove).
  11124. % ~performedBy(_192{???HOLD}, _206{???ADULT}) :-
  11125. %   isa(_192{???HOLD}, actHoldingAnObject),
  11126. %   isa(_206{???ADULT}, mobHumanAdult),
  11127. %   objectActedOn(_192{???HOLD}, _220{???CHILD}),
  11128. %   isa(_220{???CHILD}, mobHumanChild),
  11129. %   relatives(_206{???ADULT}, _220{???CHILD}),
  11130. %   ~actionExpressesFeeling(_192{???HOLD}, vtLove).
  11131. % ~relatives(_144{???ADULT}, _158{???CHILD}) :-
  11132. %   isa(_172{???HOLD}, actHoldingAnObject),
  11133. %   performedBy(_172{???HOLD}, _144{???ADULT}),
  11134. %   isa(_144{???ADULT}, mobHumanAdult),
  11135. %   objectActedOn(_172{???HOLD}, _158{???CHILD}),
  11136. %   isa(_158{???CHILD}, mobHumanChild),
  11137. %   ~actionExpressesFeeling(_172{???HOLD}, vtLove).
  11138. % actionExpressesFeeling(_102{???HOLD}, vtLove) :-
  11139. %   isa(_102{???HOLD}, actHoldingAnObject),
  11140. %   performedBy(_102{???HOLD}, _116{???ADULT}),
  11141. %   isa(_116{???ADULT}, mobHumanAdult),
  11142. %   objectActedOn(_102{???HOLD}, _130{???CHILD}),
  11143. %   isa(_130{???CHILD}, mobHumanChild),
  11144. %   relatives(_116{???ADULT}, _130{???CHILD}).
  11145.  
  11146.  
  11147. % asserted_id(implies(and(isa(HOLD, actHoldingAnObject), performedBy(HOLD, ADULT), isa(ADULT, mobHumanAdult), objectActedOn(HOLD, CHILD), isa(CHILD, mobHumanChild), relatives(ADULT, CHILD)), actionExpressesFeeling(HOLD, vtAffection)), a309065(HOLD, ADULT, CHILD)).
  11148. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  11149. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  11150.  kif:-all(_211908,all(_211928,all(_211948,implies(and(isa(_211908,actHoldingAnObject),performedBy(_211908,_211928),isa(_211928,mobHumanAdult),objectActedOn(_211908,_211948),isa(_211948,mobHumanChild),relatives(_211928,_211948)),actionExpressesFeeling(_211908,vtAffection)))))
  11151.  pkif:-all(_211870,all(_211890,all(_211910,=>(&(isa(_211870,actHoldingAnObject),&(performedBy(_211870,_211890),&(isa(_211890,mobHumanAdult),&(objectActedOn(_211870,_211910),&(isa(_211910,mobHumanChild),relatives(_211890,_211910)))))),actionExpressesFeeling(_211870,vtAffection)))))
  11152. % cnf :-
  11153. %   v(v(~isa(_158{???HOLD}, actHoldingAnObject),
  11154. %       v(~performedBy(_158{???HOLD}, _172{???ADULT}),
  11155. %         v(~isa(_172{???ADULT}, mobHumanAdult),
  11156. %       v(~objectActedOn(_158{???HOLD}, _186{???CHILD}),
  11157. %         v(~isa(_186{???CHILD}, mobHumanChild),
  11158. %           ~relatives(_172{???ADULT}, _186{???CHILD})))))),
  11159. %     actionExpressesFeeling(_158{???HOLD}, vtAffection)).
  11160.  horn:-[(~isa(_215502,mobHumanChild):-isa(_215528,actHoldingAnObject),performedBy(_215528,_215554),isa(_215554,mobHumanAdult),objectActedOn(_215528,_215502),relatives(_215554,_215502),~actionExpressesFeeling(_215528,vtAffection)),(~isa(_215636,mobHumanAdult):-isa(_215662,actHoldingAnObject),performedBy(_215662,_215636),objectActedOn(_215662,_215700),isa(_215700,mobHumanChild),relatives(_215636,_215700),~actionExpressesFeeling(_215662,vtAffection)),(~isa(_215770,actHoldingAnObject):-performedBy(_215770,_215796),isa(_215796,mobHumanAdult),objectActedOn(_215770,_215834),isa(_215834,mobHumanChild),relatives(_215796,_215834),~actionExpressesFeeling(_215770,vtAffection)),(~objectActedOn(_215904,_215918):-isa(_215904,actHoldingAnObject),performedBy(_215904,_215956),isa(_215956,mobHumanAdult),isa(_215918,mobHumanChild),relatives(_215956,_215918),~actionExpressesFeeling(_215904,vtAffection)),(~performedBy(_216038,_216052):-isa(_216038,actHoldingAnObject),isa(_216052,mobHumanAdult),objectActedOn(_216038,_216102),isa(_216102,mobHumanChild),relatives(_216052,_216102),~actionExpressesFeeling(_216038,vtAffection)),(~relatives(_216172,_216186):-isa(_216212,actHoldingAnObject),performedBy(_216212,_216172),isa(_216172,mobHumanAdult),objectActedOn(_216212,_216186),isa(_216186,mobHumanChild),~actionExpressesFeeling(_216212,vtAffection)),(actionExpressesFeeling(_216302,vtAffection):-isa(_216302,actHoldingAnObject),performedBy(_216302,_216340),isa(_216340,mobHumanAdult),objectActedOn(_216302,_216378),isa(_216378,mobHumanChild),relatives(_216340,_216378))]
  11161. % boxlog :-
  11162. %  
  11163. %   [ (~isa(_898{???CHILD}, mobHumanChild):-isa(_912{???HOLD}, actHoldingAnObject), performedBy(_912{???HOLD}, _926{???ADULT}), isa(_926{???ADULT}, mobHumanAdult), objectActedOn(_912{???HOLD}, _898{???CHILD}), relatives(_926{???ADULT}, _898{???CHILD}), ~actionExpressesFeeling(_912{???HOLD}, vtAffection)),
  11164. %     (~isa(_982{???ADULT}, mobHumanAdult):-isa(_996{???HOLD}, actHoldingAnObject), performedBy(_996{???HOLD}, _982{???ADULT}), objectActedOn(_996{???HOLD}, _1010{???CHILD}), isa(_1010{???CHILD}, mobHumanChild), relatives(_982{???ADULT}, _1010{???CHILD}), ~actionExpressesFeeling(_996{???HOLD}, vtAffection)),
  11165. %     (~isa(_1066{???HOLD}, actHoldingAnObject):-performedBy(_1066{???HOLD}, _1080{???ADULT}), isa(_1080{???ADULT}, mobHumanAdult), objectActedOn(_1066{???HOLD}, _1094{???CHILD}), isa(_1094{???CHILD}, mobHumanChild), relatives(_1080{???ADULT}, _1094{???CHILD}), ~actionExpressesFeeling(_1066{???HOLD}, vtAffection)),
  11166. %     (~objectActedOn(_940{???HOLD}, _954{???CHILD}):-isa(_940{???HOLD}, actHoldingAnObject), performedBy(_940{???HOLD}, _968{???ADULT}), isa(_968{???ADULT}, mobHumanAdult), isa(_954{???CHILD}, mobHumanChild), relatives(_968{???ADULT}, _954{???CHILD}), ~actionExpressesFeeling(_940{???HOLD}, vtAffection)),
  11167. %     (~performedBy(_1024{???HOLD}, _1038{???ADULT}):-isa(_1024{???HOLD}, actHoldingAnObject), isa(_1038{???ADULT}, mobHumanAdult), objectActedOn(_1024{???HOLD}, _1052{???CHILD}), isa(_1052{???CHILD}, mobHumanChild), relatives(_1038{???ADULT}, _1052{???CHILD}), ~actionExpressesFeeling(_1024{???HOLD}, vtAffection)),
  11168. %     (~relatives(_856{???ADULT}, _870{???CHILD}):-isa(_884{???HOLD}, actHoldingAnObject), performedBy(_884{???HOLD}, _856{???ADULT}), isa(_856{???ADULT}, mobHumanAdult), objectActedOn(_884{???HOLD}, _870{???CHILD}), isa(_870{???CHILD}, mobHumanChild), ~actionExpressesFeeling(_884{???HOLD}, vtAffection)),
  11169. %     (actionExpressesFeeling(_814{???HOLD}, vtAffection):-isa(_814{???HOLD}, actHoldingAnObject), performedBy(_814{???HOLD}, _828{???ADULT}), isa(_828{???ADULT}, mobHumanAdult), objectActedOn(_814{???HOLD}, _842{???CHILD}), isa(_842{???CHILD}, mobHumanChild), relatives(_828{???ADULT}, _842{???CHILD}))
  11170. %   ].
  11171. % preview :-
  11172. %  
  11173. %   [ ({avoidHeadLoop(isa(_876{???HOLD}, actHoldingAnObject), isa(_862{???CHILD}, mobHumanChild))}, isa(_876{???HOLD}, actHoldingAnObject), performedBy(_876{???HOLD}, _890{???ADULT}), {avoidHeadLoop(isa(_890{???ADULT}, mobHumanAdult), isa(_862{???CHILD}, mobHumanChild))}, isa(_890{???ADULT}, mobHumanAdult), objectActedOn(_876{???HOLD}, _862{???CHILD}), relatives(_890{???ADULT}, _862{???CHILD}), ~actionExpressesFeeling(_876{???HOLD}, vtAffection), {is_unit(_862{???CHILD})}-> ~isa(_862{???CHILD}, mobHumanChild)),
  11174. %     ({avoidHeadLoop(isa(_960{???HOLD}, actHoldingAnObject), isa(_946{???ADULT}, mobHumanAdult))}, isa(_960{???HOLD}, actHoldingAnObject), performedBy(_960{???HOLD}, _946{???ADULT}), objectActedOn(_960{???HOLD}, _974{???CHILD}), {avoidHeadLoop(isa(_974{???CHILD}, mobHumanChild), isa(_946{???ADULT}, mobHumanAdult))}, isa(_974{???CHILD}, mobHumanChild), relatives(_946{???ADULT}, _974{???CHILD}), ~actionExpressesFeeling(_960{???HOLD}, vtAffection), {is_unit(_946{???ADULT})}-> ~isa(_946{???ADULT}, mobHumanAdult)),
  11175. %     (performedBy(_1030{???HOLD}, _1044{???ADULT}), {avoidHeadLoop(isa(_1044{???ADULT}, mobHumanAdult), isa(_1030{???HOLD}, actHoldingAnObject))}, isa(_1044{???ADULT}, mobHumanAdult), objectActedOn(_1030{???HOLD}, _1058{???CHILD}), {avoidHeadLoop(isa(_1058{???CHILD}, mobHumanChild), isa(_1030{???HOLD}, actHoldingAnObject))}, isa(_1058{???CHILD}, mobHumanChild), relatives(_1044{???ADULT}, _1058{???CHILD}), ~actionExpressesFeeling(_1030{???HOLD}, vtAffection), {is_unit(_1030{???HOLD})}-> ~isa(_1030{???HOLD}, actHoldingAnObject)),
  11176. %     (isa(_904{???HOLD}, actHoldingAnObject), performedBy(_904{???HOLD}, _932{???ADULT}), isa(_932{???ADULT}, mobHumanAdult), isa(_918{???CHILD}, mobHumanChild), relatives(_932{???ADULT}, _918{???CHILD}), ~actionExpressesFeeling(_904{???HOLD}, vtAffection), {is_unit(_918{???CHILD}, _904{???HOLD})}-> ~objectActedOn(_904{???HOLD}, _918{???CHILD})),
  11177. %     (isa(_988{???HOLD}, actHoldingAnObject), isa(_1002{???ADULT}, mobHumanAdult), objectActedOn(_988{???HOLD}, _1016{???CHILD}), isa(_1016{???CHILD}, mobHumanChild), relatives(_1002{???ADULT}, _1016{???CHILD}), ~actionExpressesFeeling(_988{???HOLD}, vtAffection), {is_unit(_1002{???ADULT}, _988{???HOLD})}-> ~performedBy(_988{???HOLD}, _1002{???ADULT})),
  11178. %     (isa(_848{???HOLD}, actHoldingAnObject), performedBy(_848{???HOLD}, _820{???ADULT}), isa(_820{???ADULT}, mobHumanAdult), objectActedOn(_848{???HOLD}, _834{???CHILD}), isa(_834{???CHILD}, mobHumanChild), ~actionExpressesFeeling(_848{???HOLD}, vtAffection), {is_unit(_834{???CHILD}, _820{???ADULT})}-> ~relatives(_820{???ADULT}, _834{???CHILD})),
  11179. %     (isa(_778{???HOLD}, actHoldingAnObject), performedBy(_778{???HOLD}, _792{???ADULT}), isa(_792{???ADULT}, mobHumanAdult), objectActedOn(_778{???HOLD}, _806{???CHILD}), isa(_806{???CHILD}, mobHumanChild), relatives(_792{???ADULT}, _806{???CHILD}), {is_unit(_778{???HOLD})}==>actionExpressesFeeling(_778{???HOLD}, vtAffection))
  11180. %   ].
  11181. % conds= =>((name_variable(_844{???CHILD}, 'CHILD'), name_variable(_858{???HOLD}, 'HOLD'), name_variable(_872{???ADULT}, 'ADULT'), name_variable(_928{???ADULT}, 'ADULT'), name_variable(_942{???HOLD}, 'HOLD'), name_variable(_956{???CHILD}, 'CHILD'), name_variable(_1012{???HOLD}, 'HOLD'), name_variable(_1026{???ADULT}, 'ADULT'), name_variable(_1040{???CHILD}, 'CHILD'), name_variable(_886{???HOLD}, 'HOLD'), name_variable(_900{???CHILD}, 'CHILD'), name_variable(_914{???ADULT}, 'ADULT'), name_variable(_970{???HOLD}, 'HOLD'), name_variable(_984{???ADULT}, 'ADULT'), name_variable(_998{???CHILD}, 'CHILD'), name_variable(_802{???ADULT}, 'ADULT'), name_variable(_816{???CHILD}, 'CHILD'), name_variable(_830{???HOLD}, 'HOLD'), name_variable(_760{???HOLD}, 'HOLD'), name_variable(_774{???ADULT}, 'ADULT'), name_variable(_788{???CHILD}, 'CHILD')), [(~isa(_844{???CHILD}, mobHumanChild)<-{avoidHeadLoop(isa(_858{???HOLD}, actHoldingAnObject), isa(_844{???CHILD}, mobHumanChild))}, isa(_858{???HOLD}, actHoldingAnObject), performedBy(_858{???HOLD}, _872{???ADULT}), {avoidHeadLoop(isa(_872{???ADULT}, mobHumanAdult), isa(_844{???CHILD}, mobHumanChild))}, isa(_872{???ADULT}, mobHumanAdult), objectActedOn(_858{???HOLD}, _844{???CHILD}), relatives(_872{???ADULT}, _844{???CHILD}), ~actionExpressesFeeling(_858{???HOLD}, vtAffection), {is_unit(_844{???CHILD})}),  (~isa(_928{???ADULT}, mobHumanAdult)<-{avoidHeadLoop(isa(_942{???HOLD}, actHoldingAnObject), isa(_928{???ADULT}, mobHumanAdult))}, isa(_942{???HOLD}, actHoldingAnObject), performedBy(_942{???HOLD}, _928{???ADULT}), objectActedOn(_942{???HOLD}, _956{???CHILD}), {avoidHeadLoop(isa(_956{???CHILD}, mobHumanChild), isa(_928{???ADULT}, mobHumanAdult))}, isa(_956{???CHILD}, mobHumanChild), relatives(_928{???ADULT}, _956{???CHILD}), ~actionExpressesFeeling(_942{???HOLD}, vtAffection), {is_unit(_928{???ADULT})}),  (~isa(_1012{???HOLD}, actHoldingAnObject)<-performedBy(_1012{???HOLD}, _1026{???ADULT}), {avoidHeadLoop(isa(_1026{???ADULT}, mobHumanAdult), isa(_1012{???HOLD}, actHoldingAnObject))}, isa(_1026{???ADULT}, mobHumanAdult), objectActedOn(_1012{???HOLD}, _1040{???CHILD}), {avoidHeadLoop(isa(_1040{???CHILD}, mobHumanChild), isa(_1012{???HOLD}, actHoldingAnObject))}, isa(_1040{???CHILD}, mobHumanChild), relatives(_1026{???ADULT}, _1040{???CHILD}), ~actionExpressesFeeling(_1012{???HOLD}, vtAffection), {is_unit(_1012{???HOLD})}),  (~objectActedOn(_886{???HOLD}, _900{???CHILD})<-isa(_886{???HOLD}, actHoldingAnObject), performedBy(_886{???HOLD}, _914{???ADULT}), isa(_914{???ADULT}, mobHumanAdult), isa(_900{???CHILD}, mobHumanChild), relatives(_914{???ADULT}, _900{???CHILD}), ~actionExpressesFeeling(_886{???HOLD}, vtAffection), {is_unit(_900{???CHILD}, _886{???HOLD})}),  (~performedBy(_970{???HOLD}, _984{???ADULT})<-isa(_970{???HOLD}, actHoldingAnObject), isa(_984{???ADULT}, mobHumanAdult), objectActedOn(_970{???HOLD}, _998{???CHILD}), isa(_998{???CHILD}, mobHumanChild), relatives(_984{???ADULT}, _998{???CHILD}), ~actionExpressesFeeling(_970{???HOLD}, vtAffection), {is_unit(_984{???ADULT}, _970{???HOLD})}),  (~relatives(_802{???ADULT}, _816{???CHILD})<-isa(_830{???HOLD}, actHoldingAnObject), performedBy(_830{???HOLD}, _802{???ADULT}), isa(_802{???ADULT}, mobHumanAdult), objectActedOn(_830{???HOLD}, _816{???CHILD}), isa(_816{???CHILD}, mobHumanChild), ~actionExpressesFeeling(_830{???HOLD}, vtAffection), {is_unit(_816{???CHILD}, _802{???ADULT})}),  (isa(_760{???HOLD}, actHoldingAnObject), performedBy(_760{???HOLD}, _774{???ADULT}), isa(_774{???ADULT}, mobHumanAdult), objectActedOn(_760{???HOLD}, _788{???CHILD}), isa(_788{???CHILD}, mobHumanChild), relatives(_774{???ADULT}, _788{???CHILD}), {is_unit(_760{???HOLD})}==>actionExpressesFeeling(_760{???HOLD}, vtAffection))]).
  11182.  
  11183.  
  11184. % ~isa(_196{???CHILD}, mobHumanChild) :-
  11185. %   isa(_210{???HOLD}, actHoldingAnObject),
  11186. %   performedBy(_210{???HOLD}, _224{???ADULT}),
  11187. %   isa(_224{???ADULT}, mobHumanAdult),
  11188. %   objectActedOn(_210{???HOLD}, _196{???CHILD}),
  11189. %   relatives(_224{???ADULT}, _196{???CHILD}),
  11190. %   ~actionExpressesFeeling(_210{???HOLD}, vtAffection).
  11191. % ~isa(_234{???ADULT}, mobHumanAdult) :-
  11192. %   isa(_248{???HOLD}, actHoldingAnObject),
  11193. %   performedBy(_248{???HOLD}, _234{???ADULT}),
  11194. %   objectActedOn(_248{???HOLD}, _262{???CHILD}),
  11195. %   isa(_262{???CHILD}, mobHumanChild),
  11196. %   relatives(_234{???ADULT}, _262{???CHILD}),
  11197. %   ~actionExpressesFeeling(_248{???HOLD}, vtAffection).
  11198. % ~isa(_270{???HOLD}, actHoldingAnObject) :-
  11199. %   performedBy(_270{???HOLD}, _284{???ADULT}),
  11200. %   isa(_284{???ADULT}, mobHumanAdult),
  11201. %   objectActedOn(_270{???HOLD}, _298{???CHILD}),
  11202. %   isa(_298{???CHILD}, mobHumanChild),
  11203. %   relatives(_284{???ADULT}, _298{???CHILD}),
  11204. %   ~actionExpressesFeeling(_270{???HOLD}, vtAffection).
  11205. % ~objectActedOn(_186{???HOLD}, _200{???CHILD}) :-
  11206. %   isa(_186{???HOLD}, actHoldingAnObject),
  11207. %   performedBy(_186{???HOLD}, _214{???ADULT}),
  11208. %   isa(_214{???ADULT}, mobHumanAdult),
  11209. %   isa(_200{???CHILD}, mobHumanChild),
  11210. %   relatives(_214{???ADULT}, _200{???CHILD}),
  11211. %   ~actionExpressesFeeling(_186{???HOLD}, vtAffection).
  11212. % ~performedBy(_192{???HOLD}, _206{???ADULT}) :-
  11213. %   isa(_192{???HOLD}, actHoldingAnObject),
  11214. %   isa(_206{???ADULT}, mobHumanAdult),
  11215. %   objectActedOn(_192{???HOLD}, _220{???CHILD}),
  11216. %   isa(_220{???CHILD}, mobHumanChild),
  11217. %   relatives(_206{???ADULT}, _220{???CHILD}),
  11218. %   ~actionExpressesFeeling(_192{???HOLD}, vtAffection).
  11219. % ~relatives(_144{???ADULT}, _158{???CHILD}) :-
  11220. %   isa(_172{???HOLD}, actHoldingAnObject),
  11221. %   performedBy(_172{???HOLD}, _144{???ADULT}),
  11222. %   isa(_144{???ADULT}, mobHumanAdult),
  11223. %   objectActedOn(_172{???HOLD}, _158{???CHILD}),
  11224. %   isa(_158{???CHILD}, mobHumanChild),
  11225. %   ~actionExpressesFeeling(_172{???HOLD}, vtAffection).
  11226. % actionExpressesFeeling(_102{???HOLD}, vtAffection) :-
  11227. %   isa(_102{???HOLD}, actHoldingAnObject),
  11228. %   performedBy(_102{???HOLD}, _116{???ADULT}),
  11229. %   isa(_116{???ADULT}, mobHumanAdult),
  11230. %   objectActedOn(_102{???HOLD}, _130{???CHILD}),
  11231. %   isa(_130{???CHILD}, mobHumanChild),
  11232. %   relatives(_116{???ADULT}, _130{???CHILD}).
  11233.  
  11234.  
  11235. % asserted_id(implies(and(isa(DRYING, actDryingLaundry), isa(CLOTH, tObjectTextileArtifact), objectActedOn(DRYING, CLOTH)), objectOfStateChange(DRYING, CLOTH)), a309066(DRYING, CLOTH)).
  11236. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  11237. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  11238.  kif:-all(_211920,all(_211940,implies(and(isa(_211920,actDryingLaundry),isa(_211940,tObjectTextileArtifact),objectActedOn(_211920,_211940)),objectOfStateChange(_211920,_211940))))
  11239.  pkif:-all(_211870,all(_211890,=>(&(isa(_211870,actDryingLaundry),&(isa(_211890,tObjectTextileArtifact),objectActedOn(_211870,_211890))),objectOfStateChange(_211870,_211890))))
  11240. % cnf :-
  11241. %   v(v(~isa(_134{???DRYING}, actDryingLaundry),
  11242. %       v(~isa(_148{???CLOTH}, tObjectTextileArtifact),
  11243. %         ~objectActedOn(_134{???DRYING}, _148{???CLOTH}))),
  11244. %     objectOfStateChange(_134{???DRYING}, _148{???CLOTH})).
  11245.  horn:-[(~isa(_213222,tObjectTextileArtifact):-isa(_213248,actDryingLaundry),objectActedOn(_213248,_213222),~objectOfStateChange(_213248,_213222)),(~isa(_213306,actDryingLaundry):-isa(_213332,tObjectTextileArtifact),objectActedOn(_213306,_213332),~objectOfStateChange(_213306,_213332)),(~objectActedOn(_213390,_213404):-isa(_213390,actDryingLaundry),isa(_213404,tObjectTextileArtifact),~objectOfStateChange(_213390,_213404)),(objectOfStateChange(_213470,_213484):-isa(_213470,actDryingLaundry),isa(_213484,tObjectTextileArtifact),objectActedOn(_213470,_213484))]
  11246. % boxlog :-
  11247. %  
  11248. %   [ (~isa(_712{???CLOTH}, tObjectTextileArtifact):-isa(_726{???DRYING}, actDryingLaundry), objectActedOn(_726{???DRYING}, _712{???CLOTH}), ~objectOfStateChange(_726{???DRYING}, _712{???CLOTH})),
  11249. %     (~isa(_740{???DRYING}, actDryingLaundry):-isa(_754{???CLOTH}, tObjectTextileArtifact), objectActedOn(_740{???DRYING}, _754{???CLOTH}), ~objectOfStateChange(_740{???DRYING}, _754{???CLOTH})),
  11250. %     (~objectActedOn(_684{???DRYING}, _698{???CLOTH}):-isa(_684{???DRYING}, actDryingLaundry), isa(_698{???CLOTH}, tObjectTextileArtifact), ~objectOfStateChange(_684{???DRYING}, _698{???CLOTH})),
  11251. %     (objectOfStateChange(_656{???DRYING}, _670{???CLOTH}):-isa(_656{???DRYING}, actDryingLaundry), isa(_670{???CLOTH}, tObjectTextileArtifact), objectActedOn(_656{???DRYING}, _670{???CLOTH}))
  11252. %   ].
  11253. % preview :-
  11254. %  
  11255. %   [ ({avoidHeadLoop(isa(_690{???DRYING}, actDryingLaundry), isa(_676{???CLOTH}, tObjectTextileArtifact))}, isa(_690{???DRYING}, actDryingLaundry), objectActedOn(_690{???DRYING}, _676{???CLOTH}), ~objectOfStateChange(_690{???DRYING}, _676{???CLOTH}), {is_unit(_676{???CLOTH})}-> ~isa(_676{???CLOTH}, tObjectTextileArtifact)),
  11256. %     ({avoidHeadLoop(isa(_718{???CLOTH}, tObjectTextileArtifact), isa(_704{???DRYING}, actDryingLaundry))}, isa(_718{???CLOTH}, tObjectTextileArtifact), objectActedOn(_704{???DRYING}, _718{???CLOTH}), ~objectOfStateChange(_704{???DRYING}, _718{???CLOTH}), {is_unit(_704{???DRYING})}-> ~isa(_704{???DRYING}, actDryingLaundry)),
  11257. %     (isa(_648{???DRYING}, actDryingLaundry), isa(_662{???CLOTH}, tObjectTextileArtifact), ~objectOfStateChange(_648{???DRYING}, _662{???CLOTH}), {is_unit(_662{???CLOTH}, _648{???DRYING})}==> ~objectActedOn(_648{???DRYING}, _662{???CLOTH})),
  11258. %     (isa(_620{???DRYING}, actDryingLaundry), isa(_634{???CLOTH}, tObjectTextileArtifact), objectActedOn(_620{???DRYING}, _634{???CLOTH}), {is_unit(_634{???CLOTH}, _620{???DRYING})}==>objectOfStateChange(_620{???DRYING}, _634{???CLOTH}))
  11259. %   ].
  11260. % conds= =>((name_variable(_658{???CLOTH}, 'CLOTH'), name_variable(_672{???DRYING}, 'DRYING'), name_variable(_686{???DRYING}, 'DRYING'), name_variable(_700{???CLOTH}, 'CLOTH'), name_variable(_630{???DRYING}, 'DRYING'), name_variable(_644{???CLOTH}, 'CLOTH'), name_variable(_602{???DRYING}, 'DRYING'), name_variable(_616{???CLOTH}, 'CLOTH')), [(~isa(_658{???CLOTH}, tObjectTextileArtifact)<-{avoidHeadLoop(isa(_672{???DRYING}, actDryingLaundry), isa(_658{???CLOTH}, tObjectTextileArtifact))}, isa(_672{???DRYING}, actDryingLaundry), objectActedOn(_672{???DRYING}, _658{???CLOTH}), ~objectOfStateChange(_672{???DRYING}, _658{???CLOTH}), {is_unit(_658{???CLOTH})}),  (~isa(_686{???DRYING}, actDryingLaundry)<-{avoidHeadLoop(isa(_700{???CLOTH}, tObjectTextileArtifact), isa(_686{???DRYING}, actDryingLaundry))}, isa(_700{???CLOTH}, tObjectTextileArtifact), objectActedOn(_686{???DRYING}, _700{???CLOTH}), ~objectOfStateChange(_686{???DRYING}, _700{???CLOTH}), {is_unit(_686{???DRYING})}),  (isa(_630{???DRYING}, actDryingLaundry), isa(_644{???CLOTH}, tObjectTextileArtifact), ~objectOfStateChange(_630{???DRYING}, _644{???CLOTH}), {is_unit(_644{???CLOTH}, _630{???DRYING})}==> ~objectActedOn(_630{???DRYING}, _644{???CLOTH})),  (isa(_602{???DRYING}, actDryingLaundry), isa(_616{???CLOTH}, tObjectTextileArtifact), objectActedOn(_602{???DRYING}, _616{???CLOTH}), {is_unit(_616{???CLOTH}, _602{???DRYING})}==>objectOfStateChange(_602{???DRYING}, _616{???CLOTH}))]).
  11261.  
  11262.  
  11263. % ~isa(_166{???CLOTH}, tObjectTextileArtifact) :-
  11264. %   isa(_180{???DRYING}, actDryingLaundry),
  11265. %   objectActedOn(_180{???DRYING}, _166{???CLOTH}),
  11266. %   ~objectOfStateChange(_180{???DRYING}, _166{???CLOTH}).
  11267. % ~isa(_162{???DRYING}, actDryingLaundry) :-
  11268. %   isa(_176{???CLOTH}, tObjectTextileArtifact),
  11269. %   objectActedOn(_162{???DRYING}, _176{???CLOTH}),
  11270. %   ~objectOfStateChange(_162{???DRYING}, _176{???CLOTH}).
  11271. % ~objectActedOn(_130{???DRYING}, _144{???CLOTH}) :-
  11272. %   isa(_130{???DRYING}, actDryingLaundry),
  11273. %   isa(_144{???CLOTH}, tObjectTextileArtifact),
  11274. %   ~objectOfStateChange(_130{???DRYING}, _144{???CLOTH}).
  11275. % objectOfStateChange(_102{???DRYING}, _116{???CLOTH}) :-
  11276. %   isa(_102{???DRYING}, actDryingLaundry),
  11277. %   isa(_116{???CLOTH}, tObjectTextileArtifact),
  11278. %   objectActedOn(_102{???DRYING}, _116{???CLOTH}).
  11279.  
  11280.  
  11281. % asserted_id(=>(isa(PER, mobIntelligentAgent), implies(hasBeliefSystems(PER, iCatholicism), feelsTowardsObjectToDegree(PER, iMaryMotherOfJesus, vtWonderAdmiration, veryHighAmountOf))), a309067(PER)).
  11282. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  11283. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  11284.  kif:-all(_211940,=>(isa(_211940,mobIntelligentAgent),implies(hasBeliefSystems(_211940,iCatholicism),feelsTowardsObjectToDegree(_211940,iMaryMotherOfJesus,vtWonderAdmiration,veryHighAmountOf))))
  11285.  pkif:-all(_211886,=>(isa(_211886,mobIntelligentAgent),=>(hasBeliefSystems(_211886,iCatholicism),feelsTowardsObjectToDegree(_211886,iMaryMotherOfJesus,vtWonderAdmiration,veryHighAmountOf))))
  11286. % cnf :-
  11287. %   v(~isa(_118{???PER}, mobIntelligentAgent),
  11288. %     v(~hasBeliefSystems(_118{???PER}, iCatholicism),
  11289. %       feelsTowardsObjectToDegree(_118{???PER},
  11290. %                      iMaryMotherOfJesus,
  11291. %                      vtWonderAdmiration,
  11292. %                      veryHighAmountOf))).
  11293.  horn:-[(~hasBeliefSystems(_212690,iCatholicism):-isa(_212690,mobIntelligentAgent),~feelsTowardsObjectToDegree(_212690,iMaryMotherOfJesus,vtWonderAdmiration,veryHighAmountOf)),(~isa(_212752,mobIntelligentAgent):-hasBeliefSystems(_212752,iCatholicism),~feelsTowardsObjectToDegree(_212752,iMaryMotherOfJesus,vtWonderAdmiration,veryHighAmountOf)),(feelsTowardsObjectToDegree(_212814,iMaryMotherOfJesus,vtWonderAdmiration,veryHighAmountOf):-isa(_212814,mobIntelligentAgent),hasBeliefSystems(_212814,iCatholicism))]
  11294. % boxlog :-
  11295. %  
  11296. %   [ (~hasBeliefSystems(_616{???PER}, iCatholicism):-isa(_616{???PER}, mobIntelligentAgent), ~feelsTowardsObjectToDegree(_616{???PER}, iMaryMotherOfJesus, vtWonderAdmiration, veryHighAmountOf)),
  11297. %     (~isa(_630{???PER}, mobIntelligentAgent):-hasBeliefSystems(_630{???PER}, iCatholicism), ~feelsTowardsObjectToDegree(_630{???PER}, iMaryMotherOfJesus, vtWonderAdmiration, veryHighAmountOf)),
  11298. %     (feelsTowardsObjectToDegree(_602{???PER}, iMaryMotherOfJesus, vtWonderAdmiration, veryHighAmountOf):-isa(_602{???PER}, mobIntelligentAgent), hasBeliefSystems(_602{???PER}, iCatholicism))
  11299. %   ].
  11300. % preview :-
  11301. %  
  11302. %   [ (isa(_580{???PER}, mobIntelligentAgent), ~feelsTowardsObjectToDegree(_580{???PER}, iMaryMotherOfJesus, vtWonderAdmiration, veryHighAmountOf), {is_unit(_580{???PER})}==> ~hasBeliefSystems(_580{???PER}, iCatholicism)),
  11303. %     (hasBeliefSystems(_594{???PER}, iCatholicism), ~feelsTowardsObjectToDegree(_594{???PER}, iMaryMotherOfJesus, vtWonderAdmiration, veryHighAmountOf), {is_unit(_594{???PER})}==> ~isa(_594{???PER}, mobIntelligentAgent)),
  11304. %     (isa(_566{???PER}, mobIntelligentAgent), hasBeliefSystems(_566{???PER}, iCatholicism), {is_unit(_566{???PER})}==>feelsTowardsObjectToDegree(_566{???PER}, iMaryMotherOfJesus, vtWonderAdmiration, veryHighAmountOf))
  11305. %   ].
  11306. % conds= =>((name_variable(_562{???PER}, 'PER'), name_variable(_576{???PER}, 'PER'), name_variable(_548{???PER}, 'PER')), [(isa(_562{???PER}, mobIntelligentAgent), ~feelsTowardsObjectToDegree(_562{???PER}, iMaryMotherOfJesus, vtWonderAdmiration, veryHighAmountOf), {is_unit(_562{???PER})}==> ~hasBeliefSystems(_562{???PER}, iCatholicism)),  (hasBeliefSystems(_576{???PER}, iCatholicism), ~feelsTowardsObjectToDegree(_576{???PER}, iMaryMotherOfJesus, vtWonderAdmiration, veryHighAmountOf), {is_unit(_576{???PER})}==> ~isa(_576{???PER}, mobIntelligentAgent)),  (isa(_548{???PER}, mobIntelligentAgent), hasBeliefSystems(_548{???PER}, iCatholicism), {is_unit(_548{???PER})}==>feelsTowardsObjectToDegree(_548{???PER}, iMaryMotherOfJesus, vtWonderAdmiration, veryHighAmountOf))]).
  11307.  
  11308.  
  11309. % ~hasBeliefSystems(_116{???PER}, iCatholicism) :-
  11310. %   isa(_116{???PER}, mobIntelligentAgent),
  11311. %   ~feelsTowardsObjectToDegree(_116{???PER}, iMaryMotherOfJesus, vtWonderAdmiration, veryHighAmountOf).
  11312. % ~isa(_118{???PER}, mobIntelligentAgent) :-
  11313. %   hasBeliefSystems(_118{???PER}, iCatholicism),
  11314. %   ~feelsTowardsObjectToDegree(_118{???PER}, iMaryMotherOfJesus, vtWonderAdmiration, veryHighAmountOf).
  11315. % feelsTowardsObjectToDegree(_102{???PER}, iMaryMotherOfJesus, vtWonderAdmiration, veryHighAmountOf) :-
  11316. %   isa(_102{???PER}, mobIntelligentAgent),
  11317. %   hasBeliefSystems(_102{???PER}, iCatholicism).
  11318.  
  11319.  
  11320. % asserted_id(=>(isa(PER, mobIntelligentAgent), implies(hasBeliefSystems(PER, iProtestantReligion), feelsTowardsObjectToDegree(PER, iMaryMotherOfJesus, vtRespect, positiveAmountOf))), a309068(PER)).
  11321. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  11322. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  11323.  kif:-all(_211992,=>(isa(_211992,mobIntelligentAgent),implies(hasBeliefSystems(_211992,iProtestantReligion),feelsTowardsObjectToDegree(_211992,iMaryMotherOfJesus,vtRespect,positiveAmountOf))))
  11324.  pkif:-all(_211938,=>(isa(_211938,mobIntelligentAgent),=>(hasBeliefSystems(_211938,iProtestantReligion),feelsTowardsObjectToDegree(_211938,iMaryMotherOfJesus,vtRespect,positiveAmountOf))))
  11325. % cnf :-
  11326. %   v(~isa(_118{???PER}, mobIntelligentAgent),
  11327. %     v(~hasBeliefSystems(_118{???PER}, iProtestantReligion),
  11328. %       feelsTowardsObjectToDegree(_118{???PER},
  11329. %                      iMaryMotherOfJesus,
  11330. %                      vtRespect,
  11331. %                      positiveAmountOf))).
  11332.  horn:-[(~hasBeliefSystems(_212742,iProtestantReligion):-isa(_212742,mobIntelligentAgent),~feelsTowardsObjectToDegree(_212742,iMaryMotherOfJesus,vtRespect,positiveAmountOf)),(~isa(_212804,mobIntelligentAgent):-hasBeliefSystems(_212804,iProtestantReligion),~feelsTowardsObjectToDegree(_212804,iMaryMotherOfJesus,vtRespect,positiveAmountOf)),(feelsTowardsObjectToDegree(_212866,iMaryMotherOfJesus,vtRespect,positiveAmountOf):-isa(_212866,mobIntelligentAgent),hasBeliefSystems(_212866,iProtestantReligion))]
  11333. % boxlog :-
  11334. %  
  11335. %   [ (~hasBeliefSystems(_616{???PER}, iProtestantReligion):-isa(_616{???PER}, mobIntelligentAgent), ~feelsTowardsObjectToDegree(_616{???PER}, iMaryMotherOfJesus, vtRespect, positiveAmountOf)),
  11336. %     (~isa(_630{???PER}, mobIntelligentAgent):-hasBeliefSystems(_630{???PER}, iProtestantReligion), ~feelsTowardsObjectToDegree(_630{???PER}, iMaryMotherOfJesus, vtRespect, positiveAmountOf)),
  11337. %     (feelsTowardsObjectToDegree(_602{???PER}, iMaryMotherOfJesus, vtRespect, positiveAmountOf):-isa(_602{???PER}, mobIntelligentAgent), hasBeliefSystems(_602{???PER}, iProtestantReligion))
  11338. %   ].
  11339. % preview :-
  11340. %  
  11341. %   [ (isa(_580{???PER}, mobIntelligentAgent), ~feelsTowardsObjectToDegree(_580{???PER}, iMaryMotherOfJesus, vtRespect, positiveAmountOf), {is_unit(_580{???PER})}==> ~hasBeliefSystems(_580{???PER}, iProtestantReligion)),
  11342. %     (hasBeliefSystems(_594{???PER}, iProtestantReligion), ~feelsTowardsObjectToDegree(_594{???PER}, iMaryMotherOfJesus, vtRespect, positiveAmountOf), {is_unit(_594{???PER})}==> ~isa(_594{???PER}, mobIntelligentAgent)),
  11343. %     (isa(_566{???PER}, mobIntelligentAgent), hasBeliefSystems(_566{???PER}, iProtestantReligion), {is_unit(_566{???PER})}==>feelsTowardsObjectToDegree(_566{???PER}, iMaryMotherOfJesus, vtRespect, positiveAmountOf))
  11344. %   ].
  11345. % conds= =>((name_variable(_562{???PER}, 'PER'), name_variable(_576{???PER}, 'PER'), name_variable(_548{???PER}, 'PER')), [(isa(_562{???PER}, mobIntelligentAgent), ~feelsTowardsObjectToDegree(_562{???PER}, iMaryMotherOfJesus, vtRespect, positiveAmountOf), {is_unit(_562{???PER})}==> ~hasBeliefSystems(_562{???PER}, iProtestantReligion)),  (hasBeliefSystems(_576{???PER}, iProtestantReligion), ~feelsTowardsObjectToDegree(_576{???PER}, iMaryMotherOfJesus, vtRespect, positiveAmountOf), {is_unit(_576{???PER})}==> ~isa(_576{???PER}, mobIntelligentAgent)),  (isa(_548{???PER}, mobIntelligentAgent), hasBeliefSystems(_548{???PER}, iProtestantReligion), {is_unit(_548{???PER})}==>feelsTowardsObjectToDegree(_548{???PER}, iMaryMotherOfJesus, vtRespect, positiveAmountOf))]).
  11346.  
  11347.  
  11348. % ~hasBeliefSystems(_116{???PER}, iProtestantReligion) :-
  11349. %   isa(_116{???PER}, mobIntelligentAgent),
  11350. %   ~feelsTowardsObjectToDegree(_116{???PER}, iMaryMotherOfJesus, vtRespect, positiveAmountOf).
  11351. % ~isa(_118{???PER}, mobIntelligentAgent) :-
  11352. %   hasBeliefSystems(_118{???PER}, iProtestantReligion),
  11353. %   ~feelsTowardsObjectToDegree(_118{???PER}, iMaryMotherOfJesus, vtRespect, positiveAmountOf).
  11354. % feelsTowardsObjectToDegree(_102{???PER}, iMaryMotherOfJesus, vtRespect, positiveAmountOf) :-
  11355. %   isa(_102{???PER}, mobIntelligentAgent),
  11356. %   hasBeliefSystems(_102{???PER}, iProtestantReligion).
  11357.  
  11358.  
  11359. % asserted_id(implies(and(isa(DOG, tClazzRetrieverDog), isa(PERSON, mobPerson)), feelsTowardsObjectToDegree(DOG, PERSON, vtFriendliness, highToVeryHighAmountOf)), a309069(DOG, PERSON)).
  11360. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  11361. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  11362.  kif:-all(_212116,all(_212136,implies(and(isa(_212116,tClazzRetrieverDog),isa(_212136,mobPerson)),feelsTowardsObjectToDegree(_212116,_212136,vtFriendliness,highToVeryHighAmountOf))))
  11363.  pkif:-all(_212062,all(_212082,=>(&(isa(_212062,tClazzRetrieverDog),isa(_212082,mobPerson)),feelsTowardsObjectToDegree(_212062,_212082,vtFriendliness,highToVeryHighAmountOf))))
  11364. % cnf :-
  11365. %   v(v(~isa(_130{???DOG}, tClazzRetrieverDog),
  11366. %       ~isa(_144{???PERSON}, mobPerson)),
  11367. %     feelsTowardsObjectToDegree(_130{???DOG},
  11368. %                    _144{???PERSON},
  11369. %                    vtFriendliness,
  11370. %                    highToVeryHighAmountOf)).
  11371.  horn:-[(~isa(_212998,mobPerson):-isa(_213024,tClazzRetrieverDog),~feelsTowardsObjectToDegree(_213024,_212998,vtFriendliness,highToVeryHighAmountOf)),(~isa(_213074,tClazzRetrieverDog):-isa(_213100,mobPerson),~feelsTowardsObjectToDegree(_213074,_213100,vtFriendliness,highToVeryHighAmountOf)),(feelsTowardsObjectToDegree(_213150,_213164,vtFriendliness,highToVeryHighAmountOf):-isa(_213150,tClazzRetrieverDog),isa(_213164,mobPerson))]
  11372. % boxlog :-
  11373. %  
  11374. %   [ (~isa(_656{???PERSON}, mobPerson):-isa(_670{???DOG}, tClazzRetrieverDog), ~feelsTowardsObjectToDegree(_670{???DOG}, _656{???PERSON}, vtFriendliness, highToVeryHighAmountOf)),
  11375. %     (~isa(_684{???DOG}, tClazzRetrieverDog):-isa(_698{???PERSON}, mobPerson), ~feelsTowardsObjectToDegree(_684{???DOG}, _698{???PERSON}, vtFriendliness, highToVeryHighAmountOf)),
  11376. %     (feelsTowardsObjectToDegree(_628{???DOG}, _642{???PERSON}, vtFriendliness, highToVeryHighAmountOf):-isa(_628{???DOG}, tClazzRetrieverDog), isa(_642{???PERSON}, mobPerson))
  11377. %   ].
  11378. % preview :-
  11379. %  
  11380. %   [ ({avoidHeadLoop(isa(_634{???DOG}, tClazzRetrieverDog), isa(_620{???PERSON}, mobPerson))}, isa(_634{???DOG}, tClazzRetrieverDog), ~feelsTowardsObjectToDegree(_634{???DOG}, _620{???PERSON}, vtFriendliness, highToVeryHighAmountOf), {is_unit(_620{???PERSON})}-> ~isa(_620{???PERSON}, mobPerson)),
  11381. %     ({avoidHeadLoop(isa(_662{???PERSON}, mobPerson), isa(_648{???DOG}, tClazzRetrieverDog))}, isa(_662{???PERSON}, mobPerson), ~feelsTowardsObjectToDegree(_648{???DOG}, _662{???PERSON}, vtFriendliness, highToVeryHighAmountOf), {is_unit(_648{???DOG})}-> ~isa(_648{???DOG}, tClazzRetrieverDog)),
  11382. %     (isa(_592{???DOG}, tClazzRetrieverDog), isa(_606{???PERSON}, mobPerson), {is_unit(_606{???PERSON}, _592{???DOG})}==>feelsTowardsObjectToDegree(_592{???DOG}, _606{???PERSON}, vtFriendliness, highToVeryHighAmountOf))
  11383. %   ].
  11384. % conds= =>((name_variable(_602{???PERSON}, 'PERSON'), name_variable(_616{???DOG}, 'DOG'), name_variable(_630{???DOG}, 'DOG'), name_variable(_644{???PERSON}, 'PERSON'), name_variable(_574{???DOG}, 'DOG'), name_variable(_588{???PERSON}, 'PERSON')), [(~isa(_602{???PERSON}, mobPerson)<-{avoidHeadLoop(isa(_616{???DOG}, tClazzRetrieverDog), isa(_602{???PERSON}, mobPerson))}, isa(_616{???DOG}, tClazzRetrieverDog), ~feelsTowardsObjectToDegree(_616{???DOG}, _602{???PERSON}, vtFriendliness, highToVeryHighAmountOf), {is_unit(_602{???PERSON})}),  (~isa(_630{???DOG}, tClazzRetrieverDog)<-{avoidHeadLoop(isa(_644{???PERSON}, mobPerson), isa(_630{???DOG}, tClazzRetrieverDog))}, isa(_644{???PERSON}, mobPerson), ~feelsTowardsObjectToDegree(_630{???DOG}, _644{???PERSON}, vtFriendliness, highToVeryHighAmountOf), {is_unit(_630{???DOG})}),  (isa(_574{???DOG}, tClazzRetrieverDog), isa(_588{???PERSON}, mobPerson), {is_unit(_588{???PERSON}, _574{???DOG})}==>feelsTowardsObjectToDegree(_574{???DOG}, _588{???PERSON}, vtFriendliness, highToVeryHighAmountOf))]).
  11385.  
  11386.  
  11387. % ~isa(_130{???PERSON}, mobPerson) :-
  11388. %   isa(_144{???DOG}, tClazzRetrieverDog),
  11389. %   ~feelsTowardsObjectToDegree(_144{???DOG}, _130{???PERSON}, vtFriendliness, highToVeryHighAmountOf).
  11390. % ~isa(_134{???DOG}, tClazzRetrieverDog) :-
  11391. %   isa(_148{???PERSON}, mobPerson),
  11392. %   ~feelsTowardsObjectToDegree(_134{???DOG}, _148{???PERSON}, vtFriendliness, highToVeryHighAmountOf).
  11393. % feelsTowardsObjectToDegree(_102{???DOG}, _116{???PERSON}, vtFriendliness, highToVeryHighAmountOf) :-
  11394. %   isa(_102{???DOG}, tClazzRetrieverDog),
  11395. %   isa(_116{???PERSON}, mobPerson).
  11396.  
  11397.  
  11398. % asserted_id(implies(and(isa(LET100, tFanLetter), informationArtifactAuthor(LET100, FAN100), intendedAudience(LET100, FAMOUSPERSON100)), feelsTowardsObjectToDegree(FAN100, FAMOUSPERSON100, vtAffection, highToVeryHighAmountOf)), a309070(LET100, FAN100, FAMOUSPERSON100)).
  11399. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  11400. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  11401.  kif:-all(_212316,all(_212336,all(_212356,implies(and(isa(_212316,tFanLetter),informationArtifactAuthor(_212316,_212336),intendedAudience(_212316,_212356)),feelsTowardsObjectToDegree(_212336,_212356,vtAffection,highToVeryHighAmountOf)))))
  11402.  pkif:-all(_212266,all(_212286,all(_212306,=>(&(isa(_212266,tFanLetter),&(informationArtifactAuthor(_212266,_212286),intendedAudience(_212266,_212306))),feelsTowardsObjectToDegree(_212286,_212306,vtAffection,highToVeryHighAmountOf)))))
  11403. % cnf :-
  11404. %   v(v(~isa(_138{???LET100}, tFanLetter),
  11405. %       v(~informationArtifactAuthor(_138{???LET100}, _152{???FAN100}),
  11406. %         ~intendedAudience(_138{???LET100}, _166{???FAMOUSPERSON100}))),
  11407. %     feelsTowardsObjectToDegree(_152{???FAN100},
  11408. %                    _166{???FAMOUSPERSON100},
  11409. %                    vtAffection,
  11410. %                    highToVeryHighAmountOf)).
  11411.  horn:-[(~informationArtifactAuthor(_213860,_213874):-isa(_213860,tFanLetter),intendedAudience(_213860,_213912),~feelsTowardsObjectToDegree(_213874,_213912,vtAffection,highToVeryHighAmountOf)),(~intendedAudience(_213962,_213976):-isa(_213962,tFanLetter),informationArtifactAuthor(_213962,_214014),~feelsTowardsObjectToDegree(_214014,_213976,vtAffection,highToVeryHighAmountOf)),(~isa(_214064,tFanLetter):-informationArtifactAuthor(_214064,_214090),intendedAudience(_214064,_214116),~feelsTowardsObjectToDegree(_214090,_214116,vtAffection,highToVeryHighAmountOf)),(feelsTowardsObjectToDegree(_214166,_214180,vtAffection,highToVeryHighAmountOf):-isa(_214206,tFanLetter),informationArtifactAuthor(_214206,_214166),intendedAudience(_214206,_214180))]
  11412. % boxlog :-
  11413. %  
  11414. %   [ (~informationArtifactAuthor(_782{???LET100}, _796{???FAN100}):-isa(_782{???LET100}, tFanLetter), intendedAudience(_782{???LET100}, _810{???FAMOUSPERSON100}), ~feelsTowardsObjectToDegree(_796{???FAN100}, _810{???FAMOUSPERSON100}, vtAffection, highToVeryHighAmountOf)),
  11415. %     (~intendedAudience(_740{???LET100}, _754{???FAMOUSPERSON100}):-isa(_740{???LET100}, tFanLetter), informationArtifactAuthor(_740{???LET100}, _768{???FAN100}), ~feelsTowardsObjectToDegree(_768{???FAN100}, _754{???FAMOUSPERSON100}, vtAffection, highToVeryHighAmountOf)),
  11416. %     (~isa(_824{???LET100}, tFanLetter):-informationArtifactAuthor(_824{???LET100}, _838{???FAN100}), intendedAudience(_824{???LET100}, _852{???FAMOUSPERSON100}), ~feelsTowardsObjectToDegree(_838{???FAN100}, _852{???FAMOUSPERSON100}, vtAffection, highToVeryHighAmountOf)),
  11417. %     (feelsTowardsObjectToDegree(_698{???FAN100}, _712{???FAMOUSPERSON100}, vtAffection, highToVeryHighAmountOf):-isa(_726{???LET100}, tFanLetter), informationArtifactAuthor(_726{???LET100}, _698{???FAN100}), intendedAudience(_726{???LET100}, _712{???FAMOUSPERSON100}))
  11418. %   ].
  11419. % preview :-
  11420. %  
  11421. %   [ (isa(_746{???LET100}, tFanLetter), intendedAudience(_746{???LET100}, _774{???FAMOUSPERSON100}), ~feelsTowardsObjectToDegree(_760{???FAN100}, _774{???FAMOUSPERSON100}, vtAffection, highToVeryHighAmountOf), {is_unit(_760{???FAN100}, _746{???LET100})}-> ~informationArtifactAuthor(_746{???LET100}, _760{???FAN100})),
  11422. %     (isa(_704{???LET100}, tFanLetter), informationArtifactAuthor(_704{???LET100}, _732{???FAN100}), ~feelsTowardsObjectToDegree(_732{???FAN100}, _718{???FAMOUSPERSON100}, vtAffection, highToVeryHighAmountOf), {is_unit(_718{???FAMOUSPERSON100}, _704{???LET100})}-> ~intendedAudience(_704{???LET100}, _718{???FAMOUSPERSON100})),
  11423. %     (informationArtifactAuthor(_788{???LET100}, _802{???FAN100}), intendedAudience(_788{???LET100}, _816{???FAMOUSPERSON100}), ~feelsTowardsObjectToDegree(_802{???FAN100}, _816{???FAMOUSPERSON100}, vtAffection, highToVeryHighAmountOf), {is_unit(_788{???LET100})}-> ~isa(_788{???LET100}, tFanLetter)),
  11424. %     (isa(_690{???LET100}, tFanLetter), informationArtifactAuthor(_690{???LET100}, _662{???FAN100}), intendedAudience(_690{???LET100}, _676{???FAMOUSPERSON100}), {is_unit(_676{???FAMOUSPERSON100}, _662{???FAN100})}==>feelsTowardsObjectToDegree(_662{???FAN100}, _676{???FAMOUSPERSON100}, vtAffection, highToVeryHighAmountOf))
  11425. %   ].
  11426. % conds= =>((name_variable(_728{???LET100}, 'LET100'), name_variable(_742{???FAN100}, 'FAN100'), name_variable(_756{???FAMOUSPERSON100}, 'FAMOUSPERSON100'), name_variable(_686{???LET100}, 'LET100'), name_variable(_700{???FAMOUSPERSON100}, 'FAMOUSPERSON100'), name_variable(_714{???FAN100}, 'FAN100'), name_variable(_770{???LET100}, 'LET100'), name_variable(_784{???FAN100}, 'FAN100'), name_variable(_798{???FAMOUSPERSON100}, 'FAMOUSPERSON100'), name_variable(_672{???LET100}, 'LET100'), name_variable(_644{???FAN100}, 'FAN100'), name_variable(_658{???FAMOUSPERSON100}, 'FAMOUSPERSON100')), [(~informationArtifactAuthor(_728{???LET100}, _742{???FAN100})<-isa(_728{???LET100}, tFanLetter), intendedAudience(_728{???LET100}, _756{???FAMOUSPERSON100}), ~feelsTowardsObjectToDegree(_742{???FAN100}, _756{???FAMOUSPERSON100}, vtAffection, highToVeryHighAmountOf), {is_unit(_742{???FAN100}, _728{???LET100})}),  (~intendedAudience(_686{???LET100}, _700{???FAMOUSPERSON100})<-isa(_686{???LET100}, tFanLetter), informationArtifactAuthor(_686{???LET100}, _714{???FAN100}), ~feelsTowardsObjectToDegree(_714{???FAN100}, _700{???FAMOUSPERSON100}, vtAffection, highToVeryHighAmountOf), {is_unit(_700{???FAMOUSPERSON100}, _686{???LET100})}),  (~isa(_770{???LET100}, tFanLetter)<-informationArtifactAuthor(_770{???LET100}, _784{???FAN100}), intendedAudience(_770{???LET100}, _798{???FAMOUSPERSON100}), ~feelsTowardsObjectToDegree(_784{???FAN100}, _798{???FAMOUSPERSON100}, vtAffection, highToVeryHighAmountOf), {is_unit(_770{???LET100})}),  (isa(_672{???LET100}, tFanLetter), informationArtifactAuthor(_672{???LET100}, _644{???FAN100}), intendedAudience(_672{???LET100}, _658{???FAMOUSPERSON100}), {is_unit(_658{???FAMOUSPERSON100}, _644{???FAN100})}==>feelsTowardsObjectToDegree(_644{???FAN100}, _658{???FAMOUSPERSON100}, vtAffection, highToVeryHighAmountOf))]).
  11427.  
  11428.  
  11429. % ~informationArtifactAuthor(_196{???LET100}, _210{???FAN100}) :-
  11430. %   isa(_196{???LET100}, tFanLetter),
  11431. %   intendedAudience(_196{???LET100}, _224{???FAMOUSPERSON100}),
  11432. %   ~feelsTowardsObjectToDegree(_210{???FAN100}, _224{???FAMOUSPERSON100}, vtAffection, highToVeryHighAmountOf).
  11433. % ~intendedAudience(_144{???LET100}, _158{???FAMOUSPERSON100}) :-
  11434. %   isa(_144{???LET100}, tFanLetter),
  11435. %   informationArtifactAuthor(_144{???LET100}, _172{???FAN100}),
  11436. %   ~feelsTowardsObjectToDegree(_172{???FAN100}, _158{???FAMOUSPERSON100}, vtAffection, highToVeryHighAmountOf).
  11437. % ~isa(_144{???LET100}, tFanLetter) :-
  11438. %   informationArtifactAuthor(_144{???LET100}, _158{???FAN100}),
  11439. %   intendedAudience(_144{???LET100}, _172{???FAMOUSPERSON100}),
  11440. %   ~feelsTowardsObjectToDegree(_158{???FAN100}, _172{???FAMOUSPERSON100}, vtAffection, highToVeryHighAmountOf).
  11441. % feelsTowardsObjectToDegree(_102{???FAN100}, _116{???FAMOUSPERSON100}, vtAffection, highToVeryHighAmountOf) :-
  11442. %   isa(_130{???LET100}, tFanLetter),
  11443. %   informationArtifactAuthor(_130{???LET100}, _102{???FAN100}),
  11444. %   intendedAudience(_130{???LET100}, _116{???FAMOUSPERSON100}).
  11445.  
  11446.  
  11447. % asserted_id(implies(spouse(X, Y), feelsTowardsObjectToDegree(X, Y, vtLoveRomantic, positiveAmountOf)), a309071(X, Y)).
  11448. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  11449. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  11450.  kif:-all(_212340,all(_212360,implies(spouse(_212340,_212360),feelsTowardsObjectToDegree(_212340,_212360,vtLoveRomantic,positiveAmountOf))))
  11451.  pkif:-all(_212286,all(_212306,=>(spouse(_212286,_212306),feelsTowardsObjectToDegree(_212286,_212306,vtLoveRomantic,positiveAmountOf))))
  11452. % cnf :-
  11453. %   v(~spouse(_118{???X}, _132{???Y}),
  11454. %     feelsTowardsObjectToDegree(_118{???X},
  11455. %                    _132{???Y},
  11456. %                    vtLoveRomantic,
  11457. %                    positiveAmountOf)).
  11458.  horn:-[(~spouse(_212834,_212848):- ~feelsTowardsObjectToDegree(_212834,_212848,vtLoveRomantic,positiveAmountOf)),(feelsTowardsObjectToDegree(_212898,_212912,vtLoveRomantic,positiveAmountOf):-spouse(_212898,_212912))]
  11459. % boxlog :-
  11460. %  
  11461. %   [ (~spouse(_8752{???X}, _8766{???Y}):- ~feelsTowardsObjectToDegree(_8752{???X}, _8766{???Y}, vtLoveRomantic, positiveAmountOf)),
  11462. %     (feelsTowardsObjectToDegree(_8716{???X}, _8730{???Y}, vtLoveRomantic, positiveAmountOf):-spouse(_8716{???X}, _8730{???Y}))
  11463. %   ].
  11464. % preview :-
  11465. %  
  11466. %   [ (~feelsTowardsObjectToDegree(_568{???X}, _582{???Y}, vtLoveRomantic, positiveAmountOf), {is_unit(_582{???Y}, _568{???X})}==> ~spouse(_568{???X}, _582{???Y})),
  11467. %     (spouse(_540{???X}, _554{???Y}), {is_unit(_554{???Y}, _540{???X})}==>feelsTowardsObjectToDegree(_540{???X}, _554{???Y}, vtLoveRomantic, positiveAmountOf))
  11468. %   ].
  11469. % conds= =>((name_variable(_550{???X}, 'X'), name_variable(_564{???Y}, 'Y'), name_variable(_522{???X}, 'X'), name_variable(_536{???Y}, 'Y')), [(~feelsTowardsObjectToDegree(_550{???X}, _564{???Y}, vtLoveRomantic, positiveAmountOf), {is_unit(_564{???Y}, _550{???X})}==> ~spouse(_550{???X}, _564{???Y})),  (spouse(_522{???X}, _536{???Y}), {is_unit(_536{???Y}, _522{???X})}==>feelsTowardsObjectToDegree(_522{???X}, _536{???Y}, vtLoveRomantic, positiveAmountOf))]).
  11470.  
  11471.  
  11472. % ~spouse(_130{???X}, _144{???Y}) :-
  11473. %   ~feelsTowardsObjectToDegree(_130{???X}, _144{???Y}, vtLoveRomantic, positiveAmountOf).
  11474. % feelsTowardsObjectToDegree(_102{???X}, _116{???Y}, vtLoveRomantic, positiveAmountOf) :-
  11475. %   spouse(_102{???X}, _116{???Y}).
  11476.  
  11477.  
  11478. % asserted_id(implies(feelsTowardsObjectToDegree(LOVER, BELOVED, vtLove, positiveAmountOf), loves(LOVER, BELOVED)), a309072(LOVER, BELOVED)).
  11479. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  11480. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  11481.  kif:-all(_212444,all(_212464,implies(feelsTowardsObjectToDegree(_212444,_212464,vtLove,positiveAmountOf),loves(_212444,_212464))))
  11482.  pkif:-all(_212390,all(_212410,=>(feelsTowardsObjectToDegree(_212390,_212410,vtLove,positiveAmountOf),loves(_212390,_212410))))
  11483. % cnf :-
  11484. %   v(loves(_118{???LOVER}, _132{???BELOVED}),
  11485. %     ~feelsTowardsObjectToDegree(_118{???LOVER}, _132{???BELOVED}, vtLove, positiveAmountOf)).
  11486.  horn:-[(~feelsTowardsObjectToDegree(_212942,_212956,vtLove,positiveAmountOf):- ~loves(_212942,_212956)),(loves(_212998,_213012):-feelsTowardsObjectToDegree(_212998,_213012,vtLove,positiveAmountOf))]
  11487. % boxlog :-
  11488. %  
  11489. %   [ (~feelsTowardsObjectToDegree(_576{???LOVER}, _590{???BELOVED}, vtLove, positiveAmountOf):- ~loves(_576{???LOVER}, _590{???BELOVED})),
  11490. %     (loves(_604{???LOVER}, _618{???BELOVED}):-feelsTowardsObjectToDegree(_604{???LOVER}, _618{???BELOVED}, vtLove, positiveAmountOf))
  11491. %   ].
  11492. % preview :-
  11493. %  
  11494. %   [ (~loves(_540{???LOVER}, _554{???BELOVED}), {is_unit(_554{???BELOVED}, _540{???LOVER})}==> ~feelsTowardsObjectToDegree(_540{???LOVER}, _554{???BELOVED}, vtLove, positiveAmountOf)),
  11495. %     (feelsTowardsObjectToDegree(_568{???LOVER}, _582{???BELOVED}, vtLove, positiveAmountOf), {is_unit(_582{???BELOVED}, _568{???LOVER})}==>loves(_568{???LOVER}, _582{???BELOVED}))
  11496. %   ].
  11497. % conds= =>((name_variable(_522{???LOVER}, 'LOVER'), name_variable(_536{???BELOVED}, 'BELOVED'), name_variable(_550{???LOVER}, 'LOVER'), name_variable(_564{???BELOVED}, 'BELOVED')), [(~loves(_522{???LOVER}, _536{???BELOVED}), {is_unit(_536{???BELOVED}, _522{???LOVER})}==> ~feelsTowardsObjectToDegree(_522{???LOVER}, _536{???BELOVED}, vtLove, positiveAmountOf)),  (feelsTowardsObjectToDegree(_550{???LOVER}, _564{???BELOVED}, vtLove, positiveAmountOf), {is_unit(_564{???BELOVED}, _550{???LOVER})}==>loves(_550{???LOVER}, _564{???BELOVED}))]).
  11498.  
  11499.  
  11500. % ~feelsTowardsObjectToDegree(_102{???LOVER}, _116{???BELOVED}, vtLove, positiveAmountOf) :-
  11501. %   ~loves(_102{???LOVER}, _116{???BELOVED}).
  11502. % loves(_106{???LOVER}, _120{???BELOVED}) :-
  11503. %   feelsTowardsObjectToDegree(_106{???LOVER},
  11504. %                  _120{???BELOVED},
  11505. %                  vtLove,
  11506. %                  positiveAmountOf).
  11507.  
  11508.  
  11509. % asserted_id(implies(and(contraryFeelings(EMOT, NEG), feelsTowardsObjectToDegree(PERS, OBJ, EMOT, positiveAmountOf)), feelsTowardsObjectToDegree(PERS, OBJ, NEG, noAmountOf)), a309073(EMOT, NEG, PERS, OBJ)).
  11510. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  11511. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  11512.  kif:-all(_212740,all(_212760,all(_212780,all(_212800,implies(and(contraryFeelings(_212740,_212800),feelsTowardsObjectToDegree(_212760,_212780,_212740,positiveAmountOf)),feelsTowardsObjectToDegree(_212760,_212780,_212800,noAmountOf))))))
  11513.  pkif:-all(_212686,all(_212706,all(_212726,all(_212746,=>(&(contraryFeelings(_212686,_212746),feelsTowardsObjectToDegree(_212706,_212726,_212686,positiveAmountOf)),feelsTowardsObjectToDegree(_212706,_212726,_212746,noAmountOf))))))
  11514. % cnf :-
  11515. %   v(v(~contraryFeelings(_134{???EMOT}, _148{???NEG}),
  11516. %       ~feelsTowardsObjectToDegree(_162{???PERS}, _176{???OBJ}, _134{???EMOT}, positiveAmountOf)),
  11517. %     feelsTowardsObjectToDegree(_162{???PERS},
  11518. %                    _176{???OBJ},
  11519. %                    _148{???NEG},
  11520. %                    noAmountOf)).
  11521.  horn:-[(~contraryFeelings(_213938,_213952):-feelsTowardsObjectToDegree(_213982,_213996,_213938,positiveAmountOf),~feelsTowardsObjectToDegree(_213982,_213996,_213952,noAmountOf)),(~feelsTowardsObjectToDegree(_214050,_214064,_214078,positiveAmountOf):-contraryFeelings(_214078,_214104),~feelsTowardsObjectToDegree(_214050,_214064,_214104,noAmountOf)),(feelsTowardsObjectToDegree(_214154,_214168,_214182,noAmountOf):-contraryFeelings(_214208,_214182),feelsTowardsObjectToDegree(_214154,_214168,_214208,positiveAmountOf))]
  11522. % boxlog :-
  11523. %  
  11524. %   [ (~contraryFeelings(_808{???EMOT}, _822{???NEG}):-feelsTowardsObjectToDegree(_836{???PERS}, _850{???OBJ}, _808{???EMOT}, positiveAmountOf), ~feelsTowardsObjectToDegree(_836{???PERS}, _850{???OBJ}, _822{???NEG}, noAmountOf)),
  11525. %     (~feelsTowardsObjectToDegree(_752{???PERS}, _766{???OBJ}, _780{???EMOT}, positiveAmountOf):-contraryFeelings(_780{???EMOT}, _794{???NEG}), ~feelsTowardsObjectToDegree(_752{???PERS}, _766{???OBJ}, _794{???NEG}, noAmountOf)),
  11526. %     (feelsTowardsObjectToDegree(_696{???PERS}, _710{???OBJ}, _724{???NEG}, noAmountOf):-contraryFeelings(_738{???EMOT}, _724{???NEG}), feelsTowardsObjectToDegree(_696{???PERS}, _710{???OBJ}, _738{???EMOT}, positiveAmountOf))
  11527. %   ].
  11528. % preview :-
  11529. %  
  11530. %   [ (feelsTowardsObjectToDegree(_800{???PERS}, _814{???OBJ}, _772{???EMOT}, positiveAmountOf), ~feelsTowardsObjectToDegree(_800{???PERS}, _814{???OBJ}, _786{???NEG}, noAmountOf), {is_unit(_786{???NEG}, _772{???EMOT})}-> ~contraryFeelings(_772{???EMOT}, _786{???NEG})),
  11531. %     (contraryFeelings(_744{???EMOT}, _758{???NEG}), {avoidHeadLoop(feelsTowardsObjectToDegree(_716{???PERS}, _730{???OBJ}, _758{???NEG}, noAmountOf), feelsTowardsObjectToDegree(_716{???PERS}, _730{???OBJ}, _744{???EMOT}, positiveAmountOf))}, ~feelsTowardsObjectToDegree(_716{???PERS}, _730{???OBJ}, _758{???NEG}, noAmountOf), {is_unit(_744{???EMOT}, _730{???OBJ}, _716{???PERS})}-> ~feelsTowardsObjectToDegree(_716{???PERS}, _730{???OBJ}, _744{???EMOT}, positiveAmountOf)),
  11532. %     (contraryFeelings(_702{???EMOT}, _688{???NEG}), feelsTowardsObjectToDegree(_660{???PERS}, _674{???OBJ}, _702{???EMOT}, positiveAmountOf), {is_unit(_688{???NEG}, _674{???OBJ}, _660{???PERS})}==>feelsTowardsObjectToDegree(_660{???PERS}, _674{???OBJ}, _688{???NEG}, noAmountOf))
  11533. %   ].
  11534. % conds= =>((name_variable(_754{???EMOT}, 'EMOT'), name_variable(_768{???NEG}, 'NEG'), name_variable(_782{???PERS}, 'PERS'), name_variable(_796{???OBJ}, 'OBJ'), name_variable(_698{???PERS}, 'PERS'), name_variable(_712{???OBJ}, 'OBJ'), name_variable(_726{???EMOT}, 'EMOT'), name_variable(_740{???NEG}, 'NEG'), name_variable(_684{???EMOT}, 'EMOT'), name_variable(_670{???NEG}, 'NEG'), name_variable(_642{???PERS}, 'PERS'), name_variable(_656{???OBJ}, 'OBJ')), [(~contraryFeelings(_754{???EMOT}, _768{???NEG})<-feelsTowardsObjectToDegree(_782{???PERS}, _796{???OBJ}, _754{???EMOT}, positiveAmountOf), ~feelsTowardsObjectToDegree(_782{???PERS}, _796{???OBJ}, _768{???NEG}, noAmountOf), {is_unit(_768{???NEG}, _754{???EMOT})}),  (~feelsTowardsObjectToDegree(_698{???PERS}, _712{???OBJ}, _726{???EMOT}, positiveAmountOf)<-contraryFeelings(_726{???EMOT}, _740{???NEG}), {avoidHeadLoop(feelsTowardsObjectToDegree(_698{???PERS}, _712{???OBJ}, _740{???NEG}, noAmountOf), feelsTowardsObjectToDegree(_698{???PERS}, _712{???OBJ}, _726{???EMOT}, positiveAmountOf))}, ~feelsTowardsObjectToDegree(_698{???PERS}, _712{???OBJ}, _740{???NEG}, noAmountOf), {is_unit(_726{???EMOT}, _712{???OBJ}, _698{???PERS})}),  (contraryFeelings(_684{???EMOT}, _670{???NEG}), feelsTowardsObjectToDegree(_642{???PERS}, _656{???OBJ}, _684{???EMOT}, positiveAmountOf), {is_unit(_670{???NEG}, _656{???OBJ}, _642{???PERS})}==>feelsTowardsObjectToDegree(_642{???PERS}, _656{???OBJ}, _670{???NEG}, noAmountOf))]).
  11535.  
  11536.  
  11537. % ~contraryFeelings(_226{???EMOT}, _240{???NEG}) :-
  11538. %   feelsTowardsObjectToDegree(_254{???PERS},
  11539. %                  _268{???OBJ},
  11540. %                  _226{???EMOT},
  11541. %                  positiveAmountOf),
  11542. %   ~feelsTowardsObjectToDegree(_254{???PERS}, _268{???OBJ}, _240{???NEG}, noAmountOf).
  11543. % ~feelsTowardsObjectToDegree(_158{???PERS}, _172{???OBJ}, _186{???EMOT}, positiveAmountOf) :-
  11544. %   contraryFeelings(_186{???EMOT}, _200{???NEG}),
  11545. %   ~feelsTowardsObjectToDegree(_158{???PERS}, _172{???OBJ}, _200{???NEG}, noAmountOf).
  11546. % feelsTowardsObjectToDegree(_102{???PERS}, _116{???OBJ}, _130{???NEG}, noAmountOf) :-
  11547. %   contraryFeelings(_144{???EMOT}, _130{???NEG}),
  11548. %   feelsTowardsObjectToDegree(_102{???PERS},
  11549. %                  _116{???OBJ},
  11550. %                  _144{???EMOT},
  11551. %                  positiveAmountOf).
  11552.  
  11553.  
  11554. % asserted_id(implies(and(genls(FEELING, GENLSFEEL), feelsTowardsObjectToDegree(A, O, FEELING, VAL)), feelsTowardsObjectToDegree(A, O, GENLSFEEL, VAL)), a309074(FEELING, GENLSFEEL, A, O, VAL)).
  11555. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  11556. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  11557.  kif:-all(_213020,all(_213040,all(_213060,all(_213080,all(_213100,implies(and(genls(_213020,_213080),feelsTowardsObjectToDegree(_213040,_213060,_213020,_213100)),feelsTowardsObjectToDegree(_213040,_213060,_213080,_213100)))))))
  11558.  pkif:-all(_212966,all(_212986,all(_213006,all(_213026,all(_213046,=>(&(genls(_212966,_213026),feelsTowardsObjectToDegree(_212986,_213006,_212966,_213046)),feelsTowardsObjectToDegree(_212986,_213006,_213026,_213046)))))))
  11559. % cnf :-
  11560. %   v(v(~genls(_134{???FEELING}, _148{???GENLSFEEL}),
  11561. %       ~feelsTowardsObjectToDegree(_162{???A}, _176{???O}, _134{???FEELING}, _190{???VAL})),
  11562. %     feelsTowardsObjectToDegree(_162{???A},
  11563. %                    _176{???O},
  11564. %                    _148{???GENLSFEEL},
  11565. %                    _190{???VAL})).
  11566.  horn:-[(~genls(_214350,_214364):-feelsTowardsObjectToDegree(_214394,_214408,_214350,_214422),~feelsTowardsObjectToDegree(_214394,_214408,_214364,_214422)),(~feelsTowardsObjectToDegree(_214476,_214490,_214504,_214518):-genls(_214504,_214544),~feelsTowardsObjectToDegree(_214476,_214490,_214544,_214518)),(feelsTowardsObjectToDegree(_214594,_214608,_214622,_214636):-genls(_214662,_214622),feelsTowardsObjectToDegree(_214594,_214608,_214662,_214636))]
  11567. % boxlog :-
  11568. %  
  11569. %   [ (~genls(_862{???FEELING}, _876{???GENLSFEEL}):-feelsTowardsObjectToDegree(_890{???A}, _904{???O}, _862{???FEELING}, _918{???VAL}), ~feelsTowardsObjectToDegree(_890{???A}, _904{???O}, _876{???GENLSFEEL}, _918{???VAL})),
  11570. %     (~feelsTowardsObjectToDegree(_792{???A}, _806{???O}, _820{???FEELING}, _834{???VAL}):-genls(_820{???FEELING}, _848{???GENLSFEEL}), ~feelsTowardsObjectToDegree(_792{???A}, _806{???O}, _848{???GENLSFEEL}, _834{???VAL})),
  11571. %     (feelsTowardsObjectToDegree(_722{???A}, _736{???O}, _750{???GENLSFEEL}, _764{???VAL}):-genls(_778{???FEELING}, _750{???GENLSFEEL}), feelsTowardsObjectToDegree(_722{???A}, _736{???O}, _778{???FEELING}, _764{???VAL}))
  11572. %   ].
  11573. % preview :-
  11574. %  
  11575. %   [ (feelsTowardsObjectToDegree(_854{???A}, _868{???O}, _826{???FEELING}, _882{???VAL}), ~feelsTowardsObjectToDegree(_854{???A}, _868{???O}, _840{???GENLSFEEL}, _882{???VAL}), {is_unit(_840{???GENLSFEEL}, _826{???FEELING})}-> ~genls(_826{???FEELING}, _840{???GENLSFEEL})),
  11576. %     (genls(_784{???FEELING}, _812{???GENLSFEEL}), {avoidHeadLoop(feelsTowardsObjectToDegree(_756{???A}, _770{???O}, _812{???GENLSFEEL}, _798{???VAL}), feelsTowardsObjectToDegree(_756{???A}, _770{???O}, _784{???FEELING}, _798{???VAL}))}, ~feelsTowardsObjectToDegree(_756{???A}, _770{???O}, _812{???GENLSFEEL}, _798{???VAL}), {is_unit(_798{???VAL}, _784{???FEELING}, _770{???O}, _756{???A})}-> ~feelsTowardsObjectToDegree(_756{???A}, _770{???O}, _784{???FEELING}, _798{???VAL})),
  11577. %     (genls(_742{???FEELING}, _714{???GENLSFEEL}), feelsTowardsObjectToDegree(_686{???A}, _700{???O}, _742{???FEELING}, _728{???VAL}), {is_unit(_728{???VAL}, _714{???GENLSFEEL}, _700{???O}, _686{???A})}==>feelsTowardsObjectToDegree(_686{???A}, _700{???O}, _714{???GENLSFEEL}, _728{???VAL}))
  11578. %   ].
  11579. % conds= =>((name_variable(_808{???FEELING}, 'FEELING'), name_variable(_822{???GENLSFEEL}, 'GENLSFEEL'), name_variable(_836{???A}, 'A'), name_variable(_850{???O}, 'O'), name_variable(_864{???VAL}, 'VAL'), name_variable(_738{???A}, 'A'), name_variable(_752{???O}, 'O'), name_variable(_766{???FEELING}, 'FEELING'), name_variable(_780{???VAL}, 'VAL'), name_variable(_794{???GENLSFEEL}, 'GENLSFEEL'), name_variable(_724{???FEELING}, 'FEELING'), name_variable(_696{???GENLSFEEL}, 'GENLSFEEL'), name_variable(_668{???A}, 'A'), name_variable(_682{???O}, 'O'), name_variable(_710{???VAL}, 'VAL')), [(~genls(_808{???FEELING}, _822{???GENLSFEEL})<-feelsTowardsObjectToDegree(_836{???A}, _850{???O}, _808{???FEELING}, _864{???VAL}), ~feelsTowardsObjectToDegree(_836{???A}, _850{???O}, _822{???GENLSFEEL}, _864{???VAL}), {is_unit(_822{???GENLSFEEL}, _808{???FEELING})}),  (~feelsTowardsObjectToDegree(_738{???A}, _752{???O}, _766{???FEELING}, _780{???VAL})<-genls(_766{???FEELING}, _794{???GENLSFEEL}), {avoidHeadLoop(feelsTowardsObjectToDegree(_738{???A}, _752{???O}, _794{???GENLSFEEL}, _780{???VAL}), feelsTowardsObjectToDegree(_738{???A}, _752{???O}, _766{???FEELING}, _780{???VAL}))}, ~feelsTowardsObjectToDegree(_738{???A}, _752{???O}, _794{???GENLSFEEL}, _780{???VAL}), {is_unit(_780{???VAL}, _766{???FEELING}, _752{???O}, _738{???A})}),  (genls(_724{???FEELING}, _696{???GENLSFEEL}), feelsTowardsObjectToDegree(_668{???A}, _682{???O}, _724{???FEELING}, _710{???VAL}), {is_unit(_710{???VAL}, _696{???GENLSFEEL}, _682{???O}, _668{???A})}==>feelsTowardsObjectToDegree(_668{???A}, _682{???O}, _696{???GENLSFEEL}, _710{???VAL}))]).
  11580.  
  11581.  
  11582. % ~genls(_256{???FEELING}, _270{???GENLSFEEL}) :-
  11583. %   feelsTowardsObjectToDegree(_284{???A},
  11584. %                  _298{???O},
  11585. %                  _256{???FEELING},
  11586. %                  _312{???VAL}),
  11587. %   ~feelsTowardsObjectToDegree(_284{???A}, _298{???O}, _270{???GENLSFEEL}, _312{???VAL}).
  11588. % ~feelsTowardsObjectToDegree(_172{???A}, _186{???O}, _200{???FEELING}, _214{???VAL}) :-
  11589. %   genls(_200{???FEELING}, _228{???GENLSFEEL}),
  11590. %   ~feelsTowardsObjectToDegree(_172{???A}, _186{???O}, _228{???GENLSFEEL}, _214{???VAL}).
  11591. % feelsTowardsObjectToDegree(_102{???A}, _116{???O}, _130{???GENLSFEEL}, _144{???VAL}) :-
  11592. %   genls(_158{???FEELING}, _130{???GENLSFEEL}),
  11593. %   feelsTowardsObjectToDegree(_102{???A},
  11594. %                  _116{???O},
  11595. %                  _158{???FEELING},
  11596. %                  _144{???VAL}).
  11597.  
  11598.  
  11599. % asserted_id(implies(loves(X, Y), feelsTowardsObjectToDegree(X, Y, vtLove, positiveAmountOf)), a309075(X, Y)).
  11600. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  11601. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  11602.  kif:-all(_213016,all(_213036,implies(loves(_213016,_213036),feelsTowardsObjectToDegree(_213016,_213036,vtLove,positiveAmountOf))))
  11603.  pkif:-all(_212962,all(_212982,=>(loves(_212962,_212982),feelsTowardsObjectToDegree(_212962,_212982,vtLove,positiveAmountOf))))
  11604. % cnf :-
  11605. %   v(~loves(_118{???X}, _132{???Y}),
  11606. %     feelsTowardsObjectToDegree(_118{???X},
  11607. %                    _132{???Y},
  11608. %                    vtLove,
  11609. %                    positiveAmountOf)).
  11610.  horn:-[(~loves(_213510,_213524):- ~feelsTowardsObjectToDegree(_213510,_213524,vtLove,positiveAmountOf)),(feelsTowardsObjectToDegree(_213574,_213588,vtLove,positiveAmountOf):-loves(_213574,_213588))]
  11611. % boxlog :-
  11612. %  
  11613. %   [ (~loves(_8778{???X}, _8792{???Y}):- ~feelsTowardsObjectToDegree(_8778{???X}, _8792{???Y}, vtLove, positiveAmountOf)),
  11614. %     (feelsTowardsObjectToDegree(_8742{???X}, _8756{???Y}, vtLove, positiveAmountOf):-loves(_8742{???X}, _8756{???Y}))
  11615. %   ].
  11616. % preview :-
  11617. %  
  11618. %   [ (~feelsTowardsObjectToDegree(_568{???X}, _582{???Y}, vtLove, positiveAmountOf), {is_unit(_582{???Y}, _568{???X})}==> ~loves(_568{???X}, _582{???Y})),
  11619. %     (loves(_540{???X}, _554{???Y}), {is_unit(_554{???Y}, _540{???X})}==>feelsTowardsObjectToDegree(_540{???X}, _554{???Y}, vtLove, positiveAmountOf))
  11620. %   ].
  11621. % conds= =>((name_variable(_550{???X}, 'X'), name_variable(_564{???Y}, 'Y'), name_variable(_522{???X}, 'X'), name_variable(_536{???Y}, 'Y')), [(~feelsTowardsObjectToDegree(_550{???X}, _564{???Y}, vtLove, positiveAmountOf), {is_unit(_564{???Y}, _550{???X})}==> ~loves(_550{???X}, _564{???Y})),  (loves(_522{???X}, _536{???Y}), {is_unit(_536{???Y}, _522{???X})}==>feelsTowardsObjectToDegree(_522{???X}, _536{???Y}, vtLove, positiveAmountOf))]).
  11622.  
  11623.  
  11624. % ~loves(_130{???X}, _144{???Y}) :-
  11625. %   ~feelsTowardsObjectToDegree(_130{???X}, _144{???Y}, vtLove, positiveAmountOf).
  11626. % feelsTowardsObjectToDegree(_102{???X}, _116{???Y}, vtLove, positiveAmountOf) :-
  11627. %   loves(_102{???X}, _116{???Y}).
  11628.  
  11629.  
  11630. % asserted_id(implies(and(isa(COUNTRY, tGroupedIndependentCountry), citizens(COUNTRY, PERSON)), feelsTowardsObjectToDegree(PERSON, COUNTRY, vtLoyalty, mediumToVeryHighAmountOf)), a309076(COUNTRY, PERSON)).
  11631. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  11632. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  11633.  kif:-all(_213156,all(_213176,implies(and(isa(_213156,tGroupedIndependentCountry),citizens(_213156,_213176)),feelsTowardsObjectToDegree(_213176,_213156,vtLoyalty,mediumToVeryHighAmountOf))))
  11634.  pkif:-all(_213102,all(_213122,=>(&(isa(_213102,tGroupedIndependentCountry),citizens(_213102,_213122)),feelsTowardsObjectToDegree(_213122,_213102,vtLoyalty,mediumToVeryHighAmountOf))))
  11635. % cnf :-
  11636. %   v(v(~isa(_130{???COUNTRY}, tGroupedIndependentCountry),
  11637. %       ~citizens(_130{???COUNTRY}, _144{???PERSON})),
  11638. %     feelsTowardsObjectToDegree(_144{???PERSON},
  11639. %                    _130{???COUNTRY},
  11640. %                    vtLoyalty,
  11641. %                    mediumToVeryHighAmountOf)).
  11642.  horn:-[(~citizens(_214038,_214052):-isa(_214038,tGroupedIndependentCountry),~feelsTowardsObjectToDegree(_214052,_214038,vtLoyalty,mediumToVeryHighAmountOf)),(~isa(_214114,tGroupedIndependentCountry):-citizens(_214114,_214140),~feelsTowardsObjectToDegree(_214140,_214114,vtLoyalty,mediumToVeryHighAmountOf)),(feelsTowardsObjectToDegree(_214190,_214204,vtLoyalty,mediumToVeryHighAmountOf):-isa(_214204,tGroupedIndependentCountry),citizens(_214204,_214190))]
  11643. % boxlog :-
  11644. %  
  11645. %   [ (~citizens(_656{???COUNTRY}, _670{???PERSON}):-isa(_656{???COUNTRY}, tGroupedIndependentCountry), ~feelsTowardsObjectToDegree(_670{???PERSON}, _656{???COUNTRY}, vtLoyalty, mediumToVeryHighAmountOf)),
  11646. %     (~isa(_684{???COUNTRY}, tGroupedIndependentCountry):-citizens(_684{???COUNTRY}, _698{???PERSON}), ~feelsTowardsObjectToDegree(_698{???PERSON}, _684{???COUNTRY}, vtLoyalty, mediumToVeryHighAmountOf)),
  11647. %     (feelsTowardsObjectToDegree(_628{???PERSON}, _642{???COUNTRY}, vtLoyalty, mediumToVeryHighAmountOf):-isa(_642{???COUNTRY}, tGroupedIndependentCountry), citizens(_642{???COUNTRY}, _628{???PERSON}))
  11648. %   ].
  11649. % preview :-
  11650. %  
  11651. %   [ (isa(_620{???COUNTRY}, tGroupedIndependentCountry), ~feelsTowardsObjectToDegree(_634{???PERSON}, _620{???COUNTRY}, vtLoyalty, mediumToVeryHighAmountOf), {is_unit(_634{???PERSON}, _620{???COUNTRY})}-> ~citizens(_620{???COUNTRY}, _634{???PERSON})),
  11652. %     (citizens(_648{???COUNTRY}, _662{???PERSON}), ~feelsTowardsObjectToDegree(_662{???PERSON}, _648{???COUNTRY}, vtLoyalty, mediumToVeryHighAmountOf), {is_unit(_648{???COUNTRY})}-> ~isa(_648{???COUNTRY}, tGroupedIndependentCountry)),
  11653. %     (isa(_606{???COUNTRY}, tGroupedIndependentCountry), citizens(_606{???COUNTRY}, _592{???PERSON}), {is_unit(_606{???COUNTRY}, _592{???PERSON})}==>feelsTowardsObjectToDegree(_592{???PERSON}, _606{???COUNTRY}, vtLoyalty, mediumToVeryHighAmountOf))
  11654. %   ].
  11655. % conds= =>((name_variable(_602{???COUNTRY}, 'COUNTRY'), name_variable(_616{???PERSON}, 'PERSON'), name_variable(_630{???COUNTRY}, 'COUNTRY'), name_variable(_644{???PERSON}, 'PERSON'), name_variable(_588{???COUNTRY}, 'COUNTRY'), name_variable(_574{???PERSON}, 'PERSON')), [(~citizens(_602{???COUNTRY}, _616{???PERSON})<-isa(_602{???COUNTRY}, tGroupedIndependentCountry), ~feelsTowardsObjectToDegree(_616{???PERSON}, _602{???COUNTRY}, vtLoyalty, mediumToVeryHighAmountOf), {is_unit(_616{???PERSON}, _602{???COUNTRY})}),  (~isa(_630{???COUNTRY}, tGroupedIndependentCountry)<-citizens(_630{???COUNTRY}, _644{???PERSON}), ~feelsTowardsObjectToDegree(_644{???PERSON}, _630{???COUNTRY}, vtLoyalty, mediumToVeryHighAmountOf), {is_unit(_630{???COUNTRY})}),  (isa(_588{???COUNTRY}, tGroupedIndependentCountry), citizens(_588{???COUNTRY}, _574{???PERSON}), {is_unit(_588{???COUNTRY}, _574{???PERSON})}==>feelsTowardsObjectToDegree(_574{???PERSON}, _588{???COUNTRY}, vtLoyalty, mediumToVeryHighAmountOf))]).
  11656.  
  11657.  
  11658. % ~citizens(_130{???COUNTRY}, _144{???PERSON}) :-
  11659. %   isa(_130{???COUNTRY}, tGroupedIndependentCountry),
  11660. %   ~feelsTowardsObjectToDegree(_144{???PERSON}, _130{???COUNTRY}, vtLoyalty, mediumToVeryHighAmountOf).
  11661. % ~isa(_134{???COUNTRY}, tGroupedIndependentCountry) :-
  11662. %   citizens(_134{???COUNTRY}, _148{???PERSON}),
  11663. %   ~feelsTowardsObjectToDegree(_148{???PERSON}, _134{???COUNTRY}, vtLoyalty, mediumToVeryHighAmountOf).
  11664. % feelsTowardsObjectToDegree(_102{???PERSON}, _116{???COUNTRY}, vtLoyalty, mediumToVeryHighAmountOf) :-
  11665. %   isa(_116{???COUNTRY}, tGroupedIndependentCountry),
  11666. %   citizens(_116{???COUNTRY}, _102{???PERSON}).
  11667.  
  11668.  
  11669. % asserted_id(implies(and(isa(SOC, actSociabilityBasedAction), socialParticipants(SOC, BEING_1), socialParticipants(SOC, BEING_2)), goals(BEING_1, feelsTowardsObjectToDegree(BEING_2, BEING_1, vtRespect, mediumToVeryHighAmountOf))), a309077(SOC, BEING_1, BEING_2)).
  11670. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  11671. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  11672.  kif:-all(_213374,all(_213394,all(_213414,implies(and(isa(_213374,actSociabilityBasedAction),socialParticipants(_213374,_213394),socialParticipants(_213374,_213414)),goals(_213394,feelsTowardsObjectToDegree(_213414,_213394,vtRespect,mediumToVeryHighAmountOf))))))
  11673.  pkif:-all(_213324,all(_213344,all(_213364,=>(&(isa(_213324,actSociabilityBasedAction),&(socialParticipants(_213324,_213344),socialParticipants(_213324,_213364))),goals(_213344,feelsTowardsObjectToDegree(_213364,_213344,vtRespect,mediumToVeryHighAmountOf))))))
  11674. % cnf :-
  11675. %   v(v(~isa(_144{???SOC}, actSociabilityBasedAction),
  11676. %       v(~socialParticipants(_144{???SOC}, _158{???BEING_1}),
  11677. %         ~socialParticipants(_144{???SOC}, _172{???BEING_2}))),
  11678. %     goals(_158{???BEING_1},
  11679. %       feelsTowardsObjectToDegree(_172{???BEING_2},
  11680. %                      _158{???BEING_1},
  11681. %                      vtRespect,
  11682. %                      mediumToVeryHighAmountOf))).
  11683.  horn:-[(~isa(_215020,actSociabilityBasedAction):-socialParticipants(_215020,_215046),socialParticipants(_215020,_215072),~goals(_215046,feelsTowardsObjectToDegree(_215072,_215046,vtRespect,mediumToVeryHighAmountOf))),(~socialParticipants(_215128,_215142):-isa(_215128,actSociabilityBasedAction),socialParticipants(_215128,_215180),~goals(_215180,feelsTowardsObjectToDegree(_215142,_215180,vtRespect,mediumToVeryHighAmountOf))),(~socialParticipants(_215236,_215250):-isa(_215236,actSociabilityBasedAction),socialParticipants(_215236,_215288),~goals(_215250,feelsTowardsObjectToDegree(_215288,_215250,vtRespect,mediumToVeryHighAmountOf))),(goals(_215340,feelsTowardsObjectToDegree(_215364,_215340,vtRespect,mediumToVeryHighAmountOf)):-isa(_215390,actSociabilityBasedAction),socialParticipants(_215390,_215340),socialParticipants(_215390,_215364))]
  11684. % boxlog :-
  11685. %  
  11686. %   [ (~isa(_848{???SOC}, actSociabilityBasedAction):-socialParticipants(_848{???SOC}, _862{???BEING_1}), socialParticipants(_848{???SOC}, _876{???BEING_2}), ~goals(_862{???BEING_1}, feelsTowardsObjectToDegree(_876{???BEING_2}, _862{???BEING_1}, vtRespect, mediumToVeryHighAmountOf))),
  11687. %     (~socialParticipants(_764{???SOC}, _778{???BEING_2}):-isa(_764{???SOC}, actSociabilityBasedAction), socialParticipants(_764{???SOC}, _792{???BEING_1}), ~goals(_792{???BEING_1}, feelsTowardsObjectToDegree(_778{???BEING_2}, _792{???BEING_1}, vtRespect, mediumToVeryHighAmountOf))),
  11688. %     (~socialParticipants(_806{???SOC}, _820{???BEING_1}):-isa(_806{???SOC}, actSociabilityBasedAction), socialParticipants(_806{???SOC}, _834{???BEING_2}), ~goals(_820{???BEING_1}, feelsTowardsObjectToDegree(_834{???BEING_2}, _820{???BEING_1}, vtRespect, mediumToVeryHighAmountOf))),
  11689. %     (goals(_722{???BEING_1}, feelsTowardsObjectToDegree(_736{???BEING_2}, _722{???BEING_1}, vtRespect, mediumToVeryHighAmountOf)):-isa(_750{???SOC}, actSociabilityBasedAction), socialParticipants(_750{???SOC}, _722{???BEING_1}), socialParticipants(_750{???SOC}, _736{???BEING_2}))
  11690. %   ].
  11691. % preview :-
  11692. %  
  11693. %   [ (socialParticipants(_812{???SOC}, _826{???BEING_1}), socialParticipants(_812{???SOC}, _840{???BEING_2}), ~goals(_826{???BEING_1}, feelsTowardsObjectToDegree(_840{???BEING_2}, _826{???BEING_1}, vtRespect, mediumToVeryHighAmountOf)), {is_unit(_812{???SOC})}-> ~isa(_812{???SOC}, actSociabilityBasedAction)),
  11694. %     (isa(_728{???SOC}, actSociabilityBasedAction), {avoidHeadLoop(socialParticipants(_728{???SOC}, _756{???BEING_1}), socialParticipants(_728{???SOC}, _742{???BEING_2}))}, socialParticipants(_728{???SOC}, _756{???BEING_1}), ~goals(_756{???BEING_1}, feelsTowardsObjectToDegree(_742{???BEING_2}, _756{???BEING_1}, vtRespect, mediumToVeryHighAmountOf)), {is_unit(_742{???BEING_2}, _728{???SOC})}-> ~socialParticipants(_728{???SOC}, _742{???BEING_2})),
  11695. %     (isa(_770{???SOC}, actSociabilityBasedAction), {avoidHeadLoop(socialParticipants(_770{???SOC}, _798{???BEING_2}), socialParticipants(_770{???SOC}, _784{???BEING_1}))}, socialParticipants(_770{???SOC}, _798{???BEING_2}), ~goals(_784{???BEING_1}, feelsTowardsObjectToDegree(_798{???BEING_2}, _784{???BEING_1}, vtRespect, mediumToVeryHighAmountOf)), {is_unit(_784{???BEING_1}, _770{???SOC})}-> ~socialParticipants(_770{???SOC}, _784{???BEING_1})),
  11696. %     (isa(_714{???SOC}, actSociabilityBasedAction), socialParticipants(_714{???SOC}, _686{???BEING_1}), socialParticipants(_714{???SOC}, _700{???BEING_2}), {is_unit(_686{???BEING_1}, _700{???BEING_2})}==>goals(_686{???BEING_1}, feelsTowardsObjectToDegree(_700{???BEING_2}, _686{???BEING_1}, vtRespect, mediumToVeryHighAmountOf)))
  11697. %   ].
  11698. % conds= =>((name_variable(_794{???SOC}, 'SOC'), name_variable(_808{???BEING_1}, 'BEING_1'), name_variable(_822{???BEING_2}, 'BEING_2'), name_variable(_710{???SOC}, 'SOC'), name_variable(_724{???BEING_2}, 'BEING_2'), name_variable(_738{???BEING_1}, 'BEING_1'), name_variable(_752{???SOC}, 'SOC'), name_variable(_766{???BEING_1}, 'BEING_1'), name_variable(_780{???BEING_2}, 'BEING_2'), name_variable(_696{???SOC}, 'SOC'), name_variable(_668{???BEING_1}, 'BEING_1'), name_variable(_682{???BEING_2}, 'BEING_2')), [(~isa(_794{???SOC}, actSociabilityBasedAction)<-socialParticipants(_794{???SOC}, _808{???BEING_1}), socialParticipants(_794{???SOC}, _822{???BEING_2}), ~goals(_808{???BEING_1}, feelsTowardsObjectToDegree(_822{???BEING_2}, _808{???BEING_1}, vtRespect, mediumToVeryHighAmountOf)), {is_unit(_794{???SOC})}),  (~socialParticipants(_710{???SOC}, _724{???BEING_2})<-isa(_710{???SOC}, actSociabilityBasedAction), {avoidHeadLoop(socialParticipants(_710{???SOC}, _738{???BEING_1}), socialParticipants(_710{???SOC}, _724{???BEING_2}))}, socialParticipants(_710{???SOC}, _738{???BEING_1}), ~goals(_738{???BEING_1}, feelsTowardsObjectToDegree(_724{???BEING_2}, _738{???BEING_1}, vtRespect, mediumToVeryHighAmountOf)), {is_unit(_724{???BEING_2}, _710{???SOC})}),  (~socialParticipants(_752{???SOC}, _766{???BEING_1})<-isa(_752{???SOC}, actSociabilityBasedAction), {avoidHeadLoop(socialParticipants(_752{???SOC}, _780{???BEING_2}), socialParticipants(_752{???SOC}, _766{???BEING_1}))}, socialParticipants(_752{???SOC}, _780{???BEING_2}), ~goals(_766{???BEING_1}, feelsTowardsObjectToDegree(_780{???BEING_2}, _766{???BEING_1}, vtRespect, mediumToVeryHighAmountOf)), {is_unit(_766{???BEING_1}, _752{???SOC})}),  (isa(_696{???SOC}, actSociabilityBasedAction), socialParticipants(_696{???SOC}, _668{???BEING_1}), socialParticipants(_696{???SOC}, _682{???BEING_2}), {is_unit(_668{???BEING_1}, _682{???BEING_2})}==>goals(_668{???BEING_1}, feelsTowardsObjectToDegree(_682{???BEING_2}, _668{???BEING_1}, vtRespect, mediumToVeryHighAmountOf)))]).
  11699.  
  11700.  
  11701. % ~isa(_238{???SOC}, actSociabilityBasedAction) :-
  11702. %   socialParticipants(_238{???SOC}, _252{???BEING_1}),
  11703. %   socialParticipants(_238{???SOC}, _266{???BEING_2}),
  11704. %   ~goals(_252{???BEING_1}, feelsTowardsObjectToDegree(_266{???BEING_2}, _252{???BEING_1}, vtRespect, mediumToVeryHighAmountOf)).
  11705. % ~socialParticipants(_144{???SOC}, _158{???BEING_2}) :-
  11706. %   isa(_144{???SOC}, actSociabilityBasedAction),
  11707. %   socialParticipants(_144{???SOC}, _172{???BEING_1}),
  11708. %   ~goals(_172{???BEING_1}, feelsTowardsObjectToDegree(_158{???BEING_2}, _172{???BEING_1}, vtRespect, mediumToVeryHighAmountOf)).
  11709. % ~socialParticipants(_144{???SOC}, _158{???BEING_1}) :-
  11710. %   isa(_144{???SOC}, actSociabilityBasedAction),
  11711. %   socialParticipants(_144{???SOC}, _172{???BEING_2}),
  11712. %   ~goals(_158{???BEING_1}, feelsTowardsObjectToDegree(_172{???BEING_2}, _158{???BEING_1}, vtRespect, mediumToVeryHighAmountOf)).
  11713. % goals(_102{???BEING_1}, feelsTowardsObjectToDegree(_116{???BEING_2}, _102{???BEING_1}, vtRespect, mediumToVeryHighAmountOf)) :-
  11714. %   isa(_130{???SOC}, actSociabilityBasedAction),
  11715. %   socialParticipants(_130{???SOC}, _102{???BEING_1}),
  11716. %   socialParticipants(_130{???SOC}, _116{???BEING_2}).
  11717.  
  11718.  
  11719. % asserted_id(implies(and(isa(EE, eventExcreting), doneBy(EE, DOER), termOfUnit(OPENSPACEAROUND_NATFN, uR(iFreeSpaceContentAroundFn, DOER))), toLocation(EE, OPENSPACEAROUND_NATFN)), a309078(EE, DOER, OPENSPACEAROUND_NATFN)).
  11720. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  11721. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  11722.  kif:-all(_213518,all(_213538,all(_213558,implies(and(isa(_213518,eventExcreting),doneBy(_213518,_213538),termOfUnit(_213558,uR(iFreeSpaceContentAroundFn,_213538))),toLocation(_213518,_213558)))))
  11723.  pkif:-all(_213468,all(_213488,all(_213508,=>(&(isa(_213468,eventExcreting),&(doneBy(_213468,_213488),termOfUnit(_213508,uR(iFreeSpaceContentAroundFn,_213488)))),toLocation(_213468,_213508)))))
  11724. % cnf :-
  11725. %   v(v(~isa(_140{???EE}, eventExcreting),
  11726. %       v(~doneBy(_140{???EE}, _154{???DOER}),
  11727. %         ~termOfUnit(_168{???OPENSPACEAROUND_NATFN}, uR(iFreeSpaceContentAroundFn, _154{???DOER})))),
  11728. %     toLocation(_140{???EE}, _168{???OPENSPACEAROUND_NATFN})).
  11729.  horn:-[(~doneBy(_215096,_215110):-isa(_215096,eventExcreting),termOfUnit(_215148,uR(iFreeSpaceContentAroundFn,_215110)),~toLocation(_215096,_215148)),(~isa(_215200,eventExcreting):-doneBy(_215200,_215226),termOfUnit(_215252,uR(iFreeSpaceContentAroundFn,_215226)),~toLocation(_215200,_215252)),(~termOfUnit(_215304,uR(iFreeSpaceContentAroundFn,_215324)):-isa(_215350,eventExcreting),doneBy(_215350,_215324),~toLocation(_215350,_215304)),(toLocation(_215404,_215418):-isa(_215404,eventExcreting),doneBy(_215404,_215456),termOfUnit(_215418,uR(iFreeSpaceContentAroundFn,_215456)))]
  11730. % boxlog :-
  11731. %  
  11732. %   [ (~doneBy(_790{???EE}, _804{???DOER}):-isa(_790{???EE}, eventExcreting), termOfUnit(_818{???OPENSPACEAROUND_NATFN}, uR(iFreeSpaceContentAroundFn, _804{???DOER})), ~toLocation(_790{???EE}, _818{???OPENSPACEAROUND_NATFN})),
  11733. %     (~isa(_832{???EE}, eventExcreting):-doneBy(_832{???EE}, _846{???DOER}), termOfUnit(_860{???OPENSPACEAROUND_NATFN}, uR(iFreeSpaceContentAroundFn, _846{???DOER})), ~toLocation(_832{???EE}, _860{???OPENSPACEAROUND_NATFN})),
  11734. %     (~termOfUnit(_748{???OPENSPACEAROUND_NATFN}, uR(iFreeSpaceContentAroundFn, _762{???DOER})):-isa(_776{???EE}, eventExcreting), doneBy(_776{???EE}, _762{???DOER}), ~toLocation(_776{???EE}, _748{???OPENSPACEAROUND_NATFN})),
  11735. %     (toLocation(_706{???EE}, _720{???OPENSPACEAROUND_NATFN}):-isa(_706{???EE}, eventExcreting), doneBy(_706{???EE}, _734{???DOER}), termOfUnit(_720{???OPENSPACEAROUND_NATFN}, uR(iFreeSpaceContentAroundFn, _734{???DOER})))
  11736. %   ].
  11737. % preview :-
  11738. %  
  11739. %   [ (isa(_754{???EE}, eventExcreting), ~toLocation(_754{???EE}, _782{???OPENSPACEAROUND_NATFN}), {is_unit(_754{???EE})}-> ~doneBy(_754{???EE}, _768{???DOER})),
  11740. %     (doneBy(_796{???EE}, _810{???DOER}), ~toLocation(_796{???EE}, _824{???OPENSPACEAROUND_NATFN}), {is_unit(_796{???EE})}-> ~isa(_796{???EE}, eventExcreting)),
  11741. %     (isa(_740{???EE}, eventExcreting), doneBy(_740{???EE}, _726{???DOER}), ~toLocation(_740{???EE}, _712{???OPENSPACEAROUND_NATFN}), {is_unit(_726{???DOER}, _712{???OPENSPACEAROUND_NATFN})}->different(_712{???OPENSPACEAROUND_NATFN}, uR(iFreeSpaceContentAroundFn, _726{???DOER}))),
  11742. %     (isa(_670{???EE}, eventExcreting), doneBy(_670{???EE}, _698{???DOER}), {is_unit(_670{???EE}, _698{???DOER})}==>if_missing(toLocation(_670{???EE}, _684{???OPENSPACEAROUND_NATFN}), toLocation(_670{???EE}, uR(iFreeSpaceContentAroundFn, _698{???DOER}))))
  11743. %   ].
  11744. % conds= =>((name_variable(_736{???EE}, 'EE'), name_variable(_750{???DOER}, 'DOER'), name_variable(_764{???OPENSPACEAROUND_NATFN}, 'OPENSPACEAROUND_NATFN'), name_variable(_778{???EE}, 'EE'), name_variable(_792{???DOER}, 'DOER'), name_variable(_806{???OPENSPACEAROUND_NATFN}, 'OPENSPACEAROUND_NATFN'), name_variable(_694{???OPENSPACEAROUND_NATFN}, 'OPENSPACEAROUND_NATFN'), name_variable(_708{???DOER}, 'DOER'), name_variable(_722{???EE}, 'EE'), name_variable(_652{???EE}, 'EE'), name_variable(_680{???DOER}, 'DOER'), name_variable(_666{???OPENSPACEAROUND_NATFN}, 'OPENSPACEAROUND_NATFN')), [(~doneBy(_736{???EE}, _750{???DOER})<-isa(_736{???EE}, eventExcreting), ~toLocation(_736{???EE}, _764{???OPENSPACEAROUND_NATFN}), {is_unit(_736{???EE})}),  (~isa(_778{???EE}, eventExcreting)<-doneBy(_778{???EE}, _792{???DOER}), ~toLocation(_778{???EE}, _806{???OPENSPACEAROUND_NATFN}), {is_unit(_778{???EE})}),  (different(_694{???OPENSPACEAROUND_NATFN}, uR(iFreeSpaceContentAroundFn, _708{???DOER}))<-isa(_722{???EE}, eventExcreting), doneBy(_722{???EE}, _708{???DOER}), ~toLocation(_722{???EE}, _694{???OPENSPACEAROUND_NATFN}), {is_unit(_708{???DOER}, _694{???OPENSPACEAROUND_NATFN})}),  (isa(_652{???EE}, eventExcreting), doneBy(_652{???EE}, _680{???DOER}), {is_unit(_652{???EE}, _680{???DOER})}==>if_missing(toLocation(_652{???EE}, _666{???OPENSPACEAROUND_NATFN}), toLocation(_652{???EE}, uR(iFreeSpaceContentAroundFn, _680{???DOER}))))]).
  11745.  
  11746.  
  11747. % ~doneBy(_196{???EE}, _210{???DOER}) :-
  11748. %   isa(_196{???EE}, eventExcreting),
  11749. %   termOfUnit(_224{???OPENSPACEAROUND_NATFN},
  11750. %          uR(iFreeSpaceContentAroundFn, _210{???DOER})),
  11751. %   ~toLocation(_196{???EE}, _224{???OPENSPACEAROUND_NATFN}).
  11752. % ~isa(_192{???EE}, eventExcreting) :-
  11753. %   doneBy(_192{???EE}, _206{???DOER}),
  11754. %   termOfUnit(_220{???OPENSPACEAROUND_NATFN},
  11755. %          uR(iFreeSpaceContentAroundFn, _206{???DOER})),
  11756. %   ~toLocation(_192{???EE}, _220{???OPENSPACEAROUND_NATFN}).
  11757. % ~termOfUnit(_144{???OPENSPACEAROUND_NATFN}, uR(iFreeSpaceContentAroundFn, _158{???DOER})) :-
  11758. %   isa(_172{???EE}, eventExcreting),
  11759. %   doneBy(_172{???EE}, _158{???DOER}),
  11760. %   ~toLocation(_172{???EE}, _144{???OPENSPACEAROUND_NATFN}).
  11761. % toLocation(_102{???EE}, _116{???OPENSPACEAROUND_NATFN}) :-
  11762. %   isa(_102{???EE}, eventExcreting),
  11763. %   doneBy(_102{???EE}, _130{???DOER}),
  11764. %   termOfUnit(_116{???OPENSPACEAROUND_NATFN},
  11765. %          uR(iFreeSpaceContentAroundFn, _130{???DOER})).
  11766.  
  11767.  
  11768. % asserted_id(implies(and(doneBy(EVENT, X), accompaniedBy(X, Y, EVENT)), or(isa(EVENT, actSingleDoerAction), doneBy(EVENT, Y))), a309079(EVENT, X, Y)).
  11769. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  11770. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  11771.  kif:-all(_213674,all(_213694,all(_213714,implies(and(doneBy(_213694,_213674),accompaniedBy(_213674,_213714,_213694)),or(isa(_213694,actSingleDoerAction),doneBy(_213694,_213714))))))
  11772.  pkif:-all(_213620,all(_213640,all(_213660,=>(&(doneBy(_213640,_213620),accompaniedBy(_213620,_213660,_213640)),v(isa(_213640,actSingleDoerAction),doneBy(_213640,_213660))))))
  11773. % cnf :-
  11774. %   v(v(isa(_140{???EVENT}, actSingleDoerAction),
  11775. %       doneBy(_140{???EVENT}, _168{???Y})),
  11776. %     v(~doneBy(_140{???EVENT}, _154{???X}),
  11777. %       ~accompaniedBy(_154{???X}, _168{???Y}, _140{???EVENT}))).
  11778.  horn:-[(~doneBy(_215208,_215222):- ~isa(_215208,actSingleDoerAction),~doneBy(_215208,_215268),accompaniedBy(_215222,_215268,_215208)),(~accompaniedBy(_215314,_215328,_215342):- ~isa(_215342,actSingleDoerAction),~doneBy(_215342,_215328),doneBy(_215342,_215314)),(doneBy(_215412,_215426):- ~isa(_215412,actSingleDoerAction),doneBy(_215412,_215468),accompaniedBy(_215468,_215426,_215412)),(isa(_215508,actSingleDoerAction):- ~doneBy(_215508,_215538),doneBy(_215508,_215564),accompaniedBy(_215564,_215538,_215508))]
  11779. % boxlog :-
  11780. %  
  11781. %   [ (~doneBy(_736{???EVENT}, _750{???X}):- ~isa(_736{???EVENT}, actSingleDoerAction), ~doneBy(_736{???EVENT}, _764{???Y}), accompaniedBy(_750{???X}, _764{???Y}, _736{???EVENT})),
  11782. %     (~accompaniedBy(_694{???X}, _708{???Y}, _722{???EVENT}):- ~isa(_722{???EVENT}, actSingleDoerAction), ~doneBy(_722{???EVENT}, _708{???Y}), doneBy(_722{???EVENT}, _694{???X})),
  11783. %     (doneBy(_778{???EVENT}, _792{???Y}):- ~isa(_778{???EVENT}, actSingleDoerAction), doneBy(_778{???EVENT}, _806{???X}), accompaniedBy(_806{???X}, _792{???Y}, _778{???EVENT})),
  11784. %     (isa(_820{???EVENT}, actSingleDoerAction):- ~doneBy(_820{???EVENT}, _834{???Y}), doneBy(_820{???EVENT}, _848{???X}), accompaniedBy(_848{???X}, _834{???Y}, _820{???EVENT}))
  11785. %   ].
  11786. % preview :-
  11787. %  
  11788. %   [ (~isa(_700{???EVENT}, actSingleDoerAction), {avoidHeadLoop(doneBy(_700{???EVENT}, _728{???Y}), doneBy(_700{???EVENT}, _714{???X}))}, ~doneBy(_700{???EVENT}, _728{???Y}), accompaniedBy(_714{???X}, _728{???Y}, _700{???EVENT}), {is_unit(_714{???X}, _700{???EVENT})}-> ~doneBy(_700{???EVENT}, _714{???X})),
  11789. %     (~isa(_686{???EVENT}, actSingleDoerAction), ~doneBy(_686{???EVENT}, _672{???Y}), doneBy(_686{???EVENT}, _658{???X}), {is_unit(_686{???EVENT}, _672{???Y}, _658{???X})}-> ~accompaniedBy(_658{???X}, _672{???Y}, _686{???EVENT})),
  11790. %     (~isa(_742{???EVENT}, actSingleDoerAction), doneBy(_742{???EVENT}, _770{???X}), accompaniedBy(_770{???X}, _756{???Y}, _742{???EVENT}), {is_unit(_756{???Y}, _742{???EVENT})}==>doneBy(_742{???EVENT}, _756{???Y})),
  11791. %     (~doneBy(_784{???EVENT}, _798{???Y}), doneBy(_784{???EVENT}, _812{???X}), accompaniedBy(_812{???X}, _798{???Y}, _784{???EVENT}), {is_unit(_784{???EVENT})}==>isa(_784{???EVENT}, actSingleDoerAction))
  11792. %   ].
  11793. % conds= =>((name_variable(_682{???EVENT}, 'EVENT'), name_variable(_696{???X}, 'X'), name_variable(_710{???Y}, 'Y'), name_variable(_640{???X}, 'X'), name_variable(_654{???Y}, 'Y'), name_variable(_668{???EVENT}, 'EVENT'), name_variable(_724{???EVENT}, 'EVENT'), name_variable(_752{???X}, 'X'), name_variable(_738{???Y}, 'Y'), name_variable(_766{???EVENT}, 'EVENT'), name_variable(_780{???Y}, 'Y'), name_variable(_794{???X}, 'X')), [(~doneBy(_682{???EVENT}, _696{???X})<- ~isa(_682{???EVENT}, actSingleDoerAction), {avoidHeadLoop(doneBy(_682{???EVENT}, _710{???Y}), doneBy(_682{???EVENT}, _696{???X}))}, ~doneBy(_682{???EVENT}, _710{???Y}), accompaniedBy(_696{???X}, _710{???Y}, _682{???EVENT}), {is_unit(_696{???X}, _682{???EVENT})}),  (~accompaniedBy(_640{???X}, _654{???Y}, _668{???EVENT})<- ~isa(_668{???EVENT}, actSingleDoerAction), ~doneBy(_668{???EVENT}, _654{???Y}), doneBy(_668{???EVENT}, _640{???X}), {is_unit(_668{???EVENT}, _654{???Y}, _640{???X})}),  (~isa(_724{???EVENT}, actSingleDoerAction), doneBy(_724{???EVENT}, _752{???X}), accompaniedBy(_752{???X}, _738{???Y}, _724{???EVENT}), {is_unit(_738{???Y}, _724{???EVENT})}==>doneBy(_724{???EVENT}, _738{???Y})),  (~doneBy(_766{???EVENT}, _780{???Y}), doneBy(_766{???EVENT}, _794{???X}), accompaniedBy(_794{???X}, _780{???Y}, _766{???EVENT}), {is_unit(_766{???EVENT})}==>isa(_766{???EVENT}, actSingleDoerAction))]).
  11794.  
  11795.  
  11796. % ~doneBy(_154{???EVENT}, _168{???X}) :-
  11797. %   ~isa(_154{???EVENT}, actSingleDoerAction),
  11798. %   ~doneBy(_154{???EVENT}, _182{???Y}),
  11799. %   accompaniedBy(_168{???X}, _182{???Y}, _154{???EVENT}).
  11800. % ~accompaniedBy(_102{???X}, _116{???Y}, _130{???EVENT}) :-
  11801. %   ~isa(_130{???EVENT}, actSingleDoerAction),
  11802. %   ~doneBy(_130{???EVENT}, _116{???Y}),
  11803. %   doneBy(_130{???EVENT}, _102{???X}).
  11804. % doneBy(_102{???EVENT}, _116{???Y}) :-
  11805. %   ~isa(_102{???EVENT}, actSingleDoerAction),
  11806. %   doneBy(_102{???EVENT}, _130{???X}),
  11807. %   accompaniedBy(_130{???X}, _116{???Y}, _102{???EVENT}).
  11808. % isa(_108{???EVENT}, actSingleDoerAction) :-
  11809. %   ~doneBy(_108{???EVENT}, _122{???Y}),
  11810. %   doneBy(_108{???EVENT}, _136{???X}),
  11811. %   accompaniedBy(_136{???X}, _122{???Y}, _108{???EVENT}).
  11812.  
  11813.  
  11814. % asserted_id(implies(accompaniedBy(X, Y, EVENT), doneBy(EVENT, X)), a309080(X, Y, EVENT)).
  11815. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  11816. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  11817.  kif:-all(_213758,all(_213778,all(_213798,implies(accompaniedBy(_213778,_213798,_213758),doneBy(_213758,_213778)))))
  11818.  pkif:-all(_213704,all(_213724,all(_213744,=>(accompaniedBy(_213724,_213744,_213704),doneBy(_213704,_213724)))))
  11819. % cnf :-
  11820. %   v(doneBy(_144{???EVENT}, _116{???X}),
  11821. %     ~accompaniedBy(_116{???X}, _130{???Y}, _144{???EVENT})).
  11822.  horn:-[(~accompaniedBy(_214326,_214340,_214354):- ~doneBy(_214354,_214326)),(doneBy(_214396,_214410):-accompaniedBy(_214410,_214432,_214396))]
  11823. % boxlog :-
  11824. %  
  11825. %   [ (~accompaniedBy(_8788{???X}, _8802{???Y}, _8816{???EVENT}):- ~doneBy(_8816{???EVENT}, _8788{???X})),
  11826. %     (doneBy(_8842{???EVENT}, _8856{???X}):-accompaniedBy(_8856{???X}, _8870{???Y}, _8842{???EVENT}))
  11827. %   ].
  11828. % preview :-
  11829. %  
  11830. %   [ (~doneBy(_586{???EVENT}, _558{???X}), {is_unit(_586{???EVENT}, _558{???X})}-> ~accompaniedBy(_558{???X}, _572{???Y}, _586{???EVENT})),
  11831. %     (accompaniedBy(_614{???X}, _628{???Y}, _600{???EVENT}), {is_unit(_614{???X}, _600{???EVENT})}==>doneBy(_600{???EVENT}, _614{???X}))
  11832. %   ].
  11833. % conds= =>((name_variable(_540{???X}, 'X'), name_variable(_554{???Y}, 'Y'), name_variable(_568{???EVENT}, 'EVENT'), name_variable(_596{???X}, 'X'), name_variable(_610{???Y}, 'Y'), name_variable(_582{???EVENT}, 'EVENT')), [(~accompaniedBy(_540{???X}, _554{???Y}, _568{???EVENT})<- ~doneBy(_568{???EVENT}, _540{???X}), {is_unit(_568{???EVENT}, _540{???X})}),  (accompaniedBy(_596{???X}, _610{???Y}, _582{???EVENT}), {is_unit(_596{???X}, _582{???EVENT})}==>doneBy(_582{???EVENT}, _596{???X}))]).
  11834.  
  11835.  
  11836. % ~accompaniedBy(_102{???X}, _116{???Y}, _130{???EVENT}) :-
  11837. %   ~doneBy(_130{???EVENT}, _102{???X}).
  11838. % doneBy(_108{???EVENT}, _122{???X}) :-
  11839. %   accompaniedBy(_122{???X}, _136{???Y}, _108{???EVENT}).
  11840.  
  11841.  
  11842. % asserted_id(implies(and(isa(ACT, eventRollingOver), doneBy(ACT, ANIMAL), objectActedOn(ACT, ANIMAL)), physicalActivityLevel(ACT, nartR(vMediumAmountFn, vtLevelOfPhysicalActivity))), a309081(ACT, ANIMAL)).
  11843. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  11844. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  11845.  kif:-all(_213914,all(_213934,implies(and(isa(_213914,eventRollingOver),doneBy(_213914,_213934),objectActedOn(_213914,_213934)),physicalActivityLevel(_213914,nartR(vMediumAmountFn,vtLevelOfPhysicalActivity)))))
  11846.  pkif:-all(_213864,all(_213884,=>(&(isa(_213864,eventRollingOver),&(doneBy(_213864,_213884),objectActedOn(_213864,_213884))),physicalActivityLevel(_213864,nartR(vMediumAmountFn,vtLevelOfPhysicalActivity)))))
  11847. % cnf :-
  11848. %   v(v(~isa(_140{???ACT}, eventRollingOver),
  11849. %       v(~doneBy(_140{???ACT}, _154{???ANIMAL}),
  11850. %         ~objectActedOn(_140{???ACT}, _154{???ANIMAL}))),
  11851. %     physicalActivityLevel(_140{???ACT},
  11852. %               nartR(vMediumAmountFn,
  11853. %                     vtLevelOfPhysicalActivity))).
  11854.  horn:-[(~doneBy(_215318,_215332):-isa(_215318,eventRollingOver),objectActedOn(_215318,_215332),~physicalActivityLevel(_215318,nartR(vMediumAmountFn,vtLevelOfPhysicalActivity))),(~isa(_215402,eventRollingOver):-doneBy(_215402,_215428),objectActedOn(_215402,_215428),~physicalActivityLevel(_215402,nartR(vMediumAmountFn,vtLevelOfPhysicalActivity))),(~objectActedOn(_215486,_215500):-isa(_215486,eventRollingOver),doneBy(_215486,_215500),~physicalActivityLevel(_215486,nartR(vMediumAmountFn,vtLevelOfPhysicalActivity))),(physicalActivityLevel(_215566,nartR(vMediumAmountFn,vtLevelOfPhysicalActivity)):-isa(_215566,eventRollingOver),doneBy(_215566,_215604),objectActedOn(_215566,_215604))]
  11855. % boxlog :-
  11856. %  
  11857. %   [ (~doneBy(_736{???ACT}, _750{???ANIMAL}):-isa(_736{???ACT}, eventRollingOver), objectActedOn(_736{???ACT}, _750{???ANIMAL}), ~physicalActivityLevel(_736{???ACT}, nartR(vMediumAmountFn, vtLevelOfPhysicalActivity))),
  11858. %     (~isa(_764{???ACT}, eventRollingOver):-doneBy(_764{???ACT}, _778{???ANIMAL}), objectActedOn(_764{???ACT}, _778{???ANIMAL}), ~physicalActivityLevel(_764{???ACT}, nartR(vMediumAmountFn, vtLevelOfPhysicalActivity))),
  11859. %     (~objectActedOn(_708{???ACT}, _722{???ANIMAL}):-isa(_708{???ACT}, eventRollingOver), doneBy(_708{???ACT}, _722{???ANIMAL}), ~physicalActivityLevel(_708{???ACT}, nartR(vMediumAmountFn, vtLevelOfPhysicalActivity))),
  11860. %     (physicalActivityLevel(_680{???ACT}, nartR(vMediumAmountFn, vtLevelOfPhysicalActivity)):-isa(_680{???ACT}, eventRollingOver), doneBy(_680{???ACT}, _694{???ANIMAL}), objectActedOn(_680{???ACT}, _694{???ANIMAL}))
  11861. %   ].
  11862. % preview :-
  11863. %  
  11864. %   [ (isa(_700{???ACT}, eventRollingOver), objectActedOn(_700{???ACT}, _714{???ANIMAL}), ~physicalActivityLevel(_700{???ACT}, nartR(vMediumAmountFn, vtLevelOfPhysicalActivity)), {is_unit(_714{???ANIMAL}, _700{???ACT})}-> ~doneBy(_700{???ACT}, _714{???ANIMAL})),
  11865. %     (doneBy(_728{???ACT}, _742{???ANIMAL}), objectActedOn(_728{???ACT}, _742{???ANIMAL}), ~physicalActivityLevel(_728{???ACT}, nartR(vMediumAmountFn, vtLevelOfPhysicalActivity)), {is_unit(_728{???ACT})}-> ~isa(_728{???ACT}, eventRollingOver)),
  11866. %     (isa(_672{???ACT}, eventRollingOver), doneBy(_672{???ACT}, _686{???ANIMAL}), ~physicalActivityLevel(_672{???ACT}, nartR(vMediumAmountFn, vtLevelOfPhysicalActivity)), {is_unit(_686{???ANIMAL}, _672{???ACT})}-> ~objectActedOn(_672{???ACT}, _686{???ANIMAL})),
  11867. %     (isa(_644{???ACT}, eventRollingOver), doneBy(_644{???ACT}, _658{???ANIMAL}), objectActedOn(_644{???ACT}, _658{???ANIMAL}), {is_unit(_644{???ACT})}==>physicalActivityLevel(_644{???ACT}, nartR(vMediumAmountFn, vtLevelOfPhysicalActivity)))
  11868. %   ].
  11869. % conds= =>((name_variable(_682{???ACT}, 'ACT'), name_variable(_696{???ANIMAL}, 'ANIMAL'), name_variable(_710{???ACT}, 'ACT'), name_variable(_724{???ANIMAL}, 'ANIMAL'), name_variable(_654{???ACT}, 'ACT'), name_variable(_668{???ANIMAL}, 'ANIMAL'), name_variable(_626{???ACT}, 'ACT'), name_variable(_640{???ANIMAL}, 'ANIMAL')), [(~doneBy(_682{???ACT}, _696{???ANIMAL})<-isa(_682{???ACT}, eventRollingOver), objectActedOn(_682{???ACT}, _696{???ANIMAL}), ~physicalActivityLevel(_682{???ACT}, nartR(vMediumAmountFn, vtLevelOfPhysicalActivity)), {is_unit(_696{???ANIMAL}, _682{???ACT})}),  (~isa(_710{???ACT}, eventRollingOver)<-doneBy(_710{???ACT}, _724{???ANIMAL}), objectActedOn(_710{???ACT}, _724{???ANIMAL}), ~physicalActivityLevel(_710{???ACT}, nartR(vMediumAmountFn, vtLevelOfPhysicalActivity)), {is_unit(_710{???ACT})}),  (~objectActedOn(_654{???ACT}, _668{???ANIMAL})<-isa(_654{???ACT}, eventRollingOver), doneBy(_654{???ACT}, _668{???ANIMAL}), ~physicalActivityLevel(_654{???ACT}, nartR(vMediumAmountFn, vtLevelOfPhysicalActivity)), {is_unit(_668{???ANIMAL}, _654{???ACT})}),  (isa(_626{???ACT}, eventRollingOver), doneBy(_626{???ACT}, _640{???ANIMAL}), objectActedOn(_626{???ACT}, _640{???ANIMAL}), {is_unit(_626{???ACT})}==>physicalActivityLevel(_626{???ACT}, nartR(vMediumAmountFn, vtLevelOfPhysicalActivity)))]).
  11870.  
  11871.  
  11872. % ~doneBy(_166{???ACT}, _180{???ANIMAL}) :-
  11873. %   isa(_166{???ACT}, eventRollingOver),
  11874. %   objectActedOn(_166{???ACT}, _180{???ANIMAL}),
  11875. %   ~physicalActivityLevel(_166{???ACT}, nartR(vMediumAmountFn, vtLevelOfPhysicalActivity)).
  11876. % ~isa(_162{???ACT}, eventRollingOver) :-
  11877. %   doneBy(_162{???ACT}, _176{???ANIMAL}),
  11878. %   objectActedOn(_162{???ACT}, _176{???ANIMAL}),
  11879. %   ~physicalActivityLevel(_162{???ACT}, nartR(vMediumAmountFn, vtLevelOfPhysicalActivity)).
  11880. % ~objectActedOn(_130{???ACT}, _144{???ANIMAL}) :-
  11881. %   isa(_130{???ACT}, eventRollingOver),
  11882. %   doneBy(_130{???ACT}, _144{???ANIMAL}),
  11883. %   ~physicalActivityLevel(_130{???ACT}, nartR(vMediumAmountFn, vtLevelOfPhysicalActivity)).
  11884. % physicalActivityLevel(_102{???ACT}, nartR(vMediumAmountFn, vtLevelOfPhysicalActivity)) :-
  11885. %   isa(_102{???ACT}, eventRollingOver),
  11886. %   doneBy(_102{???ACT}, _116{???ANIMAL}),
  11887. %   objectActedOn(_102{???ACT}, _116{???ANIMAL}).
  11888.  
  11889.  
  11890. % asserted_id(implies(and(isa(INT, eventBiologicalIntakeEvent), objectMoving(INT, STUFF), postEvents(INT, COMP), doneBy(INT, ATH), competingAgents(COMP, ATH), isa(STUFF, STUFFTYPE), prohibitedSubstances(COMP, STUFFTYPE)), isa(INT, actSportsInfraction)), a309082(INT, STUFF, COMP, ATH, STUFFTYPE)).
  11891. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  11892. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  11893.  kif:-all(_214312,all(_214332,all(_214352,all(_214372,all(_214392,implies(and(isa(_214312,eventBiologicalIntakeEvent),objectMoving(_214312,_214372),postEvents(_214312,_214332),doneBy(_214312,_214352),competingAgents(_214332,_214352),isa(_214372,_214392),prohibitedSubstances(_214332,_214392)),isa(_214312,actSportsInfraction)))))))
  11894.  pkif:-all(_214278,all(_214298,all(_214318,all(_214338,all(_214358,=>(&(isa(_214278,eventBiologicalIntakeEvent),&(objectMoving(_214278,_214338),&(postEvents(_214278,_214298),&(doneBy(_214278,_214318),&(competingAgents(_214298,_214318),&(isa(_214338,_214358),prohibitedSubstances(_214298,_214358))))))),isa(_214278,actSportsInfraction)))))))
  11895. % cnf :-
  11896. %   v(v(~isa(_166{???INT}, eventBiologicalIntakeEvent),
  11897. %       v(~objectMoving(_166{???INT}, _180{???STUFF}),
  11898. %         v(~postEvents(_166{???INT}, _194{???COMP}),
  11899. %       v(~doneBy(_166{???INT}, _208{???ATH}),
  11900. %         v(~competingAgents(_194{???COMP}, _208{???ATH}),
  11901. %           v(~isa(_180{???STUFF}, _222{???STUFFTYPE}),
  11902. %             ~prohibitedSubstances(_194{???COMP}, _222{???STUFFTYPE}))))))),
  11903. %     isa(_166{???INT}, actSportsInfraction)).
  11904.  horn:-[(~competingAgents(_219488,_219502):-isa(_219528,eventBiologicalIntakeEvent),objectMoving(_219528,_219554),postEvents(_219528,_219488),doneBy(_219528,_219502),isa(_219554,_219604),prohibitedSubstances(_219488,_219604),~isa(_219528,actSportsInfraction)),(~doneBy(_219662,_219676):-isa(_219662,eventBiologicalIntakeEvent),objectMoving(_219662,_219714),postEvents(_219662,_219740),competingAgents(_219740,_219676),isa(_219714,_219778),prohibitedSubstances(_219740,_219778),~isa(_219662,actSportsInfraction)),(~isa(_219836,_219850):-isa(_219876,eventBiologicalIntakeEvent),objectMoving(_219876,_219836),postEvents(_219876,_219914),doneBy(_219876,_219940),competingAgents(_219914,_219940),prohibitedSubstances(_219914,_219850),~isa(_219876,actSportsInfraction)),(~isa(_220010,eventBiologicalIntakeEvent):-objectMoving(_220010,_220036),postEvents(_220010,_220062),doneBy(_220010,_220088),competingAgents(_220062,_220088),isa(_220036,_220126),prohibitedSubstances(_220062,_220126),~isa(_220010,actSportsInfraction)),(~objectMoving(_220184,_220198):-isa(_220184,eventBiologicalIntakeEvent),postEvents(_220184,_220236),doneBy(_220184,_220262),competingAgents(_220236,_220262),isa(_220198,_220300),prohibitedSubstances(_220236,_220300),~isa(_220184,actSportsInfraction)),(~postEvents(_220358,_220372):-isa(_220358,eventBiologicalIntakeEvent),objectMoving(_220358,_220410),doneBy(_220358,_220436),competingAgents(_220372,_220436),isa(_220410,_220474),prohibitedSubstances(_220372,_220474),~isa(_220358,actSportsInfraction)),(~prohibitedSubstances(_220532,_220546):-isa(_220572,eventBiologicalIntakeEvent),objectMoving(_220572,_220598),postEvents(_220572,_220532),doneBy(_220572,_220636),competingAgents(_220532,_220636),isa(_220598,_220546),~isa(_220572,actSportsInfraction)),(isa(_220702,actSportsInfraction):-isa(_220702,eventBiologicalIntakeEvent),objectMoving(_220702,_220740),postEvents(_220702,_220766),doneBy(_220702,_220792),competingAgents(_220766,_220792),isa(_220740,_220830),prohibitedSubstances(_220766,_220830))]
  11905. % boxlog :-
  11906. %  
  11907. %   [ (~competingAgents(_1120{???COMP}, _1134{???ATH}):-isa(_1148{???INT}, eventBiologicalIntakeEvent), objectMoving(_1148{???INT}, _1162{???STUFF}), postEvents(_1148{???INT}, _1120{???COMP}), doneBy(_1148{???INT}, _1134{???ATH}), isa(_1162{???STUFF}, _1176{???STUFFTYPE}), prohibitedSubstances(_1120{???COMP}, _1176{???STUFFTYPE}), ~isa(_1148{???INT}, actSportsInfraction)),
  11908. %     (~doneBy(_1190{???INT}, _1204{???ATH}):-isa(_1190{???INT}, eventBiologicalIntakeEvent), objectMoving(_1190{???INT}, _1218{???STUFF}), postEvents(_1190{???INT}, _1232{???COMP}), competingAgents(_1232{???COMP}, _1204{???ATH}), isa(_1218{???STUFF}, _1246{???STUFFTYPE}), prohibitedSubstances(_1232{???COMP}, _1246{???STUFFTYPE}), ~isa(_1190{???INT}, actSportsInfraction)),
  11909. %     (~isa(_1050{???STUFF}, _1064{???STUFFTYPE}):-isa(_1078{???INT}, eventBiologicalIntakeEvent), objectMoving(_1078{???INT}, _1050{???STUFF}), postEvents(_1078{???INT}, _1092{???COMP}), doneBy(_1078{???INT}, _1106{???ATH}), competingAgents(_1092{???COMP}, _1106{???ATH}), prohibitedSubstances(_1092{???COMP}, _1064{???STUFFTYPE}), ~isa(_1078{???INT}, actSportsInfraction)),
  11910. %     (~isa(_1400{???INT}, eventBiologicalIntakeEvent):-objectMoving(_1400{???INT}, _1414{???STUFF}), postEvents(_1400{???INT}, _1428{???COMP}), doneBy(_1400{???INT}, _1442{???ATH}), competingAgents(_1428{???COMP}, _1442{???ATH}), isa(_1414{???STUFF}, _1456{???STUFFTYPE}), prohibitedSubstances(_1428{???COMP}, _1456{???STUFFTYPE}), ~isa(_1400{???INT}, actSportsInfraction)),
  11911. %     (~objectMoving(_1330{???INT}, _1344{???STUFF}):-isa(_1330{???INT}, eventBiologicalIntakeEvent), postEvents(_1330{???INT}, _1358{???COMP}), doneBy(_1330{???INT}, _1372{???ATH}), competingAgents(_1358{???COMP}, _1372{???ATH}), isa(_1344{???STUFF}, _1386{???STUFFTYPE}), prohibitedSubstances(_1358{???COMP}, _1386{???STUFFTYPE}), ~isa(_1330{???INT}, actSportsInfraction)),
  11912. %     (~postEvents(_1260{???INT}, _1274{???COMP}):-isa(_1260{???INT}, eventBiologicalIntakeEvent), objectMoving(_1260{???INT}, _1288{???STUFF}), doneBy(_1260{???INT}, _1302{???ATH}), competingAgents(_1274{???COMP}, _1302{???ATH}), isa(_1288{???STUFF}, _1316{???STUFFTYPE}), prohibitedSubstances(_1274{???COMP}, _1316{???STUFFTYPE}), ~isa(_1260{???INT}, actSportsInfraction)),
  11913. %     (~prohibitedSubstances(_980{???COMP}, _994{???STUFFTYPE}):-isa(_1008{???INT}, eventBiologicalIntakeEvent), objectMoving(_1008{???INT}, _1022{???STUFF}), postEvents(_1008{???INT}, _980{???COMP}), doneBy(_1008{???INT}, _1036{???ATH}), competingAgents(_980{???COMP}, _1036{???ATH}), isa(_1022{???STUFF}, _994{???STUFFTYPE}), ~isa(_1008{???INT}, actSportsInfraction)),
  11914. %     (isa(_910{???INT}, actSportsInfraction):-isa(_910{???INT}, eventBiologicalIntakeEvent), objectMoving(_910{???INT}, _924{???STUFF}), postEvents(_910{???INT}, _938{???COMP}), doneBy(_910{???INT}, _952{???ATH}), competingAgents(_938{???COMP}, _952{???ATH}), isa(_924{???STUFF}, _966{???STUFFTYPE}), prohibitedSubstances(_938{???COMP}, _966{???STUFFTYPE}))
  11915. %   ].
  11916. % preview :-
  11917. %  
  11918. %   [ (isa(_1112{???INT}, eventBiologicalIntakeEvent), objectMoving(_1112{???INT}, _1126{???STUFF}), postEvents(_1112{???INT}, _1084{???COMP}), doneBy(_1112{???INT}, _1098{???ATH}), isa(_1126{???STUFF}, _1140{???STUFFTYPE}), prohibitedSubstances(_1084{???COMP}, _1140{???STUFFTYPE}), ~isa(_1112{???INT}, actSportsInfraction), {is_unit(_1098{???ATH}, _1084{???COMP})}-> ~competingAgents(_1084{???COMP}, _1098{???ATH})),
  11919. %     (isa(_1154{???INT}, eventBiologicalIntakeEvent), objectMoving(_1154{???INT}, _1182{???STUFF}), postEvents(_1154{???INT}, _1196{???COMP}), competingAgents(_1196{???COMP}, _1168{???ATH}), isa(_1182{???STUFF}, _1210{???STUFFTYPE}), prohibitedSubstances(_1196{???COMP}, _1210{???STUFFTYPE}), ~isa(_1154{???INT}, actSportsInfraction), {is_unit(_1168{???ATH}, _1154{???INT})}-> ~doneBy(_1154{???INT}, _1168{???ATH})),
  11920. %     ({avoidHeadLoop(isa(_1042{???INT}, eventBiologicalIntakeEvent), isa(_1014{???STUFF}, _1028{???STUFFTYPE}))}, isa(_1042{???INT}, eventBiologicalIntakeEvent), objectMoving(_1042{???INT}, _1014{???STUFF}), postEvents(_1042{???INT}, _1056{???COMP}), doneBy(_1042{???INT}, _1070{???ATH}), competingAgents(_1056{???COMP}, _1070{???ATH}), prohibitedSubstances(_1056{???COMP}, _1028{???STUFFTYPE}), {avoidHeadLoop(isa(_1042{???INT}, actSportsInfraction), isa(_1014{???STUFF}, _1028{???STUFFTYPE}))}, ~isa(_1042{???INT}, actSportsInfraction), {is_unit(_1028{???STUFFTYPE}, _1014{???STUFF})}-> ~isa(_1014{???STUFF}, _1028{???STUFFTYPE})),
  11921. %     (objectMoving(_1364{???INT}, _1378{???STUFF}), postEvents(_1364{???INT}, _1392{???COMP}), doneBy(_1364{???INT}, _1406{???ATH}), competingAgents(_1392{???COMP}, _1406{???ATH}), {avoidHeadLoop(isa(_1378{???STUFF}, _1420{???STUFFTYPE}), isa(_1364{???INT}, eventBiologicalIntakeEvent))}, isa(_1378{???STUFF}, _1420{???STUFFTYPE}), prohibitedSubstances(_1392{???COMP}, _1420{???STUFFTYPE}), {avoidHeadLoop(isa(_1364{???INT}, actSportsInfraction), isa(_1364{???INT}, eventBiologicalIntakeEvent))}, ~isa(_1364{???INT}, actSportsInfraction), {is_unit(_1364{???INT})}-> ~isa(_1364{???INT}, eventBiologicalIntakeEvent)),
  11922. %     (isa(_1294{???INT}, eventBiologicalIntakeEvent), postEvents(_1294{???INT}, _1322{???COMP}), doneBy(_1294{???INT}, _1336{???ATH}), competingAgents(_1322{???COMP}, _1336{???ATH}), isa(_1308{???STUFF}, _1350{???STUFFTYPE}), prohibitedSubstances(_1322{???COMP}, _1350{???STUFFTYPE}), ~isa(_1294{???INT}, actSportsInfraction), {is_unit(_1308{???STUFF}, _1294{???INT})}-> ~objectMoving(_1294{???INT}, _1308{???STUFF})),
  11923. %     (isa(_1224{???INT}, eventBiologicalIntakeEvent), objectMoving(_1224{???INT}, _1252{???STUFF}), doneBy(_1224{???INT}, _1266{???ATH}), competingAgents(_1238{???COMP}, _1266{???ATH}), isa(_1252{???STUFF}, _1280{???STUFFTYPE}), prohibitedSubstances(_1238{???COMP}, _1280{???STUFFTYPE}), ~isa(_1224{???INT}, actSportsInfraction), {is_unit(_1238{???COMP}, _1224{???INT})}-> ~postEvents(_1224{???INT}, _1238{???COMP})),
  11924. %     (isa(_972{???INT}, eventBiologicalIntakeEvent), objectMoving(_972{???INT}, _986{???STUFF}), postEvents(_972{???INT}, _944{???COMP}), doneBy(_972{???INT}, _1000{???ATH}), competingAgents(_944{???COMP}, _1000{???ATH}), isa(_986{???STUFF}, _958{???STUFFTYPE}), ~isa(_972{???INT}, actSportsInfraction), {is_unit(_958{???STUFFTYPE}, _944{???COMP})}-> ~prohibitedSubstances(_944{???COMP}, _958{???STUFFTYPE})),
  11925. %     (isa(_874{???INT}, eventBiologicalIntakeEvent), objectMoving(_874{???INT}, _888{???STUFF}), postEvents(_874{???INT}, _902{???COMP}), doneBy(_874{???INT}, _916{???ATH}), competingAgents(_902{???COMP}, _916{???ATH}), isa(_888{???STUFF}, _930{???STUFFTYPE}), prohibitedSubstances(_902{???COMP}, _930{???STUFFTYPE}), {is_unit(_874{???INT})}==>isa(_874{???INT}, actSportsInfraction))
  11926. %   ].
  11927. % conds= =>((name_variable(_1066{???COMP}, 'COMP'), name_variable(_1080{???ATH}, 'ATH'), name_variable(_1094{???INT}, 'INT'), name_variable(_1108{???STUFF}, 'STUFF'), name_variable(_1122{???STUFFTYPE}, 'STUFFTYPE'), name_variable(_1136{???INT}, 'INT'), name_variable(_1150{???ATH}, 'ATH'), name_variable(_1164{???STUFF}, 'STUFF'), name_variable(_1178{???COMP}, 'COMP'), name_variable(_1192{???STUFFTYPE}, 'STUFFTYPE'), name_variable(_996{???STUFF}, 'STUFF'), name_variable(_1010{???STUFFTYPE}, 'STUFFTYPE'), name_variable(_1024{???INT}, 'INT'), name_variable(_1038{???COMP}, 'COMP'), name_variable(_1052{???ATH}, 'ATH'), name_variable(_1346{???INT}, 'INT'), name_variable(_1360{???STUFF}, 'STUFF'), name_variable(_1374{???COMP}, 'COMP'), name_variable(_1388{???ATH}, 'ATH'), name_variable(_1402{???STUFFTYPE}, 'STUFFTYPE'), name_variable(_1276{???INT}, 'INT'), name_variable(_1290{???STUFF}, 'STUFF'), name_variable(_1304{???COMP}, 'COMP'), name_variable(_1318{???ATH}, 'ATH'), name_variable(_1332{???STUFFTYPE}, 'STUFFTYPE'), name_variable(_1206{???INT}, 'INT'), name_variable(_1220{???COMP}, 'COMP'), name_variable(_1234{???STUFF}, 'STUFF'), name_variable(_1248{???ATH}, 'ATH'), name_variable(_1262{???STUFFTYPE}, 'STUFFTYPE'), name_variable(_926{???COMP}, 'COMP'), name_variable(_940{???STUFFTYPE}, 'STUFFTYPE'), name_variable(_954{???INT}, 'INT'), name_variable(_968{???STUFF}, 'STUFF'), name_variable(_982{???ATH}, 'ATH'), name_variable(_856{???INT}, 'INT'), name_variable(_870{???STUFF}, 'STUFF'), name_variable(_884{???COMP}, 'COMP'), name_variable(_898{???ATH}, 'ATH'), name_variable(_912{???STUFFTYPE}, 'STUFFTYPE')), [(~competingAgents(_1066{???COMP}, _1080{???ATH})<-isa(_1094{???INT}, eventBiologicalIntakeEvent), objectMoving(_1094{???INT}, _1108{???STUFF}), postEvents(_1094{???INT}, _1066{???COMP}), doneBy(_1094{???INT}, _1080{???ATH}), isa(_1108{???STUFF}, _1122{???STUFFTYPE}), prohibitedSubstances(_1066{???COMP}, _1122{???STUFFTYPE}), ~isa(_1094{???INT}, actSportsInfraction), {is_unit(_1080{???ATH}, _1066{???COMP})}),  (~doneBy(_1136{???INT}, _1150{???ATH})<-isa(_1136{???INT}, eventBiologicalIntakeEvent), objectMoving(_1136{???INT}, _1164{???STUFF}), postEvents(_1136{???INT}, _1178{???COMP}), competingAgents(_1178{???COMP}, _1150{???ATH}), isa(_1164{???STUFF}, _1192{???STUFFTYPE}), prohibitedSubstances(_1178{???COMP}, _1192{???STUFFTYPE}), ~isa(_1136{???INT}, actSportsInfraction), {is_unit(_1150{???ATH}, _1136{???INT})}),  (~isa(_996{???STUFF}, _1010{???STUFFTYPE})<-{avoidHeadLoop(isa(_1024{???INT}, eventBiologicalIntakeEvent), isa(_996{???STUFF}, _1010{???STUFFTYPE}))}, isa(_1024{???INT}, eventBiologicalIntakeEvent), objectMoving(_1024{???INT}, _996{???STUFF}), postEvents(_1024{???INT}, _1038{???COMP}), doneBy(_1024{???INT}, _1052{???ATH}), competingAgents(_1038{???COMP}, _1052{???ATH}), prohibitedSubstances(_1038{???COMP}, _1010{???STUFFTYPE}), {avoidHeadLoop(isa(_1024{???INT}, actSportsInfraction), isa(_996{???STUFF}, _1010{???STUFFTYPE}))}, ~isa(_1024{???INT}, actSportsInfraction), {is_unit(_1010{???STUFFTYPE}, _996{???STUFF})}),  (~isa(_1346{???INT}, eventBiologicalIntakeEvent)<-objectMoving(_1346{???INT}, _1360{???STUFF}), postEvents(_1346{???INT}, _1374{???COMP}), doneBy(_1346{???INT}, _1388{???ATH}), competingAgents(_1374{???COMP}, _1388{???ATH}), {avoidHeadLoop(isa(_1360{???STUFF}, _1402{???STUFFTYPE}), isa(_1346{???INT}, eventBiologicalIntakeEvent))}, isa(_1360{???STUFF}, _1402{???STUFFTYPE}), prohibitedSubstances(_1374{???COMP}, _1402{???STUFFTYPE}), {avoidHeadLoop(isa(_1346{???INT}, actSportsInfraction), isa(_1346{???INT}, eventBiologicalIntakeEvent))}, ~isa(_1346{???INT}, actSportsInfraction), {is_unit(_1346{???INT})}),  (~objectMoving(_1276{???INT}, _1290{???STUFF})<-isa(_1276{???INT}, eventBiologicalIntakeEvent), postEvents(_1276{???INT}, _1304{???COMP}), doneBy(_1276{???INT}, _1318{???ATH}), competingAgents(_1304{???COMP}, _1318{???ATH}), isa(_1290{???STUFF}, _1332{???STUFFTYPE}), prohibitedSubstances(_1304{???COMP}, _1332{???STUFFTYPE}), ~isa(_1276{???INT}, actSportsInfraction), {is_unit(_1290{???STUFF}, _1276{???INT})}),  (~postEvents(_1206{???INT}, _1220{???COMP})<-isa(_1206{???INT}, eventBiologicalIntakeEvent), objectMoving(_1206{???INT}, _1234{???STUFF}), doneBy(_1206{???INT}, _1248{???ATH}), competingAgents(_1220{???COMP}, _1248{???ATH}), isa(_1234{???STUFF}, _1262{???STUFFTYPE}), prohibitedSubstances(_1220{???COMP}, _1262{???STUFFTYPE}), ~isa(_1206{???INT}, actSportsInfraction), {is_unit(_1220{???COMP}, _1206{???INT})}),  (~prohibitedSubstances(_926{???COMP}, _940{???STUFFTYPE})<-isa(_954{???INT}, eventBiologicalIntakeEvent), objectMoving(_954{???INT}, _968{???STUFF}), postEvents(_954{???INT}, _926{???COMP}), doneBy(_954{???INT}, _982{???ATH}), competingAgents(_926{???COMP}, _982{???ATH}), isa(_968{???STUFF}, _940{???STUFFTYPE}), ~isa(_954{???INT}, actSportsInfraction), {is_unit(_940{???STUFFTYPE}, _926{???COMP})}),  (isa(_856{???INT}, eventBiologicalIntakeEvent), objectMoving(_856{???INT}, _870{???STUFF}), postEvents(_856{???INT}, _884{???COMP}), doneBy(_856{???INT}, _898{???ATH}), competingAgents(_884{???COMP}, _898{???ATH}), isa(_870{???STUFF}, _912{???STUFFTYPE}), prohibitedSubstances(_884{???COMP}, _912{???STUFFTYPE}), {is_unit(_856{???INT})}==>isa(_856{???INT}, actSportsInfraction))]).
  11928.  
  11929.  
  11930. % ~competingAgents(_326{???COMP}, _340{???ATH}) :-
  11931. %   isa(_354{???INT}, eventBiologicalIntakeEvent),
  11932. %   objectMoving(_354{???INT}, _368{???STUFF}),
  11933. %   postEvents(_354{???INT}, _326{???COMP}),
  11934. %   doneBy(_354{???INT}, _340{???ATH}),
  11935. %   isa(_368{???STUFF}, _382{???STUFFTYPE}),
  11936. %   prohibitedSubstances(_326{???COMP}, _382{???STUFFTYPE}),
  11937. %   ~isa(_354{???INT}, actSportsInfraction).
  11938. % ~doneBy(_322{???INT}, _336{???ATH}) :-
  11939. %   isa(_322{???INT}, eventBiologicalIntakeEvent),
  11940. %   objectMoving(_322{???INT}, _350{???STUFF}),
  11941. %   postEvents(_322{???INT}, _364{???COMP}),
  11942. %   competingAgents(_364{???COMP}, _336{???ATH}),
  11943. %   isa(_350{???STUFF}, _378{???STUFFTYPE}),
  11944. %   prohibitedSubstances(_364{???COMP}, _378{???STUFFTYPE}),
  11945. %   ~isa(_322{???INT}, actSportsInfraction).
  11946. % ~isa(_242{???STUFF}, _256{???STUFFTYPE}) :-
  11947. %   isa(_270{???INT}, eventBiologicalIntakeEvent),
  11948. %   objectMoving(_270{???INT}, _242{???STUFF}),
  11949. %   postEvents(_270{???INT}, _284{???COMP}),
  11950. %   doneBy(_270{???INT}, _298{???ATH}),
  11951. %   competingAgents(_284{???COMP}, _298{???ATH}),
  11952. %   prohibitedSubstances(_284{???COMP}, _256{???STUFFTYPE}),
  11953. %   ~isa(_270{???INT}, actSportsInfraction).
  11954. % ~isa(_392{???INT}, eventBiologicalIntakeEvent) :-
  11955. %   objectMoving(_392{???INT}, _406{???STUFF}),
  11956. %   postEvents(_392{???INT}, _420{???COMP}),
  11957. %   doneBy(_392{???INT}, _434{???ATH}),
  11958. %   competingAgents(_420{???COMP}, _434{???ATH}),
  11959. %   isa(_406{???STUFF}, _448{???STUFFTYPE}),
  11960. %   prohibitedSubstances(_420{???COMP}, _448{???STUFFTYPE}),
  11961. %   ~isa(_392{???INT}, actSportsInfraction).
  11962. % ~objectMoving(_312{???INT}, _326{???STUFF}) :-
  11963. %   isa(_312{???INT}, eventBiologicalIntakeEvent),
  11964. %   postEvents(_312{???INT}, _340{???COMP}),
  11965. %   doneBy(_312{???INT}, _354{???ATH}),
  11966. %   competingAgents(_340{???COMP}, _354{???ATH}),
  11967. %   isa(_326{???STUFF}, _368{???STUFFTYPE}),
  11968. %   prohibitedSubstances(_340{???COMP}, _368{???STUFFTYPE}),
  11969. %   ~isa(_312{???INT}, actSportsInfraction).
  11970. % ~postEvents(_242{???INT}, _256{???COMP}) :-
  11971. %   isa(_242{???INT}, eventBiologicalIntakeEvent),
  11972. %   objectMoving(_242{???INT}, _270{???STUFF}),
  11973. %   doneBy(_242{???INT}, _284{???ATH}),
  11974. %   competingAgents(_256{???COMP}, _284{???ATH}),
  11975. %   isa(_270{???STUFF}, _298{???STUFFTYPE}),
  11976. %   prohibitedSubstances(_256{???COMP}, _298{???STUFFTYPE}),
  11977. %   ~isa(_242{???INT}, actSportsInfraction).
  11978. % ~prohibitedSubstances(_172{???COMP}, _186{???STUFFTYPE}) :-
  11979. %   isa(_200{???INT}, eventBiologicalIntakeEvent),
  11980. %   objectMoving(_200{???INT}, _214{???STUFF}),
  11981. %   postEvents(_200{???INT}, _172{???COMP}),
  11982. %   doneBy(_200{???INT}, _228{???ATH}),
  11983. %   competingAgents(_172{???COMP}, _228{???ATH}),
  11984. %   isa(_214{???STUFF}, _186{???STUFFTYPE}),
  11985. %   ~isa(_200{???INT}, actSportsInfraction).
  11986. % isa(_102{???INT}, actSportsInfraction) :-
  11987. %   isa(_102{???INT}, eventBiologicalIntakeEvent),
  11988. %   objectMoving(_102{???INT}, _116{???STUFF}),
  11989. %   postEvents(_102{???INT}, _130{???COMP}),
  11990. %   doneBy(_102{???INT}, _144{???ATH}),
  11991. %   competingAgents(_130{???COMP}, _144{???ATH}),
  11992. %   isa(_116{???STUFF}, _158{???STUFFTYPE}),
  11993. %   prohibitedSubstances(_130{???COMP}, _158{???STUFFTYPE}).
  11994.  
  11995.  
  11996. % asserted_id(implies(and(isa(EVENT, eventPhysicalEvent), doneBy(EVENT, DOER), mtImageDepicts(IMAGE, EVENT)), mtImageDepicts(IMAGE, DOER)), a309083(EVENT, DOER, IMAGE)).
  11997. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  11998. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  11999.  kif:-all(_214332,all(_214352,all(_214372,implies(and(isa(_214332,eventPhysicalEvent),doneBy(_214332,_214372),mtImageDepicts(_214352,_214332)),mtImageDepicts(_214352,_214372)))))
  12000.  pkif:-all(_214282,all(_214302,all(_214322,=>(&(isa(_214282,eventPhysicalEvent),&(doneBy(_214282,_214322),mtImageDepicts(_214302,_214282))),mtImageDepicts(_214302,_214322)))))
  12001. % cnf :-
  12002. %   v(v(~isa(_134{???EVENT}, eventPhysicalEvent),
  12003. %       v(~doneBy(_134{???EVENT}, _148{???DOER}),
  12004. %         ~mtImageDepicts(_162{???IMAGE}, _134{???EVENT}))),
  12005. %     mtImageDepicts(_162{???IMAGE}, _148{???DOER})).
  12006.  horn:-[(~doneBy(_215808,_215822):-isa(_215808,eventPhysicalEvent),mtImageDepicts(_215860,_215808),~mtImageDepicts(_215860,_215822)),(~isa(_215906,eventPhysicalEvent):-doneBy(_215906,_215932),mtImageDepicts(_215958,_215906),~mtImageDepicts(_215958,_215932)),(~mtImageDepicts(_216004,_216018):-isa(_216018,eventPhysicalEvent),doneBy(_216018,_216056),~mtImageDepicts(_216004,_216056)),(mtImageDepicts(_216098,_216112):-isa(_216138,eventPhysicalEvent),doneBy(_216138,_216112),mtImageDepicts(_216098,_216138))]
  12007. % boxlog :-
  12008. %  
  12009. %   [ (~doneBy(_766{???EVENT}, _780{???DOER}):-isa(_766{???EVENT}, eventPhysicalEvent), mtImageDepicts(_794{???IMAGE}, _766{???EVENT}), ~mtImageDepicts(_794{???IMAGE}, _780{???DOER})),
  12010. %     (~isa(_808{???EVENT}, eventPhysicalEvent):-doneBy(_808{???EVENT}, _822{???DOER}), mtImageDepicts(_836{???IMAGE}, _808{???EVENT}), ~mtImageDepicts(_836{???IMAGE}, _822{???DOER})),
  12011. %     (~mtImageDepicts(_724{???IMAGE}, _738{???EVENT}):-isa(_738{???EVENT}, eventPhysicalEvent), doneBy(_738{???EVENT}, _752{???DOER}), ~mtImageDepicts(_724{???IMAGE}, _752{???DOER})),
  12012. %     (mtImageDepicts(_682{???IMAGE}, _696{???DOER}):-isa(_710{???EVENT}, eventPhysicalEvent), doneBy(_710{???EVENT}, _696{???DOER}), mtImageDepicts(_682{???IMAGE}, _710{???EVENT}))
  12013. %   ].
  12014. % preview :-
  12015. %  
  12016. %   [ (isa(_730{???EVENT}, eventPhysicalEvent), mtImageDepicts(_758{???IMAGE}, _730{???EVENT}), ~mtImageDepicts(_758{???IMAGE}, _744{???DOER}), {is_unit(_744{???DOER}, _730{???EVENT})}-> ~doneBy(_730{???EVENT}, _744{???DOER})),
  12017. %     (doneBy(_772{???EVENT}, _786{???DOER}), mtImageDepicts(_800{???IMAGE}, _772{???EVENT}), ~mtImageDepicts(_800{???IMAGE}, _786{???DOER}), {is_unit(_772{???EVENT})}-> ~isa(_772{???EVENT}, eventPhysicalEvent)),
  12018. %     (isa(_702{???EVENT}, eventPhysicalEvent), doneBy(_702{???EVENT}, _716{???DOER}), {avoidHeadLoop(mtImageDepicts(_688{???IMAGE}, _716{???DOER}), mtImageDepicts(_688{???IMAGE}, _702{???EVENT}))}, ~mtImageDepicts(_688{???IMAGE}, _716{???DOER}), {is_unit(_702{???EVENT}, _688{???IMAGE})}-> ~mtImageDepicts(_688{???IMAGE}, _702{???EVENT})),
  12019. %     (isa(_674{???EVENT}, eventPhysicalEvent), doneBy(_674{???EVENT}, _660{???DOER}), mtImageDepicts(_646{???IMAGE}, _674{???EVENT}), {is_unit(_660{???DOER}, _646{???IMAGE})}==>mtImageDepicts(_646{???IMAGE}, _660{???DOER}))
  12020. %   ].
  12021. % conds= =>((name_variable(_712{???EVENT}, 'EVENT'), name_variable(_726{???DOER}, 'DOER'), name_variable(_740{???IMAGE}, 'IMAGE'), name_variable(_754{???EVENT}, 'EVENT'), name_variable(_768{???DOER}, 'DOER'), name_variable(_782{???IMAGE}, 'IMAGE'), name_variable(_670{???IMAGE}, 'IMAGE'), name_variable(_684{???EVENT}, 'EVENT'), name_variable(_698{???DOER}, 'DOER'), name_variable(_656{???EVENT}, 'EVENT'), name_variable(_642{???DOER}, 'DOER'), name_variable(_628{???IMAGE}, 'IMAGE')), [(~doneBy(_712{???EVENT}, _726{???DOER})<-isa(_712{???EVENT}, eventPhysicalEvent), mtImageDepicts(_740{???IMAGE}, _712{???EVENT}), ~mtImageDepicts(_740{???IMAGE}, _726{???DOER}), {is_unit(_726{???DOER}, _712{???EVENT})}),  (~isa(_754{???EVENT}, eventPhysicalEvent)<-doneBy(_754{???EVENT}, _768{???DOER}), mtImageDepicts(_782{???IMAGE}, _754{???EVENT}), ~mtImageDepicts(_782{???IMAGE}, _768{???DOER}), {is_unit(_754{???EVENT})}),  (~mtImageDepicts(_670{???IMAGE}, _684{???EVENT})<-isa(_684{???EVENT}, eventPhysicalEvent), doneBy(_684{???EVENT}, _698{???DOER}), {avoidHeadLoop(mtImageDepicts(_670{???IMAGE}, _698{???DOER}), mtImageDepicts(_670{???IMAGE}, _684{???EVENT}))}, ~mtImageDepicts(_670{???IMAGE}, _698{???DOER}), {is_unit(_684{???EVENT}, _670{???IMAGE})}),  (isa(_656{???EVENT}, eventPhysicalEvent), doneBy(_656{???EVENT}, _642{???DOER}), mtImageDepicts(_628{???IMAGE}, _656{???EVENT}), {is_unit(_642{???DOER}, _628{???IMAGE})}==>mtImageDepicts(_628{???IMAGE}, _642{???DOER}))]).
  12022.  
  12023.  
  12024. % ~doneBy(_196{???EVENT}, _210{???DOER}) :-
  12025. %   isa(_196{???EVENT}, eventPhysicalEvent),
  12026. %   mtImageDepicts(_224{???IMAGE}, _196{???EVENT}),
  12027. %   ~mtImageDepicts(_224{???IMAGE}, _210{???DOER}).
  12028. % ~isa(_192{???EVENT}, eventPhysicalEvent) :-
  12029. %   doneBy(_192{???EVENT}, _206{???DOER}),
  12030. %   mtImageDepicts(_220{???IMAGE}, _192{???EVENT}),
  12031. %   ~mtImageDepicts(_220{???IMAGE}, _206{???DOER}).
  12032. % ~mtImageDepicts(_144{???IMAGE}, _158{???EVENT}) :-
  12033. %   isa(_158{???EVENT}, eventPhysicalEvent),
  12034. %   doneBy(_158{???EVENT}, _172{???DOER}),
  12035. %   ~mtImageDepicts(_144{???IMAGE}, _172{???DOER}).
  12036. % mtImageDepicts(_102{???IMAGE}, _116{???DOER}) :-
  12037. %   isa(_130{???EVENT}, eventPhysicalEvent),
  12038. %   doneBy(_130{???EVENT}, _116{???DOER}),
  12039. %   mtImageDepicts(_102{???IMAGE}, _130{???EVENT}).
  12040.  
  12041.  
  12042. % asserted_id(implies(and(isa(ACT, eventRollingOver), doneBy(ACT, ACTOR), objectActedOn(ACT, ACTOR)), isa(ACT, actSingleDoerAction)), a309084(ACT, ACTOR)).
  12043. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  12044. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  12045.  kif:-all(_214416,all(_214436,implies(and(isa(_214416,eventRollingOver),doneBy(_214416,_214436),objectActedOn(_214416,_214436)),isa(_214416,actSingleDoerAction))))
  12046.  pkif:-all(_214366,all(_214386,=>(&(isa(_214366,eventRollingOver),&(doneBy(_214366,_214386),objectActedOn(_214366,_214386))),isa(_214366,actSingleDoerAction))))
  12047. % cnf :-
  12048. %   v(v(~isa(_134{???ACT}, eventRollingOver),
  12049. %       v(~doneBy(_134{???ACT}, _148{???ACTOR}),
  12050. %         ~objectActedOn(_134{???ACT}, _148{???ACTOR}))),
  12051. %     isa(_134{???ACT}, actSingleDoerAction)).
  12052.  horn:-[(~doneBy(_215718,_215732):-isa(_215718,eventRollingOver),objectActedOn(_215718,_215732),~isa(_215718,actSingleDoerAction)),(~isa(_215802,eventRollingOver):-doneBy(_215802,_215828),objectActedOn(_215802,_215828),~isa(_215802,actSingleDoerAction)),(~objectActedOn(_215886,_215900):-isa(_215886,eventRollingOver),doneBy(_215886,_215900),~isa(_215886,actSingleDoerAction)),(isa(_215966,actSingleDoerAction):-isa(_215966,eventRollingOver),doneBy(_215966,_216004),objectActedOn(_215966,_216004))]
  12053. % boxlog :-
  12054. %  
  12055. %   [ (~doneBy(_712{???ACT}, _726{???ACTOR}):-isa(_712{???ACT}, eventRollingOver), objectActedOn(_712{???ACT}, _726{???ACTOR}), ~isa(_712{???ACT}, actSingleDoerAction)),
  12056. %     (~isa(_740{???ACT}, eventRollingOver):-doneBy(_740{???ACT}, _754{???ACTOR}), objectActedOn(_740{???ACT}, _754{???ACTOR}), ~isa(_740{???ACT}, actSingleDoerAction)),
  12057. %     (~objectActedOn(_684{???ACT}, _698{???ACTOR}):-isa(_684{???ACT}, eventRollingOver), doneBy(_684{???ACT}, _698{???ACTOR}), ~isa(_684{???ACT}, actSingleDoerAction)),
  12058. %     (isa(_656{???ACT}, actSingleDoerAction):-isa(_656{???ACT}, eventRollingOver), doneBy(_656{???ACT}, _670{???ACTOR}), objectActedOn(_656{???ACT}, _670{???ACTOR}))
  12059. %   ].
  12060. % preview :-
  12061. %  
  12062. %   [ (isa(_676{???ACT}, eventRollingOver), objectActedOn(_676{???ACT}, _690{???ACTOR}), ~isa(_676{???ACT}, actSingleDoerAction), {is_unit(_690{???ACTOR}, _676{???ACT})}-> ~doneBy(_676{???ACT}, _690{???ACTOR})),
  12063. %     (doneBy(_704{???ACT}, _718{???ACTOR}), objectActedOn(_704{???ACT}, _718{???ACTOR}), {avoidHeadLoop(isa(_704{???ACT}, actSingleDoerAction), isa(_704{???ACT}, eventRollingOver))}, ~isa(_704{???ACT}, actSingleDoerAction), {is_unit(_704{???ACT})}-> ~isa(_704{???ACT}, eventRollingOver)),
  12064. %     (isa(_648{???ACT}, eventRollingOver), doneBy(_648{???ACT}, _662{???ACTOR}), ~isa(_648{???ACT}, actSingleDoerAction), {is_unit(_662{???ACTOR}, _648{???ACT})}-> ~objectActedOn(_648{???ACT}, _662{???ACTOR})),
  12065. %     (isa(_620{???ACT}, eventRollingOver), doneBy(_620{???ACT}, _634{???ACTOR}), objectActedOn(_620{???ACT}, _634{???ACTOR}), {is_unit(_620{???ACT})}==>isa(_620{???ACT}, actSingleDoerAction))
  12066. %   ].
  12067. % conds= =>((name_variable(_658{???ACT}, 'ACT'), name_variable(_672{???ACTOR}, 'ACTOR'), name_variable(_686{???ACT}, 'ACT'), name_variable(_700{???ACTOR}, 'ACTOR'), name_variable(_630{???ACT}, 'ACT'), name_variable(_644{???ACTOR}, 'ACTOR'), name_variable(_602{???ACT}, 'ACT'), name_variable(_616{???ACTOR}, 'ACTOR')), [(~doneBy(_658{???ACT}, _672{???ACTOR})<-isa(_658{???ACT}, eventRollingOver), objectActedOn(_658{???ACT}, _672{???ACTOR}), ~isa(_658{???ACT}, actSingleDoerAction), {is_unit(_672{???ACTOR}, _658{???ACT})}),  (~isa(_686{???ACT}, eventRollingOver)<-doneBy(_686{???ACT}, _700{???ACTOR}), objectActedOn(_686{???ACT}, _700{???ACTOR}), {avoidHeadLoop(isa(_686{???ACT}, actSingleDoerAction), isa(_686{???ACT}, eventRollingOver))}, ~isa(_686{???ACT}, actSingleDoerAction), {is_unit(_686{???ACT})}),  (~objectActedOn(_630{???ACT}, _644{???ACTOR})<-isa(_630{???ACT}, eventRollingOver), doneBy(_630{???ACT}, _644{???ACTOR}), ~isa(_630{???ACT}, actSingleDoerAction), {is_unit(_644{???ACTOR}, _630{???ACT})}),  (isa(_602{???ACT}, eventRollingOver), doneBy(_602{???ACT}, _616{???ACTOR}), objectActedOn(_602{???ACT}, _616{???ACTOR}), {is_unit(_602{???ACT})}==>isa(_602{???ACT}, actSingleDoerAction))]).
  12068.  
  12069.  
  12070. % ~doneBy(_166{???ACT}, _180{???ACTOR}) :-
  12071. %   isa(_166{???ACT}, eventRollingOver),
  12072. %   objectActedOn(_166{???ACT}, _180{???ACTOR}),
  12073. %   ~isa(_166{???ACT}, actSingleDoerAction).
  12074. % ~isa(_162{???ACT}, eventRollingOver) :-
  12075. %   doneBy(_162{???ACT}, _176{???ACTOR}),
  12076. %   objectActedOn(_162{???ACT}, _176{???ACTOR}),
  12077. %   ~isa(_162{???ACT}, actSingleDoerAction).
  12078. % ~objectActedOn(_130{???ACT}, _144{???ACTOR}) :-
  12079. %   isa(_130{???ACT}, eventRollingOver),
  12080. %   doneBy(_130{???ACT}, _144{???ACTOR}),
  12081. %   ~isa(_130{???ACT}, actSingleDoerAction).
  12082. % isa(_102{???ACT}, actSingleDoerAction) :-
  12083. %   isa(_102{???ACT}, eventRollingOver),
  12084. %   doneBy(_102{???ACT}, _116{???ACTOR}),
  12085. %   objectActedOn(_102{???ACT}, _116{???ACTOR}).
  12086.  
  12087.  
  12088. % asserted_id(implies(sees(X, Y), capableOf(X, actVisualPerception, doneBy)), a309085(X, Y)).
  12089. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  12090. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  12091.  kif:-all(_214466,all(_214486,implies(sees(_214466,_214486),capableOf(_214466,actVisualPerception,doneBy))))
  12092.  pkif:-all(_214412,all(_214432,=>(sees(_214412,_214432),capableOf(_214412,actVisualPerception,doneBy))))
  12093. % cnf :-
  12094. %   v(~sees(_116{???X}, _130{???Y}),
  12095. %     capableOf(_116{???X}, actVisualPerception, doneBy)).
  12096.  horn:-[(~sees(_214942,_214956):- ~capableOf(_214942,actVisualPerception,doneBy)),(capableOf(_215002,actVisualPerception,doneBy):-sees(_215002,_215022))]
  12097. % boxlog :-
  12098. %  
  12099. %   [ (~sees(_8826{???X}, _8840{???Y}):- ~capableOf(_8826{???X}, actVisualPerception, doneBy)),
  12100. %     (capableOf(_8790{???X}, actVisualPerception, doneBy):-sees(_8790{???X}, _8804{???Y}))
  12101. %   ].
  12102. % preview :-
  12103. %  
  12104. %   [ (~capableOf(_560{???X}, actVisualPerception, doneBy), {is_unit(_560{???X})}-> ~sees(_560{???X}, _574{???Y})),
  12105. %     (sees(_532{???X}, _546{???Y}), {is_unit(_532{???X})}==>capableOf(_532{???X}, actVisualPerception, doneBy))
  12106. %   ].
  12107. % conds= =>((name_variable(_542{???X}, 'X'), name_variable(_556{???Y}, 'Y'), name_variable(_514{???X}, 'X'), name_variable(_528{???Y}, 'Y')), [(~sees(_542{???X}, _556{???Y})<- ~capableOf(_542{???X}, actVisualPerception, doneBy), {is_unit(_542{???X})}),  (sees(_514{???X}, _528{???Y}), {is_unit(_514{???X})}==>capableOf(_514{???X}, actVisualPerception, doneBy))]).
  12108.  
  12109.  
  12110. % ~sees(_138{???X}, _152{???Y}) :-
  12111. %   ~capableOf(_138{???X}, actVisualPerception, doneBy).
  12112. % capableOf(_102{???X}, actVisualPerception, doneBy) :-
  12113. %   sees(_102{???X}, _116{???Y}).
  12114.  
  12115.  
  12116. % asserted_id(=>(isa(U, actBaseballGame), implies(isa(U, actBaseballGame), harmfulActions(U, actTakingAStrike, doneBy, positiveAmountOf))), a309086(U)).
  12117. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  12118. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  12119.  kif:-all(_214540,=>(isa(_214540,actBaseballGame),implies(isa(_214540,actBaseballGame),harmfulActions(_214540,actTakingAStrike,doneBy,positiveAmountOf))))
  12120.  pkif:-all(_214486,=>(isa(_214486,actBaseballGame),=>(isa(_214486,actBaseballGame),harmfulActions(_214486,actTakingAStrike,doneBy,positiveAmountOf))))
  12121. % cnf :-
  12122. %   v(~isa(_118{???U}, actBaseballGame),
  12123. %     v(~isa(_118{???U}, actBaseballGame),
  12124. %       harmfulActions(_118{???U},
  12125. %              actTakingAStrike,
  12126. %              doneBy,
  12127. %              positiveAmountOf))).
  12128.  horn:-[(~isa(_215110,actBaseballGame):- ~harmfulActions(_215110,actTakingAStrike,doneBy,positiveAmountOf)),(harmfulActions(_215160,actTakingAStrike,doneBy,positiveAmountOf):-isa(_215160,actBaseballGame))]
  12129. % boxlog :-
  12130. %  
  12131. %   [ (~isa(_8844{???U}, actBaseballGame):- ~harmfulActions(_8844{???U}, actTakingAStrike, doneBy, positiveAmountOf)),
  12132. %     (harmfulActions(_8826{???U}, actTakingAStrike, doneBy, positiveAmountOf):-isa(_8826{???U}, actBaseballGame))
  12133. %   ].
  12134. % preview :-
  12135. %  
  12136. %   [ (~harmfulActions(_580{???U}, actTakingAStrike, doneBy, positiveAmountOf), {is_unit(_580{???U})}==> ~isa(_580{???U}, actBaseballGame)),
  12137. %     (isa(_566{???U}, actBaseballGame), {is_unit(_566{???U})}==>harmfulActions(_566{???U}, actTakingAStrike, doneBy, positiveAmountOf))
  12138. %   ].
  12139. % conds= =>((name_variable(_562{???U}, 'U'), name_variable(_548{???U}, 'U')), [(~harmfulActions(_562{???U}, actTakingAStrike, doneBy, positiveAmountOf), {is_unit(_562{???U})}==> ~isa(_562{???U}, actBaseballGame)),  (isa(_548{???U}, actBaseballGame), {is_unit(_548{???U})}==>harmfulActions(_548{???U}, actTakingAStrike, doneBy, positiveAmountOf))]).
  12140.  
  12141.  
  12142. % ~isa(_122{???U}, actBaseballGame) :-
  12143. %   ~harmfulActions(_122{???U}, actTakingAStrike, doneBy, positiveAmountOf).
  12144. % harmfulActions(_102{???U}, actTakingAStrike, doneBy, positiveAmountOf) :-
  12145. %   isa(_102{???U}, actBaseballGame).
  12146.  
  12147.  
  12148. % asserted_id(=>(isa(U, actRythmicGymnasticsSportsEvent), implies(isa(U, actRythmicGymnasticsSportsEvent), harmfulActions(U, actDroppingGameObject, doneBy, positiveAmountOf))), a309087(U)).
  12149. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  12150. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  12151.  kif:-all(_214592,=>(isa(_214592,actRythmicGymnasticsSportsEvent),implies(isa(_214592,actRythmicGymnasticsSportsEvent),harmfulActions(_214592,actDroppingGameObject,doneBy,positiveAmountOf))))
  12152.  pkif:-all(_214538,=>(isa(_214538,actRythmicGymnasticsSportsEvent),=>(isa(_214538,actRythmicGymnasticsSportsEvent),harmfulActions(_214538,actDroppingGameObject,doneBy,positiveAmountOf))))
  12153. % cnf :-
  12154. %   v(~isa(_118{???U}, actRythmicGymnasticsSportsEvent),
  12155. %     v(~isa(_118{???U}, actRythmicGymnasticsSportsEvent),
  12156. %       harmfulActions(_118{???U},
  12157. %              actDroppingGameObject,
  12158. %              doneBy,
  12159. %              positiveAmountOf))).
  12160.  horn:-[(~isa(_215162,actRythmicGymnasticsSportsEvent):- ~harmfulActions(_215162,actDroppingGameObject,doneBy,positiveAmountOf)),(harmfulActions(_215212,actDroppingGameObject,doneBy,positiveAmountOf):-isa(_215212,actRythmicGymnasticsSportsEvent))]
  12161. % boxlog :-
  12162. %  
  12163. %   [ (~isa(_8846{???U}, actRythmicGymnasticsSportsEvent):- ~harmfulActions(_8846{???U}, actDroppingGameObject, doneBy, positiveAmountOf)),
  12164. %     (harmfulActions(_8828{???U}, actDroppingGameObject, doneBy, positiveAmountOf):-isa(_8828{???U}, actRythmicGymnasticsSportsEvent))
  12165. %   ].
  12166. % preview :-
  12167. %  
  12168. %   [ (~harmfulActions(_580{???U}, actDroppingGameObject, doneBy, positiveAmountOf), {is_unit(_580{???U})}==> ~isa(_580{???U}, actRythmicGymnasticsSportsEvent)),
  12169. %     (isa(_566{???U}, actRythmicGymnasticsSportsEvent), {is_unit(_566{???U})}==>harmfulActions(_566{???U}, actDroppingGameObject, doneBy, positiveAmountOf))
  12170. %   ].
  12171. % conds= =>((name_variable(_562{???U}, 'U'), name_variable(_548{???U}, 'U')), [(~harmfulActions(_562{???U}, actDroppingGameObject, doneBy, positiveAmountOf), {is_unit(_562{???U})}==> ~isa(_562{???U}, actRythmicGymnasticsSportsEvent)),  (isa(_548{???U}, actRythmicGymnasticsSportsEvent), {is_unit(_548{???U})}==>harmfulActions(_548{???U}, actDroppingGameObject, doneBy, positiveAmountOf))]).
  12172.  
  12173.  
  12174. % ~isa(_116{???U}, actRythmicGymnasticsSportsEvent) :-
  12175. %   ~harmfulActions(_116{???U}, actDroppingGameObject, doneBy, positiveAmountOf).
  12176. % harmfulActions(_102{???U}, actDroppingGameObject, doneBy, positiveAmountOf) :-
  12177. %   isa(_102{???U}, actRythmicGymnasticsSportsEvent).
  12178.  
  12179.  
  12180. % asserted_id(=>(isa(U, actBaseballGame), implies(isa(U, actBaseballGame), harmfulActions(U, actCommittingAnError, doneBy, positiveAmountOf))), a309088(U)).
  12181. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  12182. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  12183.  kif:-all(_214644,=>(isa(_214644,actBaseballGame),implies(isa(_214644,actBaseballGame),harmfulActions(_214644,actCommittingAnError,doneBy,positiveAmountOf))))
  12184.  pkif:-all(_214590,=>(isa(_214590,actBaseballGame),=>(isa(_214590,actBaseballGame),harmfulActions(_214590,actCommittingAnError,doneBy,positiveAmountOf))))
  12185. % cnf :-
  12186. %   v(~isa(_118{???U}, actBaseballGame),
  12187. %     v(~isa(_118{???U}, actBaseballGame),
  12188. %       harmfulActions(_118{???U},
  12189. %              actCommittingAnError,
  12190. %              doneBy,
  12191. %              positiveAmountOf))).
  12192.  horn:-[(~isa(_215214,actBaseballGame):- ~harmfulActions(_215214,actCommittingAnError,doneBy,positiveAmountOf)),(harmfulActions(_215264,actCommittingAnError,doneBy,positiveAmountOf):-isa(_215264,actBaseballGame))]
  12193. % boxlog :-
  12194. %  
  12195. %   [ (~isa(_8848{???U}, actBaseballGame):- ~harmfulActions(_8848{???U}, actCommittingAnError, doneBy, positiveAmountOf)),
  12196. %     (harmfulActions(_8830{???U}, actCommittingAnError, doneBy, positiveAmountOf):-isa(_8830{???U}, actBaseballGame))
  12197. %   ].
  12198. % preview :-
  12199. %  
  12200. %   [ (~harmfulActions(_580{???U}, actCommittingAnError, doneBy, positiveAmountOf), {is_unit(_580{???U})}==> ~isa(_580{???U}, actBaseballGame)),
  12201. %     (isa(_566{???U}, actBaseballGame), {is_unit(_566{???U})}==>harmfulActions(_566{???U}, actCommittingAnError, doneBy, positiveAmountOf))
  12202. %   ].
  12203. % conds= =>((name_variable(_562{???U}, 'U'), name_variable(_548{???U}, 'U')), [(~harmfulActions(_562{???U}, actCommittingAnError, doneBy, positiveAmountOf), {is_unit(_562{???U})}==> ~isa(_562{???U}, actBaseballGame)),  (isa(_548{???U}, actBaseballGame), {is_unit(_548{???U})}==>harmfulActions(_548{???U}, actCommittingAnError, doneBy, positiveAmountOf))]).
  12204.  
  12205.  
  12206. % ~isa(_116{???U}, actBaseballGame) :-
  12207. %   ~harmfulActions(_116{???U}, actCommittingAnError, doneBy, positiveAmountOf).
  12208. % harmfulActions(_102{???U}, actCommittingAnError, doneBy, positiveAmountOf) :-
  12209. %   isa(_102{???U}, actBaseballGame).
  12210.  
  12211.  
  12212. % asserted_id(=>(isa(U, actJudgedSportsEvent), implies(isa(U, actJudgedSportsEvent), harmfulActions(U, actFallingDown, doneBy, highToVeryHighAmountOf))), a309089(U)).
  12213. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  12214. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  12215.  kif:-all(_214696,=>(isa(_214696,actJudgedSportsEvent),implies(isa(_214696,actJudgedSportsEvent),harmfulActions(_214696,actFallingDown,doneBy,highToVeryHighAmountOf))))
  12216.  pkif:-all(_214642,=>(isa(_214642,actJudgedSportsEvent),=>(isa(_214642,actJudgedSportsEvent),harmfulActions(_214642,actFallingDown,doneBy,highToVeryHighAmountOf))))
  12217. % cnf :-
  12218. %   v(~isa(_118{???U}, actJudgedSportsEvent),
  12219. %     v(~isa(_118{???U}, actJudgedSportsEvent),
  12220. %       harmfulActions(_118{???U},
  12221. %              actFallingDown,
  12222. %              doneBy,
  12223. %              highToVeryHighAmountOf))).
  12224.  horn:-[(~isa(_215266,actJudgedSportsEvent):- ~harmfulActions(_215266,actFallingDown,doneBy,highToVeryHighAmountOf)),(harmfulActions(_215316,actFallingDown,doneBy,highToVeryHighAmountOf):-isa(_215316,actJudgedSportsEvent))]
  12225. % boxlog :-
  12226. %  
  12227. %   [ (~isa(_8850{???U}, actJudgedSportsEvent):- ~harmfulActions(_8850{???U}, actFallingDown, doneBy, highToVeryHighAmountOf)),
  12228. %     (harmfulActions(_8832{???U}, actFallingDown, doneBy, highToVeryHighAmountOf):-isa(_8832{???U}, actJudgedSportsEvent))
  12229. %   ].
  12230. % preview :-
  12231. %  
  12232. %   [ (~harmfulActions(_580{???U}, actFallingDown, doneBy, highToVeryHighAmountOf), {is_unit(_580{???U})}==> ~isa(_580{???U}, actJudgedSportsEvent)),
  12233. %     (isa(_566{???U}, actJudgedSportsEvent), {is_unit(_566{???U})}==>harmfulActions(_566{???U}, actFallingDown, doneBy, highToVeryHighAmountOf))
  12234. %   ].
  12235. % conds= =>((name_variable(_562{???U}, 'U'), name_variable(_548{???U}, 'U')), [(~harmfulActions(_562{???U}, actFallingDown, doneBy, highToVeryHighAmountOf), {is_unit(_562{???U})}==> ~isa(_562{???U}, actJudgedSportsEvent)),  (isa(_548{???U}, actJudgedSportsEvent), {is_unit(_548{???U})}==>harmfulActions(_548{???U}, actFallingDown, doneBy, highToVeryHighAmountOf))]).
  12236.  
  12237.  
  12238. % ~isa(_116{???U}, actJudgedSportsEvent) :-
  12239. %   ~harmfulActions(_116{???U}, actFallingDown, doneBy, highToVeryHighAmountOf).
  12240. % harmfulActions(_102{???U}, actFallingDown, doneBy, highToVeryHighAmountOf) :-
  12241. %   isa(_102{???U}, actJudgedSportsEvent).
  12242.  
  12243.  
  12244. % asserted_id(=>(isa(U, actBaseballGame), implies(isa(U, actBaseballGame), harmfulActions(U, actMissingAReception, doneBy, positiveAmountOf))), a309090(U)).
  12245. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  12246. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  12247.  kif:-all(_214748,=>(isa(_214748,actBaseballGame),implies(isa(_214748,actBaseballGame),harmfulActions(_214748,actMissingAReception,doneBy,positiveAmountOf))))
  12248.  pkif:-all(_214694,=>(isa(_214694,actBaseballGame),=>(isa(_214694,actBaseballGame),harmfulActions(_214694,actMissingAReception,doneBy,positiveAmountOf))))
  12249. % cnf :-
  12250. %   v(~isa(_118{???U}, actBaseballGame),
  12251. %     v(~isa(_118{???U}, actBaseballGame),
  12252. %       harmfulActions(_118{???U},
  12253. %              actMissingAReception,
  12254. %              doneBy,
  12255. %              positiveAmountOf))).
  12256.  horn:-[(~isa(_215318,actBaseballGame):- ~harmfulActions(_215318,actMissingAReception,doneBy,positiveAmountOf)),(harmfulActions(_215368,actMissingAReception,doneBy,positiveAmountOf):-isa(_215368,actBaseballGame))]
  12257. % boxlog :-
  12258. %  
  12259. %   [ (~isa(_8852{???U}, actBaseballGame):- ~harmfulActions(_8852{???U}, actMissingAReception, doneBy, positiveAmountOf)),
  12260. %     (harmfulActions(_8834{???U}, actMissingAReception, doneBy, positiveAmountOf):-isa(_8834{???U}, actBaseballGame))
  12261. %   ].
  12262. % preview :-
  12263. %  
  12264. %   [ (~harmfulActions(_580{???U}, actMissingAReception, doneBy, positiveAmountOf), {is_unit(_580{???U})}==> ~isa(_580{???U}, actBaseballGame)),
  12265. %     (isa(_566{???U}, actBaseballGame), {is_unit(_566{???U})}==>harmfulActions(_566{???U}, actMissingAReception, doneBy, positiveAmountOf))
  12266. %   ].
  12267. % conds= =>((name_variable(_562{???U}, 'U'), name_variable(_548{???U}, 'U')), [(~harmfulActions(_562{???U}, actMissingAReception, doneBy, positiveAmountOf), {is_unit(_562{???U})}==> ~isa(_562{???U}, actBaseballGame)),  (isa(_548{???U}, actBaseballGame), {is_unit(_548{???U})}==>harmfulActions(_548{???U}, actMissingAReception, doneBy, positiveAmountOf))]).
  12268.  
  12269.  
  12270. % ~isa(_116{???U}, actBaseballGame) :-
  12271. %   ~harmfulActions(_116{???U}, actMissingAReception, doneBy, positiveAmountOf).
  12272. % harmfulActions(_102{???U}, actMissingAReception, doneBy, positiveAmountOf) :-
  12273. %   isa(_102{???U}, actBaseballGame).
  12274.  
  12275.  
  12276. % asserted_id(=>(isa(U, actBallAndGoalGame), implies(isa(U, actBallAndGoalGame), harmfulActions(U, actPuttingBallOutOfPlay, doneBy, positiveAmountOf))), a309091(U)).
  12277. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  12278. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  12279.  kif:-all(_214800,=>(isa(_214800,actBallAndGoalGame),implies(isa(_214800,actBallAndGoalGame),harmfulActions(_214800,actPuttingBallOutOfPlay,doneBy,positiveAmountOf))))
  12280.  pkif:-all(_214746,=>(isa(_214746,actBallAndGoalGame),=>(isa(_214746,actBallAndGoalGame),harmfulActions(_214746,actPuttingBallOutOfPlay,doneBy,positiveAmountOf))))
  12281. % cnf :-
  12282. %   v(~isa(_118{???U}, actBallAndGoalGame),
  12283. %     v(~isa(_118{???U}, actBallAndGoalGame),
  12284. %       harmfulActions(_118{???U},
  12285. %              actPuttingBallOutOfPlay,
  12286. %              doneBy,
  12287. %              positiveAmountOf))).
  12288.  horn:-[(~isa(_215370,actBallAndGoalGame):- ~harmfulActions(_215370,actPuttingBallOutOfPlay,doneBy,positiveAmountOf)),(harmfulActions(_215420,actPuttingBallOutOfPlay,doneBy,positiveAmountOf):-isa(_215420,actBallAndGoalGame))]
  12289. % boxlog :-
  12290. %  
  12291. %   [ (~isa(_8854{???U}, actBallAndGoalGame):- ~harmfulActions(_8854{???U}, actPuttingBallOutOfPlay, doneBy, positiveAmountOf)),
  12292. %     (harmfulActions(_8836{???U}, actPuttingBallOutOfPlay, doneBy, positiveAmountOf):-isa(_8836{???U}, actBallAndGoalGame))
  12293. %   ].
  12294. % preview :-
  12295. %  
  12296. %   [ (~harmfulActions(_580{???U}, actPuttingBallOutOfPlay, doneBy, positiveAmountOf), {is_unit(_580{???U})}==> ~isa(_580{???U}, actBallAndGoalGame)),
  12297. %     (isa(_566{???U}, actBallAndGoalGame), {is_unit(_566{???U})}==>harmfulActions(_566{???U}, actPuttingBallOutOfPlay, doneBy, positiveAmountOf))
  12298. %   ].
  12299. % conds= =>((name_variable(_562{???U}, 'U'), name_variable(_548{???U}, 'U')), [(~harmfulActions(_562{???U}, actPuttingBallOutOfPlay, doneBy, positiveAmountOf), {is_unit(_562{???U})}==> ~isa(_562{???U}, actBallAndGoalGame)),  (isa(_548{???U}, actBallAndGoalGame), {is_unit(_548{???U})}==>harmfulActions(_548{???U}, actPuttingBallOutOfPlay, doneBy, positiveAmountOf))]).
  12300.  
  12301.  
  12302. % ~isa(_116{???U}, actBallAndGoalGame) :-
  12303. %   ~harmfulActions(_116{???U}, actPuttingBallOutOfPlay, doneBy, positiveAmountOf).
  12304. % harmfulActions(_102{???U}, actPuttingBallOutOfPlay, doneBy, positiveAmountOf) :-
  12305. %   isa(_102{???U}, actBallAndGoalGame).
  12306.  
  12307.  
  12308. % asserted_id(=>(isa(U, actBoxingSportsEvent), implies(isa(U, actBoxingSportsEvent), harmfulActions(U, actFaintingEvent, doneBy, veryHighAmountOf))), a309092(U)).
  12309. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  12310. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  12311.  kif:-all(_214852,=>(isa(_214852,actBoxingSportsEvent),implies(isa(_214852,actBoxingSportsEvent),harmfulActions(_214852,actFaintingEvent,doneBy,veryHighAmountOf))))
  12312.  pkif:-all(_214798,=>(isa(_214798,actBoxingSportsEvent),=>(isa(_214798,actBoxingSportsEvent),harmfulActions(_214798,actFaintingEvent,doneBy,veryHighAmountOf))))
  12313. % cnf :-
  12314. %   v(~isa(_118{???U}, actBoxingSportsEvent),
  12315. %     v(~isa(_118{???U}, actBoxingSportsEvent),
  12316. %       harmfulActions(_118{???U},
  12317. %              actFaintingEvent,
  12318. %              doneBy,
  12319. %              veryHighAmountOf))).
  12320.  horn:-[(~isa(_215422,actBoxingSportsEvent):- ~harmfulActions(_215422,actFaintingEvent,doneBy,veryHighAmountOf)),(harmfulActions(_215472,actFaintingEvent,doneBy,veryHighAmountOf):-isa(_215472,actBoxingSportsEvent))]
  12321. % boxlog :-
  12322. %  
  12323. %   [ (~isa(_8856{???U}, actBoxingSportsEvent):- ~harmfulActions(_8856{???U}, actFaintingEvent, doneBy, veryHighAmountOf)),
  12324. %     (harmfulActions(_8838{???U}, actFaintingEvent, doneBy, veryHighAmountOf):-isa(_8838{???U}, actBoxingSportsEvent))
  12325. %   ].
  12326. % preview :-
  12327. %  
  12328. %   [ (~harmfulActions(_580{???U}, actFaintingEvent, doneBy, veryHighAmountOf), {is_unit(_580{???U})}==> ~isa(_580{???U}, actBoxingSportsEvent)),
  12329. %     (isa(_566{???U}, actBoxingSportsEvent), {is_unit(_566{???U})}==>harmfulActions(_566{???U}, actFaintingEvent, doneBy, veryHighAmountOf))
  12330. %   ].
  12331. % conds= =>((name_variable(_562{???U}, 'U'), name_variable(_548{???U}, 'U')), [(~harmfulActions(_562{???U}, actFaintingEvent, doneBy, veryHighAmountOf), {is_unit(_562{???U})}==> ~isa(_562{???U}, actBoxingSportsEvent)),  (isa(_548{???U}, actBoxingSportsEvent), {is_unit(_548{???U})}==>harmfulActions(_548{???U}, actFaintingEvent, doneBy, veryHighAmountOf))]).
  12332.  
  12333.  
  12334. % ~isa(_116{???U}, actBoxingSportsEvent) :-
  12335. %   ~harmfulActions(_116{???U}, actFaintingEvent, doneBy, veryHighAmountOf).
  12336. % harmfulActions(_102{???U}, actFaintingEvent, doneBy, veryHighAmountOf) :-
  12337. %   isa(_102{???U}, actBoxingSportsEvent).
  12338.  
  12339.  
  12340. % asserted_id(=>(isa(U, actRelayRaceSportsEvent), implies(isa(U, actRelayRaceSportsEvent), harmfulActions(U, actMissingAHandOver, doneBy, veryHighAmountOf))), a309093(U)).
  12341. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  12342. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  12343.  kif:-all(_214904,=>(isa(_214904,actRelayRaceSportsEvent),implies(isa(_214904,actRelayRaceSportsEvent),harmfulActions(_214904,actMissingAHandOver,doneBy,veryHighAmountOf))))
  12344.  pkif:-all(_214850,=>(isa(_214850,actRelayRaceSportsEvent),=>(isa(_214850,actRelayRaceSportsEvent),harmfulActions(_214850,actMissingAHandOver,doneBy,veryHighAmountOf))))
  12345. % cnf :-
  12346. %   v(~isa(_118{???U}, actRelayRaceSportsEvent),
  12347. %     v(~isa(_118{???U}, actRelayRaceSportsEvent),
  12348. %       harmfulActions(_118{???U},
  12349. %              actMissingAHandOver,
  12350. %              doneBy,
  12351. %              veryHighAmountOf))).
  12352.  horn:-[(~isa(_215474,actRelayRaceSportsEvent):- ~harmfulActions(_215474,actMissingAHandOver,doneBy,veryHighAmountOf)),(harmfulActions(_215524,actMissingAHandOver,doneBy,veryHighAmountOf):-isa(_215524,actRelayRaceSportsEvent))]
  12353. % boxlog :-
  12354. %  
  12355. %   [ (~isa(_8858{???U}, actRelayRaceSportsEvent):- ~harmfulActions(_8858{???U}, actMissingAHandOver, doneBy, veryHighAmountOf)),
  12356. %     (harmfulActions(_8840{???U}, actMissingAHandOver, doneBy, veryHighAmountOf):-isa(_8840{???U}, actRelayRaceSportsEvent))
  12357. %   ].
  12358. % preview :-
  12359. %  
  12360. %   [ (~harmfulActions(_580{???U}, actMissingAHandOver, doneBy, veryHighAmountOf), {is_unit(_580{???U})}==> ~isa(_580{???U}, actRelayRaceSportsEvent)),
  12361. %     (isa(_566{???U}, actRelayRaceSportsEvent), {is_unit(_566{???U})}==>harmfulActions(_566{???U}, actMissingAHandOver, doneBy, veryHighAmountOf))
  12362. %   ].
  12363. % conds= =>((name_variable(_562{???U}, 'U'), name_variable(_548{???U}, 'U')), [(~harmfulActions(_562{???U}, actMissingAHandOver, doneBy, veryHighAmountOf), {is_unit(_562{???U})}==> ~isa(_562{???U}, actRelayRaceSportsEvent)),  (isa(_548{???U}, actRelayRaceSportsEvent), {is_unit(_548{???U})}==>harmfulActions(_548{???U}, actMissingAHandOver, doneBy, veryHighAmountOf))]).
  12364.  
  12365.  
  12366. % ~isa(_116{???U}, actRelayRaceSportsEvent) :-
  12367. %   ~harmfulActions(_116{???U}, actMissingAHandOver, doneBy, veryHighAmountOf).
  12368. % harmfulActions(_102{???U}, actMissingAHandOver, doneBy, veryHighAmountOf) :-
  12369. %   isa(_102{???U}, actRelayRaceSportsEvent).
  12370.  
  12371.  
  12372. % asserted_id(=>(isa(U, actRacingSportsEvent), implies(isa(U, actRacingSportsEvent), harmfulActions(U, actFallingDown, doneBy, veryHighAmountOf))), a309094(U)).
  12373. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  12374. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  12375.  kif:-all(_214956,=>(isa(_214956,actRacingSportsEvent),implies(isa(_214956,actRacingSportsEvent),harmfulActions(_214956,actFallingDown,doneBy,veryHighAmountOf))))
  12376.  pkif:-all(_214902,=>(isa(_214902,actRacingSportsEvent),=>(isa(_214902,actRacingSportsEvent),harmfulActions(_214902,actFallingDown,doneBy,veryHighAmountOf))))
  12377. % cnf :-
  12378. %   v(~isa(_118{???U}, actRacingSportsEvent),
  12379. %     v(~isa(_118{???U}, actRacingSportsEvent),
  12380. %       harmfulActions(_118{???U}, actFallingDown, doneBy, veryHighAmountOf))).
  12381.  horn:-[(~isa(_215526,actRacingSportsEvent):- ~harmfulActions(_215526,actFallingDown,doneBy,veryHighAmountOf)),(harmfulActions(_215576,actFallingDown,doneBy,veryHighAmountOf):-isa(_215576,actRacingSportsEvent))]
  12382. % boxlog :-
  12383. %  
  12384. %   [ (~isa(_8860{???U}, actRacingSportsEvent):- ~harmfulActions(_8860{???U}, actFallingDown, doneBy, veryHighAmountOf)),
  12385. %     (harmfulActions(_8842{???U}, actFallingDown, doneBy, veryHighAmountOf):-isa(_8842{???U}, actRacingSportsEvent))
  12386. %   ].
  12387. % preview :-
  12388. %  
  12389. %   [ (~harmfulActions(_580{???U}, actFallingDown, doneBy, veryHighAmountOf), {is_unit(_580{???U})}==> ~isa(_580{???U}, actRacingSportsEvent)),
  12390. %     (isa(_566{???U}, actRacingSportsEvent), {is_unit(_566{???U})}==>harmfulActions(_566{???U}, actFallingDown, doneBy, veryHighAmountOf))
  12391. %   ].
  12392. % conds= =>((name_variable(_562{???U}, 'U'), name_variable(_548{???U}, 'U')), [(~harmfulActions(_562{???U}, actFallingDown, doneBy, veryHighAmountOf), {is_unit(_562{???U})}==> ~isa(_562{???U}, actRacingSportsEvent)),  (isa(_548{???U}, actRacingSportsEvent), {is_unit(_548{???U})}==>harmfulActions(_548{???U}, actFallingDown, doneBy, veryHighAmountOf))]).
  12393.  
  12394.  
  12395. % ~isa(_116{???U}, actRacingSportsEvent) :-
  12396. %   ~harmfulActions(_116{???U}, actFallingDown, doneBy, veryHighAmountOf).
  12397. % harmfulActions(_102{???U}, actFallingDown, doneBy, veryHighAmountOf) :-
  12398. %   isa(_102{???U}, actRacingSportsEvent).
  12399.  
  12400.  
  12401. % asserted_id(=>(isa(U, actEstheticJudgedSportsEvent), implies(isa(U, actEstheticJudgedSportsEvent), harmfulActions(U, actFallingDown, doneBy, highToVeryHighAmountOf))), a309095(U)).
  12402. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  12403. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  12404.  kif:-all(_215008,=>(isa(_215008,actEstheticJudgedSportsEvent),implies(isa(_215008,actEstheticJudgedSportsEvent),harmfulActions(_215008,actFallingDown,doneBy,highToVeryHighAmountOf))))
  12405.  pkif:-all(_214954,=>(isa(_214954,actEstheticJudgedSportsEvent),=>(isa(_214954,actEstheticJudgedSportsEvent),harmfulActions(_214954,actFallingDown,doneBy,highToVeryHighAmountOf))))
  12406. % cnf :-
  12407. %   v(~isa(_118{???U}, actEstheticJudgedSportsEvent),
  12408. %     v(~isa(_118{???U}, actEstheticJudgedSportsEvent),
  12409. %       harmfulActions(_118{???U},
  12410. %              actFallingDown,
  12411. %              doneBy,
  12412. %              highToVeryHighAmountOf))).
  12413.  horn:-[(~isa(_215578,actEstheticJudgedSportsEvent):- ~harmfulActions(_215578,actFallingDown,doneBy,highToVeryHighAmountOf)),(harmfulActions(_215628,actFallingDown,doneBy,highToVeryHighAmountOf):-isa(_215628,actEstheticJudgedSportsEvent))]
  12414. % boxlog :-
  12415. %  
  12416. %   [ (~isa(_8862{???U}, actEstheticJudgedSportsEvent):- ~harmfulActions(_8862{???U}, actFallingDown, doneBy, highToVeryHighAmountOf)),
  12417. %     (harmfulActions(_8844{???U}, actFallingDown, doneBy, highToVeryHighAmountOf):-isa(_8844{???U}, actEstheticJudgedSportsEvent))
  12418. %   ].
  12419. % preview :-
  12420. %  
  12421. %   [ (~harmfulActions(_580{???U}, actFallingDown, doneBy, highToVeryHighAmountOf), {is_unit(_580{???U})}==> ~isa(_580{???U}, actEstheticJudgedSportsEvent)),
  12422. %     (isa(_566{???U}, actEstheticJudgedSportsEvent), {is_unit(_566{???U})}==>harmfulActions(_566{???U}, actFallingDown, doneBy, highToVeryHighAmountOf))
  12423. %   ].
  12424. % conds= =>((name_variable(_562{???U}, 'U'), name_variable(_548{???U}, 'U')), [(~harmfulActions(_562{???U}, actFallingDown, doneBy, highToVeryHighAmountOf), {is_unit(_562{???U})}==> ~isa(_562{???U}, actEstheticJudgedSportsEvent)),  (isa(_548{???U}, actEstheticJudgedSportsEvent), {is_unit(_548{???U})}==>harmfulActions(_548{???U}, actFallingDown, doneBy, highToVeryHighAmountOf))]).
  12425.  
  12426.  
  12427. % ~isa(_116{???U}, actEstheticJudgedSportsEvent) :-
  12428. %   ~harmfulActions(_116{???U}, actFallingDown, doneBy, highToVeryHighAmountOf).
  12429. % harmfulActions(_102{???U}, actFallingDown, doneBy, highToVeryHighAmountOf) :-
  12430. %   isa(_102{???U}, actEstheticJudgedSportsEvent).
  12431.  
  12432.  
  12433. % asserted_id(=>(isa(U, actBaseballGame), implies(isa(U, actBaseballGame), harmfulActions(U, actMakingABaseballOut, doneBy, highAmountOf))), a309096(U)).
  12434. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  12435. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  12436.  kif:-all(_215060,=>(isa(_215060,actBaseballGame),implies(isa(_215060,actBaseballGame),harmfulActions(_215060,actMakingABaseballOut,doneBy,highAmountOf))))
  12437.  pkif:-all(_215006,=>(isa(_215006,actBaseballGame),=>(isa(_215006,actBaseballGame),harmfulActions(_215006,actMakingABaseballOut,doneBy,highAmountOf))))
  12438. % cnf :-
  12439. %   v(~isa(_118{???U}, actBaseballGame),
  12440. %     v(~isa(_118{???U}, actBaseballGame),
  12441. %       harmfulActions(_118{???U},
  12442. %              actMakingABaseballOut,
  12443. %              doneBy,
  12444. %              highAmountOf))).
  12445.  horn:-[(~isa(_215630,actBaseballGame):- ~harmfulActions(_215630,actMakingABaseballOut,doneBy,highAmountOf)),(harmfulActions(_215680,actMakingABaseballOut,doneBy,highAmountOf):-isa(_215680,actBaseballGame))]
  12446. % boxlog :-
  12447. %  
  12448. %   [ (~isa(_8864{???U}, actBaseballGame):- ~harmfulActions(_8864{???U}, actMakingABaseballOut, doneBy, highAmountOf)),
  12449. %     (harmfulActions(_8846{???U}, actMakingABaseballOut, doneBy, highAmountOf):-isa(_8846{???U}, actBaseballGame))
  12450. %   ].
  12451. % preview :-
  12452. %  
  12453. %   [ (~harmfulActions(_580{???U}, actMakingABaseballOut, doneBy, highAmountOf), {is_unit(_580{???U})}==> ~isa(_580{???U}, actBaseballGame)),
  12454. %     (isa(_566{???U}, actBaseballGame), {is_unit(_566{???U})}==>harmfulActions(_566{???U}, actMakingABaseballOut, doneBy, highAmountOf))
  12455. %   ].
  12456. % conds= =>((name_variable(_562{???U}, 'U'), name_variable(_548{???U}, 'U')), [(~harmfulActions(_562{???U}, actMakingABaseballOut, doneBy, highAmountOf), {is_unit(_562{???U})}==> ~isa(_562{???U}, actBaseballGame)),  (isa(_548{???U}, actBaseballGame), {is_unit(_548{???U})}==>harmfulActions(_548{???U}, actMakingABaseballOut, doneBy, highAmountOf))]).
  12457.  
  12458.  
  12459. % ~isa(_116{???U}, actBaseballGame) :-
  12460. %   ~harmfulActions(_116{???U}, actMakingABaseballOut, doneBy, highAmountOf).
  12461. % harmfulActions(_102{???U}, actMakingABaseballOut, doneBy, highAmountOf) :-
  12462. %   isa(_102{???U}, actBaseballGame).
  12463.  
  12464.  
  12465. % asserted_id(=>(isa(U, actWeightliftingSportsEvent), implies(isa(U, actWeightliftingSportsEvent), harmfulActions(U, actDroppingGameObject, doneBy, positiveAmountOf))), a309097(U)).
  12466. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  12467. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  12468.  kif:-all(_215112,=>(isa(_215112,actWeightliftingSportsEvent),implies(isa(_215112,actWeightliftingSportsEvent),harmfulActions(_215112,actDroppingGameObject,doneBy,positiveAmountOf))))
  12469.  pkif:-all(_215058,=>(isa(_215058,actWeightliftingSportsEvent),=>(isa(_215058,actWeightliftingSportsEvent),harmfulActions(_215058,actDroppingGameObject,doneBy,positiveAmountOf))))
  12470. % cnf :-
  12471. %   v(~isa(_118{???U}, actWeightliftingSportsEvent),
  12472. %     v(~isa(_118{???U}, actWeightliftingSportsEvent),
  12473. %       harmfulActions(_118{???U},
  12474. %              actDroppingGameObject,
  12475. %              doneBy,
  12476. %              positiveAmountOf))).
  12477.  horn:-[(~isa(_215682,actWeightliftingSportsEvent):- ~harmfulActions(_215682,actDroppingGameObject,doneBy,positiveAmountOf)),(harmfulActions(_215732,actDroppingGameObject,doneBy,positiveAmountOf):-isa(_215732,actWeightliftingSportsEvent))]
  12478. % boxlog :-
  12479. %  
  12480. %   [ (~isa(_8866{???U}, actWeightliftingSportsEvent):- ~harmfulActions(_8866{???U}, actDroppingGameObject, doneBy, positiveAmountOf)),
  12481. %     (harmfulActions(_8848{???U}, actDroppingGameObject, doneBy, positiveAmountOf):-isa(_8848{???U}, actWeightliftingSportsEvent))
  12482. %   ].
  12483. % preview :-
  12484. %  
  12485. %   [ (~harmfulActions(_580{???U}, actDroppingGameObject, doneBy, positiveAmountOf), {is_unit(_580{???U})}==> ~isa(_580{???U}, actWeightliftingSportsEvent)),
  12486. %     (isa(_566{???U}, actWeightliftingSportsEvent), {is_unit(_566{???U})}==>harmfulActions(_566{???U}, actDroppingGameObject, doneBy, positiveAmountOf))
  12487. %   ].
  12488. % conds= =>((name_variable(_562{???U}, 'U'), name_variable(_548{???U}, 'U')), [(~harmfulActions(_562{???U}, actDroppingGameObject, doneBy, positiveAmountOf), {is_unit(_562{???U})}==> ~isa(_562{???U}, actWeightliftingSportsEvent)),  (isa(_548{???U}, actWeightliftingSportsEvent), {is_unit(_548{???U})}==>harmfulActions(_548{???U}, actDroppingGameObject, doneBy, positiveAmountOf))]).
  12489.  
  12490.  
  12491. % ~isa(_116{???U}, actWeightliftingSportsEvent) :-
  12492. %   ~harmfulActions(_116{???U}, actDroppingGameObject, doneBy, positiveAmountOf).
  12493. % harmfulActions(_102{???U}, actDroppingGameObject, doneBy, positiveAmountOf) :-
  12494. %   isa(_102{???U}, actWeightliftingSportsEvent).
  12495.  
  12496.  
  12497. % asserted_id(=>(isa(U, actBaseballGame), implies(isa(U, actBaseballGame), harmfulActions(U, actCollidingWithAnObstacle, doneBy, positiveAmountOf))), a309098(U)).
  12498. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  12499. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  12500.  kif:-all(_215164,=>(isa(_215164,actBaseballGame),implies(isa(_215164,actBaseballGame),harmfulActions(_215164,actCollidingWithAnObstacle,doneBy,positiveAmountOf))))
  12501.  pkif:-all(_215110,=>(isa(_215110,actBaseballGame),=>(isa(_215110,actBaseballGame),harmfulActions(_215110,actCollidingWithAnObstacle,doneBy,positiveAmountOf))))
  12502. % cnf :-
  12503. %   v(~isa(_118{???U}, actBaseballGame),
  12504. %     v(~isa(_118{???U}, actBaseballGame),
  12505. %       harmfulActions(_118{???U},
  12506. %              actCollidingWithAnObstacle,
  12507. %              doneBy,
  12508. %              positiveAmountOf))).
  12509.  horn:-[(~isa(_215734,actBaseballGame):- ~harmfulActions(_215734,actCollidingWithAnObstacle,doneBy,positiveAmountOf)),(harmfulActions(_215784,actCollidingWithAnObstacle,doneBy,positiveAmountOf):-isa(_215784,actBaseballGame))]
  12510. % boxlog :-
  12511. %  
  12512. %   [ (~isa(_8868{???U}, actBaseballGame):- ~harmfulActions(_8868{???U}, actCollidingWithAnObstacle, doneBy, positiveAmountOf)),
  12513. %     (harmfulActions(_8850{???U}, actCollidingWithAnObstacle, doneBy, positiveAmountOf):-isa(_8850{???U}, actBaseballGame))
  12514. %   ].
  12515. % preview :-
  12516. %  
  12517. %   [ (~harmfulActions(_580{???U}, actCollidingWithAnObstacle, doneBy, positiveAmountOf), {is_unit(_580{???U})}==> ~isa(_580{???U}, actBaseballGame)),
  12518. %     (isa(_566{???U}, actBaseballGame), {is_unit(_566{???U})}==>harmfulActions(_566{???U}, actCollidingWithAnObstacle, doneBy, positiveAmountOf))
  12519. %   ].
  12520. % conds= =>((name_variable(_562{???U}, 'U'), name_variable(_548{???U}, 'U')), [(~harmfulActions(_562{???U}, actCollidingWithAnObstacle, doneBy, positiveAmountOf), {is_unit(_562{???U})}==> ~isa(_562{???U}, actBaseballGame)),  (isa(_548{???U}, actBaseballGame), {is_unit(_548{???U})}==>harmfulActions(_548{???U}, actCollidingWithAnObstacle, doneBy, positiveAmountOf))]).
  12521.  
  12522.  
  12523. % ~isa(_116{???U}, actBaseballGame) :-
  12524. %   ~harmfulActions(_116{???U}, actCollidingWithAnObstacle, doneBy, positiveAmountOf).
  12525. % harmfulActions(_102{???U}, actCollidingWithAnObstacle, doneBy, positiveAmountOf) :-
  12526. %   isa(_102{???U}, actBaseballGame).
  12527.  
  12528.  
  12529. % asserted_id(=>(isa(U, actRelayRaceSportsEvent), implies(isa(U, actRelayRaceSportsEvent), harmfulActions(U, actDroppingGameObject, doneBy, veryHighAmountOf))), a309099(U)).
  12530. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  12531. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  12532.  kif:-all(_215216,=>(isa(_215216,actRelayRaceSportsEvent),implies(isa(_215216,actRelayRaceSportsEvent),harmfulActions(_215216,actDroppingGameObject,doneBy,veryHighAmountOf))))
  12533.  pkif:-all(_215162,=>(isa(_215162,actRelayRaceSportsEvent),=>(isa(_215162,actRelayRaceSportsEvent),harmfulActions(_215162,actDroppingGameObject,doneBy,veryHighAmountOf))))
  12534. % cnf :-
  12535. %   v(~isa(_118{???U}, actRelayRaceSportsEvent),
  12536. %     v(~isa(_118{???U}, actRelayRaceSportsEvent),
  12537. %       harmfulActions(_118{???U},
  12538. %              actDroppingGameObject,
  12539. %              doneBy,
  12540. %              veryHighAmountOf))).
  12541.  horn:-[(~isa(_215786,actRelayRaceSportsEvent):- ~harmfulActions(_215786,actDroppingGameObject,doneBy,veryHighAmountOf)),(harmfulActions(_215836,actDroppingGameObject,doneBy,veryHighAmountOf):-isa(_215836,actRelayRaceSportsEvent))]
  12542. % boxlog :-
  12543. %  
  12544. %   [ (~isa(_8870{???U}, actRelayRaceSportsEvent):- ~harmfulActions(_8870{???U}, actDroppingGameObject, doneBy, veryHighAmountOf)),
  12545. %     (harmfulActions(_8852{???U}, actDroppingGameObject, doneBy, veryHighAmountOf):-isa(_8852{???U}, actRelayRaceSportsEvent))
  12546. %   ].
  12547. % preview :-
  12548. %  
  12549. %   [ (~harmfulActions(_580{???U}, actDroppingGameObject, doneBy, veryHighAmountOf), {is_unit(_580{???U})}==> ~isa(_580{???U}, actRelayRaceSportsEvent)),
  12550. %     (isa(_566{???U}, actRelayRaceSportsEvent), {is_unit(_566{???U})}==>harmfulActions(_566{???U}, actDroppingGameObject, doneBy, veryHighAmountOf))
  12551. %   ].
  12552. % conds= =>((name_variable(_562{???U}, 'U'), name_variable(_548{???U}, 'U')), [(~harmfulActions(_562{???U}, actDroppingGameObject, doneBy, veryHighAmountOf), {is_unit(_562{???U})}==> ~isa(_562{???U}, actRelayRaceSportsEvent)),  (isa(_548{???U}, actRelayRaceSportsEvent), {is_unit(_548{???U})}==>harmfulActions(_548{???U}, actDroppingGameObject, doneBy, veryHighAmountOf))]).
  12553.  
  12554.  
  12555. % ~isa(_116{???U}, actRelayRaceSportsEvent) :-
  12556. %   ~harmfulActions(_116{???U}, actDroppingGameObject, doneBy, veryHighAmountOf).
  12557. % harmfulActions(_102{???U}, actDroppingGameObject, doneBy, veryHighAmountOf) :-
  12558. %   isa(_102{???U}, actRelayRaceSportsEvent).
  12559.  
  12560.  
  12561. % asserted_id(=>(isa(U, actWrestlingSportsEvent), implies(isa(U, actWrestlingSportsEvent), harmfulActions(U, eventFallingBackwards, doneBy, positiveAmountOf))), a309100(U)).
  12562. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  12563. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  12564.  kif:-all(_215268,=>(isa(_215268,actWrestlingSportsEvent),implies(isa(_215268,actWrestlingSportsEvent),harmfulActions(_215268,eventFallingBackwards,doneBy,positiveAmountOf))))
  12565.  pkif:-all(_215214,=>(isa(_215214,actWrestlingSportsEvent),=>(isa(_215214,actWrestlingSportsEvent),harmfulActions(_215214,eventFallingBackwards,doneBy,positiveAmountOf))))
  12566. % cnf :-
  12567. %   v(~isa(_118{???U}, actWrestlingSportsEvent),
  12568. %     v(~isa(_118{???U}, actWrestlingSportsEvent),
  12569. %       harmfulActions(_118{???U},
  12570. %              eventFallingBackwards,
  12571. %              doneBy,
  12572. %              positiveAmountOf))).
  12573.  horn:-[(~isa(_215838,actWrestlingSportsEvent):- ~harmfulActions(_215838,eventFallingBackwards,doneBy,positiveAmountOf)),(harmfulActions(_215888,eventFallingBackwards,doneBy,positiveAmountOf):-isa(_215888,actWrestlingSportsEvent))]
  12574. % boxlog :-
  12575. %  
  12576. %   [ (~isa(_8872{???U}, actWrestlingSportsEvent):- ~harmfulActions(_8872{???U}, eventFallingBackwards, doneBy, positiveAmountOf)),
  12577. %     (harmfulActions(_8854{???U}, eventFallingBackwards, doneBy, positiveAmountOf):-isa(_8854{???U}, actWrestlingSportsEvent))
  12578. %   ].
  12579. % preview :-
  12580. %  
  12581. %   [ (~harmfulActions(_580{???U}, eventFallingBackwards, doneBy, positiveAmountOf), {is_unit(_580{???U})}==> ~isa(_580{???U}, actWrestlingSportsEvent)),
  12582. %     (isa(_566{???U}, actWrestlingSportsEvent), {is_unit(_566{???U})}==>harmfulActions(_566{???U}, eventFallingBackwards, doneBy, positiveAmountOf))
  12583. %   ].
  12584. % conds= =>((name_variable(_562{???U}, 'U'), name_variable(_548{???U}, 'U')), [(~harmfulActions(_562{???U}, eventFallingBackwards, doneBy, positiveAmountOf), {is_unit(_562{???U})}==> ~isa(_562{???U}, actWrestlingSportsEvent)),  (isa(_548{???U}, actWrestlingSportsEvent), {is_unit(_548{???U})}==>harmfulActions(_548{???U}, eventFallingBackwards, doneBy, positiveAmountOf))]).
  12585.  
  12586.  
  12587. % ~isa(_116{???U}, actWrestlingSportsEvent) :-
  12588. %   ~harmfulActions(_116{???U}, eventFallingBackwards, doneBy, positiveAmountOf).
  12589. % harmfulActions(_102{???U}, eventFallingBackwards, doneBy, positiveAmountOf) :-
  12590. %   isa(_102{???U}, actWrestlingSportsEvent).
  12591.  
  12592.  
  12593. % asserted_id(=>(isa(U, actLongJumpSportsEvent), implies(isa(U, actLongJumpSportsEvent), harmfulActions(U, eventFallingBackwards, doneBy, positiveAmountOf))), a309101(U)).
  12594. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  12595. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  12596.  kif:-all(_215320,=>(isa(_215320,actLongJumpSportsEvent),implies(isa(_215320,actLongJumpSportsEvent),harmfulActions(_215320,eventFallingBackwards,doneBy,positiveAmountOf))))
  12597.  pkif:-all(_215266,=>(isa(_215266,actLongJumpSportsEvent),=>(isa(_215266,actLongJumpSportsEvent),harmfulActions(_215266,eventFallingBackwards,doneBy,positiveAmountOf))))
  12598. % cnf :-
  12599. %   v(~isa(_118{???U}, actLongJumpSportsEvent),
  12600. %     v(~isa(_118{???U}, actLongJumpSportsEvent),
  12601. %       harmfulActions(_118{???U},
  12602. %              eventFallingBackwards,
  12603. %              doneBy,
  12604. %              positiveAmountOf))).
  12605.  horn:-[(~isa(_215890,actLongJumpSportsEvent):- ~harmfulActions(_215890,eventFallingBackwards,doneBy,positiveAmountOf)),(harmfulActions(_215940,eventFallingBackwards,doneBy,positiveAmountOf):-isa(_215940,actLongJumpSportsEvent))]
  12606. % boxlog :-
  12607. %  
  12608. %   [ (~isa(_8874{???U}, actLongJumpSportsEvent):- ~harmfulActions(_8874{???U}, eventFallingBackwards, doneBy, positiveAmountOf)),
  12609. %     (harmfulActions(_8856{???U}, eventFallingBackwards, doneBy, positiveAmountOf):-isa(_8856{???U}, actLongJumpSportsEvent))
  12610. %   ].
  12611. % preview :-
  12612. %  
  12613. %   [ (~harmfulActions(_580{???U}, eventFallingBackwards, doneBy, positiveAmountOf), {is_unit(_580{???U})}==> ~isa(_580{???U}, actLongJumpSportsEvent)),
  12614. %     (isa(_566{???U}, actLongJumpSportsEvent), {is_unit(_566{???U})}==>harmfulActions(_566{???U}, eventFallingBackwards, doneBy, positiveAmountOf))
  12615. %   ].
  12616. % conds= =>((name_variable(_562{???U}, 'U'), name_variable(_548{???U}, 'U')), [(~harmfulActions(_562{???U}, eventFallingBackwards, doneBy, positiveAmountOf), {is_unit(_562{???U})}==> ~isa(_562{???U}, actLongJumpSportsEvent)),  (isa(_548{???U}, actLongJumpSportsEvent), {is_unit(_548{???U})}==>harmfulActions(_548{???U}, eventFallingBackwards, doneBy, positiveAmountOf))]).
  12617.  
  12618.  
  12619. % ~isa(_116{???U}, actLongJumpSportsEvent) :-
  12620. %   ~harmfulActions(_116{???U}, eventFallingBackwards, doneBy, positiveAmountOf).
  12621. % harmfulActions(_102{???U}, eventFallingBackwards, doneBy, positiveAmountOf) :-
  12622. %   isa(_102{???U}, actLongJumpSportsEvent).
  12623.  
  12624.  
  12625. % asserted_id(=>(isa(U, actTeamSportsCompetition), implies(isa(U, actTeamSportsCompetition), harmfulActions(U, actObstructingATeamMember, doneBy, positiveAmountOf))), a309102(U)).
  12626. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  12627. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  12628.  kif:-all(_215372,=>(isa(_215372,actTeamSportsCompetition),implies(isa(_215372,actTeamSportsCompetition),harmfulActions(_215372,actObstructingATeamMember,doneBy,positiveAmountOf))))
  12629.  pkif:-all(_215318,=>(isa(_215318,actTeamSportsCompetition),=>(isa(_215318,actTeamSportsCompetition),harmfulActions(_215318,actObstructingATeamMember,doneBy,positiveAmountOf))))
  12630. % cnf :-
  12631. %   v(~isa(_118{???U}, actTeamSportsCompetition),
  12632. %     v(~isa(_118{???U}, actTeamSportsCompetition),
  12633. %       harmfulActions(_118{???U},
  12634. %              actObstructingATeamMember,
  12635. %              doneBy,
  12636. %              positiveAmountOf))).
  12637.  horn:-[(~isa(_215942,actTeamSportsCompetition):- ~harmfulActions(_215942,actObstructingATeamMember,doneBy,positiveAmountOf)),(harmfulActions(_215992,actObstructingATeamMember,doneBy,positiveAmountOf):-isa(_215992,actTeamSportsCompetition))]
  12638. % boxlog :-
  12639. %  
  12640. %   [ (~isa(_8876{???U}, actTeamSportsCompetition):- ~harmfulActions(_8876{???U}, actObstructingATeamMember, doneBy, positiveAmountOf)),
  12641. %     (harmfulActions(_8858{???U}, actObstructingATeamMember, doneBy, positiveAmountOf):-isa(_8858{???U}, actTeamSportsCompetition))
  12642. %   ].
  12643. % preview :-
  12644. %  
  12645. %   [ (~harmfulActions(_580{???U}, actObstructingATeamMember, doneBy, positiveAmountOf), {is_unit(_580{???U})}==> ~isa(_580{???U}, actTeamSportsCompetition)),
  12646. %     (isa(_566{???U}, actTeamSportsCompetition), {is_unit(_566{???U})}==>harmfulActions(_566{???U}, actObstructingATeamMember, doneBy, positiveAmountOf))
  12647. %   ].
  12648. % conds= =>((name_variable(_562{???U}, 'U'), name_variable(_548{???U}, 'U')), [(~harmfulActions(_562{???U}, actObstructingATeamMember, doneBy, positiveAmountOf), {is_unit(_562{???U})}==> ~isa(_562{???U}, actTeamSportsCompetition)),  (isa(_548{???U}, actTeamSportsCompetition), {is_unit(_548{???U})}==>harmfulActions(_548{???U}, actObstructingATeamMember, doneBy, positiveAmountOf))]).
  12649.  
  12650.  
  12651. % ~isa(_116{???U}, actTeamSportsCompetition) :-
  12652. %   ~harmfulActions(_116{???U}, actObstructingATeamMember, doneBy, positiveAmountOf).
  12653. % harmfulActions(_102{???U}, actObstructingATeamMember, doneBy, positiveAmountOf) :-
  12654. %   isa(_102{???U}, actTeamSportsCompetition).
  12655.  
  12656.  
  12657. % asserted_id(=>(isa(U, actSnowSkiing), implies(isa(U, actSnowSkiing), harmfulActions(U, actFallingDown, doneBy, positiveAmountOf))), a309103(U)).
  12658. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  12659. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  12660.  kif:-all(_215424,=>(isa(_215424,actSnowSkiing),implies(isa(_215424,actSnowSkiing),harmfulActions(_215424,actFallingDown,doneBy,positiveAmountOf))))
  12661.  pkif:-all(_215370,=>(isa(_215370,actSnowSkiing),=>(isa(_215370,actSnowSkiing),harmfulActions(_215370,actFallingDown,doneBy,positiveAmountOf))))
  12662. % cnf :-
  12663. %   v(~isa(_118{???U}, actSnowSkiing),
  12664. %     v(~isa(_118{???U}, actSnowSkiing),
  12665. %       harmfulActions(_118{???U}, actFallingDown, doneBy, positiveAmountOf))).
  12666.  horn:-[(~isa(_215994,actSnowSkiing):- ~harmfulActions(_215994,actFallingDown,doneBy,positiveAmountOf)),(harmfulActions(_216044,actFallingDown,doneBy,positiveAmountOf):-isa(_216044,actSnowSkiing))]
  12667. % boxlog :-
  12668. %  
  12669. %   [ (~isa(_8878{???U}, actSnowSkiing):- ~harmfulActions(_8878{???U}, actFallingDown, doneBy, positiveAmountOf)),
  12670. %     (harmfulActions(_8860{???U}, actFallingDown, doneBy, positiveAmountOf):-isa(_8860{???U}, actSnowSkiing))
  12671. %   ].
  12672. % preview :-
  12673. %  
  12674. %   [ (~harmfulActions(_580{???U}, actFallingDown, doneBy, positiveAmountOf), {is_unit(_580{???U})}==> ~isa(_580{???U}, actSnowSkiing)),
  12675. %     (isa(_566{???U}, actSnowSkiing), {is_unit(_566{???U})}==>harmfulActions(_566{???U}, actFallingDown, doneBy, positiveAmountOf))
  12676. %   ].
  12677. % conds= =>((name_variable(_562{???U}, 'U'), name_variable(_548{???U}, 'U')), [(~harmfulActions(_562{???U}, actFallingDown, doneBy, positiveAmountOf), {is_unit(_562{???U})}==> ~isa(_562{???U}, actSnowSkiing)),  (isa(_548{???U}, actSnowSkiing), {is_unit(_548{???U})}==>harmfulActions(_548{???U}, actFallingDown, doneBy, positiveAmountOf))]).
  12678.  
  12679.  
  12680. % ~isa(_122{???U}, actSnowSkiing) :-
  12681. %   ~harmfulActions(_122{???U}, actFallingDown, doneBy, positiveAmountOf).
  12682. % harmfulActions(_102{???U}, actFallingDown, doneBy, positiveAmountOf) :-
  12683. %   isa(_102{???U}, actSnowSkiing).
  12684.  
  12685.  
  12686. % asserted_id(=>(isa(U, actNordicSkiingSportsEvent), implies(isa(U, actNordicSkiingSportsEvent), harmfulActions(U, actLosingOnesBalance, doneBy, positiveAmountOf))), a309104(U)).
  12687. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  12688. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  12689.  kif:-all(_215476,=>(isa(_215476,actNordicSkiingSportsEvent),implies(isa(_215476,actNordicSkiingSportsEvent),harmfulActions(_215476,actLosingOnesBalance,doneBy,positiveAmountOf))))
  12690.  pkif:-all(_215422,=>(isa(_215422,actNordicSkiingSportsEvent),=>(isa(_215422,actNordicSkiingSportsEvent),harmfulActions(_215422,actLosingOnesBalance,doneBy,positiveAmountOf))))
  12691. % cnf :-
  12692. %   v(~isa(_118{???U}, actNordicSkiingSportsEvent),
  12693. %     v(~isa(_118{???U}, actNordicSkiingSportsEvent),
  12694. %       harmfulActions(_118{???U},
  12695. %              actLosingOnesBalance,
  12696. %              doneBy,
  12697. %              positiveAmountOf))).
  12698.  horn:-[(~isa(_216046,actNordicSkiingSportsEvent):- ~harmfulActions(_216046,actLosingOnesBalance,doneBy,positiveAmountOf)),(harmfulActions(_216096,actLosingOnesBalance,doneBy,positiveAmountOf):-isa(_216096,actNordicSkiingSportsEvent))]
  12699. % boxlog :-
  12700. %  
  12701. %   [ (~isa(_8880{???U}, actNordicSkiingSportsEvent):- ~harmfulActions(_8880{???U}, actLosingOnesBalance, doneBy, positiveAmountOf)),
  12702. %     (harmfulActions(_8862{???U}, actLosingOnesBalance, doneBy, positiveAmountOf):-isa(_8862{???U}, actNordicSkiingSportsEvent))
  12703. %   ].
  12704. % preview :-
  12705. %  
  12706. %   [ (~harmfulActions(_580{???U}, actLosingOnesBalance, doneBy, positiveAmountOf), {is_unit(_580{???U})}==> ~isa(_580{???U}, actNordicSkiingSportsEvent)),
  12707. %     (isa(_566{???U}, actNordicSkiingSportsEvent), {is_unit(_566{???U})}==>harmfulActions(_566{???U}, actLosingOnesBalance, doneBy, positiveAmountOf))
  12708. %   ].
  12709. % conds= =>((name_variable(_562{???U}, 'U'), name_variable(_548{???U}, 'U')), [(~harmfulActions(_562{???U}, actLosingOnesBalance, doneBy, positiveAmountOf), {is_unit(_562{???U})}==> ~isa(_562{???U}, actNordicSkiingSportsEvent)),  (isa(_548{???U}, actNordicSkiingSportsEvent), {is_unit(_548{???U})}==>harmfulActions(_548{???U}, actLosingOnesBalance, doneBy, positiveAmountOf))]).
  12710.  
  12711.  
  12712. % ~isa(_116{???U}, actNordicSkiingSportsEvent) :-
  12713. %   ~harmfulActions(_116{???U}, actLosingOnesBalance, doneBy, positiveAmountOf).
  12714. % harmfulActions(_102{???U}, actLosingOnesBalance, doneBy, positiveAmountOf) :-
  12715. %   isa(_102{???U}, actNordicSkiingSportsEvent).
  12716.  
  12717.  
  12718. % asserted_id(=>(isa(U, actRacingSportsEvent), implies(isa(U, actRacingSportsEvent), harmfulActions(U, actCollidingWithAnObstacle, doneBy, veryHighAmountOf))), a309105(U)).
  12719. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  12720. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  12721.  kif:-all(_215528,=>(isa(_215528,actRacingSportsEvent),implies(isa(_215528,actRacingSportsEvent),harmfulActions(_215528,actCollidingWithAnObstacle,doneBy,veryHighAmountOf))))
  12722.  pkif:-all(_215474,=>(isa(_215474,actRacingSportsEvent),=>(isa(_215474,actRacingSportsEvent),harmfulActions(_215474,actCollidingWithAnObstacle,doneBy,veryHighAmountOf))))
  12723. % cnf :-
  12724. %   v(~isa(_118{???U}, actRacingSportsEvent),
  12725. %     v(~isa(_118{???U}, actRacingSportsEvent),
  12726. %       harmfulActions(_118{???U},
  12727. %              actCollidingWithAnObstacle,
  12728. %              doneBy,
  12729. %              veryHighAmountOf))).
  12730.  horn:-[(~isa(_216098,actRacingSportsEvent):- ~harmfulActions(_216098,actCollidingWithAnObstacle,doneBy,veryHighAmountOf)),(harmfulActions(_216148,actCollidingWithAnObstacle,doneBy,veryHighAmountOf):-isa(_216148,actRacingSportsEvent))]
  12731. % boxlog :-
  12732. %  
  12733. %   [ (~isa(_8882{???U}, actRacingSportsEvent):- ~harmfulActions(_8882{???U}, actCollidingWithAnObstacle, doneBy, veryHighAmountOf)),
  12734. %     (harmfulActions(_8864{???U}, actCollidingWithAnObstacle, doneBy, veryHighAmountOf):-isa(_8864{???U}, actRacingSportsEvent))
  12735. %   ].
  12736. % preview :-
  12737. %  
  12738. %   [ (~harmfulActions(_580{???U}, actCollidingWithAnObstacle, doneBy, veryHighAmountOf), {is_unit(_580{???U})}==> ~isa(_580{???U}, actRacingSportsEvent)),
  12739. %     (isa(_566{???U}, actRacingSportsEvent), {is_unit(_566{???U})}==>harmfulActions(_566{???U}, actCollidingWithAnObstacle, doneBy, veryHighAmountOf))
  12740. %   ].
  12741. % conds= =>((name_variable(_562{???U}, 'U'), name_variable(_548{???U}, 'U')), [(~harmfulActions(_562{???U}, actCollidingWithAnObstacle, doneBy, veryHighAmountOf), {is_unit(_562{???U})}==> ~isa(_562{???U}, actRacingSportsEvent)),  (isa(_548{???U}, actRacingSportsEvent), {is_unit(_548{???U})}==>harmfulActions(_548{???U}, actCollidingWithAnObstacle, doneBy, veryHighAmountOf))]).
  12742.  
  12743.  
  12744. % ~isa(_116{???U}, actRacingSportsEvent) :-
  12745. %   ~harmfulActions(_116{???U}, actCollidingWithAnObstacle, doneBy, veryHighAmountOf).
  12746. % harmfulActions(_102{???U}, actCollidingWithAnObstacle, doneBy, veryHighAmountOf) :-
  12747. %   isa(_102{???U}, actRacingSportsEvent).
  12748.  
  12749.  
  12750. % asserted_id(=>(isa(U, actRacingSportsEvent), implies(isa(U, actRacingSportsEvent), harmfulActions(U, actLosingOnesBalance, doneBy, highToVeryHighAmountOf))), a309106(U)).
  12751. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  12752. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  12753.  kif:-all(_215580,=>(isa(_215580,actRacingSportsEvent),implies(isa(_215580,actRacingSportsEvent),harmfulActions(_215580,actLosingOnesBalance,doneBy,highToVeryHighAmountOf))))
  12754.  pkif:-all(_215526,=>(isa(_215526,actRacingSportsEvent),=>(isa(_215526,actRacingSportsEvent),harmfulActions(_215526,actLosingOnesBalance,doneBy,highToVeryHighAmountOf))))
  12755. % cnf :-
  12756. %   v(~isa(_118{???U}, actRacingSportsEvent),
  12757. %     v(~isa(_118{???U}, actRacingSportsEvent),
  12758. %       harmfulActions(_118{???U},
  12759. %              actLosingOnesBalance,
  12760. %              doneBy,
  12761. %              highToVeryHighAmountOf))).
  12762.  horn:-[(~isa(_216150,actRacingSportsEvent):- ~harmfulActions(_216150,actLosingOnesBalance,doneBy,highToVeryHighAmountOf)),(harmfulActions(_216200,actLosingOnesBalance,doneBy,highToVeryHighAmountOf):-isa(_216200,actRacingSportsEvent))]
  12763. % boxlog :-
  12764. %  
  12765. %   [ (~isa(_8884{???U}, actRacingSportsEvent):- ~harmfulActions(_8884{???U}, actLosingOnesBalance, doneBy, highToVeryHighAmountOf)),
  12766. %     (harmfulActions(_8866{???U}, actLosingOnesBalance, doneBy, highToVeryHighAmountOf):-isa(_8866{???U}, actRacingSportsEvent))
  12767. %   ].
  12768. % preview :-
  12769. %  
  12770. %   [ (~harmfulActions(_580{???U}, actLosingOnesBalance, doneBy, highToVeryHighAmountOf), {is_unit(_580{???U})}==> ~isa(_580{???U}, actRacingSportsEvent)),
  12771. %     (isa(_566{???U}, actRacingSportsEvent), {is_unit(_566{???U})}==>harmfulActions(_566{???U}, actLosingOnesBalance, doneBy, highToVeryHighAmountOf))
  12772. %   ].
  12773. % conds= =>((name_variable(_562{???U}, 'U'), name_variable(_548{???U}, 'U')), [(~harmfulActions(_562{???U}, actLosingOnesBalance, doneBy, highToVeryHighAmountOf), {is_unit(_562{???U})}==> ~isa(_562{???U}, actRacingSportsEvent)),  (isa(_548{???U}, actRacingSportsEvent), {is_unit(_548{???U})}==>harmfulActions(_548{???U}, actLosingOnesBalance, doneBy, highToVeryHighAmountOf))]).
  12774.  
  12775.  
  12776. % ~isa(_116{???U}, actRacingSportsEvent) :-
  12777. %   ~harmfulActions(_116{???U}, actLosingOnesBalance, doneBy, highToVeryHighAmountOf).
  12778. % harmfulActions(_102{???U}, actLosingOnesBalance, doneBy, highToVeryHighAmountOf) :-
  12779. %   isa(_102{???U}, actRacingSportsEvent).
  12780.  
  12781.  
  12782. % asserted_id(=>(isa(U, actFencingSportsEvent), implies(isa(U, actFencingSportsEvent), harmfulActions(U, actFallingDown, doneBy, highAmountOf))), a309107(U)).
  12783. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  12784. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  12785.  kif:-all(_215632,=>(isa(_215632,actFencingSportsEvent),implies(isa(_215632,actFencingSportsEvent),harmfulActions(_215632,actFallingDown,doneBy,highAmountOf))))
  12786.  pkif:-all(_215578,=>(isa(_215578,actFencingSportsEvent),=>(isa(_215578,actFencingSportsEvent),harmfulActions(_215578,actFallingDown,doneBy,highAmountOf))))
  12787. % cnf :-
  12788. %   v(~isa(_118{???U}, actFencingSportsEvent),
  12789. %     v(~isa(_118{???U}, actFencingSportsEvent),
  12790. %       harmfulActions(_118{???U}, actFallingDown, doneBy, highAmountOf))).
  12791.  horn:-[(~isa(_216202,actFencingSportsEvent):- ~harmfulActions(_216202,actFallingDown,doneBy,highAmountOf)),(harmfulActions(_216252,actFallingDown,doneBy,highAmountOf):-isa(_216252,actFencingSportsEvent))]
  12792. % boxlog :-
  12793. %  
  12794. %   [ (~isa(_8886{???U}, actFencingSportsEvent):- ~harmfulActions(_8886{???U}, actFallingDown, doneBy, highAmountOf)),
  12795. %     (harmfulActions(_8868{???U}, actFallingDown, doneBy, highAmountOf):-isa(_8868{???U}, actFencingSportsEvent))
  12796. %   ].
  12797. % preview :-
  12798. %  
  12799. %   [ (~harmfulActions(_580{???U}, actFallingDown, doneBy, highAmountOf), {is_unit(_580{???U})}==> ~isa(_580{???U}, actFencingSportsEvent)),
  12800. %     (isa(_566{???U}, actFencingSportsEvent), {is_unit(_566{???U})}==>harmfulActions(_566{???U}, actFallingDown, doneBy, highAmountOf))
  12801. %   ].
  12802. % conds= =>((name_variable(_562{???U}, 'U'), name_variable(_548{???U}, 'U')), [(~harmfulActions(_562{???U}, actFallingDown, doneBy, highAmountOf), {is_unit(_562{???U})}==> ~isa(_562{???U}, actFencingSportsEvent)),  (isa(_548{???U}, actFencingSportsEvent), {is_unit(_548{???U})}==>harmfulActions(_548{???U}, actFallingDown, doneBy, highAmountOf))]).
  12803.  
  12804.  
  12805. % ~isa(_122{???U}, actFencingSportsEvent) :-
  12806. %   ~harmfulActions(_122{???U}, actFallingDown, doneBy, highAmountOf).
  12807. % harmfulActions(_102{???U}, actFallingDown, doneBy, highAmountOf) :-
  12808. %   isa(_102{???U}, actFencingSportsEvent).
  12809.  
  12810.  
  12811. % asserted_id(=>(isa(U, actFencingSportsEvent), implies(isa(U, actFencingSportsEvent), harmfulActions(U, actLosingOnesBalance, doneBy, highAmountOf))), a309108(U)).
  12812. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  12813. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  12814.  kif:-all(_215684,=>(isa(_215684,actFencingSportsEvent),implies(isa(_215684,actFencingSportsEvent),harmfulActions(_215684,actLosingOnesBalance,doneBy,highAmountOf))))
  12815.  pkif:-all(_215630,=>(isa(_215630,actFencingSportsEvent),=>(isa(_215630,actFencingSportsEvent),harmfulActions(_215630,actLosingOnesBalance,doneBy,highAmountOf))))
  12816. % cnf :-
  12817. %   v(~isa(_118{???U}, actFencingSportsEvent),
  12818. %     v(~isa(_118{???U}, actFencingSportsEvent),
  12819. %       harmfulActions(_118{???U},
  12820. %              actLosingOnesBalance,
  12821. %              doneBy,
  12822. %              highAmountOf))).
  12823.  horn:-[(~isa(_216254,actFencingSportsEvent):- ~harmfulActions(_216254,actLosingOnesBalance,doneBy,highAmountOf)),(harmfulActions(_216304,actLosingOnesBalance,doneBy,highAmountOf):-isa(_216304,actFencingSportsEvent))]
  12824. % boxlog :-
  12825. %  
  12826. %   [ (~isa(_8888{???U}, actFencingSportsEvent):- ~harmfulActions(_8888{???U}, actLosingOnesBalance, doneBy, highAmountOf)),
  12827. %     (harmfulActions(_8870{???U}, actLosingOnesBalance, doneBy, highAmountOf):-isa(_8870{???U}, actFencingSportsEvent))
  12828. %   ].
  12829. % preview :-
  12830. %  
  12831. %   [ (~harmfulActions(_580{???U}, actLosingOnesBalance, doneBy, highAmountOf), {is_unit(_580{???U})}==> ~isa(_580{???U}, actFencingSportsEvent)),
  12832. %     (isa(_566{???U}, actFencingSportsEvent), {is_unit(_566{???U})}==>harmfulActions(_566{???U}, actLosingOnesBalance, doneBy, highAmountOf))
  12833. %   ].
  12834. % conds= =>((name_variable(_562{???U}, 'U'), name_variable(_548{???U}, 'U')), [(~harmfulActions(_562{???U}, actLosingOnesBalance, doneBy, highAmountOf), {is_unit(_562{???U})}==> ~isa(_562{???U}, actFencingSportsEvent)),  (isa(_548{???U}, actFencingSportsEvent), {is_unit(_548{???U})}==>harmfulActions(_548{???U}, actLosingOnesBalance, doneBy, highAmountOf))]).
  12835.  
  12836.  
  12837. % ~isa(_116{???U}, actFencingSportsEvent) :-
  12838. %   ~harmfulActions(_116{???U}, actLosingOnesBalance, doneBy, highAmountOf).
  12839. % harmfulActions(_102{???U}, actLosingOnesBalance, doneBy, highAmountOf) :-
  12840. %   isa(_102{???U}, actFencingSportsEvent).
  12841.  
  12842.  
  12843. % asserted_id(=>(isa(U, actNordicSkiingSportsEvent), implies(isa(U, actNordicSkiingSportsEvent), harmfulActions(U, actFallingDown, doneBy, positiveAmountOf))), a309109(U)).
  12844. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  12845. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  12846.  kif:-all(_215736,=>(isa(_215736,actNordicSkiingSportsEvent),implies(isa(_215736,actNordicSkiingSportsEvent),harmfulActions(_215736,actFallingDown,doneBy,positiveAmountOf))))
  12847.  pkif:-all(_215682,=>(isa(_215682,actNordicSkiingSportsEvent),=>(isa(_215682,actNordicSkiingSportsEvent),harmfulActions(_215682,actFallingDown,doneBy,positiveAmountOf))))
  12848. % cnf :-
  12849. %   v(~isa(_118{???U}, actNordicSkiingSportsEvent),
  12850. %     v(~isa(_118{???U}, actNordicSkiingSportsEvent),
  12851. %       harmfulActions(_118{???U}, actFallingDown, doneBy, positiveAmountOf))).
  12852.  horn:-[(~isa(_216306,actNordicSkiingSportsEvent):- ~harmfulActions(_216306,actFallingDown,doneBy,positiveAmountOf)),(harmfulActions(_216356,actFallingDown,doneBy,positiveAmountOf):-isa(_216356,actNordicSkiingSportsEvent))]
  12853. % boxlog :-
  12854. %  
  12855. %   [ (~isa(_8890{???U}, actNordicSkiingSportsEvent):- ~harmfulActions(_8890{???U}, actFallingDown, doneBy, positiveAmountOf)),
  12856. %     (harmfulActions(_8872{???U}, actFallingDown, doneBy, positiveAmountOf):-isa(_8872{???U}, actNordicSkiingSportsEvent))
  12857. %   ].
  12858. % preview :-
  12859. %  
  12860. %   [ (~harmfulActions(_580{???U}, actFallingDown, doneBy, positiveAmountOf), {is_unit(_580{???U})}==> ~isa(_580{???U}, actNordicSkiingSportsEvent)),
  12861. %     (isa(_566{???U}, actNordicSkiingSportsEvent), {is_unit(_566{???U})}==>harmfulActions(_566{???U}, actFallingDown, doneBy, positiveAmountOf))
  12862. %   ].
  12863. % conds= =>((name_variable(_562{???U}, 'U'), name_variable(_548{???U}, 'U')), [(~harmfulActions(_562{???U}, actFallingDown, doneBy, positiveAmountOf), {is_unit(_562{???U})}==> ~isa(_562{???U}, actNordicSkiingSportsEvent)),  (isa(_548{???U}, actNordicSkiingSportsEvent), {is_unit(_548{???U})}==>harmfulActions(_548{???U}, actFallingDown, doneBy, positiveAmountOf))]).
  12864.  
  12865.  
  12866. % ~isa(_116{???U}, actNordicSkiingSportsEvent) :-
  12867. %   ~harmfulActions(_116{???U}, actFallingDown, doneBy, positiveAmountOf).
  12868. % harmfulActions(_102{???U}, actFallingDown, doneBy, positiveAmountOf) :-
  12869. %   isa(_102{???U}, actNordicSkiingSportsEvent).
  12870.  
  12871.  
  12872. % asserted_id(=>(isa(U, actJudgedSportsEvent), implies(isa(U, actJudgedSportsEvent), harmfulActions(U, actLosingOnesBalance, doneBy, highToVeryHighAmountOf))), a309110(U)).
  12873. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  12874. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  12875.  kif:-all(_215788,=>(isa(_215788,actJudgedSportsEvent),implies(isa(_215788,actJudgedSportsEvent),harmfulActions(_215788,actLosingOnesBalance,doneBy,highToVeryHighAmountOf))))
  12876.  pkif:-all(_215734,=>(isa(_215734,actJudgedSportsEvent),=>(isa(_215734,actJudgedSportsEvent),harmfulActions(_215734,actLosingOnesBalance,doneBy,highToVeryHighAmountOf))))
  12877. % cnf :-
  12878. %   v(~isa(_118{???U}, actJudgedSportsEvent),
  12879. %     v(~isa(_118{???U}, actJudgedSportsEvent),
  12880. %       harmfulActions(_118{???U},
  12881. %              actLosingOnesBalance,
  12882. %              doneBy,
  12883. %              highToVeryHighAmountOf))).
  12884.  horn:-[(~isa(_216358,actJudgedSportsEvent):- ~harmfulActions(_216358,actLosingOnesBalance,doneBy,highToVeryHighAmountOf)),(harmfulActions(_216408,actLosingOnesBalance,doneBy,highToVeryHighAmountOf):-isa(_216408,actJudgedSportsEvent))]
  12885. % boxlog :-
  12886. %  
  12887. %   [ (~isa(_8892{???U}, actJudgedSportsEvent):- ~harmfulActions(_8892{???U}, actLosingOnesBalance, doneBy, highToVeryHighAmountOf)),
  12888. %     (harmfulActions(_8874{???U}, actLosingOnesBalance, doneBy, highToVeryHighAmountOf):-isa(_8874{???U}, actJudgedSportsEvent))
  12889. %   ].
  12890. % preview :-
  12891. %  
  12892. %   [ (~harmfulActions(_580{???U}, actLosingOnesBalance, doneBy, highToVeryHighAmountOf), {is_unit(_580{???U})}==> ~isa(_580{???U}, actJudgedSportsEvent)),
  12893. %     (isa(_566{???U}, actJudgedSportsEvent), {is_unit(_566{???U})}==>harmfulActions(_566{???U}, actLosingOnesBalance, doneBy, highToVeryHighAmountOf))
  12894. %   ].
  12895. % conds= =>((name_variable(_562{???U}, 'U'), name_variable(_548{???U}, 'U')), [(~harmfulActions(_562{???U}, actLosingOnesBalance, doneBy, highToVeryHighAmountOf), {is_unit(_562{???U})}==> ~isa(_562{???U}, actJudgedSportsEvent)),  (isa(_548{???U}, actJudgedSportsEvent), {is_unit(_548{???U})}==>harmfulActions(_548{???U}, actLosingOnesBalance, doneBy, highToVeryHighAmountOf))]).
  12896.  
  12897.  
  12898. % ~isa(_122{???U}, actJudgedSportsEvent) :-
  12899. %   ~harmfulActions(_122{???U}, actLosingOnesBalance, doneBy, highToVeryHighAmountOf).
  12900. % harmfulActions(_102{???U}, actLosingOnesBalance, doneBy, highToVeryHighAmountOf) :-
  12901. %   isa(_102{???U}, actJudgedSportsEvent).
  12902.  
  12903.  
  12904. % asserted_id(=>(isa(U, actBaseballGame), implies(isa(U, actBaseballGame), harmfulActions(U, actDroppingGameObject, doneBy, positiveAmountOf))), a309111(U)).
  12905. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  12906. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  12907.  kif:-all(_215840,=>(isa(_215840,actBaseballGame),implies(isa(_215840,actBaseballGame),harmfulActions(_215840,actDroppingGameObject,doneBy,positiveAmountOf))))
  12908.  pkif:-all(_215786,=>(isa(_215786,actBaseballGame),=>(isa(_215786,actBaseballGame),harmfulActions(_215786,actDroppingGameObject,doneBy,positiveAmountOf))))
  12909. % cnf :-
  12910. %   v(~isa(_118{???U}, actBaseballGame),
  12911. %     v(~isa(_118{???U}, actBaseballGame),
  12912. %       harmfulActions(_118{???U},
  12913. %              actDroppingGameObject,
  12914. %              doneBy,
  12915. %              positiveAmountOf))).
  12916.  horn:-[(~isa(_216410,actBaseballGame):- ~harmfulActions(_216410,actDroppingGameObject,doneBy,positiveAmountOf)),(harmfulActions(_216460,actDroppingGameObject,doneBy,positiveAmountOf):-isa(_216460,actBaseballGame))]
  12917. % boxlog :-
  12918. %  
  12919. %   [ (~isa(_8894{???U}, actBaseballGame):- ~harmfulActions(_8894{???U}, actDroppingGameObject, doneBy, positiveAmountOf)),
  12920. %     (harmfulActions(_8876{???U}, actDroppingGameObject, doneBy, positiveAmountOf):-isa(_8876{???U}, actBaseballGame))
  12921. %   ].
  12922. % preview :-
  12923. %  
  12924. %   [ (~harmfulActions(_580{???U}, actDroppingGameObject, doneBy, positiveAmountOf), {is_unit(_580{???U})}==> ~isa(_580{???U}, actBaseballGame)),
  12925. %     (isa(_566{???U}, actBaseballGame), {is_unit(_566{???U})}==>harmfulActions(_566{???U}, actDroppingGameObject, doneBy, positiveAmountOf))
  12926. %   ].
  12927. % conds= =>((name_variable(_562{???U}, 'U'), name_variable(_548{???U}, 'U')), [(~harmfulActions(_562{???U}, actDroppingGameObject, doneBy, positiveAmountOf), {is_unit(_562{???U})}==> ~isa(_562{???U}, actBaseballGame)),  (isa(_548{???U}, actBaseballGame), {is_unit(_548{???U})}==>harmfulActions(_548{???U}, actDroppingGameObject, doneBy, positiveAmountOf))]).
  12928.  
  12929.  
  12930. % ~isa(_122{???U}, actBaseballGame) :-
  12931. %   ~harmfulActions(_122{???U}, actDroppingGameObject, doneBy, positiveAmountOf).
  12932. % harmfulActions(_102{???U}, actDroppingGameObject, doneBy, positiveAmountOf) :-
  12933. %   isa(_102{???U}, actBaseballGame).
  12934.  
  12935.  
  12936. % asserted_id(=>(isa(U, actCourtAndNetGame), implies(isa(U, actCourtAndNetGame), harmfulActions(U, actPuttingBallOutOfPlay, doneBy, positiveAmountOf))), a309112(U)).
  12937. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  12938. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  12939.  kif:-all(_215892,=>(isa(_215892,actCourtAndNetGame),implies(isa(_215892,actCourtAndNetGame),harmfulActions(_215892,actPuttingBallOutOfPlay,doneBy,positiveAmountOf))))
  12940.  pkif:-all(_215838,=>(isa(_215838,actCourtAndNetGame),=>(isa(_215838,actCourtAndNetGame),harmfulActions(_215838,actPuttingBallOutOfPlay,doneBy,positiveAmountOf))))
  12941. % cnf :-
  12942. %   v(~isa(_118{???U}, actCourtAndNetGame),
  12943. %     v(~isa(_118{???U}, actCourtAndNetGame),
  12944. %       harmfulActions(_118{???U},
  12945. %              actPuttingBallOutOfPlay,
  12946. %              doneBy,
  12947. %              positiveAmountOf))).
  12948.  horn:-[(~isa(_216462,actCourtAndNetGame):- ~harmfulActions(_216462,actPuttingBallOutOfPlay,doneBy,positiveAmountOf)),(harmfulActions(_216512,actPuttingBallOutOfPlay,doneBy,positiveAmountOf):-isa(_216512,actCourtAndNetGame))]
  12949. % boxlog :-
  12950. %  
  12951. %   [ (~isa(_8896{???U}, actCourtAndNetGame):- ~harmfulActions(_8896{???U}, actPuttingBallOutOfPlay, doneBy, positiveAmountOf)),
  12952. %     (harmfulActions(_8878{???U}, actPuttingBallOutOfPlay, doneBy, positiveAmountOf):-isa(_8878{???U}, actCourtAndNetGame))
  12953. %   ].
  12954. % preview :-
  12955. %  
  12956. %   [ (~harmfulActions(_580{???U}, actPuttingBallOutOfPlay, doneBy, positiveAmountOf), {is_unit(_580{???U})}==> ~isa(_580{???U}, actCourtAndNetGame)),
  12957. %     (isa(_566{???U}, actCourtAndNetGame), {is_unit(_566{???U})}==>harmfulActions(_566{???U}, actPuttingBallOutOfPlay, doneBy, positiveAmountOf))
  12958. %   ].
  12959. % conds= =>((name_variable(_562{???U}, 'U'), name_variable(_548{???U}, 'U')), [(~harmfulActions(_562{???U}, actPuttingBallOutOfPlay, doneBy, positiveAmountOf), {is_unit(_562{???U})}==> ~isa(_562{???U}, actCourtAndNetGame)),  (isa(_548{???U}, actCourtAndNetGame), {is_unit(_548{???U})}==>harmfulActions(_548{???U}, actPuttingBallOutOfPlay, doneBy, positiveAmountOf))]).
  12960.  
  12961.  
  12962. % ~isa(_122{???U}, actCourtAndNetGame) :-
  12963. %   ~harmfulActions(_122{???U}, actPuttingBallOutOfPlay, doneBy, positiveAmountOf).
  12964. % harmfulActions(_102{???U}, actPuttingBallOutOfPlay, doneBy, positiveAmountOf) :-
  12965. %   isa(_102{???U}, actCourtAndNetGame).
  12966.  
  12967.  
  12968. % asserted_id(=>(isa(U, actBallAndGoalGame), implies(isa(U, actBallAndGoalGame), harmfulActions(U, actMissingAReception, doneBy, positiveAmountOf))), a309113(U)).
  12969. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  12970. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  12971.  kif:-all(_215944,=>(isa(_215944,actBallAndGoalGame),implies(isa(_215944,actBallAndGoalGame),harmfulActions(_215944,actMissingAReception,doneBy,positiveAmountOf))))
  12972.  pkif:-all(_215890,=>(isa(_215890,actBallAndGoalGame),=>(isa(_215890,actBallAndGoalGame),harmfulActions(_215890,actMissingAReception,doneBy,positiveAmountOf))))
  12973. % cnf :-
  12974. %   v(~isa(_118{???U}, actBallAndGoalGame),
  12975. %     v(~isa(_118{???U}, actBallAndGoalGame),
  12976. %       harmfulActions(_118{???U},
  12977. %              actMissingAReception,
  12978. %              doneBy,
  12979. %              positiveAmountOf))).
  12980.  horn:-[(~isa(_216514,actBallAndGoalGame):- ~harmfulActions(_216514,actMissingAReception,doneBy,positiveAmountOf)),(harmfulActions(_216564,actMissingAReception,doneBy,positiveAmountOf):-isa(_216564,actBallAndGoalGame))]
  12981. % boxlog :-
  12982. %  
  12983. %   [ (~isa(_8898{???U}, actBallAndGoalGame):- ~harmfulActions(_8898{???U}, actMissingAReception, doneBy, positiveAmountOf)),
  12984. %     (harmfulActions(_8880{???U}, actMissingAReception, doneBy, positiveAmountOf):-isa(_8880{???U}, actBallAndGoalGame))
  12985. %   ].
  12986. % preview :-
  12987. %  
  12988. %   [ (~harmfulActions(_580{???U}, actMissingAReception, doneBy, positiveAmountOf), {is_unit(_580{???U})}==> ~isa(_580{???U}, actBallAndGoalGame)),
  12989. %     (isa(_566{???U}, actBallAndGoalGame), {is_unit(_566{???U})}==>harmfulActions(_566{???U}, actMissingAReception, doneBy, positiveAmountOf))
  12990. %   ].
  12991. % conds= =>((name_variable(_562{???U}, 'U'), name_variable(_548{???U}, 'U')), [(~harmfulActions(_562{???U}, actMissingAReception, doneBy, positiveAmountOf), {is_unit(_562{???U})}==> ~isa(_562{???U}, actBallAndGoalGame)),  (isa(_548{???U}, actBallAndGoalGame), {is_unit(_548{???U})}==>harmfulActions(_548{???U}, actMissingAReception, doneBy, positiveAmountOf))]).
  12992.  
  12993.  
  12994. % ~isa(_122{???U}, actBallAndGoalGame) :-
  12995. %   ~harmfulActions(_122{???U}, actMissingAReception, doneBy, positiveAmountOf).
  12996. % harmfulActions(_102{???U}, actMissingAReception, doneBy, positiveAmountOf) :-
  12997. %   isa(_102{???U}, actBallAndGoalGame).
  12998.  
  12999.  
  13000. % asserted_id(=>(isa(U, actCyclingSportsEvent), implies(isa(U, actCyclingSportsEvent), harmfulActions(U, eventIncurringEquipmentDamage, doneBy, positiveAmountOf))), a309114(U)).
  13001. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  13002. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  13003.  kif:-all(_215996,=>(isa(_215996,actCyclingSportsEvent),implies(isa(_215996,actCyclingSportsEvent),harmfulActions(_215996,eventIncurringEquipmentDamage,doneBy,positiveAmountOf))))
  13004.  pkif:-all(_215942,=>(isa(_215942,actCyclingSportsEvent),=>(isa(_215942,actCyclingSportsEvent),harmfulActions(_215942,eventIncurringEquipmentDamage,doneBy,positiveAmountOf))))
  13005. % cnf :-
  13006. %   v(~isa(_118{???U}, actCyclingSportsEvent),
  13007. %     v(~isa(_118{???U}, actCyclingSportsEvent),
  13008. %       harmfulActions(_118{???U},
  13009. %              eventIncurringEquipmentDamage,
  13010. %              doneBy,
  13011. %              positiveAmountOf))).
  13012.  horn:-[(~isa(_216566,actCyclingSportsEvent):- ~harmfulActions(_216566,eventIncurringEquipmentDamage,doneBy,positiveAmountOf)),(harmfulActions(_216616,eventIncurringEquipmentDamage,doneBy,positiveAmountOf):-isa(_216616,actCyclingSportsEvent))]
  13013. % boxlog :-
  13014. %  
  13015. %   [ (~isa(_8900{???U}, actCyclingSportsEvent):- ~harmfulActions(_8900{???U}, eventIncurringEquipmentDamage, doneBy, positiveAmountOf)),
  13016. %     (harmfulActions(_8882{???U}, eventIncurringEquipmentDamage, doneBy, positiveAmountOf):-isa(_8882{???U}, actCyclingSportsEvent))
  13017. %   ].
  13018. % preview :-
  13019. %  
  13020. %   [ (~harmfulActions(_580{???U}, eventIncurringEquipmentDamage, doneBy, positiveAmountOf), {is_unit(_580{???U})}==> ~isa(_580{???U}, actCyclingSportsEvent)),
  13021. %     (isa(_566{???U}, actCyclingSportsEvent), {is_unit(_566{???U})}==>harmfulActions(_566{???U}, eventIncurringEquipmentDamage, doneBy, positiveAmountOf))
  13022. %   ].
  13023. % conds= =>((name_variable(_562{???U}, 'U'), name_variable(_548{???U}, 'U')), [(~harmfulActions(_562{???U}, eventIncurringEquipmentDamage, doneBy, positiveAmountOf), {is_unit(_562{???U})}==> ~isa(_562{???U}, actCyclingSportsEvent)),  (isa(_548{???U}, actCyclingSportsEvent), {is_unit(_548{???U})}==>harmfulActions(_548{???U}, eventIncurringEquipmentDamage, doneBy, positiveAmountOf))]).
  13024.  
  13025.  
  13026. % ~isa(_122{???U}, actCyclingSportsEvent) :-
  13027. %   ~harmfulActions(_122{???U}, eventIncurringEquipmentDamage, doneBy, positiveAmountOf).
  13028. % harmfulActions(_102{???U}, eventIncurringEquipmentDamage, doneBy, positiveAmountOf) :-
  13029. %   isa(_102{???U}, actCyclingSportsEvent).
  13030.  
  13031.  
  13032. % asserted_id(=>(isa(U, actSportsEvent), implies(isa(U, actSportsEvent), harmfulActions(U, actFallingDown, doneBy, highToVeryHighAmountOf))), a309115(U)).
  13033. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  13034. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  13035.  kif:-all(_216048,=>(isa(_216048,actSportsEvent),implies(isa(_216048,actSportsEvent),harmfulActions(_216048,actFallingDown,doneBy,highToVeryHighAmountOf))))
  13036.  pkif:-all(_215994,=>(isa(_215994,actSportsEvent),=>(isa(_215994,actSportsEvent),harmfulActions(_215994,actFallingDown,doneBy,highToVeryHighAmountOf))))
  13037. % cnf :-
  13038. %   v(~isa(_118{???U}, actSportsEvent),
  13039. %     v(~isa(_118{???U}, actSportsEvent),
  13040. %       harmfulActions(_118{???U},
  13041. %              actFallingDown,
  13042. %              doneBy,
  13043. %              highToVeryHighAmountOf))).
  13044.  horn:-[(~isa(_216618,actSportsEvent):- ~harmfulActions(_216618,actFallingDown,doneBy,highToVeryHighAmountOf)),(harmfulActions(_216668,actFallingDown,doneBy,highToVeryHighAmountOf):-isa(_216668,actSportsEvent))]
  13045. % boxlog :-
  13046. %  
  13047. %   [ (~isa(_8902{???U}, actSportsEvent):- ~harmfulActions(_8902{???U}, actFallingDown, doneBy, highToVeryHighAmountOf)),
  13048. %     (harmfulActions(_8884{???U}, actFallingDown, doneBy, highToVeryHighAmountOf):-isa(_8884{???U}, actSportsEvent))
  13049. %   ].
  13050. % preview :-
  13051. %  
  13052. %   [ (~harmfulActions(_580{???U}, actFallingDown, doneBy, highToVeryHighAmountOf), {is_unit(_580{???U})}==> ~isa(_580{???U}, actSportsEvent)),
  13053. %     (isa(_566{???U}, actSportsEvent), {is_unit(_566{???U})}==>harmfulActions(_566{???U}, actFallingDown, doneBy, highToVeryHighAmountOf))
  13054. %   ].
  13055. % conds= =>((name_variable(_562{???U}, 'U'), name_variable(_548{???U}, 'U')), [(~harmfulActions(_562{???U}, actFallingDown, doneBy, highToVeryHighAmountOf), {is_unit(_562{???U})}==> ~isa(_562{???U}, actSportsEvent)),  (isa(_548{???U}, actSportsEvent), {is_unit(_548{???U})}==>harmfulActions(_548{???U}, actFallingDown, doneBy, highToVeryHighAmountOf))]).
  13056.  
  13057.  
  13058. % ~isa(_122{???U}, actSportsEvent) :-
  13059. %   ~harmfulActions(_122{???U}, actFallingDown, doneBy, highToVeryHighAmountOf).
  13060. % harmfulActions(_102{???U}, actFallingDown, doneBy, highToVeryHighAmountOf) :-
  13061. %   isa(_102{???U}, actSportsEvent).
  13062.  
  13063.  
  13064. % asserted_id(implies(and(isa(Y, eventRainProcess), doneBy(Y, X), isa(X, tRainStormAsObject)), distributedFlow(Y, uU(vInchesPerHourFn, [0.5, 1.5]))), a309116(Y, X)).
  13065. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  13066. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  13067.  kif:-all(_216250,all(_216270,implies(and(isa(_216250,eventRainProcess),doneBy(_216250,_216270),isa(_216270,tRainStormAsObject)),distributedFlow(_216250,uU(vInchesPerHourFn,[0.5,1.5])))))
  13068.  pkif:-all(_216200,all(_216220,=>(&(isa(_216200,eventRainProcess),&(doneBy(_216200,_216220),isa(_216220,tRainStormAsObject))),distributedFlow(_216200,uU(vInchesPerHourFn,[0.5,1.5])))))
  13069. % cnf :-
  13070. %   v(v(~isa(_164{???Y}, eventRainProcess),
  13071. %       v(~doneBy(_164{???Y}, _178{???X}),
  13072. %         ~isa(_178{???X}, tRainStormAsObject))),
  13073. %     distributedFlow(_164{???Y}, uU(vInchesPerHourFn, [0.5, 1.5]))).
  13074.  horn:-[(~doneBy(_218002,_218016):-isa(_218002,eventRainProcess),isa(_218016,tRainStormAsObject),~distributedFlow(_218002,uU(vInchesPerHourFn,[0.5,1.5]))),(~isa(_218086,tRainStormAsObject):-isa(_218112,eventRainProcess),doneBy(_218112,_218086),~distributedFlow(_218112,uU(vInchesPerHourFn,[0.5,1.5]))),(~isa(_218170,eventRainProcess):-doneBy(_218170,_218196),isa(_218196,tRainStormAsObject),~distributedFlow(_218170,uU(vInchesPerHourFn,[0.5,1.5]))),(distributedFlow(_218250,uU(vInchesPerHourFn,[0.5,1.5])):-isa(_218250,eventRainProcess),doneBy(_218250,_218288),isa(_218288,tRainStormAsObject))]
  13075. % boxlog :-
  13076. %  
  13077. %   [ (~doneBy(_820{???Y}, _834{???X}):-isa(_820{???Y}, eventRainProcess), isa(_834{???X}, tRainStormAsObject), ~distributedFlow(_820{???Y}, uU(vInchesPerHourFn, [0.5, 1.5]))),
  13078. %     (~isa(_780{???X}, tRainStormAsObject):-isa(_794{???Y}, eventRainProcess), doneBy(_794{???Y}, _780{???X}), ~distributedFlow(_794{???Y}, uU(vInchesPerHourFn, [0.5, 1.5]))),
  13079. %     (~isa(_860{???Y}, eventRainProcess):-doneBy(_860{???Y}, _874{???X}), isa(_874{???X}, tRainStormAsObject), ~distributedFlow(_860{???Y}, uU(vInchesPerHourFn, [0.5, 1.5]))),
  13080. %     (distributedFlow(_740{???Y}, uU(vInchesPerHourFn, [0.5, 1.5])):-isa(_740{???Y}, eventRainProcess), doneBy(_740{???Y}, _766{???X}), isa(_766{???X}, tRainStormAsObject))
  13081. %   ].
  13082. % preview :-
  13083. %  
  13084. %   [ (isa(_784{???Y}, eventRainProcess), isa(_798{???X}, tRainStormAsObject), ~distributedFlow(_784{???Y}, uU(vInchesPerHourFn, [0.5, 1.5])), {is_unit(_798{???X}, _784{???Y})}-> ~doneBy(_784{???Y}, _798{???X})),
  13085. %     ({avoidHeadLoop(isa(_758{???Y}, eventRainProcess), isa(_744{???X}, tRainStormAsObject))}, isa(_758{???Y}, eventRainProcess), doneBy(_758{???Y}, _744{???X}), ~distributedFlow(_758{???Y}, uU(vInchesPerHourFn, [0.5, 1.5])), {is_unit(_744{???X})}-> ~isa(_744{???X}, tRainStormAsObject)),
  13086. %     (doneBy(_824{???Y}, _838{???X}), {avoidHeadLoop(isa(_838{???X}, tRainStormAsObject), isa(_824{???Y}, eventRainProcess))}, isa(_838{???X}, tRainStormAsObject), ~distributedFlow(_824{???Y}, uU(vInchesPerHourFn, [0.5, 1.5])), {is_unit(_824{???Y})}-> ~isa(_824{???Y}, eventRainProcess)),
  13087. %     (isa(_704{???Y}, eventRainProcess), doneBy(_704{???Y}, _730{???X}), isa(_730{???X}, tRainStormAsObject), {is_unit(_704{???Y})}==>distributedFlow(_704{???Y}, uU(vInchesPerHourFn, [0.5, 1.5])))
  13088. %   ].
  13089. % conds= =>((name_variable(_766{???Y}, 'Y'), name_variable(_780{???X}, 'X'), name_variable(_726{???X}, 'X'), name_variable(_740{???Y}, 'Y'), name_variable(_806{???Y}, 'Y'), name_variable(_820{???X}, 'X'), name_variable(_686{???Y}, 'Y'), name_variable(_712{???X}, 'X')), [(~doneBy(_766{???Y}, _780{???X})<-isa(_766{???Y}, eventRainProcess), isa(_780{???X}, tRainStormAsObject), ~distributedFlow(_766{???Y}, uU(vInchesPerHourFn, [0.5, 1.5])), {is_unit(_780{???X}, _766{???Y})}),  (~isa(_726{???X}, tRainStormAsObject)<-{avoidHeadLoop(isa(_740{???Y}, eventRainProcess), isa(_726{???X}, tRainStormAsObject))}, isa(_740{???Y}, eventRainProcess), doneBy(_740{???Y}, _726{???X}), ~distributedFlow(_740{???Y}, uU(vInchesPerHourFn, [0.5, 1.5])), {is_unit(_726{???X})}),  (~isa(_806{???Y}, eventRainProcess)<-doneBy(_806{???Y}, _820{???X}), {avoidHeadLoop(isa(_820{???X}, tRainStormAsObject), isa(_806{???Y}, eventRainProcess))}, isa(_820{???X}, tRainStormAsObject), ~distributedFlow(_806{???Y}, uU(vInchesPerHourFn, [0.5, 1.5])), {is_unit(_806{???Y})}),  (isa(_686{???Y}, eventRainProcess), doneBy(_686{???Y}, _712{???X}), isa(_712{???X}, tRainStormAsObject), {is_unit(_686{???Y})}==>distributedFlow(_686{???Y}, uU(vInchesPerHourFn, [0.5, 1.5])))]).
  13090.  
  13091.  
  13092. % ~doneBy(_190{???Y}, _204{???X}) :-
  13093. %   isa(_190{???Y}, eventRainProcess),
  13094. %   isa(_204{???X}, tRainStormAsObject),
  13095. %   ~distributedFlow(_190{???Y}, uU(vInchesPerHourFn, [0.5, 1.5])).
  13096. % ~isa(_142{???X}, tRainStormAsObject) :-
  13097. %   isa(_156{???Y}, eventRainProcess),
  13098. %   doneBy(_156{???Y}, _142{???X}),
  13099. %   ~distributedFlow(_156{???Y}, uU(vInchesPerHourFn, [0.5, 1.5])).
  13100. % ~isa(_146{???Y}, eventRainProcess) :-
  13101. %   doneBy(_146{???Y}, _160{???X}),
  13102. %   isa(_160{???X}, tRainStormAsObject),
  13103. %   ~distributedFlow(_146{???Y}, uU(vInchesPerHourFn, [0.5, 1.5])).
  13104. % distributedFlow(_102{???Y}, uU(vInchesPerHourFn, [0.5, 1.5])) :-
  13105. %   isa(_102{???Y}, eventRainProcess),
  13106. %   doneBy(_102{???Y}, _128{???X}),
  13107. %   isa(_128{???X}, tRainStormAsObject).
  13108.  
  13109.  
  13110. % asserted_id(=>(isa(GAME, actBallAndGoalGame), implies(isa(GAME, actBallAndGoalGame), harmfulActions(GAME, actFallingDown, doneBy, positiveAmountOf))), a309119(GAME)).
  13111. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  13112. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  13113.  kif:-all(_216204,=>(isa(_216204,actBallAndGoalGame),implies(isa(_216204,actBallAndGoalGame),harmfulActions(_216204,actFallingDown,doneBy,positiveAmountOf))))
  13114.  pkif:-all(_216150,=>(isa(_216150,actBallAndGoalGame),=>(isa(_216150,actBallAndGoalGame),harmfulActions(_216150,actFallingDown,doneBy,positiveAmountOf))))
  13115. % cnf :-
  13116. %   v(~isa(_118{???GAME}, actBallAndGoalGame),
  13117. %     v(~isa(_118{???GAME}, actBallAndGoalGame),
  13118. %       harmfulActions(_118{???GAME},
  13119. %              actFallingDown,
  13120. %              doneBy,
  13121. %              positiveAmountOf))).
  13122.  horn:-[(~isa(_216774,actBallAndGoalGame):- ~harmfulActions(_216774,actFallingDown,doneBy,positiveAmountOf)),(harmfulActions(_216824,actFallingDown,doneBy,positiveAmountOf):-isa(_216824,actBallAndGoalGame))]
  13123. % boxlog :-
  13124. %  
  13125. %   [ (~isa(_8908{???GAME}, actBallAndGoalGame):- ~harmfulActions(_8908{???GAME}, actFallingDown, doneBy, positiveAmountOf)),
  13126. %     (harmfulActions(_8890{???GAME}, actFallingDown, doneBy, positiveAmountOf):-isa(_8890{???GAME}, actBallAndGoalGame))
  13127. %   ].
  13128. % preview :-
  13129. %  
  13130. %   [ (~harmfulActions(_580{???GAME}, actFallingDown, doneBy, positiveAmountOf), {is_unit(_580{???GAME})}==> ~isa(_580{???GAME}, actBallAndGoalGame)),
  13131. %     (isa(_566{???GAME}, actBallAndGoalGame), {is_unit(_566{???GAME})}==>harmfulActions(_566{???GAME}, actFallingDown, doneBy, positiveAmountOf))
  13132. %   ].
  13133. % conds= =>((name_variable(_562{???GAME}, 'GAME'), name_variable(_548{???GAME}, 'GAME')), [(~harmfulActions(_562{???GAME}, actFallingDown, doneBy, positiveAmountOf), {is_unit(_562{???GAME})}==> ~isa(_562{???GAME}, actBallAndGoalGame)),  (isa(_548{???GAME}, actBallAndGoalGame), {is_unit(_548{???GAME})}==>harmfulActions(_548{???GAME}, actFallingDown, doneBy, positiveAmountOf))]).
  13134.  
  13135.  
  13136. % ~isa(_122{???GAME}, actBallAndGoalGame) :-
  13137. %   ~harmfulActions(_122{???GAME}, actFallingDown, doneBy, positiveAmountOf).
  13138. % harmfulActions(_102{???GAME}, actFallingDown, doneBy, positiveAmountOf) :-
  13139. %   isa(_102{???GAME}, actBallAndGoalGame).
  13140.  
  13141.  
  13142. % asserted_id(=>(isa(GAME, actPedestrianSportsEvent), implies(isa(GAME, actPedestrianSportsEvent), harmfulActions(GAME, actFallingDown, doneBy, positiveAmountOf))), a309120(GAME)).
  13143. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  13144. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  13145.  kif:-all(_216256,=>(isa(_216256,actPedestrianSportsEvent),implies(isa(_216256,actPedestrianSportsEvent),harmfulActions(_216256,actFallingDown,doneBy,positiveAmountOf))))
  13146.  pkif:-all(_216202,=>(isa(_216202,actPedestrianSportsEvent),=>(isa(_216202,actPedestrianSportsEvent),harmfulActions(_216202,actFallingDown,doneBy,positiveAmountOf))))
  13147. % cnf :-
  13148. %   v(~isa(_118{???GAME}, actPedestrianSportsEvent),
  13149. %     v(~isa(_118{???GAME}, actPedestrianSportsEvent),
  13150. %       harmfulActions(_118{???GAME},
  13151. %              actFallingDown,
  13152. %              doneBy,
  13153. %              positiveAmountOf))).
  13154.  horn:-[(~isa(_216826,actPedestrianSportsEvent):- ~harmfulActions(_216826,actFallingDown,doneBy,positiveAmountOf)),(harmfulActions(_216876,actFallingDown,doneBy,positiveAmountOf):-isa(_216876,actPedestrianSportsEvent))]
  13155. % boxlog :-
  13156. %  
  13157. %   [ (~isa(_8910{???GAME}, actPedestrianSportsEvent):- ~harmfulActions(_8910{???GAME}, actFallingDown, doneBy, positiveAmountOf)),
  13158. %     (harmfulActions(_8892{???GAME}, actFallingDown, doneBy, positiveAmountOf):-isa(_8892{???GAME}, actPedestrianSportsEvent))
  13159. %   ].
  13160. % preview :-
  13161. %  
  13162. %   [ (~harmfulActions(_580{???GAME}, actFallingDown, doneBy, positiveAmountOf), {is_unit(_580{???GAME})}==> ~isa(_580{???GAME}, actPedestrianSportsEvent)),
  13163. %     (isa(_566{???GAME}, actPedestrianSportsEvent), {is_unit(_566{???GAME})}==>harmfulActions(_566{???GAME}, actFallingDown, doneBy, positiveAmountOf))
  13164. %   ].
  13165. % conds= =>((name_variable(_562{???GAME}, 'GAME'), name_variable(_548{???GAME}, 'GAME')), [(~harmfulActions(_562{???GAME}, actFallingDown, doneBy, positiveAmountOf), {is_unit(_562{???GAME})}==> ~isa(_562{???GAME}, actPedestrianSportsEvent)),  (isa(_548{???GAME}, actPedestrianSportsEvent), {is_unit(_548{???GAME})}==>harmfulActions(_548{???GAME}, actFallingDown, doneBy, positiveAmountOf))]).
  13166.  
  13167.  
  13168. % ~isa(_122{???GAME}, actPedestrianSportsEvent) :-
  13169. %   ~harmfulActions(_122{???GAME}, actFallingDown, doneBy, positiveAmountOf).
  13170. % harmfulActions(_102{???GAME}, actFallingDown, doneBy, positiveAmountOf) :-
  13171. %   isa(_102{???GAME}, actPedestrianSportsEvent).
  13172.  
  13173.  
  13174. % asserted_id(implies(and(isa(Y, tBiologicalLivingObject), doneBy(X, Y), isa(X, actCellEnlargementEvent)), isa(Y, tCell)), a309122(Y, X)).
  13175. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  13176. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  13177.  kif:-all(_216392,all(_216412,implies(and(isa(_216392,tBiologicalLivingObject),doneBy(_216412,_216392),isa(_216412,actCellEnlargementEvent)),isa(_216392,tCell))))
  13178.  pkif:-all(_216342,all(_216362,=>(&(isa(_216342,tBiologicalLivingObject),&(doneBy(_216362,_216342),isa(_216362,actCellEnlargementEvent))),isa(_216342,tCell))))
  13179. % cnf :-
  13180. %   v(v(~isa(_134{???Y}, tBiologicalLivingObject),
  13181. %       v(~doneBy(_148{???X}, _134{???Y}),
  13182. %         ~isa(_148{???X}, actCellEnlargementEvent))),
  13183. %     isa(_134{???Y}, tCell)).
  13184.  horn:-[(~doneBy(_217694,_217708):-isa(_217708,tBiologicalLivingObject),isa(_217694,actCellEnlargementEvent),~isa(_217708,tCell)),(~isa(_217778,actCellEnlargementEvent):-isa(_217804,tBiologicalLivingObject),doneBy(_217778,_217804),~isa(_217804,tCell)),(~isa(_217862,tBiologicalLivingObject):-doneBy(_217888,_217862),isa(_217888,actCellEnlargementEvent),~isa(_217862,tCell)),(isa(_217942,tCell):-isa(_217942,tBiologicalLivingObject),doneBy(_217980,_217942),isa(_217980,actCellEnlargementEvent))]
  13185. % boxlog :-
  13186. %  
  13187. %   [ (~doneBy(_712{???X}, _726{???Y}):-isa(_726{???Y}, tBiologicalLivingObject), isa(_712{???X}, actCellEnlargementEvent), ~isa(_726{???Y}, tCell)),
  13188. %     (~isa(_684{???X}, actCellEnlargementEvent):-isa(_698{???Y}, tBiologicalLivingObject), doneBy(_684{???X}, _698{???Y}), ~isa(_698{???Y}, tCell)),
  13189. %     (~isa(_740{???Y}, tBiologicalLivingObject):-doneBy(_754{???X}, _740{???Y}), isa(_754{???X}, actCellEnlargementEvent), ~isa(_740{???Y}, tCell)),
  13190. %     (isa(_656{???Y}, tCell):-isa(_656{???Y}, tBiologicalLivingObject), doneBy(_670{???X}, _656{???Y}), isa(_670{???X}, actCellEnlargementEvent))
  13191. %   ].
  13192. % preview :-
  13193. %  
  13194. %   [ (isa(_690{???Y}, tBiologicalLivingObject), isa(_676{???X}, actCellEnlargementEvent), ~isa(_690{???Y}, tCell), {is_unit(_690{???Y}, _676{???X})}==> ~doneBy(_676{???X}, _690{???Y})),
  13195. %     ({avoidHeadLoop(isa(_662{???Y}, tBiologicalLivingObject), isa(_648{???X}, actCellEnlargementEvent))}, isa(_662{???Y}, tBiologicalLivingObject), doneBy(_648{???X}, _662{???Y}), {avoidHeadLoop(isa(_662{???Y}, tCell), isa(_648{???X}, actCellEnlargementEvent))}, ~isa(_662{???Y}, tCell), {is_unit(_648{???X})}-> ~isa(_648{???X}, actCellEnlargementEvent)),
  13196. %     (doneBy(_718{???X}, _704{???Y}), {avoidHeadLoop(isa(_718{???X}, actCellEnlargementEvent), isa(_704{???Y}, tBiologicalLivingObject))}, isa(_718{???X}, actCellEnlargementEvent), {avoidHeadLoop(isa(_704{???Y}, tCell), isa(_704{???Y}, tBiologicalLivingObject))}, ~isa(_704{???Y}, tCell), {is_unit(_704{???Y})}-> ~isa(_704{???Y}, tBiologicalLivingObject)),
  13197. %     (isa(_620{???Y}, tBiologicalLivingObject), doneBy(_634{???X}, _620{???Y}), isa(_634{???X}, actCellEnlargementEvent), {is_unit(_620{???Y})}==>isa(_620{???Y}, tCell))
  13198. %   ].
  13199. % conds= =>((name_variable(_672{???Y}, 'Y'), name_variable(_658{???X}, 'X'), name_variable(_630{???X}, 'X'), name_variable(_644{???Y}, 'Y'), name_variable(_686{???Y}, 'Y'), name_variable(_700{???X}, 'X'), name_variable(_602{???Y}, 'Y'), name_variable(_616{???X}, 'X')), [(isa(_672{???Y}, tBiologicalLivingObject), isa(_658{???X}, actCellEnlargementEvent), ~isa(_672{???Y}, tCell), {is_unit(_672{???Y}, _658{???X})}==> ~doneBy(_658{???X}, _672{???Y})),  (~isa(_630{???X}, actCellEnlargementEvent)<-{avoidHeadLoop(isa(_644{???Y}, tBiologicalLivingObject), isa(_630{???X}, actCellEnlargementEvent))}, isa(_644{???Y}, tBiologicalLivingObject), doneBy(_630{???X}, _644{???Y}), {avoidHeadLoop(isa(_644{???Y}, tCell), isa(_630{???X}, actCellEnlargementEvent))}, ~isa(_644{???Y}, tCell), {is_unit(_630{???X})}),  (~isa(_686{???Y}, tBiologicalLivingObject)<-doneBy(_700{???X}, _686{???Y}), {avoidHeadLoop(isa(_700{???X}, actCellEnlargementEvent), isa(_686{???Y}, tBiologicalLivingObject))}, isa(_700{???X}, actCellEnlargementEvent), {avoidHeadLoop(isa(_686{???Y}, tCell), isa(_686{???Y}, tBiologicalLivingObject))}, ~isa(_686{???Y}, tCell), {is_unit(_686{???Y})}),  (isa(_602{???Y}, tBiologicalLivingObject), doneBy(_616{???X}, _602{???Y}), isa(_616{???X}, actCellEnlargementEvent), {is_unit(_602{???Y})}==>isa(_602{???Y}, tCell))]).
  13200.  
  13201.  
  13202. % ~doneBy(_166{???X}, _180{???Y}) :-
  13203. %   isa(_180{???Y}, tBiologicalLivingObject),
  13204. %   isa(_166{???X}, actCellEnlargementEvent),
  13205. %   ~isa(_180{???Y}, tCell).
  13206. % ~isa(_130{???X}, actCellEnlargementEvent) :-
  13207. %   isa(_144{???Y}, tBiologicalLivingObject),
  13208. %   doneBy(_130{???X}, _144{???Y}),
  13209. %   ~isa(_144{???Y}, tCell).
  13210. % ~isa(_134{???Y}, tBiologicalLivingObject) :-
  13211. %   doneBy(_148{???X}, _134{???Y}),
  13212. %   isa(_148{???X}, actCellEnlargementEvent),
  13213. %   ~isa(_134{???Y}, tCell).
  13214. % isa(_102{???Y}, tCell) :-
  13215. %   isa(_102{???Y}, tBiologicalLivingObject),
  13216. %   doneBy(_116{???X}, _102{???Y}),
  13217. %   isa(_116{???X}, actCellEnlargementEvent).
  13218.  
  13219.  
  13220. % asserted_id(implies(doneBy(EVENT, DOER), isa(EVENT, actAction)), a309123(EVENT, DOER)).
  13221. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  13222. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  13223.  kif:-all(_216436,all(_216456,implies(doneBy(_216436,_216456),isa(_216436,actAction))))
  13224.  pkif:-all(_216382,all(_216402,=>(doneBy(_216382,_216402),isa(_216382,actAction))))
  13225. % cnf :-
  13226. %   v(~doneBy(_114{???EVENT}, _128{???DOER}), isa(_114{???EVENT}, actAction)).
  13227.  horn:-[(~doneBy(_216894,_216908):- ~isa(_216894,actAction)),(isa(_216950,actAction):-doneBy(_216950,_216970))]
  13228. % boxlog :-
  13229. %  
  13230. %   [ (~doneBy(_8894{???EVENT}, _8908{???DOER}):- ~isa(_8894{???EVENT}, actAction)),
  13231. %     (isa(_8858{???EVENT}, actAction):-doneBy(_8858{???EVENT}, _8872{???DOER}))
  13232. %   ].
  13233. % preview :-
  13234. %  
  13235. %   [ (~isa(_552{???EVENT}, actAction), {is_unit(_552{???EVENT})}-> ~doneBy(_552{???EVENT}, _566{???DOER})),
  13236. %     (doneBy(_524{???EVENT}, _538{???DOER}), {is_unit(_524{???EVENT})}==>isa(_524{???EVENT}, actAction))
  13237. %   ].
  13238. % conds= =>((name_variable(_534{???EVENT}, 'EVENT'), name_variable(_548{???DOER}, 'DOER'), name_variable(_506{???EVENT}, 'EVENT'), name_variable(_520{???DOER}, 'DOER')), [(~doneBy(_534{???EVENT}, _548{???DOER})<- ~isa(_534{???EVENT}, actAction), {is_unit(_534{???EVENT})}),  (doneBy(_506{???EVENT}, _520{???DOER}), {is_unit(_506{???EVENT})}==>isa(_506{???EVENT}, actAction))]).
  13239.  
  13240.  
  13241. % ~doneBy(_138{???EVENT}, _152{???DOER}) :-
  13242. %   ~isa(_130{???EVENT}, actAction).
  13243. % isa(_102{???EVENT}, actAction) :-
  13244. %   doneBy(_102{???EVENT}, _116{???DOER}).
  13245.  
  13246.  
  13247. % asserted_id(implies(and(isa(ANIM, tClazzAnimal), providerOfMotiveForce(ACT, ANIM)), doneBy(ACT, ANIM)), a309124(ANIM, ACT)).
  13248. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  13249. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  13250.  kif:-all(_216576,all(_216596,implies(and(isa(_216576,tClazzAnimal),providerOfMotiveForce(_216596,_216576)),doneBy(_216596,_216576))))
  13251.  pkif:-all(_216522,all(_216542,=>(&(isa(_216522,tClazzAnimal),providerOfMotiveForce(_216542,_216522)),doneBy(_216542,_216522))))
  13252. % cnf :-
  13253. %   v(v(~isa(_126{???ANIM}, tClazzAnimal),
  13254. %       ~providerOfMotiveForce(_140{???ACT}, _126{???ANIM})),
  13255. %     doneBy(_140{???ACT}, _126{???ANIM})).
  13256.  horn:-[(~isa(_217406,tClazzAnimal):-providerOfMotiveForce(_217432,_217406),~doneBy(_217432,_217406)),(~providerOfMotiveForce(_217478,_217492):-isa(_217492,tClazzAnimal),~doneBy(_217478,_217492)),(doneBy(_217546,_217560):-isa(_217560,tClazzAnimal),providerOfMotiveForce(_217546,_217560))]
  13257. % boxlog :-
  13258. %  
  13259. %   [ (~isa(_668{???ANIM}, tClazzAnimal):-providerOfMotiveForce(_682{???ACT}, _668{???ANIM}), ~doneBy(_682{???ACT}, _668{???ANIM})),
  13260. %     (~providerOfMotiveForce(_640{???ACT}, _654{???ANIM}):-isa(_654{???ANIM}, tClazzAnimal), ~doneBy(_640{???ACT}, _654{???ANIM})),
  13261. %     (doneBy(_612{???ACT}, _626{???ANIM}):-isa(_626{???ANIM}, tClazzAnimal), providerOfMotiveForce(_612{???ACT}, _626{???ANIM}))
  13262. %   ].
  13263. % preview :-
  13264. %  
  13265. %   [ (providerOfMotiveForce(_646{???ACT}, _632{???ANIM}), ~doneBy(_646{???ACT}, _632{???ANIM}), {is_unit(_632{???ANIM})}-> ~isa(_632{???ANIM}, tClazzAnimal)),
  13266. %     (isa(_618{???ANIM}, tClazzAnimal), ~doneBy(_604{???ACT}, _618{???ANIM}), {is_unit(_618{???ANIM}, _604{???ACT})}==> ~providerOfMotiveForce(_604{???ACT}, _618{???ANIM})),
  13267. %     (isa(_590{???ANIM}, tClazzAnimal), providerOfMotiveForce(_576{???ACT}, _590{???ANIM}), {is_unit(_590{???ANIM}, _576{???ACT})}==>doneBy(_576{???ACT}, _590{???ANIM}))
  13268. %   ].
  13269. % conds= =>((name_variable(_614{???ANIM}, 'ANIM'), name_variable(_628{???ACT}, 'ACT'), name_variable(_600{???ANIM}, 'ANIM'), name_variable(_586{???ACT}, 'ACT'), name_variable(_572{???ANIM}, 'ANIM'), name_variable(_558{???ACT}, 'ACT')), [(~isa(_614{???ANIM}, tClazzAnimal)<-providerOfMotiveForce(_628{???ACT}, _614{???ANIM}), ~doneBy(_628{???ACT}, _614{???ANIM}), {is_unit(_614{???ANIM})}),  (isa(_600{???ANIM}, tClazzAnimal), ~doneBy(_586{???ACT}, _600{???ANIM}), {is_unit(_600{???ANIM}, _586{???ACT})}==> ~providerOfMotiveForce(_586{???ACT}, _600{???ANIM})),  (isa(_572{???ANIM}, tClazzAnimal), providerOfMotiveForce(_558{???ACT}, _572{???ANIM}), {is_unit(_572{???ANIM}, _558{???ACT})}==>doneBy(_558{???ACT}, _572{???ANIM}))]).
  13270.  
  13271.  
  13272. % ~isa(_166{???ANIM}, tClazzAnimal) :-
  13273. %   providerOfMotiveForce(_180{???ACT}, _166{???ANIM}),
  13274. %   ~doneBy(_180{???ACT}, _166{???ANIM}).
  13275. % ~providerOfMotiveForce(_130{???ACT}, _144{???ANIM}) :-
  13276. %   isa(_144{???ANIM}, tClazzAnimal),
  13277. %   ~doneBy(_130{???ACT}, _144{???ANIM}).
  13278. % doneBy(_102{???ACT}, _116{???ANIM}) :-
  13279. %   isa(_116{???ANIM}, tClazzAnimal),
  13280. %   providerOfMotiveForce(_102{???ACT}, _116{???ANIM}).
  13281.  
  13282.  
  13283. % asserted_id(implies(performedBy(ACTION, PERFORMER), doneBy(ACTION, PERFORMER)), a309125(ACTION, PERFORMER)).
  13284. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  13285. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  13286.  kif:-all(_216644,all(_216664,implies(performedBy(_216644,_216664),doneBy(_216644,_216664))))
  13287.  pkif:-all(_216590,all(_216610,=>(performedBy(_216590,_216610),doneBy(_216590,_216610))))
  13288. % cnf :-
  13289. %   v(~performedBy(_114{???ACTION}, _128{???PERFORMER}),
  13290. %     doneBy(_114{???ACTION}, _128{???PERFORMER})).
  13291.  horn:-[(~performedBy(_217102,_217116):- ~doneBy(_217102,_217116)),(doneBy(_217158,_217172):-performedBy(_217158,_217172))]
  13292. % boxlog :-
  13293. %  
  13294. %   [ (~performedBy(_8902{???ACTION}, _8916{???PERFORMER}):- ~doneBy(_8902{???ACTION}, _8916{???PERFORMER})),
  13295. %     (doneBy(_8866{???ACTION}, _8880{???PERFORMER}):-performedBy(_8866{???ACTION}, _8880{???PERFORMER}))
  13296. %   ].
  13297. % preview :-
  13298. %  
  13299. %   [ (~doneBy(_552{???ACTION}, _566{???PERFORMER}), {is_unit(_566{???PERFORMER}, _552{???ACTION})}==> ~performedBy(_552{???ACTION}, _566{???PERFORMER})),
  13300. %     (performedBy(_524{???ACTION}, _538{???PERFORMER}), {is_unit(_538{???PERFORMER}, _524{???ACTION})}==>doneBy(_524{???ACTION}, _538{???PERFORMER}))
  13301. %   ].
  13302. % conds= =>((name_variable(_534{???ACTION}, 'ACTION'), name_variable(_548{???PERFORMER}, 'PERFORMER'), name_variable(_506{???ACTION}, 'ACTION'), name_variable(_520{???PERFORMER}, 'PERFORMER')), [(~doneBy(_534{???ACTION}, _548{???PERFORMER}), {is_unit(_548{???PERFORMER}, _534{???ACTION})}==> ~performedBy(_534{???ACTION}, _548{???PERFORMER})),  (performedBy(_506{???ACTION}, _520{???PERFORMER}), {is_unit(_520{???PERFORMER}, _506{???ACTION})}==>doneBy(_506{???ACTION}, _520{???PERFORMER}))]).
  13303.  
  13304.  
  13305. % ~performedBy(_138{???ACTION}, _152{???PERFORMER}) :-
  13306. %   ~doneBy(_138{???ACTION}, _152{???PERFORMER}).
  13307. % doneBy(_102{???ACTION}, _116{???PERFORMER}) :-
  13308. %   performedBy(_102{???ACTION}, _116{???PERFORMER}).
  13309.  
  13310.  
  13311. % asserted_id(implies(and(isa(COUPLE, tGroupedCoupleHeterosexual), groupMembers(COUPLE, PERSON1), groupMembers(COUPLE, PERSON2), doneBy(ACT, COUPLE)), or(equals(PERSON1, PERSON2), accompaniedBy(PERSON1, PERSON2, ACT))), a309126(COUPLE, PERSON1, PERSON2, ACT)).
  13312. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  13313. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  13314.  kif:-all(_217018,all(_217038,all(_217058,all(_217078,implies(and(isa(_217018,tGroupedCoupleHeterosexual),groupMembers(_217018,_217038),groupMembers(_217018,_217058),doneBy(_217078,_217018)),or(equals(_217038,_217058),accompaniedBy(_217038,_217058,_217078)))))))
  13315.  pkif:-all(_216972,all(_216992,all(_217012,all(_217032,=>(&(isa(_216972,tGroupedCoupleHeterosexual),&(groupMembers(_216972,_216992),&(groupMembers(_216972,_217012),doneBy(_217032,_216972)))),v(equals(_216992,_217012),accompaniedBy(_216992,_217012,_217032)))))))
  13316. % cnf :-
  13317. %   v(v(~isa(_156{???COUPLE}, tGroupedCoupleHeterosexual),
  13318. %       v(~groupMembers(_156{???COUPLE}, _170{???PERSON1}),
  13319. %         v(~groupMembers(_156{???COUPLE}, _184{???PERSON2}),
  13320. %       ~doneBy(_198{???ACT}, _156{???COUPLE})))),
  13321. %     v(equals(_170{???PERSON1}, _184{???PERSON2}),
  13322. %       accompaniedBy(_170{???PERSON1}, _184{???PERSON2}, _198{???ACT}))).
  13323.  horn:-[(~doneBy(_220174,_220188):-isa(_220188,tGroupedCoupleHeterosexual),groupMembers(_220188,_220226),groupMembers(_220188,_220252),~equals(_220226,_220252),~accompaniedBy(_220226,_220252,_220174)),(~groupMembers(_220316,_220330):-isa(_220316,tGroupedCoupleHeterosexual),groupMembers(_220316,_220368),doneBy(_220394,_220316),~equals(_220368,_220330),~accompaniedBy(_220368,_220330,_220394)),(~groupMembers(_220458,_220472):-isa(_220458,tGroupedCoupleHeterosexual),groupMembers(_220458,_220510),doneBy(_220536,_220458),~equals(_220472,_220510),~accompaniedBy(_220472,_220510,_220536)),(~isa(_220600,tGroupedCoupleHeterosexual):-groupMembers(_220600,_220626),groupMembers(_220600,_220652),doneBy(_220678,_220600),~equals(_220626,_220652),~accompaniedBy(_220626,_220652,_220678)),(equals(_220738,_220752):-isa(_220778,tGroupedCoupleHeterosexual),groupMembers(_220778,_220738),groupMembers(_220778,_220752),doneBy(_220828,_220778),~accompaniedBy(_220738,_220752,_220828)),(accompaniedBy(_220874,_220888,_220902):-isa(_220928,tGroupedCoupleHeterosexual),groupMembers(_220928,_220874),groupMembers(_220928,_220888),doneBy(_220902,_220928),~equals(_220874,_220888))]
  13324. % boxlog :-
  13325. %  
  13326. %   [ (~doneBy(_920{???ACT}, _934{???COUPLE}):-isa(_934{???COUPLE}, tGroupedCoupleHeterosexual), groupMembers(_934{???COUPLE}, _948{???PERSON1}), groupMembers(_934{???COUPLE}, _962{???PERSON2}), ~equals(_948{???PERSON1}, _962{???PERSON2}), ~accompaniedBy(_948{???PERSON1}, _962{???PERSON2}, _920{???ACT})),
  13327. %     (~groupMembers(_976{???COUPLE}, _990{???PERSON2}):-isa(_976{???COUPLE}, tGroupedCoupleHeterosexual), groupMembers(_976{???COUPLE}, _1004{???PERSON1}), doneBy(_1018{???ACT}, _976{???COUPLE}), ~equals(_1004{???PERSON1}, _990{???PERSON2}), ~accompaniedBy(_1004{???PERSON1}, _990{???PERSON2}, _1018{???ACT})),
  13328. %     (~groupMembers(_1032{???COUPLE}, _1046{???PERSON1}):-isa(_1032{???COUPLE}, tGroupedCoupleHeterosexual), groupMembers(_1032{???COUPLE}, _1060{???PERSON2}), doneBy(_1074{???ACT}, _1032{???COUPLE}), ~equals(_1046{???PERSON1}, _1060{???PERSON2}), ~accompaniedBy(_1046{???PERSON1}, _1060{???PERSON2}, _1074{???ACT})),
  13329. %     (~isa(_1088{???COUPLE}, tGroupedCoupleHeterosexual):-groupMembers(_1088{???COUPLE}, _1102{???PERSON1}), groupMembers(_1088{???COUPLE}, _1116{???PERSON2}), doneBy(_1130{???ACT}, _1088{???COUPLE}), ~equals(_1102{???PERSON1}, _1116{???PERSON2}), ~accompaniedBy(_1102{???PERSON1}, _1116{???PERSON2}, _1130{???ACT})),
  13330. %     (equals(_864{???PERSON1}, _878{???PERSON2}):-isa(_892{???COUPLE}, tGroupedCoupleHeterosexual), groupMembers(_892{???COUPLE}, _864{???PERSON1}), groupMembers(_892{???COUPLE}, _878{???PERSON2}), doneBy(_906{???ACT}, _892{???COUPLE}), ~accompaniedBy(_864{???PERSON1}, _878{???PERSON2}, _906{???ACT})),
  13331. %     (accompaniedBy(_808{???PERSON1}, _822{???PERSON2}, _836{???ACT}):-isa(_850{???COUPLE}, tGroupedCoupleHeterosexual), groupMembers(_850{???COUPLE}, _808{???PERSON1}), groupMembers(_850{???COUPLE}, _822{???PERSON2}), doneBy(_836{???ACT}, _850{???COUPLE}), ~equals(_808{???PERSON1}, _822{???PERSON2}))
  13332. %   ].
  13333. % preview :-
  13334. %  
  13335. %   [ (isa(_898{???COUPLE}, tGroupedCoupleHeterosexual), groupMembers(_898{???COUPLE}, _912{???PERSON1}), groupMembers(_898{???COUPLE}, _926{???PERSON2}), {dif:dif(_912{???PERSON1}, _926{???PERSON2})}, ~accompaniedBy(_912{???PERSON1}, _926{???PERSON2}, _884{???ACT}), {is_unit(_898{???COUPLE}, _884{???ACT})}-> ~doneBy(_884{???ACT}, _898{???COUPLE})),
  13336. %     (isa(_940{???COUPLE}, tGroupedCoupleHeterosexual), {avoidHeadLoop(groupMembers(_940{???COUPLE}, _968{???PERSON1}), groupMembers(_940{???COUPLE}, _954{???PERSON2}))}, groupMembers(_940{???COUPLE}, _968{???PERSON1}), doneBy(_982{???ACT}, _940{???COUPLE}), {dif:dif(_968{???PERSON1}, _954{???PERSON2})}, ~accompaniedBy(_968{???PERSON1}, _954{???PERSON2}, _982{???ACT}), {is_unit(_954{???PERSON2}, _940{???COUPLE})}-> ~groupMembers(_940{???COUPLE}, _954{???PERSON2})),
  13337. %     (isa(_996{???COUPLE}, tGroupedCoupleHeterosexual), {avoidHeadLoop(groupMembers(_996{???COUPLE}, _1024{???PERSON2}), groupMembers(_996{???COUPLE}, _1010{???PERSON1}))}, groupMembers(_996{???COUPLE}, _1024{???PERSON2}), doneBy(_1038{???ACT}, _996{???COUPLE}), {dif:dif(_1010{???PERSON1}, _1024{???PERSON2})}, ~accompaniedBy(_1010{???PERSON1}, _1024{???PERSON2}, _1038{???ACT}), {is_unit(_1010{???PERSON1}, _996{???COUPLE})}-> ~groupMembers(_996{???COUPLE}, _1010{???PERSON1})),
  13338. %     (groupMembers(_1052{???COUPLE}, _1066{???PERSON1}), groupMembers(_1052{???COUPLE}, _1080{???PERSON2}), doneBy(_1094{???ACT}, _1052{???COUPLE}), {dif:dif(_1066{???PERSON1}, _1080{???PERSON2})}, ~accompaniedBy(_1066{???PERSON1}, _1080{???PERSON2}, _1094{???ACT}), {is_unit(_1052{???COUPLE})}-> ~isa(_1052{???COUPLE}, tGroupedCoupleHeterosexual)),
  13339. %     (isa(_856{???COUPLE}, tGroupedCoupleHeterosexual), groupMembers(_856{???COUPLE}, _828{???PERSON1}), groupMembers(_856{???COUPLE}, _842{???PERSON2}), doneBy(_870{???ACT}, _856{???COUPLE}), ~accompaniedBy(_828{???PERSON1}, _842{???PERSON2}, _870{???ACT}), {is_unit(_842{???PERSON2}, _828{???PERSON1})}==>equals(_828{???PERSON1}, _842{???PERSON2})),
  13340. %     (isa(_814{???COUPLE}, tGroupedCoupleHeterosexual), groupMembers(_814{???COUPLE}, _772{???PERSON1}), groupMembers(_814{???COUPLE}, _786{???PERSON2}), doneBy(_800{???ACT}, _814{???COUPLE}), {dif:dif(_772{???PERSON1}, _786{???PERSON2})}, {is_unit(_800{???ACT}, _786{???PERSON2}, _772{???PERSON1})}==>accompaniedBy(_772{???PERSON1}, _786{???PERSON2}, _800{???ACT}))
  13341. %   ].
  13342. % conds= =>((name_variable(_866{???ACT}, 'ACT'), name_variable(_880{???COUPLE}, 'COUPLE'), name_variable(_894{???PERSON1}, 'PERSON1'), name_variable(_908{???PERSON2}, 'PERSON2'), name_variable(_922{???COUPLE}, 'COUPLE'), name_variable(_936{???PERSON2}, 'PERSON2'), name_variable(_950{???PERSON1}, 'PERSON1'), name_variable(_964{???ACT}, 'ACT'), name_variable(_978{???COUPLE}, 'COUPLE'), name_variable(_992{???PERSON1}, 'PERSON1'), name_variable(_1006{???PERSON2}, 'PERSON2'), name_variable(_1020{???ACT}, 'ACT'), name_variable(_1034{???COUPLE}, 'COUPLE'), name_variable(_1048{???PERSON1}, 'PERSON1'), name_variable(_1062{???PERSON2}, 'PERSON2'), name_variable(_1076{???ACT}, 'ACT'), name_variable(_838{???COUPLE}, 'COUPLE'), name_variable(_810{???PERSON1}, 'PERSON1'), name_variable(_824{???PERSON2}, 'PERSON2'), name_variable(_852{???ACT}, 'ACT'), name_variable(_796{???COUPLE}, 'COUPLE'), name_variable(_754{???PERSON1}, 'PERSON1'), name_variable(_768{???PERSON2}, 'PERSON2'), name_variable(_782{???ACT}, 'ACT')), [(~doneBy(_866{???ACT}, _880{???COUPLE})<-isa(_880{???COUPLE}, tGroupedCoupleHeterosexual), groupMembers(_880{???COUPLE}, _894{???PERSON1}), groupMembers(_880{???COUPLE}, _908{???PERSON2}), {dif:dif(_894{???PERSON1}, _908{???PERSON2})}, ~accompaniedBy(_894{???PERSON1}, _908{???PERSON2}, _866{???ACT}), {is_unit(_880{???COUPLE}, _866{???ACT})}),  (~groupMembers(_922{???COUPLE}, _936{???PERSON2})<-isa(_922{???COUPLE}, tGroupedCoupleHeterosexual), {avoidHeadLoop(groupMembers(_922{???COUPLE}, _950{???PERSON1}), groupMembers(_922{???COUPLE}, _936{???PERSON2}))}, groupMembers(_922{???COUPLE}, _950{???PERSON1}), doneBy(_964{???ACT}, _922{???COUPLE}), {dif:dif(_950{???PERSON1}, _936{???PERSON2})}, ~accompaniedBy(_950{???PERSON1}, _936{???PERSON2}, _964{???ACT}), {is_unit(_936{???PERSON2}, _922{???COUPLE})}),  (~groupMembers(_978{???COUPLE}, _992{???PERSON1})<-isa(_978{???COUPLE}, tGroupedCoupleHeterosexual), {avoidHeadLoop(groupMembers(_978{???COUPLE}, _1006{???PERSON2}), groupMembers(_978{???COUPLE}, _992{???PERSON1}))}, groupMembers(_978{???COUPLE}, _1006{???PERSON2}), doneBy(_1020{???ACT}, _978{???COUPLE}), {dif:dif(_992{???PERSON1}, _1006{???PERSON2})}, ~accompaniedBy(_992{???PERSON1}, _1006{???PERSON2}, _1020{???ACT}), {is_unit(_992{???PERSON1}, _978{???COUPLE})}),  (~isa(_1034{???COUPLE}, tGroupedCoupleHeterosexual)<-groupMembers(_1034{???COUPLE}, _1048{???PERSON1}), groupMembers(_1034{???COUPLE}, _1062{???PERSON2}), doneBy(_1076{???ACT}, _1034{???COUPLE}), {dif:dif(_1048{???PERSON1}, _1062{???PERSON2})}, ~accompaniedBy(_1048{???PERSON1}, _1062{???PERSON2}, _1076{???ACT}), {is_unit(_1034{???COUPLE})}),  (isa(_838{???COUPLE}, tGroupedCoupleHeterosexual), groupMembers(_838{???COUPLE}, _810{???PERSON1}), groupMembers(_838{???COUPLE}, _824{???PERSON2}), doneBy(_852{???ACT}, _838{???COUPLE}), ~accompaniedBy(_810{???PERSON1}, _824{???PERSON2}, _852{???ACT}), {is_unit(_824{???PERSON2}, _810{???PERSON1})}==>equals(_810{???PERSON1}, _824{???PERSON2})),  (isa(_796{???COUPLE}, tGroupedCoupleHeterosexual), groupMembers(_796{???COUPLE}, _754{???PERSON1}), groupMembers(_796{???COUPLE}, _768{???PERSON2}), doneBy(_782{???ACT}, _796{???COUPLE}), {dif:dif(_754{???PERSON1}, _768{???PERSON2})}, {is_unit(_782{???ACT}, _768{???PERSON2}, _754{???PERSON1})}==>accompaniedBy(_754{???PERSON1}, _768{???PERSON2}, _782{???ACT}))]).
  13343.  
  13344.  
  13345. % ~doneBy(_226{???ACT}, _240{???COUPLE}) :-
  13346. %   isa(_240{???COUPLE}, tGroupedCoupleHeterosexual),
  13347. %   groupMembers(_240{???COUPLE}, _254{???PERSON1}),
  13348. %   groupMembers(_240{???COUPLE}, _268{???PERSON2}),
  13349. %   ~equals(_254{???PERSON1}, _268{???PERSON2}),
  13350. %   ~accompaniedBy(_254{???PERSON1}, _268{???PERSON2}, _226{???ACT}).
  13351. % ~groupMembers(_214{???COUPLE}, _228{???PERSON2}) :-
  13352. %   isa(_214{???COUPLE}, tGroupedCoupleHeterosexual),
  13353. %   groupMembers(_214{???COUPLE}, _242{???PERSON1}),
  13354. %   doneBy(_256{???ACT}, _214{???COUPLE}),
  13355. %   ~equals(_242{???PERSON1}, _228{???PERSON2}),
  13356. %   ~accompaniedBy(_242{???PERSON1}, _228{???PERSON2}, _256{???ACT}).
  13357. % ~groupMembers(_222{???COUPLE}, _236{???PERSON1}) :-
  13358. %   isa(_222{???COUPLE}, tGroupedCoupleHeterosexual),
  13359. %   groupMembers(_222{???COUPLE}, _250{???PERSON2}),
  13360. %   doneBy(_264{???ACT}, _222{???COUPLE}),
  13361. %   ~equals(_236{???PERSON1}, _250{???PERSON2}),
  13362. %   ~accompaniedBy(_236{???PERSON1}, _250{???PERSON2}, _264{???ACT}).
  13363. % ~isa(_222{???COUPLE}, tGroupedCoupleHeterosexual) :-
  13364. %   groupMembers(_214{???COUPLE}, _228{???PERSON1}),
  13365. %   groupMembers(_214{???COUPLE}, _242{???PERSON2}),
  13366. %   doneBy(_256{???ACT}, _214{???COUPLE}),
  13367. %   ~equals(_228{???PERSON1}, _242{???PERSON2}),
  13368. %   ~accompaniedBy(_228{???PERSON1}, _242{???PERSON2}, _256{???ACT}).
  13369. % equals(_158{???PERSON1}, _172{???PERSON2}) :-
  13370. %   isa(_186{???COUPLE}, tGroupedCoupleHeterosexual),
  13371. %   groupMembers(_186{???COUPLE}, _158{???PERSON1}),
  13372. %   groupMembers(_186{???COUPLE}, _172{???PERSON2}),
  13373. %   doneBy(_200{???ACT}, _186{???COUPLE}),
  13374. %   ~accompaniedBy(_158{???PERSON1}, _172{???PERSON2}, _200{???ACT}).
  13375. % accompaniedBy(_102{???PERSON1}, _116{???PERSON2}, _130{???ACT}) :-
  13376. %   isa(_144{???COUPLE}, tGroupedCoupleHeterosexual),
  13377. %   groupMembers(_144{???COUPLE}, _102{???PERSON1}),
  13378. %   groupMembers(_144{???COUPLE}, _116{???PERSON2}),
  13379. %   doneBy(_130{???ACT}, _144{???COUPLE}),
  13380. %   ~equals(_102{???PERSON1}, _116{???PERSON2}).
  13381.  
  13382.  
  13383. % asserted_id(implies(and(isa(PER, mobPerson), doneBy(W, PER), isa(W, actWaiting)), levelOfPhysicalExertion(PER, W, veryLowAmountOf)), a309127(PER, W)).
  13384. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  13385. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  13386.  kif:-all(_217022,all(_217042,implies(and(isa(_217022,mobPerson),doneBy(_217042,_217022),isa(_217042,actWaiting)),levelOfPhysicalExertion(_217022,_217042,veryLowAmountOf))))
  13387.  pkif:-all(_216972,all(_216992,=>(&(isa(_216972,mobPerson),&(doneBy(_216992,_216972),isa(_216992,actWaiting))),levelOfPhysicalExertion(_216972,_216992,veryLowAmountOf))))
  13388. % cnf :-
  13389. %   v(v(~isa(_136{???PER}, mobPerson),
  13390. %       v(~doneBy(_150{???W}, _136{???PER}), ~isa(_150{???W}, actWaiting))),
  13391. %     levelOfPhysicalExertion(_136{???PER}, _150{???W}, veryLowAmountOf)).
  13392.  horn:-[(~doneBy(_218358,_218372):-isa(_218372,mobPerson),isa(_218358,actWaiting),~levelOfPhysicalExertion(_218372,_218358,veryLowAmountOf)),(~isa(_218444,actWaiting):-isa(_218470,mobPerson),doneBy(_218444,_218470),~levelOfPhysicalExertion(_218470,_218444,veryLowAmountOf)),(~isa(_218530,mobPerson):-doneBy(_218556,_218530),isa(_218556,actWaiting),~levelOfPhysicalExertion(_218530,_218556,veryLowAmountOf)),(levelOfPhysicalExertion(_218614,_218628,veryLowAmountOf):-isa(_218614,mobPerson),doneBy(_218628,_218614),isa(_218628,actWaiting))]
  13393. % boxlog :-
  13394. %  
  13395. %   [ (~doneBy(_720{???W}, _734{???PER}):-isa(_734{???PER}, mobPerson), isa(_720{???W}, actWaiting), ~levelOfPhysicalExertion(_734{???PER}, _720{???W}, veryLowAmountOf)),
  13396. %     (~isa(_692{???W}, actWaiting):-isa(_706{???PER}, mobPerson), doneBy(_692{???W}, _706{???PER}), ~levelOfPhysicalExertion(_706{???PER}, _692{???W}, veryLowAmountOf)),
  13397. %     (~isa(_748{???PER}, mobPerson):-doneBy(_762{???W}, _748{???PER}), isa(_762{???W}, actWaiting), ~levelOfPhysicalExertion(_748{???PER}, _762{???W}, veryLowAmountOf)),
  13398. %     (levelOfPhysicalExertion(_664{???PER}, _678{???W}, veryLowAmountOf):-isa(_664{???PER}, mobPerson), doneBy(_678{???W}, _664{???PER}), isa(_678{???W}, actWaiting))
  13399. %   ].
  13400. % preview :-
  13401. %  
  13402. %   [ (isa(_698{???PER}, mobPerson), isa(_684{???W}, actWaiting), ~levelOfPhysicalExertion(_698{???PER}, _684{???W}, veryLowAmountOf), {is_unit(_698{???PER}, _684{???W})}-> ~doneBy(_684{???W}, _698{???PER})),
  13403. %     ({avoidHeadLoop(isa(_670{???PER}, mobPerson), isa(_656{???W}, actWaiting))}, isa(_670{???PER}, mobPerson), doneBy(_656{???W}, _670{???PER}), ~levelOfPhysicalExertion(_670{???PER}, _656{???W}, veryLowAmountOf), {is_unit(_656{???W})}-> ~isa(_656{???W}, actWaiting)),
  13404. %     (doneBy(_726{???W}, _712{???PER}), {avoidHeadLoop(isa(_726{???W}, actWaiting), isa(_712{???PER}, mobPerson))}, isa(_726{???W}, actWaiting), ~levelOfPhysicalExertion(_712{???PER}, _726{???W}, veryLowAmountOf), {is_unit(_712{???PER})}-> ~isa(_712{???PER}, mobPerson)),
  13405. %     (isa(_628{???PER}, mobPerson), doneBy(_642{???W}, _628{???PER}), isa(_642{???W}, actWaiting), {is_unit(_642{???W}, _628{???PER})}==>levelOfPhysicalExertion(_628{???PER}, _642{???W}, veryLowAmountOf))
  13406. %   ].
  13407. % conds= =>((name_variable(_666{???W}, 'W'), name_variable(_680{???PER}, 'PER'), name_variable(_638{???W}, 'W'), name_variable(_652{???PER}, 'PER'), name_variable(_694{???PER}, 'PER'), name_variable(_708{???W}, 'W'), name_variable(_610{???PER}, 'PER'), name_variable(_624{???W}, 'W')), [(~doneBy(_666{???W}, _680{???PER})<-isa(_680{???PER}, mobPerson), isa(_666{???W}, actWaiting), ~levelOfPhysicalExertion(_680{???PER}, _666{???W}, veryLowAmountOf), {is_unit(_680{???PER}, _666{???W})}),  (~isa(_638{???W}, actWaiting)<-{avoidHeadLoop(isa(_652{???PER}, mobPerson), isa(_638{???W}, actWaiting))}, isa(_652{???PER}, mobPerson), doneBy(_638{???W}, _652{???PER}), ~levelOfPhysicalExertion(_652{???PER}, _638{???W}, veryLowAmountOf), {is_unit(_638{???W})}),  (~isa(_694{???PER}, mobPerson)<-doneBy(_708{???W}, _694{???PER}), {avoidHeadLoop(isa(_708{???W}, actWaiting), isa(_694{???PER}, mobPerson))}, isa(_708{???W}, actWaiting), ~levelOfPhysicalExertion(_694{???PER}, _708{???W}, veryLowAmountOf), {is_unit(_694{???PER})}),  (isa(_610{???PER}, mobPerson), doneBy(_624{???W}, _610{???PER}), isa(_624{???W}, actWaiting), {is_unit(_624{???W}, _610{???PER})}==>levelOfPhysicalExertion(_610{???PER}, _624{???W}, veryLowAmountOf))]).
  13408.  
  13409.  
  13410. % ~doneBy(_166{???W}, _180{???PER}) :-
  13411. %   isa(_180{???PER}, mobPerson),
  13412. %   isa(_166{???W}, actWaiting),
  13413. %   ~levelOfPhysicalExertion(_180{???PER}, _166{???W}, veryLowAmountOf).
  13414. % ~isa(_130{???W}, actWaiting) :-
  13415. %   isa(_144{???PER}, mobPerson),
  13416. %   doneBy(_130{???W}, _144{???PER}),
  13417. %   ~levelOfPhysicalExertion(_144{???PER}, _130{???W}, veryLowAmountOf).
  13418. % ~isa(_134{???PER}, mobPerson) :-
  13419. %   doneBy(_148{???W}, _134{???PER}),
  13420. %   isa(_148{???W}, actWaiting),
  13421. %   ~levelOfPhysicalExertion(_134{???PER}, _148{???W}, veryLowAmountOf).
  13422. % levelOfPhysicalExertion(_102{???PER}, _116{???W}, veryLowAmountOf) :-
  13423. %   isa(_102{???PER}, mobPerson),
  13424. %   doneBy(_116{???W}, _102{???PER}),
  13425. %   isa(_116{???W}, actWaiting).
  13426.  
  13427.  
  13428. % asserted_id(implies(and(isa(EAT, actEatingEvent), postEvents(FEED, EAT), recipientOfService(FEED, ANIMAL), isa(FEED, actFeedingAnAnimal)), doneBy(EAT, ANIMAL)), a309129(EAT, FEED, ANIMAL)).
  13429. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  13430. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  13431.  kif:-all(_217216,all(_217236,all(_217256,implies(and(isa(_217216,actEatingEvent),postEvents(_217236,_217216),recipientOfService(_217236,_217256),isa(_217236,actFeedingAnAnimal)),doneBy(_217216,_217256)))))
  13432.  pkif:-all(_217170,all(_217190,all(_217210,=>(&(isa(_217170,actEatingEvent),&(postEvents(_217190,_217170),&(recipientOfService(_217190,_217210),isa(_217190,actFeedingAnAnimal)))),doneBy(_217170,_217210)))))
  13433. % cnf :-
  13434. %   v(v(~isa(_142{???EAT}, actEatingEvent),
  13435. %       v(~postEvents(_156{???FEED}, _142{???EAT}),
  13436. %         v(~recipientOfService(_156{???FEED}, _170{???ANIMAL}),
  13437. %       ~isa(_156{???FEED}, actFeedingAnAnimal)))),
  13438. %     doneBy(_142{???EAT}, _170{???ANIMAL})).
  13439.  horn:-[(~isa(_219302,actFeedingAnAnimal):-isa(_219328,actEatingEvent),postEvents(_219302,_219328),recipientOfService(_219302,_219366),~doneBy(_219328,_219366)),(~isa(_219412,actEatingEvent):-postEvents(_219438,_219412),recipientOfService(_219438,_219464),isa(_219438,actFeedingAnAnimal),~doneBy(_219412,_219464)),(~postEvents(_219522,_219536):-isa(_219536,actEatingEvent),recipientOfService(_219522,_219574),isa(_219522,actFeedingAnAnimal),~doneBy(_219536,_219574)),(~recipientOfService(_219632,_219646):-isa(_219672,actEatingEvent),postEvents(_219632,_219672),isa(_219632,actFeedingAnAnimal),~doneBy(_219672,_219646)),(doneBy(_219738,_219752):-isa(_219738,actEatingEvent),postEvents(_219790,_219738),recipientOfService(_219790,_219752),isa(_219790,actFeedingAnAnimal))]
  13440. % boxlog :-
  13441. %  
  13442. %   [ (~isa(_768{???FEED}, actFeedingAnAnimal):-isa(_782{???EAT}, actEatingEvent), postEvents(_768{???FEED}, _782{???EAT}), recipientOfService(_768{???FEED}, _796{???ANIMAL}), ~doneBy(_782{???EAT}, _796{???ANIMAL})),
  13443. %     (~isa(_894{???EAT}, actEatingEvent):-postEvents(_908{???FEED}, _894{???EAT}), recipientOfService(_908{???FEED}, _922{???ANIMAL}), isa(_908{???FEED}, actFeedingAnAnimal), ~doneBy(_894{???EAT}, _922{???ANIMAL})),
  13444. %     (~postEvents(_852{???FEED}, _866{???EAT}):-isa(_866{???EAT}, actEatingEvent), recipientOfService(_852{???FEED}, _880{???ANIMAL}), isa(_852{???FEED}, actFeedingAnAnimal), ~doneBy(_866{???EAT}, _880{???ANIMAL})),
  13445. %     (~recipientOfService(_810{???FEED}, _824{???ANIMAL}):-isa(_838{???EAT}, actEatingEvent), postEvents(_810{???FEED}, _838{???EAT}), isa(_810{???FEED}, actFeedingAnAnimal), ~doneBy(_838{???EAT}, _824{???ANIMAL})),
  13446. %     (doneBy(_726{???EAT}, _740{???ANIMAL}):-isa(_726{???EAT}, actEatingEvent), postEvents(_754{???FEED}, _726{???EAT}), recipientOfService(_754{???FEED}, _740{???ANIMAL}), isa(_754{???FEED}, actFeedingAnAnimal))
  13447. %   ].
  13448. % preview :-
  13449. %  
  13450. %   [ ({avoidHeadLoop(isa(_746{???EAT}, actEatingEvent), isa(_732{???FEED}, actFeedingAnAnimal))}, isa(_746{???EAT}, actEatingEvent), postEvents(_732{???FEED}, _746{???EAT}), recipientOfService(_732{???FEED}, _760{???ANIMAL}), ~doneBy(_746{???EAT}, _760{???ANIMAL}), {is_unit(_732{???FEED})}-> ~isa(_732{???FEED}, actFeedingAnAnimal)),
  13451. %     (postEvents(_872{???FEED}, _858{???EAT}), recipientOfService(_872{???FEED}, _886{???ANIMAL}), {avoidHeadLoop(isa(_872{???FEED}, actFeedingAnAnimal), isa(_858{???EAT}, actEatingEvent))}, isa(_872{???FEED}, actFeedingAnAnimal), ~doneBy(_858{???EAT}, _886{???ANIMAL}), {is_unit(_858{???EAT})}-> ~isa(_858{???EAT}, actEatingEvent)),
  13452. %     (isa(_830{???EAT}, actEatingEvent), recipientOfService(_816{???FEED}, _844{???ANIMAL}), isa(_816{???FEED}, actFeedingAnAnimal), ~doneBy(_830{???EAT}, _844{???ANIMAL}), {is_unit(_830{???EAT}, _816{???FEED})}-> ~postEvents(_816{???FEED}, _830{???EAT})),
  13453. %     (isa(_802{???EAT}, actEatingEvent), postEvents(_774{???FEED}, _802{???EAT}), isa(_774{???FEED}, actFeedingAnAnimal), ~doneBy(_802{???EAT}, _788{???ANIMAL}), {is_unit(_788{???ANIMAL}, _774{???FEED})}-> ~recipientOfService(_774{???FEED}, _788{???ANIMAL})),
  13454. %     (isa(_690{???EAT}, actEatingEvent), postEvents(_718{???FEED}, _690{???EAT}), recipientOfService(_718{???FEED}, _704{???ANIMAL}), isa(_718{???FEED}, actFeedingAnAnimal), {is_unit(_704{???ANIMAL}, _690{???EAT})}==>doneBy(_690{???EAT}, _704{???ANIMAL}))
  13455. %   ].
  13456. % conds= =>((name_variable(_714{???FEED}, 'FEED'), name_variable(_728{???EAT}, 'EAT'), name_variable(_742{???ANIMAL}, 'ANIMAL'), name_variable(_840{???EAT}, 'EAT'), name_variable(_854{???FEED}, 'FEED'), name_variable(_868{???ANIMAL}, 'ANIMAL'), name_variable(_798{???FEED}, 'FEED'), name_variable(_812{???EAT}, 'EAT'), name_variable(_826{???ANIMAL}, 'ANIMAL'), name_variable(_756{???FEED}, 'FEED'), name_variable(_770{???ANIMAL}, 'ANIMAL'), name_variable(_784{???EAT}, 'EAT'), name_variable(_672{???EAT}, 'EAT'), name_variable(_700{???FEED}, 'FEED'), name_variable(_686{???ANIMAL}, 'ANIMAL')), [(~isa(_714{???FEED}, actFeedingAnAnimal)<-{avoidHeadLoop(isa(_728{???EAT}, actEatingEvent), isa(_714{???FEED}, actFeedingAnAnimal))}, isa(_728{???EAT}, actEatingEvent), postEvents(_714{???FEED}, _728{???EAT}), recipientOfService(_714{???FEED}, _742{???ANIMAL}), ~doneBy(_728{???EAT}, _742{???ANIMAL}), {is_unit(_714{???FEED})}),  (~isa(_840{???EAT}, actEatingEvent)<-postEvents(_854{???FEED}, _840{???EAT}), recipientOfService(_854{???FEED}, _868{???ANIMAL}), {avoidHeadLoop(isa(_854{???FEED}, actFeedingAnAnimal), isa(_840{???EAT}, actEatingEvent))}, isa(_854{???FEED}, actFeedingAnAnimal), ~doneBy(_840{???EAT}, _868{???ANIMAL}), {is_unit(_840{???EAT})}),  (~postEvents(_798{???FEED}, _812{???EAT})<-isa(_812{???EAT}, actEatingEvent), recipientOfService(_798{???FEED}, _826{???ANIMAL}), isa(_798{???FEED}, actFeedingAnAnimal), ~doneBy(_812{???EAT}, _826{???ANIMAL}), {is_unit(_812{???EAT}, _798{???FEED})}),  (~recipientOfService(_756{???FEED}, _770{???ANIMAL})<-isa(_784{???EAT}, actEatingEvent), postEvents(_756{???FEED}, _784{???EAT}), isa(_756{???FEED}, actFeedingAnAnimal), ~doneBy(_784{???EAT}, _770{???ANIMAL}), {is_unit(_770{???ANIMAL}, _756{???FEED})}),  (isa(_672{???EAT}, actEatingEvent), postEvents(_700{???FEED}, _672{???EAT}), recipientOfService(_700{???FEED}, _686{???ANIMAL}), isa(_700{???FEED}, actFeedingAnAnimal), {is_unit(_686{???ANIMAL}, _672{???EAT})}==>doneBy(_672{???EAT}, _686{???ANIMAL}))]).
  13457.  
  13458.  
  13459. % ~isa(_154{???FEED}, actFeedingAnAnimal) :-
  13460. %   isa(_168{???EAT}, actEatingEvent),
  13461. %   postEvents(_154{???FEED}, _168{???EAT}),
  13462. %   recipientOfService(_154{???FEED}, _182{???ANIMAL}),
  13463. %   ~doneBy(_168{???EAT}, _182{???ANIMAL}).
  13464. % ~isa(_228{???EAT}, actEatingEvent) :-
  13465. %   postEvents(_242{???FEED}, _228{???EAT}),
  13466. %   recipientOfService(_242{???FEED}, _256{???ANIMAL}),
  13467. %   isa(_242{???FEED}, actFeedingAnAnimal),
  13468. %   ~doneBy(_228{???EAT}, _256{???ANIMAL}).
  13469. % ~postEvents(_186{???FEED}, _200{???EAT}) :-
  13470. %   isa(_200{???EAT}, actEatingEvent),
  13471. %   recipientOfService(_186{???FEED}, _214{???ANIMAL}),
  13472. %   isa(_186{???FEED}, actFeedingAnAnimal),
  13473. %   ~doneBy(_200{???EAT}, _214{???ANIMAL}).
  13474. % ~recipientOfService(_144{???FEED}, _158{???ANIMAL}) :-
  13475. %   isa(_172{???EAT}, actEatingEvent),
  13476. %   postEvents(_144{???FEED}, _172{???EAT}),
  13477. %   isa(_144{???FEED}, actFeedingAnAnimal),
  13478. %   ~doneBy(_172{???EAT}, _158{???ANIMAL}).
  13479. % doneBy(_102{???EAT}, _116{???ANIMAL}) :-
  13480. %   isa(_102{???EAT}, actEatingEvent),
  13481. %   postEvents(_130{???FEED}, _102{???EAT}),
  13482. %   recipientOfService(_130{???FEED}, _116{???ANIMAL}),
  13483. %   isa(_130{???FEED}, actFeedingAnAnimal).
  13484.  
  13485.  
  13486. % asserted_id(=>(isa(U, actPurposefulAction), implies(isa(U, actPurposefulAction), harmfulActions(U, eventIncurringPhysicalDamage, doneBy, highToVeryHighAmountOf))), a309130(U)).
  13487. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  13488. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  13489.  kif:-all(_217192,=>(isa(_217192,actPurposefulAction),implies(isa(_217192,actPurposefulAction),harmfulActions(_217192,eventIncurringPhysicalDamage,doneBy,highToVeryHighAmountOf))))
  13490.  pkif:-all(_217138,=>(isa(_217138,actPurposefulAction),=>(isa(_217138,actPurposefulAction),harmfulActions(_217138,eventIncurringPhysicalDamage,doneBy,highToVeryHighAmountOf))))
  13491. % cnf :-
  13492. %   v(~isa(_118{???U}, actPurposefulAction),
  13493. %     v(~isa(_118{???U}, actPurposefulAction),
  13494. %       harmfulActions(_118{???U},
  13495. %              eventIncurringPhysicalDamage,
  13496. %              doneBy,
  13497. %              highToVeryHighAmountOf))).
  13498.  horn:-[(~isa(_217762,actPurposefulAction):- ~harmfulActions(_217762,eventIncurringPhysicalDamage,doneBy,highToVeryHighAmountOf)),(harmfulActions(_217812,eventIncurringPhysicalDamage,doneBy,highToVeryHighAmountOf):-isa(_217812,actPurposefulAction))]
  13499. % boxlog :-
  13500. %  
  13501. %   [ (~isa(_616{???U}, actPurposefulAction):- ~harmfulActions(_616{???U}, eventIncurringPhysicalDamage, doneBy, highToVeryHighAmountOf)),
  13502. %     (harmfulActions(_602{???U}, eventIncurringPhysicalDamage, doneBy, highToVeryHighAmountOf):-isa(_602{???U}, actPurposefulAction))
  13503. %   ].
  13504. % preview :-
  13505. %  
  13506. %   [ (~harmfulActions(_580{???U}, eventIncurringPhysicalDamage, doneBy, highToVeryHighAmountOf), {is_unit(_580{???U})}==> ~isa(_580{???U}, actPurposefulAction)),
  13507. %     (isa(_566{???U}, actPurposefulAction), {is_unit(_566{???U})}==>harmfulActions(_566{???U}, eventIncurringPhysicalDamage, doneBy, highToVeryHighAmountOf))
  13508. %   ].
  13509. % conds= =>((name_variable(_562{???U}, 'U'), name_variable(_548{???U}, 'U')), [(~harmfulActions(_562{???U}, eventIncurringPhysicalDamage, doneBy, highToVeryHighAmountOf), {is_unit(_562{???U})}==> ~isa(_562{???U}, actPurposefulAction)),  (isa(_548{???U}, actPurposefulAction), {is_unit(_548{???U})}==>harmfulActions(_548{???U}, eventIncurringPhysicalDamage, doneBy, highToVeryHighAmountOf))]).
  13510.  
  13511.  
  13512. % ~isa(_122{???U}, actPurposefulAction) :-
  13513. %   ~harmfulActions(_122{???U}, eventIncurringPhysicalDamage, doneBy, highToVeryHighAmountOf).
  13514. % harmfulActions(_102{???U}, eventIncurringPhysicalDamage, doneBy, highToVeryHighAmountOf) :-
  13515. %   isa(_102{???U}, actPurposefulAction).
  13516.  
  13517.  
  13518. % asserted_id(=>(isa(U, actSnowSkiing), implies(isa(U, actSnowSkiing), harmfulActions(U, actLosingOnesBalance, doneBy, positiveAmountOf))), a309131(U)).
  13519. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  13520. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  13521.  kif:-all(_217244,=>(isa(_217244,actSnowSkiing),implies(isa(_217244,actSnowSkiing),harmfulActions(_217244,actLosingOnesBalance,doneBy,positiveAmountOf))))
  13522.  pkif:-all(_217190,=>(isa(_217190,actSnowSkiing),=>(isa(_217190,actSnowSkiing),harmfulActions(_217190,actLosingOnesBalance,doneBy,positiveAmountOf))))
  13523. % cnf :-
  13524. %   v(~isa(_118{???U}, actSnowSkiing),
  13525. %     v(~isa(_118{???U}, actSnowSkiing),
  13526. %       harmfulActions(_118{???U},
  13527. %              actLosingOnesBalance,
  13528. %              doneBy,
  13529. %              positiveAmountOf))).
  13530.  horn:-[(~isa(_217814,actSnowSkiing):- ~harmfulActions(_217814,actLosingOnesBalance,doneBy,positiveAmountOf)),(harmfulActions(_217864,actLosingOnesBalance,doneBy,positiveAmountOf):-isa(_217864,actSnowSkiing))]
  13531. % boxlog :-
  13532. %  
  13533. %   [ (~isa(_8948{???U}, actSnowSkiing):- ~harmfulActions(_8948{???U}, actLosingOnesBalance, doneBy, positiveAmountOf)),
  13534. %     (harmfulActions(_8930{???U}, actLosingOnesBalance, doneBy, positiveAmountOf):-isa(_8930{???U}, actSnowSkiing))
  13535. %   ].
  13536. % preview :-
  13537. %  
  13538. %   [ (~harmfulActions(_580{???U}, actLosingOnesBalance, doneBy, positiveAmountOf), {is_unit(_580{???U})}==> ~isa(_580{???U}, actSnowSkiing)),
  13539. %     (isa(_566{???U}, actSnowSkiing), {is_unit(_566{???U})}==>harmfulActions(_566{???U}, actLosingOnesBalance, doneBy, positiveAmountOf))
  13540. %   ].
  13541. % conds= =>((name_variable(_562{???U}, 'U'), name_variable(_548{???U}, 'U')), [(~harmfulActions(_562{???U}, actLosingOnesBalance, doneBy, positiveAmountOf), {is_unit(_562{???U})}==> ~isa(_562{???U}, actSnowSkiing)),  (isa(_548{???U}, actSnowSkiing), {is_unit(_548{???U})}==>harmfulActions(_548{???U}, actLosingOnesBalance, doneBy, positiveAmountOf))]).
  13542.  
  13543.  
  13544. % ~isa(_122{???U}, actSnowSkiing) :-
  13545. %   ~harmfulActions(_122{???U}, actLosingOnesBalance, doneBy, positiveAmountOf).
  13546. % harmfulActions(_102{???U}, actLosingOnesBalance, doneBy, positiveAmountOf) :-
  13547. %   isa(_102{???U}, actSnowSkiing).
  13548.  
  13549.  
  13550. % asserted_id(implies(capableOf(AGENT, EVENTTYPE, performedBy), capableOf(AGENT, EVENTTYPE, doneBy)), a309132(AGENT, EVENTTYPE)).
  13551. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  13552. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  13553.  kif:-all(_217332,all(_217352,implies(capableOf(_217332,_217352,performedBy),capableOf(_217332,_217352,doneBy))))
  13554.  pkif:-all(_217278,all(_217298,=>(capableOf(_217278,_217298,performedBy),capableOf(_217278,_217298,doneBy))))
  13555. % cnf :-
  13556. %   v(~capableOf(_118{???AGENT}, _132{???EVENTTYPE}, performedBy),
  13557. %     capableOf(_118{???AGENT}, _132{???EVENTTYPE}, doneBy)).
  13558.  horn:-[(~capableOf(_217828,_217842,performedBy):- ~capableOf(_217828,_217842,doneBy)),(capableOf(_217888,_217902,doneBy):-capableOf(_217888,_217902,performedBy))]
  13559. % boxlog :-
  13560. %  
  13561. %   [ (~capableOf(_8944{???AGENT}, _8958{???EVENTTYPE}, performedBy):- ~capableOf(_8944{???AGENT}, _8958{???EVENTTYPE}, doneBy)),
  13562. %     (capableOf(_8908{???AGENT}, _8922{???EVENTTYPE}, doneBy):-capableOf(_8908{???AGENT}, _8922{???EVENTTYPE}, performedBy))
  13563. %   ].
  13564. % preview :-
  13565. %  
  13566. %   [ (~capableOf(_568{???AGENT}, _582{???EVENTTYPE}, doneBy), {is_unit(_582{???EVENTTYPE}, _568{???AGENT})}==> ~capableOf(_568{???AGENT}, _582{???EVENTTYPE}, performedBy)),
  13567. %     (capableOf(_540{???AGENT}, _554{???EVENTTYPE}, performedBy), {is_unit(_554{???EVENTTYPE}, _540{???AGENT})}==>capableOf(_540{???AGENT}, _554{???EVENTTYPE}, doneBy))
  13568. %   ].
  13569. % conds= =>((name_variable(_550{???AGENT}, 'AGENT'), name_variable(_564{???EVENTTYPE}, 'EVENTTYPE'), name_variable(_522{???AGENT}, 'AGENT'), name_variable(_536{???EVENTTYPE}, 'EVENTTYPE')), [(~capableOf(_550{???AGENT}, _564{???EVENTTYPE}, doneBy), {is_unit(_564{???EVENTTYPE}, _550{???AGENT})}==> ~capableOf(_550{???AGENT}, _564{???EVENTTYPE}, performedBy)),  (capableOf(_522{???AGENT}, _536{???EVENTTYPE}, performedBy), {is_unit(_536{???EVENTTYPE}, _522{???AGENT})}==>capableOf(_522{???AGENT}, _536{???EVENTTYPE}, doneBy))]).
  13570.  
  13571.  
  13572. % ~capableOf(_138{???AGENT}, _152{???EVENTTYPE}, performedBy) :-
  13573. %   ~capableOf(_138{???AGENT}, _152{???EVENTTYPE}, doneBy).
  13574. % capableOf(_102{???AGENT}, _116{???EVENTTYPE}, doneBy) :-
  13575. %   capableOf(_102{???AGENT}, _116{???EVENTTYPE}, performedBy).
  13576.  
  13577.  
  13578. % asserted_id(implies(and(isa(READ, actReading), doneBy(READ, READER)), isa(READ, actVisualPerception)), a309133(READ, READER)).
  13579. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  13580. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  13581.  kif:-all(_217460,all(_217480,implies(and(isa(_217460,actReading),doneBy(_217460,_217480)),isa(_217460,actVisualPerception))))
  13582.  pkif:-all(_217406,all(_217426,=>(&(isa(_217406,actReading),doneBy(_217406,_217426)),isa(_217406,actVisualPerception))))
  13583. % cnf :-
  13584. %   v(v(~isa(_126{???READ}, actReading),
  13585. %       ~doneBy(_126{???READ}, _140{???READER})),
  13586. %     isa(_126{???READ}, actVisualPerception)).
  13587.  horn:-[(~doneBy(_218290,_218304):-isa(_218290,actReading),~isa(_218290,actVisualPerception)),(~isa(_218362,actReading):-doneBy(_218362,_218388),~isa(_218362,actVisualPerception)),(isa(_218430,actVisualPerception):-isa(_218430,actReading),doneBy(_218430,_218462))]
  13588. % boxlog :-
  13589. %  
  13590. %   [ (~doneBy(_640{???READ}, _654{???READER}):-isa(_640{???READ}, actReading), ~isa(_640{???READ}, actVisualPerception)),
  13591. %     (~isa(_668{???READ}, actReading):-doneBy(_668{???READ}, _682{???READER}), ~isa(_668{???READ}, actVisualPerception)),
  13592. %     (isa(_612{???READ}, actVisualPerception):-isa(_612{???READ}, actReading), doneBy(_612{???READ}, _626{???READER}))
  13593. %   ].
  13594. % preview :-
  13595. %  
  13596. %   [ (isa(_604{???READ}, actReading), ~isa(_604{???READ}, actVisualPerception), {is_unit(_604{???READ})}-> ~doneBy(_604{???READ}, _618{???READER})),
  13597. %     (doneBy(_632{???READ}, _646{???READER}), {avoidHeadLoop(isa(_632{???READ}, actVisualPerception), isa(_632{???READ}, actReading))}, ~isa(_632{???READ}, actVisualPerception), {is_unit(_632{???READ})}-> ~isa(_632{???READ}, actReading)),
  13598. %     (isa(_576{???READ}, actReading), doneBy(_576{???READ}, _590{???READER}), {is_unit(_576{???READ})}==>isa(_576{???READ}, actVisualPerception))
  13599. %   ].
  13600. % conds= =>((name_variable(_586{???READ}, 'READ'), name_variable(_600{???READER}, 'READER'), name_variable(_614{???READ}, 'READ'), name_variable(_628{???READER}, 'READER'), name_variable(_558{???READ}, 'READ'), name_variable(_572{???READER}, 'READER')), [(~doneBy(_586{???READ}, _600{???READER})<-isa(_586{???READ}, actReading), ~isa(_586{???READ}, actVisualPerception), {is_unit(_586{???READ})}),  (~isa(_614{???READ}, actReading)<-doneBy(_614{???READ}, _628{???READER}), {avoidHeadLoop(isa(_614{???READ}, actVisualPerception), isa(_614{???READ}, actReading))}, ~isa(_614{???READ}, actVisualPerception), {is_unit(_614{???READ})}),  (isa(_558{???READ}, actReading), doneBy(_558{???READ}, _572{???READER}), {is_unit(_558{???READ})}==>isa(_558{???READ}, actVisualPerception))]).
  13601.  
  13602.  
  13603. % ~doneBy(_138{???READ}, _152{???READER}) :-
  13604. %   isa(_138{???READ}, actReading),
  13605. %   ~isa(_138{???READ}, actVisualPerception).
  13606. % ~isa(_134{???READ}, actReading) :-
  13607. %   doneBy(_130{???READ}, _144{???READER}),
  13608. %   ~isa(_130{???READ}, actVisualPerception).
  13609. % isa(_102{???READ}, actVisualPerception) :-
  13610. %   isa(_102{???READ}, actReading),
  13611. %   doneBy(_102{???READ}, _116{???READER}).
  13612.  
  13613.  
  13614. % asserted_id(implies(and(isa(KILL, actSuicide), objectActedOn(KILL, OBJ)), doneBy(KILL, OBJ)), a309134(KILL, OBJ)).
  13615. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  13616. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  13617.  kif:-all(_217564,all(_217584,implies(and(isa(_217564,actSuicide),objectActedOn(_217564,_217584)),doneBy(_217564,_217584))))
  13618.  pkif:-all(_217510,all(_217530,=>(&(isa(_217510,actSuicide),objectActedOn(_217510,_217530)),doneBy(_217510,_217530))))
  13619. % cnf :-
  13620. %   v(v(~isa(_126{???KILL}, actSuicide),
  13621. %       ~objectActedOn(_126{???KILL}, _140{???OBJ})),
  13622. %     doneBy(_126{???KILL}, _140{???OBJ})).
  13623.  horn:-[(~isa(_218394,actSuicide):-objectActedOn(_218394,_218420),~doneBy(_218394,_218420)),(~objectActedOn(_218466,_218480):-isa(_218466,actSuicide),~doneBy(_218466,_218480)),(doneBy(_218534,_218548):-isa(_218534,actSuicide),objectActedOn(_218534,_218548))]
  13624. % boxlog :-
  13625. %  
  13626. %   [ (~isa(_668{???KILL}, actSuicide):-objectActedOn(_668{???KILL}, _682{???OBJ}), ~doneBy(_668{???KILL}, _682{???OBJ})),
  13627. %     (~objectActedOn(_640{???KILL}, _654{???OBJ}):-isa(_640{???KILL}, actSuicide), ~doneBy(_640{???KILL}, _654{???OBJ})),
  13628. %     (doneBy(_612{???KILL}, _626{???OBJ}):-isa(_612{???KILL}, actSuicide), objectActedOn(_612{???KILL}, _626{???OBJ}))
  13629. %   ].
  13630. % preview :-
  13631. %  
  13632. %   [ (objectActedOn(_632{???KILL}, _646{???OBJ}), ~doneBy(_632{???KILL}, _646{???OBJ}), {is_unit(_632{???KILL})}-> ~isa(_632{???KILL}, actSuicide)),
  13633. %     (isa(_604{???KILL}, actSuicide), ~doneBy(_604{???KILL}, _618{???OBJ}), {is_unit(_618{???OBJ}, _604{???KILL})}-> ~objectActedOn(_604{???KILL}, _618{???OBJ})),
  13634. %     (isa(_576{???KILL}, actSuicide), objectActedOn(_576{???KILL}, _590{???OBJ}), {is_unit(_590{???OBJ}, _576{???KILL})}==>doneBy(_576{???KILL}, _590{???OBJ}))
  13635. %   ].
  13636. % conds= =>((name_variable(_614{???KILL}, 'KILL'), name_variable(_628{???OBJ}, 'OBJ'), name_variable(_586{???KILL}, 'KILL'), name_variable(_600{???OBJ}, 'OBJ'), name_variable(_558{???KILL}, 'KILL'), name_variable(_572{???OBJ}, 'OBJ')), [(~isa(_614{???KILL}, actSuicide)<-objectActedOn(_614{???KILL}, _628{???OBJ}), ~doneBy(_614{???KILL}, _628{???OBJ}), {is_unit(_614{???KILL})}),  (~objectActedOn(_586{???KILL}, _600{???OBJ})<-isa(_586{???KILL}, actSuicide), ~doneBy(_586{???KILL}, _600{???OBJ}), {is_unit(_600{???OBJ}, _586{???KILL})}),  (isa(_558{???KILL}, actSuicide), objectActedOn(_558{???KILL}, _572{???OBJ}), {is_unit(_572{???OBJ}, _558{???KILL})}==>doneBy(_558{???KILL}, _572{???OBJ}))]).
  13637.  
  13638.  
  13639. % ~isa(_166{???KILL}, actSuicide) :-
  13640. %   objectActedOn(_166{???KILL}, _180{???OBJ}),
  13641. %   ~doneBy(_166{???KILL}, _180{???OBJ}).
  13642. % ~objectActedOn(_130{???KILL}, _144{???OBJ}) :-
  13643. %   isa(_130{???KILL}, actSuicide),
  13644. %   ~doneBy(_130{???KILL}, _144{???OBJ}).
  13645. % doneBy(_102{???KILL}, _116{???OBJ}) :-
  13646. %   isa(_102{???KILL}, actSuicide),
  13647. %   objectActedOn(_102{???KILL}, _116{???OBJ}).
  13648.  
  13649.  
  13650. % asserted_id(implies(and(isa(KILL, actSuicide), doneBy(KILL, OBJ)), objectActedOn(KILL, OBJ)), a309135(KILL, OBJ)).
  13651. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  13652. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  13653.  kif:-all(_217668,all(_217688,implies(and(isa(_217668,actSuicide),doneBy(_217668,_217688)),objectActedOn(_217668,_217688))))
  13654.  pkif:-all(_217614,all(_217634,=>(&(isa(_217614,actSuicide),doneBy(_217614,_217634)),objectActedOn(_217614,_217634))))
  13655. % cnf :-
  13656. %   v(v(~isa(_126{???KILL}, actSuicide),
  13657. %       ~doneBy(_126{???KILL}, _140{???OBJ})),
  13658. %     objectActedOn(_126{???KILL}, _140{???OBJ})).
  13659.  horn:-[(~doneBy(_218498,_218512):-isa(_218498,actSuicide),~objectActedOn(_218498,_218512)),(~isa(_218570,actSuicide):-doneBy(_218570,_218596),~objectActedOn(_218570,_218596)),(objectActedOn(_218638,_218652):-isa(_218638,actSuicide),doneBy(_218638,_218652))]
  13660. % boxlog :-
  13661. %  
  13662. %   [ (~doneBy(_640{???KILL}, _654{???OBJ}):-isa(_640{???KILL}, actSuicide), ~objectActedOn(_640{???KILL}, _654{???OBJ})),
  13663. %     (~isa(_668{???KILL}, actSuicide):-doneBy(_668{???KILL}, _682{???OBJ}), ~objectActedOn(_668{???KILL}, _682{???OBJ})),
  13664. %     (objectActedOn(_612{???KILL}, _626{???OBJ}):-isa(_612{???KILL}, actSuicide), doneBy(_612{???KILL}, _626{???OBJ}))
  13665. %   ].
  13666. % preview :-
  13667. %  
  13668. %   [ (isa(_604{???KILL}, actSuicide), ~objectActedOn(_604{???KILL}, _618{???OBJ}), {is_unit(_618{???OBJ}, _604{???KILL})}-> ~doneBy(_604{???KILL}, _618{???OBJ})),
  13669. %     (doneBy(_632{???KILL}, _646{???OBJ}), ~objectActedOn(_632{???KILL}, _646{???OBJ}), {is_unit(_632{???KILL})}-> ~isa(_632{???KILL}, actSuicide)),
  13670. %     (isa(_576{???KILL}, actSuicide), doneBy(_576{???KILL}, _590{???OBJ}), {is_unit(_590{???OBJ}, _576{???KILL})}==>objectActedOn(_576{???KILL}, _590{???OBJ}))
  13671. %   ].
  13672. % conds= =>((name_variable(_586{???KILL}, 'KILL'), name_variable(_600{???OBJ}, 'OBJ'), name_variable(_614{???KILL}, 'KILL'), name_variable(_628{???OBJ}, 'OBJ'), name_variable(_558{???KILL}, 'KILL'), name_variable(_572{???OBJ}, 'OBJ')), [(~doneBy(_586{???KILL}, _600{???OBJ})<-isa(_586{???KILL}, actSuicide), ~objectActedOn(_586{???KILL}, _600{???OBJ}), {is_unit(_600{???OBJ}, _586{???KILL})}),  (~isa(_614{???KILL}, actSuicide)<-doneBy(_614{???KILL}, _628{???OBJ}), ~objectActedOn(_614{???KILL}, _628{???OBJ}), {is_unit(_614{???KILL})}),  (isa(_558{???KILL}, actSuicide), doneBy(_558{???KILL}, _572{???OBJ}), {is_unit(_572{???OBJ}, _558{???KILL})}==>objectActedOn(_558{???KILL}, _572{???OBJ}))]).
  13673.  
  13674.  
  13675. % ~doneBy(_138{???KILL}, _152{???OBJ}) :-
  13676. %   isa(_138{???KILL}, actSuicide),
  13677. %   ~objectActedOn(_138{???KILL}, _152{???OBJ}).
  13678. % ~isa(_130{???KILL}, actSuicide) :-
  13679. %   doneBy(_130{???KILL}, _144{???OBJ}),
  13680. %   ~objectActedOn(_130{???KILL}, _144{???OBJ}).
  13681. % objectActedOn(_102{???KILL}, _116{???OBJ}) :-
  13682. %   isa(_102{???KILL}, actSuicide),
  13683. %   doneBy(_102{???KILL}, _116{???OBJ}).
  13684.  
  13685.  
  13686. % asserted_id(implies(and(isa(ACT, actHumanActivity), isa(ACT, actSingleDoerAction), doneBy(ACT, DOER)), isa(DOER, mobPerson)), a309136(ACT, DOER)).
  13687. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  13688. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  13689.  kif:-all(_217796,all(_217816,implies(and(isa(_217796,actHumanActivity),isa(_217796,actSingleDoerAction),doneBy(_217796,_217816)),isa(_217816,mobPerson))))
  13690.  pkif:-all(_217746,all(_217766,=>(&(isa(_217746,actHumanActivity),&(isa(_217746,actSingleDoerAction),doneBy(_217746,_217766))),isa(_217766,mobPerson))))
  13691. % cnf :-
  13692. %   v(v(~isa(_134{???ACT}, actHumanActivity),
  13693. %       v(~isa(_134{???ACT}, actSingleDoerAction),
  13694. %         ~doneBy(_134{???ACT}, _148{???DOER}))),
  13695. %     isa(_148{???DOER}, mobPerson)).
  13696.  horn:-[(~doneBy(_219098,_219112):-isa(_219098,actHumanActivity),isa(_219098,actSingleDoerAction),~isa(_219112,mobPerson)),(~isa(_219182,actSingleDoerAction):-isa(_219182,actHumanActivity),doneBy(_219182,_219220),~isa(_219220,mobPerson)),(~isa(_219266,actHumanActivity):-isa(_219266,actSingleDoerAction),doneBy(_219266,_219304),~isa(_219304,mobPerson)),(isa(_219346,mobPerson):-isa(_219372,actHumanActivity),isa(_219372,actSingleDoerAction),doneBy(_219372,_219346))]
  13697. % boxlog :-
  13698. %  
  13699. %   [ (~doneBy(_684{???ACT}, _698{???DOER}):-isa(_684{???ACT}, actHumanActivity), isa(_684{???ACT}, actSingleDoerAction), ~isa(_698{???DOER}, mobPerson)),
  13700. %     (~isa(_712{???ACT}, actSingleDoerAction):-isa(_712{???ACT}, actHumanActivity), doneBy(_712{???ACT}, _726{???DOER}), ~isa(_726{???DOER}, mobPerson)),
  13701. %     (~isa(_740{???ACT}, actHumanActivity):-isa(_740{???ACT}, actSingleDoerAction), doneBy(_740{???ACT}, _754{???DOER}), ~isa(_754{???DOER}, mobPerson)),
  13702. %     (isa(_656{???DOER}, mobPerson):-isa(_670{???ACT}, actHumanActivity), isa(_670{???ACT}, actSingleDoerAction), doneBy(_670{???ACT}, _656{???DOER}))
  13703. %   ].
  13704. % preview :-
  13705. %  
  13706. %   [ (isa(_648{???ACT}, actHumanActivity), isa(_648{???ACT}, actSingleDoerAction), ~isa(_662{???DOER}, mobPerson), {is_unit(_662{???DOER}, _648{???ACT})}-> ~doneBy(_648{???ACT}, _662{???DOER})),
  13707. %     ({avoidHeadLoop(isa(_676{???ACT}, actHumanActivity), isa(_676{???ACT}, actSingleDoerAction))}, isa(_676{???ACT}, actHumanActivity), doneBy(_676{???ACT}, _690{???DOER}), {avoidHeadLoop(isa(_690{???DOER}, mobPerson), isa(_676{???ACT}, actSingleDoerAction))}, ~isa(_690{???DOER}, mobPerson), {is_unit(_676{???ACT})}-> ~isa(_676{???ACT}, actSingleDoerAction)),
  13708. %     ({avoidHeadLoop(isa(_704{???ACT}, actSingleDoerAction), isa(_704{???ACT}, actHumanActivity))}, isa(_704{???ACT}, actSingleDoerAction), doneBy(_704{???ACT}, _718{???DOER}), {avoidHeadLoop(isa(_718{???DOER}, mobPerson), isa(_704{???ACT}, actHumanActivity))}, ~isa(_718{???DOER}, mobPerson), {is_unit(_704{???ACT})}-> ~isa(_704{???ACT}, actHumanActivity)),
  13709. %     (isa(_634{???ACT}, actHumanActivity), isa(_634{???ACT}, actSingleDoerAction), doneBy(_634{???ACT}, _620{???DOER}), {is_unit(_620{???DOER})}==>isa(_620{???DOER}, mobPerson))
  13710. %   ].
  13711. % conds= =>((name_variable(_630{???ACT}, 'ACT'), name_variable(_644{???DOER}, 'DOER'), name_variable(_658{???ACT}, 'ACT'), name_variable(_672{???DOER}, 'DOER'), name_variable(_686{???ACT}, 'ACT'), name_variable(_700{???DOER}, 'DOER'), name_variable(_616{???ACT}, 'ACT'), name_variable(_602{???DOER}, 'DOER')), [(~doneBy(_630{???ACT}, _644{???DOER})<-isa(_630{???ACT}, actHumanActivity), isa(_630{???ACT}, actSingleDoerAction), ~isa(_644{???DOER}, mobPerson), {is_unit(_644{???DOER}, _630{???ACT})}),  (~isa(_658{???ACT}, actSingleDoerAction)<-{avoidHeadLoop(isa(_658{???ACT}, actHumanActivity), isa(_658{???ACT}, actSingleDoerAction))}, isa(_658{???ACT}, actHumanActivity), doneBy(_658{???ACT}, _672{???DOER}), {avoidHeadLoop(isa(_672{???DOER}, mobPerson), isa(_658{???ACT}, actSingleDoerAction))}, ~isa(_672{???DOER}, mobPerson), {is_unit(_658{???ACT})}),  (~isa(_686{???ACT}, actHumanActivity)<-{avoidHeadLoop(isa(_686{???ACT}, actSingleDoerAction), isa(_686{???ACT}, actHumanActivity))}, isa(_686{???ACT}, actSingleDoerAction), doneBy(_686{???ACT}, _700{???DOER}), {avoidHeadLoop(isa(_700{???DOER}, mobPerson), isa(_686{???ACT}, actHumanActivity))}, ~isa(_700{???DOER}, mobPerson), {is_unit(_686{???ACT})}),  (isa(_616{???ACT}, actHumanActivity), isa(_616{???ACT}, actSingleDoerAction), doneBy(_616{???ACT}, _602{???DOER}), {is_unit(_602{???DOER})}==>isa(_602{???DOER}, mobPerson))]).
  13712.  
  13713.  
  13714. % ~doneBy(_138{???ACT}, _152{???DOER}) :-
  13715. %   isa(_138{???ACT}, actHumanActivity),
  13716. %   isa(_138{???ACT}, actSingleDoerAction),
  13717. %   ~isa(_152{???DOER}, mobPerson).
  13718. % ~isa(_130{???ACT}, actSingleDoerAction) :-
  13719. %   isa(_130{???ACT}, actHumanActivity),
  13720. %   doneBy(_130{???ACT}, _144{???DOER}),
  13721. %   ~isa(_144{???DOER}, mobPerson).
  13722. % ~isa(_134{???ACT}, actHumanActivity) :-
  13723. %   isa(_134{???ACT}, actSingleDoerAction),
  13724. %   doneBy(_134{???ACT}, _148{???DOER}),
  13725. %   ~isa(_148{???DOER}, mobPerson).
  13726. % isa(_102{???DOER}, mobPerson) :-
  13727. %   isa(_116{???ACT}, actHumanActivity),
  13728. %   isa(_116{???ACT}, actSingleDoerAction),
  13729. %   doneBy(_116{???ACT}, _102{???DOER}).
  13730.  
  13731.  
  13732. % asserted_id(implies(performedBy(ACT, PERFORMER), intends(PERFORMER, doneBy(ACT, PERFORMER))), a309137(ACT, PERFORMER)).
  13733. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  13734. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  13735.  kif:-all(_217858,all(_217878,implies(performedBy(_217878,_217858),intends(_217858,doneBy(_217878,_217858)))))
  13736.  pkif:-all(_217804,all(_217824,=>(performedBy(_217824,_217804),intends(_217804,doneBy(_217824,_217804)))))
  13737. % cnf :-
  13738. %   v(~performedBy(_120{???ACT}, _134{???PERFORMER}),
  13739. %     intends(_134{???PERFORMER}, doneBy(_120{???ACT}, _134{???PERFORMER}))).
  13740.  horn:-[(~performedBy(_218370,_218384):- ~intends(_218384,doneBy(_218370,_218384))),(intends(_218432,doneBy(_218452,_218432)):-performedBy(_218452,_218432))]
  13741. % boxlog :-
  13742. %  
  13743. %   [ (~performedBy(_8972{???ACT}, _8986{???PERFORMER}):- ~intends(_8986{???PERFORMER}, doneBy(_8972{???ACT}, _8986{???PERFORMER}))),
  13744. %     (intends(_8936{???PERFORMER}, doneBy(_8950{???ACT}, _8936{???PERFORMER})):-performedBy(_8950{???ACT}, _8936{???PERFORMER}))
  13745. %   ].
  13746. % preview :-
  13747. %  
  13748. %   [ (~intends(_590{???PERFORMER}, doneBy(_576{???ACT}, _590{???PERFORMER})), {is_unit(_590{???PERFORMER}, _576{???ACT})}==> ~performedBy(_576{???ACT}, _590{???PERFORMER})),
  13749. %     (performedBy(_562{???ACT}, _548{???PERFORMER}), {is_unit(_548{???PERFORMER}, _562{???ACT})}==>intends(_548{???PERFORMER}, doneBy(_562{???ACT}, _548{???PERFORMER})))
  13750. %   ].
  13751. % conds= =>((name_variable(_572{???PERFORMER}, 'PERFORMER'), name_variable(_558{???ACT}, 'ACT'), name_variable(_544{???ACT}, 'ACT'), name_variable(_530{???PERFORMER}, 'PERFORMER')), [(~intends(_572{???PERFORMER}, doneBy(_558{???ACT}, _572{???PERFORMER})), {is_unit(_572{???PERFORMER}, _558{???ACT})}==> ~performedBy(_558{???ACT}, _572{???PERFORMER})),  (performedBy(_544{???ACT}, _530{???PERFORMER}), {is_unit(_530{???PERFORMER}, _544{???ACT})}==>intends(_530{???PERFORMER}, doneBy(_544{???ACT}, _530{???PERFORMER})))]).
  13752.  
  13753.  
  13754. % ~performedBy(_138{???ACT}, _152{???PERFORMER}) :-
  13755. %   ~intends(_152{???PERFORMER}, doneBy(_138{???ACT}, _152{???PERFORMER})).
  13756. % intends(_102{???PERFORMER}, doneBy(_116{???ACT}, _102{???PERFORMER})) :-
  13757. %   performedBy(_116{???ACT}, _102{???PERFORMER}).
  13758.  
  13759.  
  13760. % asserted_id(implies(and(actors(E, A), scheduledBy(E, C), scheduledEvents(U, E), scheduleFor(U, C), scheduleFor(S, A)), or(equals(A, C), ist(S, proposedEvents(S, E, U)))), a309148(E, A, C, U, S)).
  13761. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  13762. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  13763.  kif:-all(_218328,all(_218348,all(_218368,all(_218388,all(_218408,implies(and(actors(_218328,_218388),scheduledBy(_218328,_218368),scheduledEvents(_218348,_218328),scheduleFor(_218348,_218368),scheduleFor(_218408,_218388)),or(equals(_218388,_218368),ist(_218408,proposedEvents(_218408,_218328,_218348)))))))))
  13764.  pkif:-all(_218286,all(_218306,all(_218326,all(_218346,all(_218366,=>(&(actors(_218286,_218346),&(scheduledBy(_218286,_218326),&(scheduledEvents(_218306,_218286),&(scheduleFor(_218306,_218326),scheduleFor(_218366,_218346))))),v(equals(_218346,_218326),ist(_218366,proposedEvents(_218366,_218286,_218306)))))))))
  13765. % cnf :-
  13766. %   v(v(~actors(_170{???E}, _184{???A}),
  13767. %       v(~scheduledBy(_170{???E}, _198{???C}),
  13768. %         v(~scheduledEvents(_212{???U}, _170{???E}),
  13769. %       v(~scheduleFor(_212{???U}, _198{???C}),
  13770. %         ~scheduleFor(_226{???S}, _184{???A}))))),
  13771. %     v(ist(_226{???S}, proposedEvents(_226{???S}, _170{???E}, _212{???U})),
  13772. %       equals(_184{???A}, _198{???C}))).
  13773.  horn:-[(~actors(_222826,_222840):-scheduledBy(_222826,_222866),scheduledEvents(_222892,_222826),scheduleFor(_222892,_222866),scheduleFor(_222930,_222840),~ist(_222930,proposedEvents(_222930,_222826,_222892)),~equals(_222840,_222866)),(~scheduleFor(_223000,_223014):-actors(_223040,_223014),scheduledBy(_223040,_223066),scheduledEvents(_223092,_223040),scheduleFor(_223092,_223066),~ist(_223000,proposedEvents(_223000,_223040,_223092)),~equals(_223014,_223066)),(~scheduleFor(_223174,_223188):-actors(_223214,_223228),scheduledBy(_223214,_223188),scheduledEvents(_223174,_223214),scheduleFor(_223278,_223228),~ist(_223278,proposedEvents(_223278,_223214,_223174)),~equals(_223228,_223188)),(~scheduledBy(_223348,_223362):-actors(_223348,_223388),scheduledEvents(_223414,_223348),scheduleFor(_223414,_223362),scheduleFor(_223452,_223388),~ist(_223452,proposedEvents(_223452,_223348,_223414)),~equals(_223388,_223362)),(~scheduledEvents(_223522,_223536):-actors(_223536,_223562),scheduledBy(_223536,_223588),scheduleFor(_223522,_223588),scheduleFor(_223626,_223562),~ist(_223626,proposedEvents(_223626,_223536,_223522)),~equals(_223562,_223588)),(equals(_223692,_223706):-actors(_223732,_223692),scheduledBy(_223732,_223706),scheduledEvents(_223770,_223732),scheduleFor(_223770,_223706),scheduleFor(_223808,_223692),~ist(_223808,proposedEvents(_223808,_223732,_223770))),(ist(_223858,proposedEvents(_223858,_223880,_223894)):-actors(_223880,_223920),scheduledBy(_223880,_223946),scheduledEvents(_223894,_223880),scheduleFor(_223894,_223946),scheduleFor(_223858,_223920),~equals(_223920,_223946))]
  13774. % boxlog :-
  13775. %  
  13776. %   [ (~actors(_1322{???E}, _1336{???A}):-scheduledBy(_1322{???E}, _1350{???C}), scheduledEvents(_1364{???U}, _1322{???E}), scheduleFor(_1364{???U}, _1350{???C}), scheduleFor(_1378{???S}, _1336{???A}), ~ist(_1378{???S}, proposedEvents(_1378{???S}, _1322{???E}, _1364{???U})), ~equals(_1336{???A}, _1350{???C})),
  13777. %     (~scheduleFor(_1042{???S}, _1056{???A}):-actors(_1070{???E}, _1056{???A}), scheduledBy(_1070{???E}, _1084{???C}), scheduledEvents(_1098{???U}, _1070{???E}), scheduleFor(_1098{???U}, _1084{???C}), ~ist(_1042{???S}, proposedEvents(_1042{???S}, _1070{???E}, _1098{???U})), ~equals(_1056{???A}, _1084{???C})),
  13778. %     (~scheduleFor(_1112{???U}, _1126{???C}):-actors(_1140{???E}, _1154{???A}), scheduledBy(_1140{???E}, _1126{???C}), scheduledEvents(_1112{???U}, _1140{???E}), scheduleFor(_1168{???S}, _1154{???A}), ~ist(_1168{???S}, proposedEvents(_1168{???S}, _1140{???E}, _1112{???U})), ~equals(_1154{???A}, _1126{???C})),
  13779. %     (~scheduledBy(_1252{???E}, _1266{???C}):-actors(_1252{???E}, _1280{???A}), scheduledEvents(_1294{???U}, _1252{???E}), scheduleFor(_1294{???U}, _1266{???C}), scheduleFor(_1308{???S}, _1280{???A}), ~ist(_1308{???S}, proposedEvents(_1308{???S}, _1252{???E}, _1294{???U})), ~equals(_1280{???A}, _1266{???C})),
  13780. %     (~scheduledEvents(_1182{???U}, _1196{???E}):-actors(_1196{???E}, _1210{???A}), scheduledBy(_1196{???E}, _1224{???C}), scheduleFor(_1182{???U}, _1224{???C}), scheduleFor(_1238{???S}, _1210{???A}), ~ist(_1238{???S}, proposedEvents(_1238{???S}, _1196{???E}, _1182{???U})), ~equals(_1210{???A}, _1224{???C})),
  13781. %     (equals(_902{???A}, _916{???C}):-actors(_930{???E}, _902{???A}), scheduledBy(_930{???E}, _916{???C}), scheduledEvents(_944{???U}, _930{???E}), scheduleFor(_944{???U}, _916{???C}), scheduleFor(_958{???S}, _902{???A}), ~ist(_958{???S}, proposedEvents(_958{???S}, _930{???E}, _944{???U}))),
  13782. %     (ist(_972{???S}, proposedEvents(_972{???S}, _986{???E}, _1000{???U})):-actors(_986{???E}, _1014{???A}), scheduledBy(_986{???E}, _1028{???C}), scheduledEvents(_1000{???U}, _986{???E}), scheduleFor(_1000{???U}, _1028{???C}), scheduleFor(_972{???S}, _1014{???A}), ~equals(_1014{???A}, _1028{???C}))
  13783. %   ].
  13784. % preview :-
  13785. %  
  13786. %   [ (scheduledBy(_1286{???E}, _1314{???C}), scheduledEvents(_1328{???U}, _1286{???E}), scheduleFor(_1328{???U}, _1314{???C}), scheduleFor(_1342{???S}, _1300{???A}), ~ist(_1342{???S}, proposedEvents(_1342{???S}, _1286{???E}, _1328{???U})), {dif:dif(_1300{???A}, _1314{???C})}, {is_unit(_1300{???A}, _1286{???E})}-> ~actors(_1286{???E}, _1300{???A})),
  13787. %     (actors(_1034{???E}, _1020{???A}), scheduledBy(_1034{???E}, _1048{???C}), scheduledEvents(_1062{???U}, _1034{???E}), {avoidHeadLoop(scheduleFor(_1062{???U}, _1048{???C}), scheduleFor(_1006{???S}, _1020{???A}))}, scheduleFor(_1062{???U}, _1048{???C}), ~ist(_1006{???S}, proposedEvents(_1006{???S}, _1034{???E}, _1062{???U})), {dif:dif(_1020{???A}, _1048{???C})}, {is_unit(_1020{???A}, _1006{???S})}-> ~scheduleFor(_1006{???S}, _1020{???A})),
  13788. %     (actors(_1104{???E}, _1118{???A}), scheduledBy(_1104{???E}, _1090{???C}), scheduledEvents(_1076{???U}, _1104{???E}), {avoidHeadLoop(scheduleFor(_1132{???S}, _1118{???A}), scheduleFor(_1076{???U}, _1090{???C}))}, scheduleFor(_1132{???S}, _1118{???A}), ~ist(_1132{???S}, proposedEvents(_1132{???S}, _1104{???E}, _1076{???U})), {dif:dif(_1118{???A}, _1090{???C})}, {is_unit(_1090{???C}, _1076{???U})}-> ~scheduleFor(_1076{???U}, _1090{???C})),
  13789. %     (actors(_1216{???E}, _1244{???A}), scheduledEvents(_1258{???U}, _1216{???E}), scheduleFor(_1258{???U}, _1230{???C}), scheduleFor(_1272{???S}, _1244{???A}), ~ist(_1272{???S}, proposedEvents(_1272{???S}, _1216{???E}, _1258{???U})), {dif:dif(_1244{???A}, _1230{???C})}, {is_unit(_1230{???C}, _1216{???E})}-> ~scheduledBy(_1216{???E}, _1230{???C})),
  13790. %     (actors(_1160{???E}, _1174{???A}), scheduledBy(_1160{???E}, _1188{???C}), scheduleFor(_1146{???U}, _1188{???C}), scheduleFor(_1202{???S}, _1174{???A}), ~ist(_1202{???S}, proposedEvents(_1202{???S}, _1160{???E}, _1146{???U})), {dif:dif(_1174{???A}, _1188{???C})}, {is_unit(_1160{???E}, _1146{???U})}-> ~scheduledEvents(_1146{???U}, _1160{???E})),
  13791. %     (actors(_894{???E}, _866{???A}), scheduledBy(_894{???E}, _880{???C}), scheduledEvents(_908{???U}, _894{???E}), scheduleFor(_908{???U}, _880{???C}), scheduleFor(_922{???S}, _866{???A}), ~ist(_922{???S}, proposedEvents(_922{???S}, _894{???E}, _908{???U})), {is_unit(_880{???C}, _866{???A})}==>equals(_866{???A}, _880{???C})),
  13792. %     (actors(_950{???E}, _978{???A}), scheduledBy(_950{???E}, _992{???C}), scheduledEvents(_964{???U}, _950{???E}), scheduleFor(_964{???U}, _992{???C}), scheduleFor(_936{???S}, _978{???A}), {dif:dif(_978{???A}, _992{???C})}, {is_unit(_936{???S}, _964{???U}, _950{???E})}==>ist(_936{???S}, proposedEvents(_936{???S}, _950{???E}, _964{???U})))
  13793. %   ].
  13794. % conds= =>((name_variable(_1268{???E}, 'E'), name_variable(_1282{???A}, 'A'), name_variable(_1296{???C}, 'C'), name_variable(_1310{???U}, 'U'), name_variable(_1324{???S}, 'S'), name_variable(_988{???S}, 'S'), name_variable(_1002{???A}, 'A'), name_variable(_1016{???E}, 'E'), name_variable(_1030{???C}, 'C'), name_variable(_1044{???U}, 'U'), name_variable(_1058{???U}, 'U'), name_variable(_1072{???C}, 'C'), name_variable(_1086{???E}, 'E'), name_variable(_1100{???A}, 'A'), name_variable(_1114{???S}, 'S'), name_variable(_1198{???E}, 'E'), name_variable(_1212{???C}, 'C'), name_variable(_1226{???A}, 'A'), name_variable(_1240{???U}, 'U'), name_variable(_1254{???S}, 'S'), name_variable(_1128{???U}, 'U'), name_variable(_1142{???E}, 'E'), name_variable(_1156{???A}, 'A'), name_variable(_1170{???C}, 'C'), name_variable(_1184{???S}, 'S'), name_variable(_876{???E}, 'E'), name_variable(_848{???A}, 'A'), name_variable(_862{???C}, 'C'), name_variable(_890{???U}, 'U'), name_variable(_904{???S}, 'S'), name_variable(_932{???E}, 'E'), name_variable(_960{???A}, 'A'), name_variable(_974{???C}, 'C'), name_variable(_946{???U}, 'U'), name_variable(_918{???S}, 'S')), [(~actors(_1268{???E}, _1282{???A})<-scheduledBy(_1268{???E}, _1296{???C}), scheduledEvents(_1310{???U}, _1268{???E}), scheduleFor(_1310{???U}, _1296{???C}), scheduleFor(_1324{???S}, _1282{???A}), ~ist(_1324{???S}, proposedEvents(_1324{???S}, _1268{???E}, _1310{???U})), {dif:dif(_1282{???A}, _1296{???C})}, {is_unit(_1282{???A}, _1268{???E})}),  (~scheduleFor(_988{???S}, _1002{???A})<-actors(_1016{???E}, _1002{???A}), scheduledBy(_1016{???E}, _1030{???C}), scheduledEvents(_1044{???U}, _1016{???E}), {avoidHeadLoop(scheduleFor(_1044{???U}, _1030{???C}), scheduleFor(_988{???S}, _1002{???A}))}, scheduleFor(_1044{???U}, _1030{???C}), ~ist(_988{???S}, proposedEvents(_988{???S}, _1016{???E}, _1044{???U})), {dif:dif(_1002{???A}, _1030{???C})}, {is_unit(_1002{???A}, _988{???S})}),  (~scheduleFor(_1058{???U}, _1072{???C})<-actors(_1086{???E}, _1100{???A}), scheduledBy(_1086{???E}, _1072{???C}), scheduledEvents(_1058{???U}, _1086{???E}), {avoidHeadLoop(scheduleFor(_1114{???S}, _1100{???A}), scheduleFor(_1058{???U}, _1072{???C}))}, scheduleFor(_1114{???S}, _1100{???A}), ~ist(_1114{???S}, proposedEvents(_1114{???S}, _1086{???E}, _1058{???U})), {dif:dif(_1100{???A}, _1072{???C})}, {is_unit(_1072{???C}, _1058{???U})}),  (~scheduledBy(_1198{???E}, _1212{???C})<-actors(_1198{???E}, _1226{???A}), scheduledEvents(_1240{???U}, _1198{???E}), scheduleFor(_1240{???U}, _1212{???C}), scheduleFor(_1254{???S}, _1226{???A}), ~ist(_1254{???S}, proposedEvents(_1254{???S}, _1198{???E}, _1240{???U})), {dif:dif(_1226{???A}, _1212{???C})}, {is_unit(_1212{???C}, _1198{???E})}),  (~scheduledEvents(_1128{???U}, _1142{???E})<-actors(_1142{???E}, _1156{???A}), scheduledBy(_1142{???E}, _1170{???C}), scheduleFor(_1128{???U}, _1170{???C}), scheduleFor(_1184{???S}, _1156{???A}), ~ist(_1184{???S}, proposedEvents(_1184{???S}, _1142{???E}, _1128{???U})), {dif:dif(_1156{???A}, _1170{???C})}, {is_unit(_1142{???E}, _1128{???U})}),  (actors(_876{???E}, _848{???A}), scheduledBy(_876{???E}, _862{???C}), scheduledEvents(_890{???U}, _876{???E}), scheduleFor(_890{???U}, _862{???C}), scheduleFor(_904{???S}, _848{???A}), ~ist(_904{???S}, proposedEvents(_904{???S}, _876{???E}, _890{???U})), {is_unit(_862{???C}, _848{???A})}==>equals(_848{???A}, _862{???C})),  (actors(_932{???E}, _960{???A}), scheduledBy(_932{???E}, _974{???C}), scheduledEvents(_946{???U}, _932{???E}), scheduleFor(_946{???U}, _974{???C}), scheduleFor(_918{???S}, _960{???A}), {dif:dif(_960{???A}, _974{???C})}, {is_unit(_918{???S}, _946{???U}, _932{???E})}==>ist(_918{???S}, proposedEvents(_918{???S}, _932{???E}, _946{???U})))]).
  13795.  
  13796.  
  13797. % ~actors(_536{???E}, _550{???A}) :-
  13798. %   scheduledBy(_536{???E}, _564{???C}),
  13799. %   scheduledEvents(_578{???U}, _536{???E}),
  13800. %   scheduleFor(_578{???U}, _564{???C}),
  13801. %   scheduleFor(_592{???S}, _550{???A}),
  13802. %   ~ist(_592{???S}, proposedEvents(_592{???S}, _536{???E}, _578{???U})),
  13803. %   ~equals(_550{???A}, _564{???C}).
  13804. % ~scheduleFor(_242{???S}, _256{???A}) :-
  13805. %   actors(_270{???E}, _256{???A}),
  13806. %   scheduledBy(_270{???E}, _284{???C}),
  13807. %   scheduledEvents(_298{???U}, _270{???E}),
  13808. %   scheduleFor(_298{???U}, _284{???C}),
  13809. %   ~ist(_242{???S}, proposedEvents(_242{???S}, _270{???E}, _298{???U})),
  13810. %   ~equals(_256{???A}, _284{???C}).
  13811. % ~scheduleFor(_252{???U}, _266{???C}) :-
  13812. %   actors(_280{???E}, _294{???A}),
  13813. %   scheduledBy(_280{???E}, _266{???C}),
  13814. %   scheduledEvents(_252{???U}, _280{???E}),
  13815. %   scheduleFor(_308{???S}, _294{???A}),
  13816. %   ~ist(_308{???S}, proposedEvents(_308{???S}, _280{???E}, _252{???U})),
  13817. %   ~equals(_294{???A}, _266{???C}).
  13818. % ~scheduledBy(_312{???E}, _326{???C}) :-
  13819. %   actors(_312{???E}, _340{???A}),
  13820. %   scheduledEvents(_354{???U}, _312{???E}),
  13821. %   scheduleFor(_354{???U}, _326{???C}),
  13822. %   scheduleFor(_368{???S}, _340{???A}),
  13823. %   ~ist(_368{???S}, proposedEvents(_368{???S}, _312{???E}, _354{???U})),
  13824. %   ~equals(_340{???A}, _326{???C}).
  13825. % ~scheduledEvents(_242{???U}, _256{???E}) :-
  13826. %   actors(_256{???E}, _270{???A}),
  13827. %   scheduledBy(_256{???E}, _284{???C}),
  13828. %   scheduleFor(_242{???U}, _284{???C}),
  13829. %   scheduleFor(_298{???S}, _270{???A}),
  13830. %   ~ist(_298{???S}, proposedEvents(_298{???S}, _256{???E}, _242{???U})),
  13831. %   ~equals(_270{???A}, _284{???C}).
  13832. % equals(_102{???A}, _116{???C}) :-
  13833. %   actors(_130{???E}, _102{???A}),
  13834. %   scheduledBy(_130{???E}, _116{???C}),
  13835. %   scheduledEvents(_144{???U}, _130{???E}),
  13836. %   scheduleFor(_144{???U}, _116{???C}),
  13837. %   scheduleFor(_158{???S}, _102{???A}),
  13838. %   ~ist(_158{???S}, proposedEvents(_158{???S}, _130{???E}, _144{???U})).
  13839. % ist(_112{???S}, proposedEvents(_112{???S}, _126{???E}, _140{???U})) :-
  13840. %   actors(_126{???E}, _154{???A}),
  13841. %   scheduledBy(_126{???E}, _168{???C}),
  13842. %   scheduledEvents(_140{???U}, _126{???E}),
  13843. %   scheduleFor(_140{???U}, _168{???C}),
  13844. %   scheduleFor(_112{???S}, _154{???A}),
  13845. %   ~equals(_154{???A}, _168{???C}).
  13846.  
  13847.  
  13848. % asserted_id(implies(and(objectActedOn(ACTION, PART), anatomicalPartTypeAffected(ACTION, PART_TYPE), actors(ACTION, ORG), anatomicalParts(ORG, PART)), isa(PART, PART_TYPE)), a309150(ACTION, PART, PART_TYPE, ORG)).
  13849. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  13850. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  13851.  kif:-all(_218432,all(_218452,all(_218472,all(_218492,implies(and(objectActedOn(_218432,_218472),anatomicalPartTypeAffected(_218432,_218492),actors(_218432,_218452),anatomicalParts(_218452,_218472)),isa(_218472,_218492))))))
  13852.  pkif:-all(_218386,all(_218406,all(_218426,all(_218446,=>(&(objectActedOn(_218386,_218426),&(anatomicalPartTypeAffected(_218386,_218446),&(actors(_218386,_218406),anatomicalParts(_218406,_218426)))),isa(_218426,_218446))))))
  13853. % cnf :-
  13854. %   v(v(~objectActedOn(_142{???ACTION}, _156{???PART}),
  13855. %       v(~anatomicalPartTypeAffected(_142{???ACTION}, _170{???PART_TYPE}),
  13856. %         v(~actors(_142{???ACTION}, _184{???ORG}),
  13857. %       ~anatomicalParts(_184{???ORG}, _156{???PART})))),
  13858. %     isa(_156{???PART}, _170{???PART_TYPE})).
  13859.  horn:-[(~actors(_220734,_220748):-objectActedOn(_220734,_220774),anatomicalPartTypeAffected(_220734,_220800),anatomicalParts(_220748,_220774),~isa(_220774,_220800)),(~anatomicalPartTypeAffected(_220858,_220872):-objectActedOn(_220858,_220898),actors(_220858,_220924),anatomicalParts(_220924,_220898),~isa(_220898,_220872)),(~anatomicalParts(_220982,_220996):-objectActedOn(_221022,_220996),anatomicalPartTypeAffected(_221022,_221048),actors(_221022,_220982),~isa(_220996,_221048)),(~objectActedOn(_221106,_221120):-anatomicalPartTypeAffected(_221106,_221146),actors(_221106,_221172),anatomicalParts(_221172,_221120),~isa(_221120,_221146)),(isa(_221226,_221240):-objectActedOn(_221266,_221226),anatomicalPartTypeAffected(_221266,_221240),actors(_221266,_221304),anatomicalParts(_221304,_221226))]
  13860. % boxlog :-
  13861. %  
  13862. %   [ (~actors(_864{???ACTION}, _878{???ORG}):-objectActedOn(_864{???ACTION}, _892{???PART}), anatomicalPartTypeAffected(_864{???ACTION}, _906{???PART_TYPE}), anatomicalParts(_878{???ORG}, _892{???PART}), ~isa(_892{???PART}, _906{???PART_TYPE})),
  13863. %     (~anatomicalPartTypeAffected(_920{???ACTION}, _934{???PART_TYPE}):-objectActedOn(_920{???ACTION}, _948{???PART}), actors(_920{???ACTION}, _962{???ORG}), anatomicalParts(_962{???ORG}, _948{???PART}), ~isa(_948{???PART}, _934{???PART_TYPE})),
  13864. %     (~anatomicalParts(_808{???ORG}, _822{???PART}):-objectActedOn(_836{???ACTION}, _822{???PART}), anatomicalPartTypeAffected(_836{???ACTION}, _850{???PART_TYPE}), actors(_836{???ACTION}, _808{???ORG}), ~isa(_822{???PART}, _850{???PART_TYPE})),
  13865. %     (~objectActedOn(_976{???ACTION}, _990{???PART}):-anatomicalPartTypeAffected(_976{???ACTION}, _1004{???PART_TYPE}), actors(_976{???ACTION}, _1018{???ORG}), anatomicalParts(_1018{???ORG}, _990{???PART}), ~isa(_990{???PART}, _1004{???PART_TYPE})),
  13866. %     (isa(_752{???PART}, _766{???PART_TYPE}):-objectActedOn(_780{???ACTION}, _752{???PART}), anatomicalPartTypeAffected(_780{???ACTION}, _766{???PART_TYPE}), actors(_780{???ACTION}, _794{???ORG}), anatomicalParts(_794{???ORG}, _752{???PART}))
  13867. %   ].
  13868. % preview :-
  13869. %  
  13870. %   [ (objectActedOn(_828{???ACTION}, _856{???PART}), anatomicalPartTypeAffected(_828{???ACTION}, _870{???PART_TYPE}), anatomicalParts(_842{???ORG}, _856{???PART}), ~isa(_856{???PART}, _870{???PART_TYPE}), {is_unit(_842{???ORG}, _828{???ACTION})}-> ~actors(_828{???ACTION}, _842{???ORG})),
  13871. %     (objectActedOn(_884{???ACTION}, _912{???PART}), actors(_884{???ACTION}, _926{???ORG}), anatomicalParts(_926{???ORG}, _912{???PART}), ~isa(_912{???PART}, _898{???PART_TYPE}), {is_unit(_898{???PART_TYPE}, _884{???ACTION})}-> ~anatomicalPartTypeAffected(_884{???ACTION}, _898{???PART_TYPE})),
  13872. %     (objectActedOn(_800{???ACTION}, _786{???PART}), anatomicalPartTypeAffected(_800{???ACTION}, _814{???PART_TYPE}), actors(_800{???ACTION}, _772{???ORG}), ~isa(_786{???PART}, _814{???PART_TYPE}), {is_unit(_786{???PART}, _772{???ORG})}-> ~anatomicalParts(_772{???ORG}, _786{???PART})),
  13873. %     (anatomicalPartTypeAffected(_940{???ACTION}, _968{???PART_TYPE}), actors(_940{???ACTION}, _982{???ORG}), anatomicalParts(_982{???ORG}, _954{???PART}), ~isa(_954{???PART}, _968{???PART_TYPE}), {is_unit(_954{???PART}, _940{???ACTION})}-> ~objectActedOn(_940{???ACTION}, _954{???PART})),
  13874. %     (objectActedOn(_744{???ACTION}, _716{???PART}), anatomicalPartTypeAffected(_744{???ACTION}, _730{???PART_TYPE}), actors(_744{???ACTION}, _758{???ORG}), anatomicalParts(_758{???ORG}, _716{???PART}), {is_unit(_730{???PART_TYPE}, _716{???PART})}==>isa(_716{???PART}, _730{???PART_TYPE}))
  13875. %   ].
  13876. % conds= =>((name_variable(_810{???ACTION}, 'ACTION'), name_variable(_824{???ORG}, 'ORG'), name_variable(_838{???PART}, 'PART'), name_variable(_852{???PART_TYPE}, 'PART_TYPE'), name_variable(_866{???ACTION}, 'ACTION'), name_variable(_880{???PART_TYPE}, 'PART_TYPE'), name_variable(_894{???PART}, 'PART'), name_variable(_908{???ORG}, 'ORG'), name_variable(_754{???ORG}, 'ORG'), name_variable(_768{???PART}, 'PART'), name_variable(_782{???ACTION}, 'ACTION'), name_variable(_796{???PART_TYPE}, 'PART_TYPE'), name_variable(_922{???ACTION}, 'ACTION'), name_variable(_936{???PART}, 'PART'), name_variable(_950{???PART_TYPE}, 'PART_TYPE'), name_variable(_964{???ORG}, 'ORG'), name_variable(_726{???ACTION}, 'ACTION'), name_variable(_698{???PART}, 'PART'), name_variable(_712{???PART_TYPE}, 'PART_TYPE'), name_variable(_740{???ORG}, 'ORG')), [(~actors(_810{???ACTION}, _824{???ORG})<-objectActedOn(_810{???ACTION}, _838{???PART}), anatomicalPartTypeAffected(_810{???ACTION}, _852{???PART_TYPE}), anatomicalParts(_824{???ORG}, _838{???PART}), ~isa(_838{???PART}, _852{???PART_TYPE}), {is_unit(_824{???ORG}, _810{???ACTION})}),  (~anatomicalPartTypeAffected(_866{???ACTION}, _880{???PART_TYPE})<-objectActedOn(_866{???ACTION}, _894{???PART}), actors(_866{???ACTION}, _908{???ORG}), anatomicalParts(_908{???ORG}, _894{???PART}), ~isa(_894{???PART}, _880{???PART_TYPE}), {is_unit(_880{???PART_TYPE}, _866{???ACTION})}),  (~anatomicalParts(_754{???ORG}, _768{???PART})<-objectActedOn(_782{???ACTION}, _768{???PART}), anatomicalPartTypeAffected(_782{???ACTION}, _796{???PART_TYPE}), actors(_782{???ACTION}, _754{???ORG}), ~isa(_768{???PART}, _796{???PART_TYPE}), {is_unit(_768{???PART}, _754{???ORG})}),  (~objectActedOn(_922{???ACTION}, _936{???PART})<-anatomicalPartTypeAffected(_922{???ACTION}, _950{???PART_TYPE}), actors(_922{???ACTION}, _964{???ORG}), anatomicalParts(_964{???ORG}, _936{???PART}), ~isa(_936{???PART}, _950{???PART_TYPE}), {is_unit(_936{???PART}, _922{???ACTION})}),  (objectActedOn(_726{???ACTION}, _698{???PART}), anatomicalPartTypeAffected(_726{???ACTION}, _712{???PART_TYPE}), actors(_726{???ACTION}, _740{???ORG}), anatomicalParts(_740{???ORG}, _698{???PART}), {is_unit(_712{???PART_TYPE}, _698{???PART})}==>isa(_698{???PART}, _712{???PART_TYPE}))]).
  13877.  
  13878.  
  13879. % ~actors(_226{???ACTION}, _240{???ORG}) :-
  13880. %   objectActedOn(_226{???ACTION}, _254{???PART}),
  13881. %   anatomicalPartTypeAffected(_226{???ACTION}, _268{???PART_TYPE}),
  13882. %   anatomicalParts(_240{???ORG}, _254{???PART}),
  13883. %   ~isa(_254{???PART}, _268{???PART_TYPE}).
  13884. % ~anatomicalPartTypeAffected(_214{???ACTION}, _228{???PART_TYPE}) :-
  13885. %   objectActedOn(_214{???ACTION}, _242{???PART}),
  13886. %   actors(_214{???ACTION}, _256{???ORG}),
  13887. %   anatomicalParts(_256{???ORG}, _242{???PART}),
  13888. %   ~isa(_242{???PART}, _228{???PART_TYPE}).
  13889. % ~anatomicalParts(_158{???ORG}, _172{???PART}) :-
  13890. %   objectActedOn(_186{???ACTION}, _172{???PART}),
  13891. %   anatomicalPartTypeAffected(_186{???ACTION}, _200{???PART_TYPE}),
  13892. %   actors(_186{???ACTION}, _158{???ORG}),
  13893. %   ~isa(_172{???PART}, _200{???PART_TYPE}).
  13894. % ~objectActedOn(_158{???ACTION}, _172{???PART}) :-
  13895. %   anatomicalPartTypeAffected(_158{???ACTION}, _186{???PART_TYPE}),
  13896. %   actors(_158{???ACTION}, _200{???ORG}),
  13897. %   anatomicalParts(_200{???ORG}, _172{???PART}),
  13898. %   ~isa(_172{???PART}, _186{???PART_TYPE}).
  13899. % isa(_102{???PART}, _116{???PART_TYPE}) :-
  13900. %   objectActedOn(_130{???ACTION}, _102{???PART}),
  13901. %   anatomicalPartTypeAffected(_130{???ACTION}, _116{???PART_TYPE}),
  13902. %   actors(_130{???ACTION}, _144{???ORG}),
  13903. %   anatomicalParts(_144{???ORG}, _102{???PART}).
  13904.  
  13905.  
  13906. % asserted_id(implies(and(salutation(PER, SAL), isa(SAL, xtMilitaryTitle)), isa(PER, tClazzMilitaryPerson)), a309151(PER, SAL)).
  13907. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  13908. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  13909.  kif:-all(_218448,all(_218468,implies(and(salutation(_218468,_218448),isa(_218448,xtMilitaryTitle)),isa(_218468,tClazzMilitaryPerson))))
  13910.  pkif:-all(_218394,all(_218414,=>(&(salutation(_218414,_218394),isa(_218394,xtMilitaryTitle)),isa(_218414,tClazzMilitaryPerson))))
  13911. % cnf :-
  13912. %   v(v(~salutation(_126{???PER}, _140{???SAL}),
  13913. %       ~isa(_140{???SAL}, xtMilitaryTitle)),
  13914. %     isa(_126{???PER}, tClazzMilitaryPerson)).
  13915.  horn:-[(~isa(_219278,xtMilitaryTitle):-salutation(_219304,_219278),~isa(_219304,tClazzMilitaryPerson)),(~salutation(_219350,_219364):-isa(_219364,xtMilitaryTitle),~isa(_219350,tClazzMilitaryPerson)),(isa(_219418,tClazzMilitaryPerson):-salutation(_219418,_219444),isa(_219444,xtMilitaryTitle))]
  13916. % boxlog :-
  13917. %  
  13918. %   [ (~isa(_640{???SAL}, xtMilitaryTitle):-salutation(_654{???PER}, _640{???SAL}), ~isa(_654{???PER}, tClazzMilitaryPerson)),
  13919. %     (~salutation(_668{???PER}, _682{???SAL}):-isa(_682{???SAL}, xtMilitaryTitle), ~isa(_668{???PER}, tClazzMilitaryPerson)),
  13920. %     (isa(_612{???PER}, tClazzMilitaryPerson):-salutation(_612{???PER}, _626{???SAL}), isa(_626{???SAL}, xtMilitaryTitle))
  13921. %   ].
  13922. % preview :-
  13923. %  
  13924. %   [ (salutation(_618{???PER}, _604{???SAL}), {avoidHeadLoop(isa(_618{???PER}, tClazzMilitaryPerson), isa(_604{???SAL}, xtMilitaryTitle))}, ~isa(_618{???PER}, tClazzMilitaryPerson), {is_unit(_604{???SAL})}-> ~isa(_604{???SAL}, xtMilitaryTitle)),
  13925. %     (isa(_646{???SAL}, xtMilitaryTitle), ~isa(_632{???PER}, tClazzMilitaryPerson), {is_unit(_646{???SAL}, _632{???PER})}-> ~salutation(_632{???PER}, _646{???SAL})),
  13926. %     (salutation(_576{???PER}, _590{???SAL}), isa(_590{???SAL}, xtMilitaryTitle), {is_unit(_576{???PER})}==>isa(_576{???PER}, tClazzMilitaryPerson))
  13927. %   ].
  13928. % conds= =>((name_variable(_586{???SAL}, 'SAL'), name_variable(_600{???PER}, 'PER'), name_variable(_614{???PER}, 'PER'), name_variable(_628{???SAL}, 'SAL'), name_variable(_558{???PER}, 'PER'), name_variable(_572{???SAL}, 'SAL')), [(~isa(_586{???SAL}, xtMilitaryTitle)<-salutation(_600{???PER}, _586{???SAL}), {avoidHeadLoop(isa(_600{???PER}, tClazzMilitaryPerson), isa(_586{???SAL}, xtMilitaryTitle))}, ~isa(_600{???PER}, tClazzMilitaryPerson), {is_unit(_586{???SAL})}),  (~salutation(_614{???PER}, _628{???SAL})<-isa(_628{???SAL}, xtMilitaryTitle), ~isa(_614{???PER}, tClazzMilitaryPerson), {is_unit(_628{???SAL}, _614{???PER})}),  (salutation(_558{???PER}, _572{???SAL}), isa(_572{???SAL}, xtMilitaryTitle), {is_unit(_558{???PER})}==>isa(_558{???PER}, tClazzMilitaryPerson))]).
  13929.  
  13930.  
  13931. % ~isa(_138{???SAL}, xtMilitaryTitle) :-
  13932. %   salutation(_152{???PER}, _138{???SAL}),
  13933. %   ~isa(_152{???PER}, tClazzMilitaryPerson).
  13934. % ~salutation(_130{???PER}, _144{???SAL}) :-
  13935. %   isa(_144{???SAL}, xtMilitaryTitle),
  13936. %   ~isa(_130{???PER}, tClazzMilitaryPerson).
  13937. % isa(_102{???PER}, tClazzMilitaryPerson) :-
  13938. %   salutation(_102{???PER}, _116{???SAL}),
  13939. %   isa(_116{???SAL}, xtMilitaryTitle).
  13940.  
  13941.  
  13942. % asserted_id(=>(isa(PERS, tClazzPriest), implies(salutation(PERS, xFatherTitle), isa(PERS, tClazzPriest))), a309152(PERS)).
  13943. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  13944. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  13945.  kif:-all(_218480,=>(isa(_218480,tClazzPriest),implies(salutation(_218480,xFatherTitle),isa(_218480,tClazzPriest))))
  13946.  pkif:-all(_218426,=>(isa(_218426,tClazzPriest),=>(salutation(_218426,xFatherTitle),isa(_218426,tClazzPriest))))
  13947. % cnf :-
  13948. %   v(~isa(_114{???PERS}, tClazzPriest),
  13949. %     v(~salutation(_114{???PERS}, xFatherTitle),
  13950. %       isa(_114{???PERS}, tClazzPriest))).
  13951.  horn:-[(~isa(_219066,tClazzPriest):-salutation(_219066,xFatherTitle)),(~salutation(_219108,xFatherTitle):-isa(_219108,tClazzPriest),~isa(_219108,tClazzPriest)),(isa(_219162,tClazzPriest):-salutation(_219162,xFatherTitle))]
  13952. % boxlog :-
  13953. %  
  13954. %   [ (~isa(_614{???PERS}, tClazzPriest):-salutation(_614{???PERS}, xFatherTitle)),
  13955. %     (~salutation(_600{???PERS}, xFatherTitle):-isa(_600{???PERS}, tClazzPriest), ~isa(_600{???PERS}, tClazzPriest)),
  13956. %     (isa(_586{???PERS}, tClazzPriest):-salutation(_586{???PERS}, xFatherTitle))
  13957. %   ].
  13958. % preview :-
  13959. %  
  13960. %   [ (salutation(_578{???PERS}, xFatherTitle), {is_unit(_578{???PERS})}==> ~isa(_578{???PERS}, tClazzPriest)),
  13961. %     (isa(_564{???PERS}, tClazzPriest), ~isa(_564{???PERS}, tClazzPriest), {is_unit(_564{???PERS})}==> ~salutation(_564{???PERS}, xFatherTitle)),
  13962. %     (salutation(_550{???PERS}, xFatherTitle), {is_unit(_550{???PERS})}==>isa(_550{???PERS}, tClazzPriest))
  13963. %   ].
  13964. % conds= =>((name_variable(_560{???PERS}, 'PERS'), name_variable(_546{???PERS}, 'PERS'), name_variable(_532{???PERS}, 'PERS')), [(salutation(_560{???PERS}, xFatherTitle), {is_unit(_560{???PERS})}==> ~isa(_560{???PERS}, tClazzPriest)),  (isa(_546{???PERS}, tClazzPriest), ~isa(_546{???PERS}, tClazzPriest), {is_unit(_546{???PERS})}==> ~salutation(_546{???PERS}, xFatherTitle)),  (salutation(_532{???PERS}, xFatherTitle), {is_unit(_532{???PERS})}==>isa(_532{???PERS}, tClazzPriest))]).
  13965.  
  13966.  
  13967. % ~isa(_136{???PERS}, tClazzPriest) :-
  13968. %   salutation(_136{???PERS}, xFatherTitle).
  13969. % ~salutation(_116{???PERS}, xFatherTitle) :-
  13970. %   isa(_116{???PERS}, tClazzPriest),
  13971. %   ~isa(_116{???PERS}, tClazzPriest).
  13972. % isa(_102{???PERS}, tClazzPriest) :-
  13973. %   salutation(_102{???PERS}, xFatherTitle).
  13974.  
  13975.  
  13976. % asserted_id(=>(isa(PERS, tClazzMaleHuman), implies(salutation(PERS, xFatherTitle), isa(PERS, tClazzMaleHuman))), a309153(PERS)).
  13977. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  13978. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  13979.  kif:-all(_218532,=>(isa(_218532,tClazzMaleHuman),implies(salutation(_218532,xFatherTitle),isa(_218532,tClazzMaleHuman))))
  13980.  pkif:-all(_218478,=>(isa(_218478,tClazzMaleHuman),=>(salutation(_218478,xFatherTitle),isa(_218478,tClazzMaleHuman))))
  13981. % cnf :-
  13982. %   v(~isa(_114{???PERS}, tClazzMaleHuman),
  13983. %     v(~salutation(_114{???PERS}, xFatherTitle),
  13984. %       isa(_114{???PERS}, tClazzMaleHuman))).
  13985.  horn:-[(~isa(_219118,tClazzMaleHuman):-salutation(_219118,xFatherTitle)),(~salutation(_219160,xFatherTitle):-isa(_219160,tClazzMaleHuman),~isa(_219160,tClazzMaleHuman)),(isa(_219214,tClazzMaleHuman):-salutation(_219214,xFatherTitle))]
  13986. % boxlog :-
  13987. %  
  13988. %   [ (~isa(_614{???PERS}, tClazzMaleHuman):-salutation(_614{???PERS}, xFatherTitle)),
  13989. %     (~salutation(_600{???PERS}, xFatherTitle):-isa(_600{???PERS}, tClazzMaleHuman), ~isa(_600{???PERS}, tClazzMaleHuman)),
  13990. %     (isa(_586{???PERS}, tClazzMaleHuman):-salutation(_586{???PERS}, xFatherTitle))
  13991. %   ].
  13992. % preview :-
  13993. %  
  13994. %   [ (salutation(_578{???PERS}, xFatherTitle), {is_unit(_578{???PERS})}==> ~isa(_578{???PERS}, tClazzMaleHuman)),
  13995. %     (isa(_564{???PERS}, tClazzMaleHuman), ~isa(_564{???PERS}, tClazzMaleHuman), {is_unit(_564{???PERS})}==> ~salutation(_564{???PERS}, xFatherTitle)),
  13996. %     (salutation(_550{???PERS}, xFatherTitle), {is_unit(_550{???PERS})}==>isa(_550{???PERS}, tClazzMaleHuman))
  13997. %   ].
  13998. % conds= =>((name_variable(_560{???PERS}, 'PERS'), name_variable(_546{???PERS}, 'PERS'), name_variable(_532{???PERS}, 'PERS')), [(salutation(_560{???PERS}, xFatherTitle), {is_unit(_560{???PERS})}==> ~isa(_560{???PERS}, tClazzMaleHuman)),  (isa(_546{???PERS}, tClazzMaleHuman), ~isa(_546{???PERS}, tClazzMaleHuman), {is_unit(_546{???PERS})}==> ~salutation(_546{???PERS}, xFatherTitle)),  (salutation(_532{???PERS}, xFatherTitle), {is_unit(_532{???PERS})}==>isa(_532{???PERS}, tClazzMaleHuman))]).
  13999.  
  14000.  
  14001. % ~isa(_136{???PERS}, tClazzMaleHuman) :-
  14002. %   salutation(_136{???PERS}, xFatherTitle).
  14003. % ~salutation(_116{???PERS}, xFatherTitle) :-
  14004. %   isa(_116{???PERS}, tClazzMaleHuman),
  14005. %   ~isa(_116{???PERS}, tClazzMaleHuman).
  14006. % isa(_102{???PERS}, tClazzMaleHuman) :-
  14007. %   salutation(_102{???PERS}, xFatherTitle).
  14008.  
  14009.  
  14010. % asserted_id(=>(isa(LOIS, mobNun), implies(salutation(LOIS, xSisterTitle), isa(LOIS, mobNun))), a309154(LOIS)).
  14011. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  14012. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  14013.  kif:-all(_218584,=>(isa(_218584,mobNun),implies(salutation(_218584,xSisterTitle),isa(_218584,mobNun))))
  14014.  pkif:-all(_218530,=>(isa(_218530,mobNun),=>(salutation(_218530,xSisterTitle),isa(_218530,mobNun))))
  14015. % cnf :-
  14016. %   v(~isa(_114{???LOIS}, mobNun),
  14017. %     v(~salutation(_114{???LOIS}, xSisterTitle), isa(_114{???LOIS}, mobNun))).
  14018.  horn:-[(~isa(_219170,mobNun):-salutation(_219170,xSisterTitle)),(~salutation(_219212,xSisterTitle):-isa(_219212,mobNun),~isa(_219212,mobNun)),(isa(_219266,mobNun):-salutation(_219266,xSisterTitle))]
  14019. % boxlog :-
  14020. %  
  14021. %   [ (~isa(_9002{???LOIS}, mobNun):-salutation(_9002{???LOIS}, xSisterTitle)),
  14022. %     (~salutation(_8984{???LOIS}, xSisterTitle):-isa(_8984{???LOIS}, mobNun), ~isa(_8984{???LOIS}, mobNun)),
  14023. %     (isa(_8966{???LOIS}, mobNun):-salutation(_8966{???LOIS}, xSisterTitle))
  14024. %   ].
  14025. % preview :-
  14026. %  
  14027. %   [ (salutation(_578{???LOIS}, xSisterTitle), {is_unit(_578{???LOIS})}==> ~isa(_578{???LOIS}, mobNun)),
  14028. %     (isa(_564{???LOIS}, mobNun), ~isa(_564{???LOIS}, mobNun), {is_unit(_564{???LOIS})}==> ~salutation(_564{???LOIS}, xSisterTitle)),
  14029. %     (salutation(_550{???LOIS}, xSisterTitle), {is_unit(_550{???LOIS})}==>isa(_550{???LOIS}, mobNun))
  14030. %   ].
  14031. % conds= =>((name_variable(_560{???LOIS}, 'LOIS'), name_variable(_546{???LOIS}, 'LOIS'), name_variable(_532{???LOIS}, 'LOIS')), [(salutation(_560{???LOIS}, xSisterTitle), {is_unit(_560{???LOIS})}==> ~isa(_560{???LOIS}, mobNun)),  (isa(_546{???LOIS}, mobNun), ~isa(_546{???LOIS}, mobNun), {is_unit(_546{???LOIS})}==> ~salutation(_546{???LOIS}, xSisterTitle)),  (salutation(_532{???LOIS}, xSisterTitle), {is_unit(_532{???LOIS})}==>isa(_532{???LOIS}, mobNun))]).
  14032.  
  14033.  
  14034. % ~isa(_136{???LOIS}, mobNun) :-
  14035. %   salutation(_136{???LOIS}, xSisterTitle).
  14036. % ~salutation(_116{???LOIS}, xSisterTitle) :-
  14037. %   isa(_116{???LOIS}, mobNun),
  14038. %   ~isa(_116{???LOIS}, mobNun).
  14039. % isa(_102{???LOIS}, mobNun) :-
  14040. %   salutation(_102{???LOIS}, xSisterTitle).
  14041.  
  14042.  
  14043. % asserted_id(=>(isa(PER, tClazzJudge), implies(salutation(PER, xHonorable), isa(PER, tClazzJudge))), a309155(PER)).
  14044. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  14045. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  14046.  kif:-all(_218636,=>(isa(_218636,tClazzJudge),implies(salutation(_218636,xHonorable),isa(_218636,tClazzJudge))))
  14047.  pkif:-all(_218582,=>(isa(_218582,tClazzJudge),=>(salutation(_218582,xHonorable),isa(_218582,tClazzJudge))))
  14048. % cnf :-
  14049. %   v(~isa(_114{???PER}, tClazzJudge),
  14050. %     v(~salutation(_114{???PER}, xHonorable),
  14051. %       isa(_114{???PER}, tClazzJudge))).
  14052.  horn:-[(~isa(_219222,tClazzJudge):-salutation(_219222,xHonorable)),(~salutation(_219264,xHonorable):-isa(_219264,tClazzJudge),~isa(_219264,tClazzJudge)),(isa(_219318,tClazzJudge):-salutation(_219318,xHonorable))]
  14053. % boxlog :-
  14054. %  
  14055. %   [ (~isa(_9004{???PER}, tClazzJudge):-salutation(_9004{???PER}, xHonorable)),
  14056. %     (~salutation(_8986{???PER}, xHonorable):-isa(_8986{???PER}, tClazzJudge), ~isa(_8986{???PER}, tClazzJudge)),
  14057. %     (isa(_8968{???PER}, tClazzJudge):-salutation(_8968{???PER}, xHonorable))
  14058. %   ].
  14059. % preview :-
  14060. %  
  14061. %   [ (salutation(_578{???PER}, xHonorable), {is_unit(_578{???PER})}==> ~isa(_578{???PER}, tClazzJudge)),
  14062. %     (isa(_564{???PER}, tClazzJudge), ~isa(_564{???PER}, tClazzJudge), {is_unit(_564{???PER})}==> ~salutation(_564{???PER}, xHonorable)),
  14063. %     (salutation(_550{???PER}, xHonorable), {is_unit(_550{???PER})}==>isa(_550{???PER}, tClazzJudge))
  14064. %   ].
  14065. % conds= =>((name_variable(_560{???PER}, 'PER'), name_variable(_546{???PER}, 'PER'), name_variable(_532{???PER}, 'PER')), [(salutation(_560{???PER}, xHonorable), {is_unit(_560{???PER})}==> ~isa(_560{???PER}, tClazzJudge)),  (isa(_546{???PER}, tClazzJudge), ~isa(_546{???PER}, tClazzJudge), {is_unit(_546{???PER})}==> ~salutation(_546{???PER}, xHonorable)),  (salutation(_532{???PER}, xHonorable), {is_unit(_532{???PER})}==>isa(_532{???PER}, tClazzJudge))]).
  14066.  
  14067.  
  14068. % ~isa(_136{???PER}, tClazzJudge) :-
  14069. %   salutation(_136{???PER}, xHonorable).
  14070. % ~salutation(_116{???PER}, xHonorable) :-
  14071. %   isa(_116{???PER}, tClazzJudge),
  14072. %   ~isa(_116{???PER}, tClazzJudge).
  14073. % isa(_102{???PER}, tClazzJudge) :-
  14074. %   salutation(_102{???PER}, xHonorable).
  14075.  
  14076.  
  14077. % asserted_id(=>(isa(PERS, tClazzMinister), implies(salutation(PERS, xReverendTitle), isa(PERS, tClazzMinister))), a309156(PERS)).
  14078. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  14079. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  14080.  kif:-all(_218688,=>(isa(_218688,tClazzMinister),implies(salutation(_218688,xReverendTitle),isa(_218688,tClazzMinister))))
  14081.  pkif:-all(_218634,=>(isa(_218634,tClazzMinister),=>(salutation(_218634,xReverendTitle),isa(_218634,tClazzMinister))))
  14082. % cnf :-
  14083. %   v(~isa(_114{???PERS}, tClazzMinister),
  14084. %     v(~salutation(_114{???PERS}, xReverendTitle),
  14085. %       isa(_114{???PERS}, tClazzMinister))).
  14086.  horn:-[(~isa(_219274,tClazzMinister):-salutation(_219274,xReverendTitle)),(~salutation(_219316,xReverendTitle):-isa(_219316,tClazzMinister),~isa(_219316,tClazzMinister)),(isa(_219370,tClazzMinister):-salutation(_219370,xReverendTitle))]
  14087. % boxlog :-
  14088. %  
  14089. %   [ (~isa(_614{???PERS}, tClazzMinister):-salutation(_614{???PERS}, xReverendTitle)),
  14090. %     (~salutation(_600{???PERS}, xReverendTitle):-isa(_600{???PERS}, tClazzMinister), ~isa(_600{???PERS}, tClazzMinister)),
  14091. %     (isa(_586{???PERS}, tClazzMinister):-salutation(_586{???PERS}, xReverendTitle))
  14092. %   ].
  14093. % preview :-
  14094. %  
  14095. %   [ (salutation(_578{???PERS}, xReverendTitle), {is_unit(_578{???PERS})}==> ~isa(_578{???PERS}, tClazzMinister)),
  14096. %     (isa(_564{???PERS}, tClazzMinister), ~isa(_564{???PERS}, tClazzMinister), {is_unit(_564{???PERS})}==> ~salutation(_564{???PERS}, xReverendTitle)),
  14097. %     (salutation(_550{???PERS}, xReverendTitle), {is_unit(_550{???PERS})}==>isa(_550{???PERS}, tClazzMinister))
  14098. %   ].
  14099. % conds= =>((name_variable(_560{???PERS}, 'PERS'), name_variable(_546{???PERS}, 'PERS'), name_variable(_532{???PERS}, 'PERS')), [(salutation(_560{???PERS}, xReverendTitle), {is_unit(_560{???PERS})}==> ~isa(_560{???PERS}, tClazzMinister)),  (isa(_546{???PERS}, tClazzMinister), ~isa(_546{???PERS}, tClazzMinister), {is_unit(_546{???PERS})}==> ~salutation(_546{???PERS}, xReverendTitle)),  (salutation(_532{???PERS}, xReverendTitle), {is_unit(_532{???PERS})}==>isa(_532{???PERS}, tClazzMinister))]).
  14100.  
  14101.  
  14102. % ~isa(_136{???PERS}, tClazzMinister) :-
  14103. %   salutation(_136{???PERS}, xReverendTitle).
  14104. % ~salutation(_116{???PERS}, xReverendTitle) :-
  14105. %   isa(_116{???PERS}, tClazzMinister),
  14106. %   ~isa(_116{???PERS}, tClazzMinister).
  14107. % isa(_102{???PERS}, tClazzMinister) :-
  14108. %   salutation(_102{???PERS}, xReverendTitle).
  14109.  
  14110.  
  14111. % asserted_id(implies(usesCommConventionForInfo(INFO, CC, IBO), containsInformation(IBO, INFO)), a309174(INFO, CC, IBO)).
  14112. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  14113. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  14114.  kif:-all(_218854,all(_218874,all(_218894,implies(usesCommConventionForInfo(_218874,_218894,_218854),containsInformation(_218854,_218874)))))
  14115.  pkif:-all(_218800,all(_218820,all(_218840,=>(usesCommConventionForInfo(_218820,_218840,_218800),containsInformation(_218800,_218820)))))
  14116. % cnf :-
  14117. %   v(containsInformation(_144{???IBO}, _116{???INFO}),
  14118. %     ~usesCommConventionForInfo(_116{???INFO}, _130{???CC}, _144{???IBO})).
  14119.  horn:-[(~usesCommConventionForInfo(_219422,_219436,_219450):- ~containsInformation(_219450,_219422)),(containsInformation(_219492,_219506):-usesCommConventionForInfo(_219506,_219528,_219492))]
  14120. % boxlog :-
  14121. %  
  14122. %   [ (~usesCommConventionForInfo(_8984{???INFO}, _8998{???CC}, _9012{???IBO}):- ~containsInformation(_9012{???IBO}, _8984{???INFO})),
  14123. %     (containsInformation(_9038{???IBO}, _9052{???INFO}):-usesCommConventionForInfo(_9052{???INFO}, _9066{???CC}, _9038{???IBO}))
  14124. %   ].
  14125. % preview :-
  14126. %  
  14127. %   [ (~containsInformation(_586{???IBO}, _558{???INFO}), {is_unit(_586{???IBO}, _558{???INFO})}-> ~usesCommConventionForInfo(_558{???INFO}, _572{???CC}, _586{???IBO})),
  14128. %     (usesCommConventionForInfo(_614{???INFO}, _628{???CC}, _600{???IBO}), {is_unit(_614{???INFO}, _600{???IBO})}==>containsInformation(_600{???IBO}, _614{???INFO}))
  14129. %   ].
  14130. % conds= =>((name_variable(_540{???INFO}, 'INFO'), name_variable(_554{???CC}, 'CC'), name_variable(_568{???IBO}, 'IBO'), name_variable(_596{???INFO}, 'INFO'), name_variable(_610{???CC}, 'CC'), name_variable(_582{???IBO}, 'IBO')), [(~usesCommConventionForInfo(_540{???INFO}, _554{???CC}, _568{???IBO})<- ~containsInformation(_568{???IBO}, _540{???INFO}), {is_unit(_568{???IBO}, _540{???INFO})}),  (usesCommConventionForInfo(_596{???INFO}, _610{???CC}, _582{???IBO}), {is_unit(_596{???INFO}, _582{???IBO})}==>containsInformation(_582{???IBO}, _596{???INFO}))]).
  14131.  
  14132.  
  14133. % ~usesCommConventionForInfo(_112{???INFO}, _126{???CC}, _140{???IBO}) :-
  14134. %   ~containsInformation(_140{???IBO}, _112{???INFO}).
  14135. % containsInformation(_102{???IBO}, _116{???INFO}) :-
  14136. %   usesCommConventionForInfo(_116{???INFO}, _130{???CC}, _102{???IBO}).
  14137.  
  14138.  
  14139. % asserted_id(implies(and(containsInformation(IBO, INFO), languageWrittenIn(IBO, L)), usesCommConventionForInfo(INFO, L, IBO)), a309175(IBO, INFO, L)).
  14140. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  14141. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  14142.  kif:-all(_219046,all(_219066,all(_219086,implies(and(containsInformation(_219046,_219066),languageWrittenIn(_219046,_219086)),usesCommConventionForInfo(_219066,_219086,_219046)))))
  14143.  pkif:-all(_218992,all(_219012,all(_219032,=>(&(containsInformation(_218992,_219012),languageWrittenIn(_218992,_219032)),usesCommConventionForInfo(_219012,_219032,_218992)))))
  14144. % cnf :-
  14145. %   v(v(~containsInformation(_128{???IBO}, _142{???INFO}),
  14146. %       ~languageWrittenIn(_128{???IBO}, _156{???L})),
  14147. %     usesCommConventionForInfo(_142{???INFO}, _156{???L}, _128{???IBO})).
  14148.  horn:-[(~containsInformation(_220034,_220048):-languageWrittenIn(_220034,_220074),~usesCommConventionForInfo(_220048,_220074,_220034)),(~languageWrittenIn(_220122,_220136):-containsInformation(_220122,_220162),~usesCommConventionForInfo(_220162,_220136,_220122)),(usesCommConventionForInfo(_220208,_220222,_220236):-containsInformation(_220236,_220208),languageWrittenIn(_220236,_220222))]
  14149. % boxlog :-
  14150. %  
  14151. %   [ (~containsInformation(_730{???IBO}, _744{???INFO}):-languageWrittenIn(_730{???IBO}, _758{???L}), ~usesCommConventionForInfo(_744{???INFO}, _758{???L}, _730{???IBO})),
  14152. %     (~languageWrittenIn(_688{???IBO}, _702{???L}):-containsInformation(_688{???IBO}, _716{???INFO}), ~usesCommConventionForInfo(_716{???INFO}, _702{???L}, _688{???IBO})),
  14153. %     (usesCommConventionForInfo(_646{???INFO}, _660{???L}, _674{???IBO}):-containsInformation(_674{???IBO}, _646{???INFO}), languageWrittenIn(_674{???IBO}, _660{???L}))
  14154. %   ].
  14155. % preview :-
  14156. %  
  14157. %   [ (languageWrittenIn(_694{???IBO}, _722{???L}), ~usesCommConventionForInfo(_708{???INFO}, _722{???L}, _694{???IBO}), {is_unit(_708{???INFO}, _694{???IBO})}-> ~containsInformation(_694{???IBO}, _708{???INFO})),
  14158. %     (containsInformation(_652{???IBO}, _680{???INFO}), ~usesCommConventionForInfo(_680{???INFO}, _666{???L}, _652{???IBO}), {is_unit(_666{???L}, _652{???IBO})}-> ~languageWrittenIn(_652{???IBO}, _666{???L})),
  14159. %     (containsInformation(_638{???IBO}, _610{???INFO}), languageWrittenIn(_638{???IBO}, _624{???L}), {is_unit(_638{???IBO}, _624{???L}, _610{???INFO})}==>usesCommConventionForInfo(_610{???INFO}, _624{???L}, _638{???IBO}))
  14160. %   ].
  14161. % conds= =>((name_variable(_676{???IBO}, 'IBO'), name_variable(_690{???INFO}, 'INFO'), name_variable(_704{???L}, 'L'), name_variable(_634{???IBO}, 'IBO'), name_variable(_648{???L}, 'L'), name_variable(_662{???INFO}, 'INFO'), name_variable(_620{???IBO}, 'IBO'), name_variable(_592{???INFO}, 'INFO'), name_variable(_606{???L}, 'L')), [(~containsInformation(_676{???IBO}, _690{???INFO})<-languageWrittenIn(_676{???IBO}, _704{???L}), ~usesCommConventionForInfo(_690{???INFO}, _704{???L}, _676{???IBO}), {is_unit(_690{???INFO}, _676{???IBO})}),  (~languageWrittenIn(_634{???IBO}, _648{???L})<-containsInformation(_634{???IBO}, _662{???INFO}), ~usesCommConventionForInfo(_662{???INFO}, _648{???L}, _634{???IBO}), {is_unit(_648{???L}, _634{???IBO})}),  (containsInformation(_620{???IBO}, _592{???INFO}), languageWrittenIn(_620{???IBO}, _606{???L}), {is_unit(_620{???IBO}, _606{???L}, _592{???INFO})}==>usesCommConventionForInfo(_592{???INFO}, _606{???L}, _620{???IBO}))]).
  14162.  
  14163.  
  14164. % ~containsInformation(_196{???IBO}, _210{???INFO}) :-
  14165. %   languageWrittenIn(_196{???IBO}, _224{???L}),
  14166. %   ~usesCommConventionForInfo(_210{???INFO}, _224{???L}, _196{???IBO}).
  14167. % ~languageWrittenIn(_144{???IBO}, _158{???L}) :-
  14168. %   containsInformation(_144{???IBO}, _172{???INFO}),
  14169. %   ~usesCommConventionForInfo(_172{???INFO}, _158{???L}, _144{???IBO}).
  14170. % usesCommConventionForInfo(_102{???INFO}, _116{???L}, _130{???IBO}) :-
  14171. %   containsInformation(_130{???IBO}, _102{???INFO}),
  14172. %   languageWrittenIn(_130{???IBO}, _116{???L}).
  14173.  
  14174.  
  14175. % asserted_id(implies(and(containsInformation(Y, Z), informationArtifactAuthor(Y, X)), formulator(Z, X)), a309185(Y, Z, X)).
  14176. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  14177. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  14178.  kif:-all(_219196,all(_219216,all(_219236,implies(and(containsInformation(_219196,_219216),informationArtifactAuthor(_219196,_219236)),formulator(_219216,_219236)))))
  14179.  pkif:-all(_219142,all(_219162,all(_219182,=>(&(containsInformation(_219142,_219162),informationArtifactAuthor(_219142,_219182)),formulator(_219162,_219182)))))
  14180. % cnf :-
  14181. %   v(v(~containsInformation(_126{???Y}, _140{???Z}),
  14182. %       ~informationArtifactAuthor(_126{???Y}, _154{???X})),
  14183. %     formulator(_140{???Z}, _154{???X})).
  14184.  horn:-[(~containsInformation(_220158,_220172):-informationArtifactAuthor(_220158,_220198),~formulator(_220172,_220198)),(~informationArtifactAuthor(_220244,_220258):-containsInformation(_220244,_220284),~formulator(_220284,_220258)),(formulator(_220326,_220340):-containsInformation(_220366,_220326),informationArtifactAuthor(_220366,_220340))]
  14185. % boxlog :-
  14186. %  
  14187. %   [ (~containsInformation(_722{???Y}, _736{???Z}):-informationArtifactAuthor(_722{???Y}, _750{???X}), ~formulator(_736{???Z}, _750{???X})),
  14188. %     (~informationArtifactAuthor(_680{???Y}, _694{???X}):-containsInformation(_680{???Y}, _708{???Z}), ~formulator(_708{???Z}, _694{???X})),
  14189. %     (formulator(_638{???Z}, _652{???X}):-containsInformation(_666{???Y}, _638{???Z}), informationArtifactAuthor(_666{???Y}, _652{???X}))
  14190. %   ].
  14191. % preview :-
  14192. %  
  14193. %   [ (informationArtifactAuthor(_686{???Y}, _714{???X}), ~formulator(_700{???Z}, _714{???X}), {is_unit(_700{???Z}, _686{???Y})}-> ~containsInformation(_686{???Y}, _700{???Z})),
  14194. %     (containsInformation(_644{???Y}, _672{???Z}), ~formulator(_672{???Z}, _658{???X}), {is_unit(_658{???X}, _644{???Y})}-> ~informationArtifactAuthor(_644{???Y}, _658{???X})),
  14195. %     (containsInformation(_630{???Y}, _602{???Z}), informationArtifactAuthor(_630{???Y}, _616{???X}), {is_unit(_616{???X}, _602{???Z})}==>formulator(_602{???Z}, _616{???X}))
  14196. %   ].
  14197. % conds= =>((name_variable(_668{???Y}, 'Y'), name_variable(_682{???Z}, 'Z'), name_variable(_696{???X}, 'X'), name_variable(_626{???Y}, 'Y'), name_variable(_640{???X}, 'X'), name_variable(_654{???Z}, 'Z'), name_variable(_612{???Y}, 'Y'), name_variable(_584{???Z}, 'Z'), name_variable(_598{???X}, 'X')), [(~containsInformation(_668{???Y}, _682{???Z})<-informationArtifactAuthor(_668{???Y}, _696{???X}), ~formulator(_682{???Z}, _696{???X}), {is_unit(_682{???Z}, _668{???Y})}),  (~informationArtifactAuthor(_626{???Y}, _640{???X})<-containsInformation(_626{???Y}, _654{???Z}), ~formulator(_654{???Z}, _640{???X}), {is_unit(_640{???X}, _626{???Y})}),  (containsInformation(_612{???Y}, _584{???Z}), informationArtifactAuthor(_612{???Y}, _598{???X}), {is_unit(_598{???X}, _584{???Z})}==>formulator(_584{???Z}, _598{???X}))]).
  14198.  
  14199.  
  14200. % ~containsInformation(_196{???Y}, _210{???Z}) :-
  14201. %   informationArtifactAuthor(_196{???Y}, _224{???X}),
  14202. %   ~formulator(_210{???Z}, _224{???X}).
  14203. % ~informationArtifactAuthor(_144{???Y}, _158{???X}) :-
  14204. %   containsInformation(_144{???Y}, _172{???Z}),
  14205. %   ~formulator(_172{???Z}, _158{???X}).
  14206. % formulator(_102{???Z}, _116{???X}) :-
  14207. %   containsInformation(_130{???Y}, _102{???Z}),
  14208. %   informationArtifactAuthor(_130{???Y}, _116{???X}).
  14209.  
  14210.  
  14211. % asserted_id(implies(and(containsInformation(Y, Z), formulator(Z, X)), informationArtifactAuthor(Y, X)), a309186(Y, Z, X)).
  14212. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  14213. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  14214.  kif:-all(_219352,all(_219372,all(_219392,implies(and(containsInformation(_219372,_219352),formulator(_219352,_219392)),informationArtifactAuthor(_219372,_219392)))))
  14215.  pkif:-all(_219298,all(_219318,all(_219338,=>(&(containsInformation(_219318,_219298),formulator(_219298,_219338)),informationArtifactAuthor(_219318,_219338)))))
  14216. % cnf :-
  14217. %   v(v(~containsInformation(_126{???Y}, _140{???Z}),
  14218. %       ~formulator(_140{???Z}, _154{???X})),
  14219. %     informationArtifactAuthor(_126{???Y}, _154{???X})).
  14220.  horn:-[(~containsInformation(_220314,_220328):-formulator(_220328,_220354),~informationArtifactAuthor(_220314,_220354)),(~formulator(_220400,_220414):-containsInformation(_220440,_220400),~informationArtifactAuthor(_220440,_220414)),(informationArtifactAuthor(_220482,_220496):-containsInformation(_220482,_220522),formulator(_220522,_220496))]
  14221. % boxlog :-
  14222. %  
  14223. %   [ (~containsInformation(_722{???Y}, _736{???Z}):-formulator(_736{???Z}, _750{???X}), ~informationArtifactAuthor(_722{???Y}, _750{???X})),
  14224. %     (~formulator(_680{???Z}, _694{???X}):-containsInformation(_708{???Y}, _680{???Z}), ~informationArtifactAuthor(_708{???Y}, _694{???X})),
  14225. %     (informationArtifactAuthor(_638{???Y}, _652{???X}):-containsInformation(_638{???Y}, _666{???Z}), formulator(_666{???Z}, _652{???X}))
  14226. %   ].
  14227. % preview :-
  14228. %  
  14229. %   [ (formulator(_700{???Z}, _714{???X}), ~informationArtifactAuthor(_686{???Y}, _714{???X}), {is_unit(_700{???Z}, _686{???Y})}-> ~containsInformation(_686{???Y}, _700{???Z})),
  14230. %     (containsInformation(_672{???Y}, _644{???Z}), ~informationArtifactAuthor(_672{???Y}, _658{???X}), {is_unit(_658{???X}, _644{???Z})}-> ~formulator(_644{???Z}, _658{???X})),
  14231. %     (containsInformation(_602{???Y}, _630{???Z}), formulator(_630{???Z}, _616{???X}), {is_unit(_616{???X}, _602{???Y})}==>informationArtifactAuthor(_602{???Y}, _616{???X}))
  14232. %   ].
  14233. % conds= =>((name_variable(_668{???Y}, 'Y'), name_variable(_682{???Z}, 'Z'), name_variable(_696{???X}, 'X'), name_variable(_626{???Z}, 'Z'), name_variable(_640{???X}, 'X'), name_variable(_654{???Y}, 'Y'), name_variable(_584{???Y}, 'Y'), name_variable(_612{???Z}, 'Z'), name_variable(_598{???X}, 'X')), [(~containsInformation(_668{???Y}, _682{???Z})<-formulator(_682{???Z}, _696{???X}), ~informationArtifactAuthor(_668{???Y}, _696{???X}), {is_unit(_682{???Z}, _668{???Y})}),  (~formulator(_626{???Z}, _640{???X})<-containsInformation(_654{???Y}, _626{???Z}), ~informationArtifactAuthor(_654{???Y}, _640{???X}), {is_unit(_640{???X}, _626{???Z})}),  (containsInformation(_584{???Y}, _612{???Z}), formulator(_612{???Z}, _598{???X}), {is_unit(_598{???X}, _584{???Y})}==>informationArtifactAuthor(_584{???Y}, _598{???X}))]).
  14234.  
  14235.  
  14236. % ~containsInformation(_196{???Y}, _210{???Z}) :-
  14237. %   formulator(_210{???Z}, _224{???X}),
  14238. %   ~informationArtifactAuthor(_196{???Y}, _224{???X}).
  14239. % ~formulator(_144{???Z}, _158{???X}) :-
  14240. %   containsInformation(_172{???Y}, _144{???Z}),
  14241. %   ~informationArtifactAuthor(_172{???Y}, _158{???X}).
  14242. % informationArtifactAuthor(_102{???Y}, _116{???X}) :-
  14243. %   containsInformation(_102{???Y}, _130{???Z}),
  14244. %   formulator(_130{???Z}, _116{???X}).
  14245.  
  14246.  
  14247. % asserted_id(implies(and(reproductionOf(SOURCE, ORIGINAL), visuallyDepicts(SOURCE, OBJ)), visuallyDepicts(ORIGINAL, OBJ)), a309187(SOURCE, ORIGINAL, OBJ)).
  14248. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  14249. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  14250.  kif:-all(_219508,all(_219528,all(_219548,implies(and(reproductionOf(_219508,_219528),visuallyDepicts(_219508,_219548)),visuallyDepicts(_219528,_219548)))))
  14251.  pkif:-all(_219454,all(_219474,all(_219494,=>(&(reproductionOf(_219454,_219474),visuallyDepicts(_219454,_219494)),visuallyDepicts(_219474,_219494)))))
  14252. % cnf :-
  14253. %   v(v(~reproductionOf(_126{???SOURCE}, _140{???ORIGINAL}),
  14254. %       ~visuallyDepicts(_126{???SOURCE}, _154{???OBJ})),
  14255. %     visuallyDepicts(_140{???ORIGINAL}, _154{???OBJ})).
  14256.  horn:-[(~reproductionOf(_220470,_220484):-visuallyDepicts(_220470,_220510),~visuallyDepicts(_220484,_220510)),(~visuallyDepicts(_220556,_220570):-reproductionOf(_220556,_220596),~visuallyDepicts(_220596,_220570)),(visuallyDepicts(_220638,_220652):-reproductionOf(_220678,_220638),visuallyDepicts(_220678,_220652))]
  14257. % boxlog :-
  14258. %  
  14259. %   [ (~reproductionOf(_722{???SOURCE}, _736{???ORIGINAL}):-visuallyDepicts(_722{???SOURCE}, _750{???OBJ}), ~visuallyDepicts(_736{???ORIGINAL}, _750{???OBJ})),
  14260. %     (~visuallyDepicts(_680{???SOURCE}, _694{???OBJ}):-reproductionOf(_680{???SOURCE}, _708{???ORIGINAL}), ~visuallyDepicts(_708{???ORIGINAL}, _694{???OBJ})),
  14261. %     (visuallyDepicts(_638{???ORIGINAL}, _652{???OBJ}):-reproductionOf(_666{???SOURCE}, _638{???ORIGINAL}), visuallyDepicts(_666{???SOURCE}, _652{???OBJ}))
  14262. %   ].
  14263. % preview :-
  14264. %  
  14265. %   [ (visuallyDepicts(_686{???SOURCE}, _714{???OBJ}), ~visuallyDepicts(_700{???ORIGINAL}, _714{???OBJ}), {is_unit(_700{???ORIGINAL}, _686{???SOURCE})}-> ~reproductionOf(_686{???SOURCE}, _700{???ORIGINAL})),
  14266. %     (reproductionOf(_644{???SOURCE}, _672{???ORIGINAL}), {avoidHeadLoop(visuallyDepicts(_672{???ORIGINAL}, _658{???OBJ}), visuallyDepicts(_644{???SOURCE}, _658{???OBJ}))}, ~visuallyDepicts(_672{???ORIGINAL}, _658{???OBJ}), {is_unit(_658{???OBJ}, _644{???SOURCE})}-> ~visuallyDepicts(_644{???SOURCE}, _658{???OBJ})),
  14267. %     (reproductionOf(_630{???SOURCE}, _602{???ORIGINAL}), visuallyDepicts(_630{???SOURCE}, _616{???OBJ}), {is_unit(_616{???OBJ}, _602{???ORIGINAL})}==>visuallyDepicts(_602{???ORIGINAL}, _616{???OBJ}))
  14268. %   ].
  14269. % conds= =>((name_variable(_668{???SOURCE}, 'SOURCE'), name_variable(_682{???ORIGINAL}, 'ORIGINAL'), name_variable(_696{???OBJ}, 'OBJ'), name_variable(_626{???SOURCE}, 'SOURCE'), name_variable(_640{???OBJ}, 'OBJ'), name_variable(_654{???ORIGINAL}, 'ORIGINAL'), name_variable(_612{???SOURCE}, 'SOURCE'), name_variable(_584{???ORIGINAL}, 'ORIGINAL'), name_variable(_598{???OBJ}, 'OBJ')), [(~reproductionOf(_668{???SOURCE}, _682{???ORIGINAL})<-visuallyDepicts(_668{???SOURCE}, _696{???OBJ}), ~visuallyDepicts(_682{???ORIGINAL}, _696{???OBJ}), {is_unit(_682{???ORIGINAL}, _668{???SOURCE})}),  (~visuallyDepicts(_626{???SOURCE}, _640{???OBJ})<-reproductionOf(_626{???SOURCE}, _654{???ORIGINAL}), {avoidHeadLoop(visuallyDepicts(_654{???ORIGINAL}, _640{???OBJ}), visuallyDepicts(_626{???SOURCE}, _640{???OBJ}))}, ~visuallyDepicts(_654{???ORIGINAL}, _640{???OBJ}), {is_unit(_640{???OBJ}, _626{???SOURCE})}),  (reproductionOf(_612{???SOURCE}, _584{???ORIGINAL}), visuallyDepicts(_612{???SOURCE}, _598{???OBJ}), {is_unit(_598{???OBJ}, _584{???ORIGINAL})}==>visuallyDepicts(_584{???ORIGINAL}, _598{???OBJ}))]).
  14270.  
  14271.  
  14272. % ~reproductionOf(_196{???SOURCE}, _210{???ORIGINAL}) :-
  14273. %   visuallyDepicts(_196{???SOURCE}, _224{???OBJ}),
  14274. %   ~visuallyDepicts(_210{???ORIGINAL}, _224{???OBJ}).
  14275. % ~visuallyDepicts(_144{???SOURCE}, _158{???OBJ}) :-
  14276. %   reproductionOf(_144{???SOURCE}, _172{???ORIGINAL}),
  14277. %   ~visuallyDepicts(_172{???ORIGINAL}, _158{???OBJ}).
  14278. % visuallyDepicts(_102{???ORIGINAL}, _116{???OBJ}) :-
  14279. %   reproductionOf(_130{???SOURCE}, _102{???ORIGINAL}),
  14280. %   visuallyDepicts(_130{???SOURCE}, _116{???OBJ}).
  14281.  
  14282.  
  14283. % asserted_id(implies(and(isa(X, actEnteringInfoIntoComputer), informationDestination(X, Y)), isa(Y, tObjectComputer)), a309189(X, Y)).
  14284. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  14285. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  14286.  kif:-all(_219592,all(_219612,implies(and(isa(_219592,actEnteringInfoIntoComputer),informationDestination(_219592,_219612)),isa(_219612,tObjectComputer))))
  14287.  pkif:-all(_219538,all(_219558,=>(&(isa(_219538,actEnteringInfoIntoComputer),informationDestination(_219538,_219558)),isa(_219558,tObjectComputer))))
  14288. % cnf :-
  14289. %   v(v(~isa(_126{???X}, actEnteringInfoIntoComputer),
  14290. %       ~informationDestination(_126{???X}, _140{???Y})),
  14291. %     isa(_140{???Y}, tObjectComputer)).
  14292.  horn:-[(~informationDestination(_220422,_220436):-isa(_220422,actEnteringInfoIntoComputer),~isa(_220436,tObjectComputer)),(~isa(_220494,actEnteringInfoIntoComputer):-informationDestination(_220494,_220520),~isa(_220520,tObjectComputer)),(isa(_220562,tObjectComputer):-isa(_220588,actEnteringInfoIntoComputer),informationDestination(_220588,_220562))]
  14293. % boxlog :-
  14294. %  
  14295. %   [ (~informationDestination(_640{???X}, _654{???Y}):-isa(_640{???X}, actEnteringInfoIntoComputer), ~isa(_654{???Y}, tObjectComputer)),
  14296. %     (~isa(_668{???X}, actEnteringInfoIntoComputer):-informationDestination(_668{???X}, _682{???Y}), ~isa(_682{???Y}, tObjectComputer)),
  14297. %     (isa(_612{???Y}, tObjectComputer):-isa(_626{???X}, actEnteringInfoIntoComputer), informationDestination(_626{???X}, _612{???Y}))
  14298. %   ].
  14299. % preview :-
  14300. %  
  14301. %   [ (isa(_604{???X}, actEnteringInfoIntoComputer), ~isa(_618{???Y}, tObjectComputer), {is_unit(_618{???Y}, _604{???X})}==> ~informationDestination(_604{???X}, _618{???Y})),
  14302. %     (informationDestination(_632{???X}, _646{???Y}), {avoidHeadLoop(isa(_646{???Y}, tObjectComputer), isa(_632{???X}, actEnteringInfoIntoComputer))}, ~isa(_646{???Y}, tObjectComputer), {is_unit(_632{???X})}-> ~isa(_632{???X}, actEnteringInfoIntoComputer)),
  14303. %     (isa(_590{???X}, actEnteringInfoIntoComputer), informationDestination(_590{???X}, _576{???Y}), {is_unit(_576{???Y})}==>isa(_576{???Y}, tObjectComputer))
  14304. %   ].
  14305. % conds= =>((name_variable(_586{???X}, 'X'), name_variable(_600{???Y}, 'Y'), name_variable(_614{???X}, 'X'), name_variable(_628{???Y}, 'Y'), name_variable(_572{???X}, 'X'), name_variable(_558{???Y}, 'Y')), [(isa(_586{???X}, actEnteringInfoIntoComputer), ~isa(_600{???Y}, tObjectComputer), {is_unit(_600{???Y}, _586{???X})}==> ~informationDestination(_586{???X}, _600{???Y})),  (~isa(_614{???X}, actEnteringInfoIntoComputer)<-informationDestination(_614{???X}, _628{???Y}), {avoidHeadLoop(isa(_628{???Y}, tObjectComputer), isa(_614{???X}, actEnteringInfoIntoComputer))}, ~isa(_628{???Y}, tObjectComputer), {is_unit(_614{???X})}),  (isa(_572{???X}, actEnteringInfoIntoComputer), informationDestination(_572{???X}, _558{???Y}), {is_unit(_558{???Y})}==>isa(_558{???Y}, tObjectComputer))]).
  14306.  
  14307.  
  14308. % ~informationDestination(_138{???X}, _152{???Y}) :-
  14309. %   isa(_138{???X}, actEnteringInfoIntoComputer),
  14310. %   ~isa(_152{???Y}, tObjectComputer).
  14311. % ~isa(_130{???X}, actEnteringInfoIntoComputer) :-
  14312. %   informationDestination(_130{???X}, _144{???Y}),
  14313. %   ~isa(_144{???Y}, tObjectComputer).
  14314. % isa(_102{???Y}, tObjectComputer) :-
  14315. %   isa(_116{???X}, actEnteringInfoIntoComputer),
  14316. %   informationDestination(_116{???X}, _102{???Y}).
  14317.  
  14318.  
  14319. % asserted_id(implies(and(isa(PASS, tObjectPassport), termOfUnit(PITOFIBO2962, uR(mtSchemaOfIBOFn, PASS))), isa(PITOFIBO2962, cwCredential)), a309190(PASS, PITOFIBO2962)).
  14320. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  14321. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  14322.  kif:-all(_219714,all(_219734,implies(and(isa(_219714,tObjectPassport),termOfUnit(_219734,uR(mtSchemaOfIBOFn,_219714))),isa(_219734,cwCredential))))
  14323.  pkif:-all(_219660,all(_219680,=>(&(isa(_219660,tObjectPassport),termOfUnit(_219680,uR(mtSchemaOfIBOFn,_219660))),isa(_219680,cwCredential))))
  14324. % cnf :-
  14325. %   v(v(~isa(_132{???PASS}, tObjectPassport),
  14326. %       ~termOfUnit(_146{???PITOFIBO2962}, uR(mtSchemaOfIBOFn, _132{???PASS}))),
  14327. %     isa(_146{???PITOFIBO2962}, cwCredential)).
  14328.  horn:-[(~isa(_220622,tObjectPassport):-termOfUnit(_220648,uR(mtSchemaOfIBOFn,_220622)),~isa(_220648,cwCredential)),(~termOfUnit(_220700,uR(mtSchemaOfIBOFn,_220720)):-isa(_220720,tObjectPassport),~isa(_220700,cwCredential)),(isa(_220774,cwCredential):-isa(_220800,tObjectPassport),termOfUnit(_220774,uR(mtSchemaOfIBOFn,_220800)))]
  14329. % boxlog :-
  14330. %  
  14331. %   [ (~isa(_692{???PASS}, tObjectPassport):-termOfUnit(_706{???PITOFIBO2962}, uR(mtSchemaOfIBOFn, _692{???PASS})), ~isa(_706{???PITOFIBO2962}, cwCredential)),
  14332. %     (~termOfUnit(_664{???PITOFIBO2962}, uR(mtSchemaOfIBOFn, _678{???PASS})):-isa(_678{???PASS}, tObjectPassport), ~isa(_664{???PITOFIBO2962}, cwCredential)),
  14333. %     (isa(_636{???PITOFIBO2962}, cwCredential):-isa(_650{???PASS}, tObjectPassport), termOfUnit(_636{???PITOFIBO2962}, uR(mtSchemaOfIBOFn, _650{???PASS})))
  14334. %   ].
  14335. % preview :-
  14336. %  
  14337. %   [ ({avoidHeadLoop(isa(_670{???PITOFIBO2962}, cwCredential), isa(_656{???PASS}, tObjectPassport))}, ~isa(_670{???PITOFIBO2962}, cwCredential), {is_unit(_656{???PASS})}-> ~isa(_656{???PASS}, tObjectPassport)),
  14338. %     (isa(_642{???PASS}, tObjectPassport), ~isa(_628{???PITOFIBO2962}, cwCredential), {is_unit(_642{???PASS}, _628{???PITOFIBO2962})}->different(_628{???PITOFIBO2962}, uR(mtSchemaOfIBOFn, _642{???PASS}))),
  14339. %     (isa(_614{???PASS}, tObjectPassport), {is_unit(_614{???PASS})}==>if_missing(isa(_600{???PITOFIBO2962}, cwCredential), isa(uR(mtSchemaOfIBOFn, _614{???PASS}), cwCredential)))
  14340. %   ].
  14341. % conds= =>((name_variable(_638{???PASS}, 'PASS'), name_variable(_652{???PITOFIBO2962}, 'PITOFIBO2962'), name_variable(_610{???PITOFIBO2962}, 'PITOFIBO2962'), name_variable(_624{???PASS}, 'PASS'), name_variable(_596{???PASS}, 'PASS'), name_variable(_582{???PITOFIBO2962}, 'PITOFIBO2962')), [(~isa(_638{???PASS}, tObjectPassport)<-{avoidHeadLoop(isa(_652{???PITOFIBO2962}, cwCredential), isa(_638{???PASS}, tObjectPassport))}, ~isa(_652{???PITOFIBO2962}, cwCredential), {is_unit(_638{???PASS})}),  (different(_610{???PITOFIBO2962}, uR(mtSchemaOfIBOFn, _624{???PASS}))<-isa(_624{???PASS}, tObjectPassport), ~isa(_610{???PITOFIBO2962}, cwCredential), {is_unit(_624{???PASS}, _610{???PITOFIBO2962})}),  (isa(_596{???PASS}, tObjectPassport), {is_unit(_596{???PASS})}==>if_missing(isa(_582{???PITOFIBO2962}, cwCredential), isa(uR(mtSchemaOfIBOFn, _596{???PASS}), cwCredential)))]).
  14342.  
  14343.  
  14344. % ~isa(_166{???PASS}, tObjectPassport) :-
  14345. %   termOfUnit(_180{???PITOFIBO2962}, uR(mtSchemaOfIBOFn, _166{???PASS})),
  14346. %   ~isa(_180{???PITOFIBO2962}, cwCredential).
  14347. % ~termOfUnit(_130{???PITOFIBO2962}, uR(mtSchemaOfIBOFn, _144{???PASS})) :-
  14348. %   isa(_144{???PASS}, tObjectPassport),
  14349. %   ~isa(_130{???PITOFIBO2962}, cwCredential).
  14350. % isa(_102{???PITOFIBO2962}, cwCredential) :-
  14351. %   isa(_116{???PASS}, tObjectPassport),
  14352. %   termOfUnit(_102{???PITOFIBO2962}, uR(mtSchemaOfIBOFn, _116{???PASS})).
  14353.  
  14354.  
  14355. % asserted_id(=>(and(isa(IBO, tPartiallyTangible), isa(IBO, tTextualMaterial), isa(IBO, tObjectArtifact)), implies(and(isa(IBO, tPartiallyTangible), isa(IBO, tTextualMaterial)), isa(IBO, tObjectArtifact))), a309191(IBO)).
  14356. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  14357. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  14358.  kif:-all(_219824,=>(and(isa(_219824,tPartiallyTangible),isa(_219824,tTextualMaterial),isa(_219824,tObjectArtifact)),implies(and(isa(_219824,tPartiallyTangible),isa(_219824,tTextualMaterial)),isa(_219824,tObjectArtifact))))
  14359.  pkif:-all(_219774,=>(&(isa(_219774,tPartiallyTangible),&(isa(_219774,tTextualMaterial),isa(_219774,tObjectArtifact))),=>(&(isa(_219774,tPartiallyTangible),isa(_219774,tTextualMaterial)),isa(_219774,tObjectArtifact))))
  14360. % cnf :-
  14361. %   v(v(~isa(_126{???IBO}, tPartiallyTangible),
  14362. %       v(~isa(_126{???IBO}, tTextualMaterial),
  14363. %         ~isa(_126{???IBO}, tObjectArtifact))),
  14364. %     v(v(~isa(_126{???IBO}, tPartiallyTangible),
  14365. %         ~isa(_126{???IBO}, tTextualMaterial)),
  14366. %       isa(_126{???IBO}, tObjectArtifact))).
  14367.  horn:-[(~isa(_221292,tTextualMaterial):-isa(_221292,tPartiallyTangible),isa(_221292,tObjectArtifact),~isa(_221292,tObjectArtifact)),(~isa(_221362,tPartiallyTangible):-isa(_221362,tTextualMaterial),isa(_221362,tObjectArtifact),~isa(_221362,tObjectArtifact)),(~isa(_221432,tObjectArtifact):-isa(_221432,tPartiallyTangible),isa(_221432,tTextualMaterial)),(isa(_221482,tObjectArtifact):-isa(_221482,tPartiallyTangible),isa(_221482,tTextualMaterial))]
  14368. % boxlog :-
  14369. %  
  14370. %   [ (~isa(_748{???IBO}, tTextualMaterial):-isa(_748{???IBO}, tPartiallyTangible), isa(_748{???IBO}, tObjectArtifact), ~isa(_748{???IBO}, tObjectArtifact)),
  14371. %     (~isa(_762{???IBO}, tPartiallyTangible):-isa(_762{???IBO}, tTextualMaterial), isa(_762{???IBO}, tObjectArtifact), ~isa(_762{???IBO}, tObjectArtifact)),
  14372. %     (~isa(_776{???IBO}, tObjectArtifact):-isa(_776{???IBO}, tPartiallyTangible), isa(_776{???IBO}, tTextualMaterial)),
  14373. %     (isa(_734{???IBO}, tObjectArtifact):-isa(_734{???IBO}, tPartiallyTangible), isa(_734{???IBO}, tTextualMaterial))
  14374. %   ].
  14375. % preview :-
  14376. %  
  14377. %   [ (isa(_712{???IBO}, tPartiallyTangible), isa(_712{???IBO}, tObjectArtifact), ~isa(_712{???IBO}, tObjectArtifact), {is_unit(_712{???IBO})}==> ~isa(_712{???IBO}, tTextualMaterial)),
  14378. %     (isa(_726{???IBO}, tTextualMaterial), isa(_726{???IBO}, tObjectArtifact), ~isa(_726{???IBO}, tObjectArtifact), {is_unit(_726{???IBO})}==> ~isa(_726{???IBO}, tPartiallyTangible)),
  14379. %     (isa(_740{???IBO}, tPartiallyTangible), isa(_740{???IBO}, tTextualMaterial), {is_unit(_740{???IBO})}==> ~isa(_740{???IBO}, tObjectArtifact)),
  14380. %     (isa(_698{???IBO}, tPartiallyTangible), isa(_698{???IBO}, tTextualMaterial), {is_unit(_698{???IBO})}==>isa(_698{???IBO}, tObjectArtifact))
  14381. %   ].
  14382. % conds= =>((name_variable(_694{???IBO}, 'IBO'), name_variable(_708{???IBO}, 'IBO'), name_variable(_722{???IBO}, 'IBO'), name_variable(_680{???IBO}, 'IBO')), [(isa(_694{???IBO}, tPartiallyTangible), isa(_694{???IBO}, tObjectArtifact), ~isa(_694{???IBO}, tObjectArtifact), {is_unit(_694{???IBO})}==> ~isa(_694{???IBO}, tTextualMaterial)),  (isa(_708{???IBO}, tTextualMaterial), isa(_708{???IBO}, tObjectArtifact), ~isa(_708{???IBO}, tObjectArtifact), {is_unit(_708{???IBO})}==> ~isa(_708{???IBO}, tPartiallyTangible)),  (isa(_722{???IBO}, tPartiallyTangible), isa(_722{???IBO}, tTextualMaterial), {is_unit(_722{???IBO})}==> ~isa(_722{???IBO}, tObjectArtifact)),  (isa(_680{???IBO}, tPartiallyTangible), isa(_680{???IBO}, tTextualMaterial), {is_unit(_680{???IBO})}==>isa(_680{???IBO}, tObjectArtifact))]).
  14383.  
  14384.  
  14385. % ~isa(_122{???IBO}, tTextualMaterial) :-
  14386. %   isa(_122{???IBO}, tPartiallyTangible),
  14387. %   isa(_122{???IBO}, tObjectArtifact),
  14388. %   ~isa(_122{???IBO}, tObjectArtifact).
  14389. % ~isa(_116{???IBO}, tPartiallyTangible) :-
  14390. %   isa(_116{???IBO}, tTextualMaterial),
  14391. %   isa(_116{???IBO}, tObjectArtifact),
  14392. %   ~isa(_116{???IBO}, tObjectArtifact).
  14393. % ~isa(_118{???IBO}, tObjectArtifact) :-
  14394. %   isa(_118{???IBO}, tPartiallyTangible),
  14395. %   isa(_118{???IBO}, tTextualMaterial).
  14396. % isa(_102{???IBO}, tObjectArtifact) :-
  14397. %   isa(_102{???IBO}, tPartiallyTangible),
  14398. %   isa(_102{???IBO}, tTextualMaterial).
  14399.  
  14400.  
  14401. % asserted_id(implies(and(products(AVC, AC), isa(AC, tObjectAudioClip)), isa(AVC, actMakingAnAudioRecording)), a309192(AVC, AC)).
  14402. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  14403. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  14404.  kif:-all(_219852,all(_219872,implies(and(products(_219872,_219852),isa(_219852,tObjectAudioClip)),isa(_219872,actMakingAnAudioRecording))))
  14405.  pkif:-all(_219798,all(_219818,=>(&(products(_219818,_219798),isa(_219798,tObjectAudioClip)),isa(_219818,actMakingAnAudioRecording))))
  14406. % cnf :-
  14407. %   v(v(~products(_126{???AVC}, _140{???AC}),
  14408. %       ~isa(_140{???AC}, tObjectAudioClip)),
  14409. %     isa(_126{???AVC}, actMakingAnAudioRecording)).
  14410.  horn:-[(~isa(_220682,tObjectAudioClip):-products(_220708,_220682),~isa(_220708,actMakingAnAudioRecording)),(~products(_220754,_220768):-isa(_220768,tObjectAudioClip),~isa(_220754,actMakingAnAudioRecording)),(isa(_220822,actMakingAnAudioRecording):-products(_220822,_220848),isa(_220848,tObjectAudioClip))]
  14411. % boxlog :-
  14412. %  
  14413. %   [ (~isa(_640{???AC}, tObjectAudioClip):-products(_654{???AVC}, _640{???AC}), ~isa(_654{???AVC}, actMakingAnAudioRecording)),
  14414. %     (~products(_668{???AVC}, _682{???AC}):-isa(_682{???AC}, tObjectAudioClip), ~isa(_668{???AVC}, actMakingAnAudioRecording)),
  14415. %     (isa(_612{???AVC}, actMakingAnAudioRecording):-products(_612{???AVC}, _626{???AC}), isa(_626{???AC}, tObjectAudioClip))
  14416. %   ].
  14417. % preview :-
  14418. %  
  14419. %   [ (products(_618{???AVC}, _604{???AC}), {avoidHeadLoop(isa(_618{???AVC}, actMakingAnAudioRecording), isa(_604{???AC}, tObjectAudioClip))}, ~isa(_618{???AVC}, actMakingAnAudioRecording), {is_unit(_604{???AC})}-> ~isa(_604{???AC}, tObjectAudioClip)),
  14420. %     (isa(_646{???AC}, tObjectAudioClip), ~isa(_632{???AVC}, actMakingAnAudioRecording), {is_unit(_646{???AC}, _632{???AVC})}-> ~products(_632{???AVC}, _646{???AC})),
  14421. %     (products(_576{???AVC}, _590{???AC}), isa(_590{???AC}, tObjectAudioClip), {is_unit(_576{???AVC})}==>isa(_576{???AVC}, actMakingAnAudioRecording))
  14422. %   ].
  14423. % conds= =>((name_variable(_586{???AC}, 'AC'), name_variable(_600{???AVC}, 'AVC'), name_variable(_614{???AVC}, 'AVC'), name_variable(_628{???AC}, 'AC'), name_variable(_558{???AVC}, 'AVC'), name_variable(_572{???AC}, 'AC')), [(~isa(_586{???AC}, tObjectAudioClip)<-products(_600{???AVC}, _586{???AC}), {avoidHeadLoop(isa(_600{???AVC}, actMakingAnAudioRecording), isa(_586{???AC}, tObjectAudioClip))}, ~isa(_600{???AVC}, actMakingAnAudioRecording), {is_unit(_586{???AC})}),  (~products(_614{???AVC}, _628{???AC})<-isa(_628{???AC}, tObjectAudioClip), ~isa(_614{???AVC}, actMakingAnAudioRecording), {is_unit(_628{???AC}, _614{???AVC})}),  (products(_558{???AVC}, _572{???AC}), isa(_572{???AC}, tObjectAudioClip), {is_unit(_558{???AVC})}==>isa(_558{???AVC}, actMakingAnAudioRecording))]).
  14424.  
  14425.  
  14426. % ~isa(_138{???AC}, tObjectAudioClip) :-
  14427. %   products(_152{???AVC}, _138{???AC}),
  14428. %   ~isa(_152{???AVC}, actMakingAnAudioRecording).
  14429. % ~products(_130{???AVC}, _144{???AC}) :-
  14430. %   isa(_144{???AC}, tObjectAudioClip),
  14431. %   ~isa(_130{???AVC}, actMakingAnAudioRecording).
  14432. % isa(_102{???AVC}, actMakingAnAudioRecording) :-
  14433. %   products(_102{???AVC}, _116{???AC}),
  14434. %   isa(_116{???AC}, tObjectAudioClip).
  14435.  
  14436.  
  14437. % asserted_id(implies(and(isa(PSC, mtProblemSolvingCntxt), ist(PSC, isa(A, cwAgreement))), genlMt(PSC, A)), a309197(PSC, A)).
  14438. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  14439. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  14440.  kif:-all(_219974,all(_219994,implies(and(isa(_219974,mtProblemSolvingCntxt),ist(_219974,isa(_219994,cwAgreement))),genlMt(_219974,_219994))))
  14441.  pkif:-all(_219920,all(_219940,=>(&(isa(_219920,mtProblemSolvingCntxt),ist(_219920,isa(_219940,cwAgreement))),genlMt(_219920,_219940))))
  14442. % cnf :-
  14443. %   v(v(~isa(_132{???PSC}, mtProblemSolvingCntxt),
  14444. %       ~ist(_132{???PSC}, isa(_146{???A}, cwAgreement))),
  14445. %     genlMt(_132{???PSC}, _146{???A})).
  14446.  horn:-[(~isa(_220882,mtProblemSolvingCntxt):-ist(_220882,isa(_220914,cwAgreement)),~genlMt(_220882,_220914)),(~ist(_220960,isa(_220980,cwAgreement)):-isa(_220960,mtProblemSolvingCntxt),~genlMt(_220960,_220980)),(genlMt(_221034,_221048):-isa(_221034,mtProblemSolvingCntxt),ist(_221034,isa(_221048,cwAgreement)))]
  14447. % boxlog :-
  14448. %  
  14449. %   [ (~isa(_692{???PSC}, mtProblemSolvingCntxt):-ist(_692{???PSC}, isa(_706{???A}, cwAgreement)), ~genlMt(_692{???PSC}, _706{???A})),
  14450. %     (~ist(_664{???PSC}, isa(_678{???A}, cwAgreement)):-isa(_664{???PSC}, mtProblemSolvingCntxt), ~genlMt(_664{???PSC}, _678{???A})),
  14451. %     (genlMt(_636{???PSC}, _650{???A}):-isa(_636{???PSC}, mtProblemSolvingCntxt), ist(_636{???PSC}, isa(_650{???A}, cwAgreement)))
  14452. %   ].
  14453. % preview :-
  14454. %  
  14455. %   [ (ist(_656{???PSC}, isa(_670{???A}, cwAgreement)), ~genlMt(_656{???PSC}, _670{???A}), {is_unit(_656{???PSC})}-> ~isa(_656{???PSC}, mtProblemSolvingCntxt)),
  14456. %     (isa(_628{???PSC}, mtProblemSolvingCntxt), ~genlMt(_628{???PSC}, _642{???A}), {is_unit(_642{???A}, _628{???PSC})}-> ~ist(_628{???PSC}, isa(_642{???A}, cwAgreement))),
  14457. %     (isa(_600{???PSC}, mtProblemSolvingCntxt), ist(_600{???PSC}, isa(_614{???A}, cwAgreement)), {is_unit(_614{???A}, _600{???PSC})}==>genlMt(_600{???PSC}, _614{???A}))
  14458. %   ].
  14459. % conds= =>((name_variable(_638{???PSC}, 'PSC'), name_variable(_652{???A}, 'A'), name_variable(_610{???PSC}, 'PSC'), name_variable(_624{???A}, 'A'), name_variable(_582{???PSC}, 'PSC'), name_variable(_596{???A}, 'A')), [(~isa(_638{???PSC}, mtProblemSolvingCntxt)<-ist(_638{???PSC}, isa(_652{???A}, cwAgreement)), ~genlMt(_638{???PSC}, _652{???A}), {is_unit(_638{???PSC})}),  (~ist(_610{???PSC}, isa(_624{???A}, cwAgreement))<-isa(_610{???PSC}, mtProblemSolvingCntxt), ~genlMt(_610{???PSC}, _624{???A}), {is_unit(_624{???A}, _610{???PSC})}),  (isa(_582{???PSC}, mtProblemSolvingCntxt), ist(_582{???PSC}, isa(_596{???A}, cwAgreement)), {is_unit(_596{???A}, _582{???PSC})}==>genlMt(_582{???PSC}, _596{???A}))]).
  14460.  
  14461.  
  14462. % ~isa(_166{???PSC}, mtProblemSolvingCntxt) :-
  14463. %   ist(_166{???PSC}, isa(_180{???A}, cwAgreement)),
  14464. %   ~genlMt(_166{???PSC}, _180{???A}).
  14465. % ~ist(_130{???PSC}, isa(_144{???A}, cwAgreement)) :-
  14466. %   isa(_130{???PSC}, mtProblemSolvingCntxt),
  14467. %   ~genlMt(_130{???PSC}, _144{???A}).
  14468. % genlMt(_102{???PSC}, _116{???A}) :-
  14469. %   isa(_102{???PSC}, mtProblemSolvingCntxt),
  14470. %   ist(_102{???PSC}, isa(_116{???A}, cwAgreement)).
  14471.  
  14472.  
  14473. % asserted_id(implies(and(isa(U, actInformationRecordingProcess), isa(V, iboInformationBearingObject), objectActedOn(U, V)), commitsForFutureUses(U, V)), a309200(U, V)).
  14474. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  14475. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  14476.  kif:-all(_220084,all(_220104,implies(and(isa(_220084,actInformationRecordingProcess),isa(_220104,iboInformationBearingObject),objectActedOn(_220084,_220104)),commitsForFutureUses(_220084,_220104))))
  14477.  pkif:-all(_220034,all(_220054,=>(&(isa(_220034,actInformationRecordingProcess),&(isa(_220054,iboInformationBearingObject),objectActedOn(_220034,_220054))),commitsForFutureUses(_220034,_220054))))
  14478. % cnf :-
  14479. %   v(v(~isa(_134{???U}, actInformationRecordingProcess),
  14480. %       v(~isa(_148{???V}, iboInformationBearingObject),
  14481. %         ~objectActedOn(_134{???U}, _148{???V}))),
  14482. %     commitsForFutureUses(_134{???U}, _148{???V})).
  14483.  horn:-[(~isa(_221386,iboInformationBearingObject):-isa(_221412,actInformationRecordingProcess),objectActedOn(_221412,_221386),~commitsForFutureUses(_221412,_221386)),(~isa(_221470,actInformationRecordingProcess):-isa(_221496,iboInformationBearingObject),objectActedOn(_221470,_221496),~commitsForFutureUses(_221470,_221496)),(~objectActedOn(_221554,_221568):-isa(_221554,actInformationRecordingProcess),isa(_221568,iboInformationBearingObject),~commitsForFutureUses(_221554,_221568)),(commitsForFutureUses(_221634,_221648):-isa(_221634,actInformationRecordingProcess),isa(_221648,iboInformationBearingObject),objectActedOn(_221634,_221648))]
  14484. % boxlog :-
  14485. %  
  14486. %   [ (~isa(_712{???V}, iboInformationBearingObject):-isa(_726{???U}, actInformationRecordingProcess), objectActedOn(_726{???U}, _712{???V}), ~commitsForFutureUses(_726{???U}, _712{???V})),
  14487. %     (~isa(_740{???U}, actInformationRecordingProcess):-isa(_754{???V}, iboInformationBearingObject), objectActedOn(_740{???U}, _754{???V}), ~commitsForFutureUses(_740{???U}, _754{???V})),
  14488. %     (~objectActedOn(_684{???U}, _698{???V}):-isa(_684{???U}, actInformationRecordingProcess), isa(_698{???V}, iboInformationBearingObject), ~commitsForFutureUses(_684{???U}, _698{???V})),
  14489. %     (commitsForFutureUses(_656{???U}, _670{???V}):-isa(_656{???U}, actInformationRecordingProcess), isa(_670{???V}, iboInformationBearingObject), objectActedOn(_656{???U}, _670{???V}))
  14490. %   ].
  14491. % preview :-
  14492. %  
  14493. %   [ ({avoidHeadLoop(isa(_690{???U}, actInformationRecordingProcess), isa(_676{???V}, iboInformationBearingObject))}, isa(_690{???U}, actInformationRecordingProcess), objectActedOn(_690{???U}, _676{???V}), ~commitsForFutureUses(_690{???U}, _676{???V}), {is_unit(_676{???V})}-> ~isa(_676{???V}, iboInformationBearingObject)),
  14494. %     ({avoidHeadLoop(isa(_718{???V}, iboInformationBearingObject), isa(_704{???U}, actInformationRecordingProcess))}, isa(_718{???V}, iboInformationBearingObject), objectActedOn(_704{???U}, _718{???V}), ~commitsForFutureUses(_704{???U}, _718{???V}), {is_unit(_704{???U})}-> ~isa(_704{???U}, actInformationRecordingProcess)),
  14495. %     (isa(_648{???U}, actInformationRecordingProcess), isa(_662{???V}, iboInformationBearingObject), ~commitsForFutureUses(_648{???U}, _662{???V}), {is_unit(_662{???V}, _648{???U})}==> ~objectActedOn(_648{???U}, _662{???V})),
  14496. %     (isa(_620{???U}, actInformationRecordingProcess), isa(_634{???V}, iboInformationBearingObject), objectActedOn(_620{???U}, _634{???V}), {is_unit(_634{???V}, _620{???U})}==>commitsForFutureUses(_620{???U}, _634{???V}))
  14497. %   ].
  14498. % conds= =>((name_variable(_658{???V}, 'V'), name_variable(_672{???U}, 'U'), name_variable(_686{???U}, 'U'), name_variable(_700{???V}, 'V'), name_variable(_630{???U}, 'U'), name_variable(_644{???V}, 'V'), name_variable(_602{???U}, 'U'), name_variable(_616{???V}, 'V')), [(~isa(_658{???V}, iboInformationBearingObject)<-{avoidHeadLoop(isa(_672{???U}, actInformationRecordingProcess), isa(_658{???V}, iboInformationBearingObject))}, isa(_672{???U}, actInformationRecordingProcess), objectActedOn(_672{???U}, _658{???V}), ~commitsForFutureUses(_672{???U}, _658{???V}), {is_unit(_658{???V})}),  (~isa(_686{???U}, actInformationRecordingProcess)<-{avoidHeadLoop(isa(_700{???V}, iboInformationBearingObject), isa(_686{???U}, actInformationRecordingProcess))}, isa(_700{???V}, iboInformationBearingObject), objectActedOn(_686{???U}, _700{???V}), ~commitsForFutureUses(_686{???U}, _700{???V}), {is_unit(_686{???U})}),  (isa(_630{???U}, actInformationRecordingProcess), isa(_644{???V}, iboInformationBearingObject), ~commitsForFutureUses(_630{???U}, _644{???V}), {is_unit(_644{???V}, _630{???U})}==> ~objectActedOn(_630{???U}, _644{???V})),  (isa(_602{???U}, actInformationRecordingProcess), isa(_616{???V}, iboInformationBearingObject), objectActedOn(_602{???U}, _616{???V}), {is_unit(_616{???V}, _602{???U})}==>commitsForFutureUses(_602{???U}, _616{???V}))]).
  14499.  
  14500.  
  14501. % ~isa(_166{???V}, iboInformationBearingObject) :-
  14502. %   isa(_180{???U}, actInformationRecordingProcess),
  14503. %   objectActedOn(_180{???U}, _166{???V}),
  14504. %   ~commitsForFutureUses(_180{???U}, _166{???V}).
  14505. % ~isa(_158{???U}, actInformationRecordingProcess) :-
  14506. %   isa(_172{???V}, iboInformationBearingObject),
  14507. %   objectActedOn(_158{???U}, _172{???V}),
  14508. %   ~commitsForFutureUses(_158{???U}, _172{???V}).
  14509. % ~objectActedOn(_130{???U}, _144{???V}) :-
  14510. %   isa(_130{???U}, actInformationRecordingProcess),
  14511. %   isa(_144{???V}, iboInformationBearingObject),
  14512. %   ~commitsForFutureUses(_130{???U}, _144{???V}).
  14513. % commitsForFutureUses(_102{???U}, _116{???V}) :-
  14514. %   isa(_102{???U}, actInformationRecordingProcess),
  14515. %   isa(_116{???V}, iboInformationBearingObject),
  14516. %   objectActedOn(_102{???U}, _116{???V}).
  14517.  
  14518.  
  14519. % asserted_id(implies(and(isa(U, actFillingOutAForm), isa(V, tTextualMaterial), objectActedOn(U, V)), objectOfStateChange(U, V)), a309201(U, V)).
  14520. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  14521. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  14522.  kif:-all(_220188,all(_220208,implies(and(isa(_220188,actFillingOutAForm),isa(_220208,tTextualMaterial),objectActedOn(_220188,_220208)),objectOfStateChange(_220188,_220208))))
  14523.  pkif:-all(_220138,all(_220158,=>(&(isa(_220138,actFillingOutAForm),&(isa(_220158,tTextualMaterial),objectActedOn(_220138,_220158))),objectOfStateChange(_220138,_220158))))
  14524. % cnf :-
  14525. %   v(v(~isa(_134{???U}, actFillingOutAForm),
  14526. %       v(~isa(_148{???V}, tTextualMaterial),
  14527. %         ~objectActedOn(_134{???U}, _148{???V}))),
  14528. %     objectOfStateChange(_134{???U}, _148{???V})).
  14529.  horn:-[(~isa(_221490,tTextualMaterial):-isa(_221516,actFillingOutAForm),objectActedOn(_221516,_221490),~objectOfStateChange(_221516,_221490)),(~isa(_221574,actFillingOutAForm):-isa(_221600,tTextualMaterial),objectActedOn(_221574,_221600),~objectOfStateChange(_221574,_221600)),(~objectActedOn(_221658,_221672):-isa(_221658,actFillingOutAForm),isa(_221672,tTextualMaterial),~objectOfStateChange(_221658,_221672)),(objectOfStateChange(_221738,_221752):-isa(_221738,actFillingOutAForm),isa(_221752,tTextualMaterial),objectActedOn(_221738,_221752))]
  14530. % boxlog :-
  14531. %  
  14532. %   [ (~isa(_712{???V}, tTextualMaterial):-isa(_726{???U}, actFillingOutAForm), objectActedOn(_726{???U}, _712{???V}), ~objectOfStateChange(_726{???U}, _712{???V})),
  14533. %     (~isa(_740{???U}, actFillingOutAForm):-isa(_754{???V}, tTextualMaterial), objectActedOn(_740{???U}, _754{???V}), ~objectOfStateChange(_740{???U}, _754{???V})),
  14534. %     (~objectActedOn(_684{???U}, _698{???V}):-isa(_684{???U}, actFillingOutAForm), isa(_698{???V}, tTextualMaterial), ~objectOfStateChange(_684{???U}, _698{???V})),
  14535. %     (objectOfStateChange(_656{???U}, _670{???V}):-isa(_656{???U}, actFillingOutAForm), isa(_670{???V}, tTextualMaterial), objectActedOn(_656{???U}, _670{???V}))
  14536. %   ].
  14537. % preview :-
  14538. %  
  14539. %   [ ({avoidHeadLoop(isa(_690{???U}, actFillingOutAForm), isa(_676{???V}, tTextualMaterial))}, isa(_690{???U}, actFillingOutAForm), objectActedOn(_690{???U}, _676{???V}), ~objectOfStateChange(_690{???U}, _676{???V}), {is_unit(_676{???V})}-> ~isa(_676{???V}, tTextualMaterial)),
  14540. %     ({avoidHeadLoop(isa(_718{???V}, tTextualMaterial), isa(_704{???U}, actFillingOutAForm))}, isa(_718{???V}, tTextualMaterial), objectActedOn(_704{???U}, _718{???V}), ~objectOfStateChange(_704{???U}, _718{???V}), {is_unit(_704{???U})}-> ~isa(_704{???U}, actFillingOutAForm)),
  14541. %     (isa(_648{???U}, actFillingOutAForm), isa(_662{???V}, tTextualMaterial), ~objectOfStateChange(_648{???U}, _662{???V}), {is_unit(_662{???V}, _648{???U})}==> ~objectActedOn(_648{???U}, _662{???V})),
  14542. %     (isa(_620{???U}, actFillingOutAForm), isa(_634{???V}, tTextualMaterial), objectActedOn(_620{???U}, _634{???V}), {is_unit(_634{???V}, _620{???U})}==>objectOfStateChange(_620{???U}, _634{???V}))
  14543. %   ].
  14544. % conds= =>((name_variable(_658{???V}, 'V'), name_variable(_672{???U}, 'U'), name_variable(_686{???U}, 'U'), name_variable(_700{???V}, 'V'), name_variable(_630{???U}, 'U'), name_variable(_644{???V}, 'V'), name_variable(_602{???U}, 'U'), name_variable(_616{???V}, 'V')), [(~isa(_658{???V}, tTextualMaterial)<-{avoidHeadLoop(isa(_672{???U}, actFillingOutAForm), isa(_658{???V}, tTextualMaterial))}, isa(_672{???U}, actFillingOutAForm), objectActedOn(_672{???U}, _658{???V}), ~objectOfStateChange(_672{???U}, _658{???V}), {is_unit(_658{???V})}),  (~isa(_686{???U}, actFillingOutAForm)<-{avoidHeadLoop(isa(_700{???V}, tTextualMaterial), isa(_686{???U}, actFillingOutAForm))}, isa(_700{???V}, tTextualMaterial), objectActedOn(_686{???U}, _700{???V}), ~objectOfStateChange(_686{???U}, _700{???V}), {is_unit(_686{???U})}),  (isa(_630{???U}, actFillingOutAForm), isa(_644{???V}, tTextualMaterial), ~objectOfStateChange(_630{???U}, _644{???V}), {is_unit(_644{???V}, _630{???U})}==> ~objectActedOn(_630{???U}, _644{???V})),  (isa(_602{???U}, actFillingOutAForm), isa(_616{???V}, tTextualMaterial), objectActedOn(_602{???U}, _616{???V}), {is_unit(_616{???V}, _602{???U})}==>objectOfStateChange(_602{???U}, _616{???V}))]).
  14545.  
  14546.  
  14547. % ~isa(_166{???V}, tTextualMaterial) :-
  14548. %   isa(_180{???U}, actFillingOutAForm),
  14549. %   objectActedOn(_180{???U}, _166{???V}),
  14550. %   ~objectOfStateChange(_180{???U}, _166{???V}).
  14551. % ~isa(_158{???U}, actFillingOutAForm) :-
  14552. %   isa(_172{???V}, tTextualMaterial),
  14553. %   objectActedOn(_158{???U}, _172{???V}),
  14554. %   ~objectOfStateChange(_158{???U}, _172{???V}).
  14555. % ~objectActedOn(_130{???U}, _144{???V}) :-
  14556. %   isa(_130{???U}, actFillingOutAForm),
  14557. %   isa(_144{???V}, tTextualMaterial),
  14558. %   ~objectOfStateChange(_130{???U}, _144{???V}).
  14559. % objectOfStateChange(_102{???U}, _116{???V}) :-
  14560. %   isa(_102{???U}, actFillingOutAForm),
  14561. %   isa(_116{???V}, tTextualMaterial),
  14562. %   objectActedOn(_102{???U}, _116{???V}).
  14563.  
  14564.  
  14565. % asserted_id(implies(and(isa(U, actFillingOutAForm), isa(V, tTextualMaterial), objectActedOn(U, V)), commitsForFutureUses(U, V)), a309202(U, V)).
  14566. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  14567. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  14568.  kif:-all(_220292,all(_220312,implies(and(isa(_220292,actFillingOutAForm),isa(_220312,tTextualMaterial),objectActedOn(_220292,_220312)),commitsForFutureUses(_220292,_220312))))
  14569.  pkif:-all(_220242,all(_220262,=>(&(isa(_220242,actFillingOutAForm),&(isa(_220262,tTextualMaterial),objectActedOn(_220242,_220262))),commitsForFutureUses(_220242,_220262))))
  14570. % cnf :-
  14571. %   v(v(~isa(_134{???U}, actFillingOutAForm),
  14572. %       v(~isa(_148{???V}, tTextualMaterial),
  14573. %         ~objectActedOn(_134{???U}, _148{???V}))),
  14574. %     commitsForFutureUses(_134{???U}, _148{???V})).
  14575.  horn:-[(~isa(_221594,tTextualMaterial):-isa(_221620,actFillingOutAForm),objectActedOn(_221620,_221594),~commitsForFutureUses(_221620,_221594)),(~isa(_221678,actFillingOutAForm):-isa(_221704,tTextualMaterial),objectActedOn(_221678,_221704),~commitsForFutureUses(_221678,_221704)),(~objectActedOn(_221762,_221776):-isa(_221762,actFillingOutAForm),isa(_221776,tTextualMaterial),~commitsForFutureUses(_221762,_221776)),(commitsForFutureUses(_221842,_221856):-isa(_221842,actFillingOutAForm),isa(_221856,tTextualMaterial),objectActedOn(_221842,_221856))]
  14576. % boxlog :-
  14577. %  
  14578. %   [ (~isa(_712{???V}, tTextualMaterial):-isa(_726{???U}, actFillingOutAForm), objectActedOn(_726{???U}, _712{???V}), ~commitsForFutureUses(_726{???U}, _712{???V})),
  14579. %     (~isa(_740{???U}, actFillingOutAForm):-isa(_754{???V}, tTextualMaterial), objectActedOn(_740{???U}, _754{???V}), ~commitsForFutureUses(_740{???U}, _754{???V})),
  14580. %     (~objectActedOn(_684{???U}, _698{???V}):-isa(_684{???U}, actFillingOutAForm), isa(_698{???V}, tTextualMaterial), ~commitsForFutureUses(_684{???U}, _698{???V})),
  14581. %     (commitsForFutureUses(_656{???U}, _670{???V}):-isa(_656{???U}, actFillingOutAForm), isa(_670{???V}, tTextualMaterial), objectActedOn(_656{???U}, _670{???V}))
  14582. %   ].
  14583. % preview :-
  14584. %  
  14585. %   [ ({avoidHeadLoop(isa(_690{???U}, actFillingOutAForm), isa(_676{???V}, tTextualMaterial))}, isa(_690{???U}, actFillingOutAForm), objectActedOn(_690{???U}, _676{???V}), ~commitsForFutureUses(_690{???U}, _676{???V}), {is_unit(_676{???V})}-> ~isa(_676{???V}, tTextualMaterial)),
  14586. %     ({avoidHeadLoop(isa(_718{???V}, tTextualMaterial), isa(_704{???U}, actFillingOutAForm))}, isa(_718{???V}, tTextualMaterial), objectActedOn(_704{???U}, _718{???V}), ~commitsForFutureUses(_704{???U}, _718{???V}), {is_unit(_704{???U})}-> ~isa(_704{???U}, actFillingOutAForm)),
  14587. %     (isa(_648{???U}, actFillingOutAForm), isa(_662{???V}, tTextualMaterial), ~commitsForFutureUses(_648{???U}, _662{???V}), {is_unit(_662{???V}, _648{???U})}==> ~objectActedOn(_648{???U}, _662{???V})),
  14588. %     (isa(_620{???U}, actFillingOutAForm), isa(_634{???V}, tTextualMaterial), objectActedOn(_620{???U}, _634{???V}), {is_unit(_634{???V}, _620{???U})}==>commitsForFutureUses(_620{???U}, _634{???V}))
  14589. %   ].
  14590. % conds= =>((name_variable(_658{???V}, 'V'), name_variable(_672{???U}, 'U'), name_variable(_686{???U}, 'U'), name_variable(_700{???V}, 'V'), name_variable(_630{???U}, 'U'), name_variable(_644{???V}, 'V'), name_variable(_602{???U}, 'U'), name_variable(_616{???V}, 'V')), [(~isa(_658{???V}, tTextualMaterial)<-{avoidHeadLoop(isa(_672{???U}, actFillingOutAForm), isa(_658{???V}, tTextualMaterial))}, isa(_672{???U}, actFillingOutAForm), objectActedOn(_672{???U}, _658{???V}), ~commitsForFutureUses(_672{???U}, _658{???V}), {is_unit(_658{???V})}),  (~isa(_686{???U}, actFillingOutAForm)<-{avoidHeadLoop(isa(_700{???V}, tTextualMaterial), isa(_686{???U}, actFillingOutAForm))}, isa(_700{???V}, tTextualMaterial), objectActedOn(_686{???U}, _700{???V}), ~commitsForFutureUses(_686{???U}, _700{???V}), {is_unit(_686{???U})}),  (isa(_630{???U}, actFillingOutAForm), isa(_644{???V}, tTextualMaterial), ~commitsForFutureUses(_630{???U}, _644{???V}), {is_unit(_644{???V}, _630{???U})}==> ~objectActedOn(_630{???U}, _644{???V})),  (isa(_602{???U}, actFillingOutAForm), isa(_616{???V}, tTextualMaterial), objectActedOn(_602{???U}, _616{???V}), {is_unit(_616{???V}, _602{???U})}==>commitsForFutureUses(_602{???U}, _616{???V}))]).
  14591.  
  14592.  
  14593. % ~isa(_166{???V}, tTextualMaterial) :-
  14594. %   isa(_180{???U}, actFillingOutAForm),
  14595. %   objectActedOn(_180{???U}, _166{???V}),
  14596. %   ~commitsForFutureUses(_180{???U}, _166{???V}).
  14597. % ~isa(_158{???U}, actFillingOutAForm) :-
  14598. %   isa(_172{???V}, tTextualMaterial),
  14599. %   objectActedOn(_158{???U}, _172{???V}),
  14600. %   ~commitsForFutureUses(_158{???U}, _172{???V}).
  14601. % ~objectActedOn(_130{???U}, _144{???V}) :-
  14602. %   isa(_130{???U}, actFillingOutAForm),
  14603. %   isa(_144{???V}, tTextualMaterial),
  14604. %   ~commitsForFutureUses(_130{???U}, _144{???V}).
  14605. % commitsForFutureUses(_102{???U}, _116{???V}) :-
  14606. %   isa(_102{???U}, actFillingOutAForm),
  14607. %   isa(_116{???V}, tTextualMaterial),
  14608. %   objectActedOn(_102{???U}, _116{???V}).
  14609.  
  14610.  
  14611. % asserted_id(implies(and(isa(FIL, actFillingOutAForm), objectActedOn(FIL, FOR)), isa(FOR, tObjectFormStandardizedIBO)), a309203(FIL, FOR)).
  14612. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  14613. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  14614.  kif:-all(_220372,all(_220392,implies(and(isa(_220372,actFillingOutAForm),objectActedOn(_220372,_220392)),isa(_220392,tObjectFormStandardizedIBO))))
  14615.  pkif:-all(_220318,all(_220338,=>(&(isa(_220318,actFillingOutAForm),objectActedOn(_220318,_220338)),isa(_220338,tObjectFormStandardizedIBO))))
  14616. % cnf :-
  14617. %   v(v(~isa(_126{???FIL}, actFillingOutAForm),
  14618. %       ~objectActedOn(_126{???FIL}, _140{???FOR})),
  14619. %     isa(_140{???FOR}, tObjectFormStandardizedIBO)).
  14620.  horn:-[(~isa(_221202,actFillingOutAForm):-objectActedOn(_221202,_221228),~isa(_221228,tObjectFormStandardizedIBO)),(~objectActedOn(_221274,_221288):-isa(_221274,actFillingOutAForm),~isa(_221288,tObjectFormStandardizedIBO)),(isa(_221342,tObjectFormStandardizedIBO):-isa(_221368,actFillingOutAForm),objectActedOn(_221368,_221342))]
  14621. % boxlog :-
  14622. %  
  14623. %   [ (~isa(_668{???FIL}, actFillingOutAForm):-objectActedOn(_668{???FIL}, _682{???FOR}), ~isa(_682{???FOR}, tObjectFormStandardizedIBO)),
  14624. %     (~objectActedOn(_640{???FIL}, _654{???FOR}):-isa(_640{???FIL}, actFillingOutAForm), ~isa(_654{???FOR}, tObjectFormStandardizedIBO)),
  14625. %     (isa(_612{???FOR}, tObjectFormStandardizedIBO):-isa(_626{???FIL}, actFillingOutAForm), objectActedOn(_626{???FIL}, _612{???FOR}))
  14626. %   ].
  14627. % preview :-
  14628. %  
  14629. %   [ (objectActedOn(_632{???FIL}, _646{???FOR}), {avoidHeadLoop(isa(_646{???FOR}, tObjectFormStandardizedIBO), isa(_632{???FIL}, actFillingOutAForm))}, ~isa(_646{???FOR}, tObjectFormStandardizedIBO), {is_unit(_632{???FIL})}-> ~isa(_632{???FIL}, actFillingOutAForm)),
  14630. %     (isa(_604{???FIL}, actFillingOutAForm), ~isa(_618{???FOR}, tObjectFormStandardizedIBO), {is_unit(_618{???FOR}, _604{???FIL})}==> ~objectActedOn(_604{???FIL}, _618{???FOR})),
  14631. %     (isa(_590{???FIL}, actFillingOutAForm), objectActedOn(_590{???FIL}, _576{???FOR}), {is_unit(_576{???FOR})}==>isa(_576{???FOR}, tObjectFormStandardizedIBO))
  14632. %   ].
  14633. % conds= =>((name_variable(_614{???FIL}, 'FIL'), name_variable(_628{???FOR}, 'FOR'), name_variable(_586{???FIL}, 'FIL'), name_variable(_600{???FOR}, 'FOR'), name_variable(_572{???FIL}, 'FIL'), name_variable(_558{???FOR}, 'FOR')), [(~isa(_614{???FIL}, actFillingOutAForm)<-objectActedOn(_614{???FIL}, _628{???FOR}), {avoidHeadLoop(isa(_628{???FOR}, tObjectFormStandardizedIBO), isa(_614{???FIL}, actFillingOutAForm))}, ~isa(_628{???FOR}, tObjectFormStandardizedIBO), {is_unit(_614{???FIL})}),  (isa(_586{???FIL}, actFillingOutAForm), ~isa(_600{???FOR}, tObjectFormStandardizedIBO), {is_unit(_600{???FOR}, _586{???FIL})}==> ~objectActedOn(_586{???FIL}, _600{???FOR})),  (isa(_572{???FIL}, actFillingOutAForm), objectActedOn(_572{???FIL}, _558{???FOR}), {is_unit(_558{???FOR})}==>isa(_558{???FOR}, tObjectFormStandardizedIBO))]).
  14634.  
  14635.  
  14636. % ~isa(_166{???FIL}, actFillingOutAForm) :-
  14637. %   objectActedOn(_166{???FIL}, _180{???FOR}),
  14638. %   ~isa(_180{???FOR}, tObjectFormStandardizedIBO).
  14639. % ~objectActedOn(_130{???FIL}, _144{???FOR}) :-
  14640. %   isa(_130{???FIL}, actFillingOutAForm),
  14641. %   ~isa(_144{???FOR}, tObjectFormStandardizedIBO).
  14642. % isa(_102{???FOR}, tObjectFormStandardizedIBO) :-
  14643. %   isa(_116{???FIL}, actFillingOutAForm),
  14644. %   objectActedOn(_116{???FIL}, _102{???FOR}).
  14645.  
  14646.  
  14647. % asserted_id(=>(isa(U, mobDoctorMedical), implies(isa(U, mobDoctorMedical), income(U, uU(vDollarsPerYearFn, [30000, 500000])))), a309206(U)).
  14648. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  14649. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  14650.  kif:-all(_220458,=>(isa(_220458,mobDoctorMedical),implies(isa(_220458,mobDoctorMedical),income(_220458,uU(vDollarsPerYearFn,[30000,500000])))))
  14651.  pkif:-all(_220404,=>(isa(_220404,mobDoctorMedical),=>(isa(_220404,mobDoctorMedical),income(_220404,uU(vDollarsPerYearFn,[30000,500000])))))
  14652. % cnf :-
  14653. %   v(~isa(_132{???U}, mobDoctorMedical),
  14654. %     v(~isa(_132{???U}, mobDoctorMedical),
  14655. %       income(_132{???U}, uU(vDollarsPerYearFn, [30000, 500000])))).
  14656.  horn:-[(~isa(_221196,mobDoctorMedical):- ~income(_221196,uU(vDollarsPerYearFn,[30000,500000]))),(income(_221238,uU(vDollarsPerYearFn,[30000,500000])):-isa(_221238,mobDoctorMedical))]
  14657. % boxlog :-
  14658. %  
  14659. %   [ (~isa(_9126{???U}, mobDoctorMedical):- ~income(_9126{???U}, uU(vDollarsPerYearFn, [30000, 500000]))),
  14660. %     (income(_9108{???U}, uU(vDollarsPerYearFn, [30000, 500000])):-isa(_9108{???U}, mobDoctorMedical))
  14661. %   ].
  14662. % preview :-
  14663. %  
  14664. %   [ (~income(_636{???U}, uU(vDollarsPerYearFn, [30000, 500000])), {is_unit(_636{???U})}==> ~isa(_636{???U}, mobDoctorMedical)),
  14665. %     (isa(_622{???U}, mobDoctorMedical), {is_unit(_622{???U})}==>income(_622{???U}, uU(vDollarsPerYearFn, [30000, 500000])))
  14666. %   ].
  14667. % conds= =>((name_variable(_618{???U}, 'U'), name_variable(_604{???U}, 'U')), [(~income(_618{???U}, uU(vDollarsPerYearFn, [30000, 500000])), {is_unit(_618{???U})}==> ~isa(_618{???U}, mobDoctorMedical)),  (isa(_604{???U}, mobDoctorMedical), {is_unit(_604{???U})}==>income(_604{???U}, uU(vDollarsPerYearFn, [30000, 500000])))]).
  14668.  
  14669.  
  14670. % ~isa(_116{???U}, mobDoctorMedical) :-
  14671. %   ~income(_116{???U}, uU(vDollarsPerYearFn, [30000, 500000])).
  14672. % income(_102{???U}, uU(vDollarsPerYearFn, [30000, 500000])) :-
  14673. %   isa(_102{???U}, mobDoctorMedical).
  14674.  
  14675.  
  14676. % asserted_id(implies(and(isa(U, mobCertifiedPublicAccountant), isa(CRED, cwCertifiedPublicAccountantCredential)), qualifications(U, CRED)), a309213(U, CRED)).
  14677. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  14678. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  14679.  kif:-all(_220528,all(_220548,implies(and(isa(_220528,mobCertifiedPublicAccountant),isa(_220548,cwCertifiedPublicAccountantCredential)),qualifications(_220528,_220548))))
  14680.  pkif:-all(_220474,all(_220494,=>(&(isa(_220474,mobCertifiedPublicAccountant),isa(_220494,cwCertifiedPublicAccountantCredential)),qualifications(_220474,_220494))))
  14681. % cnf :-
  14682. %   v(v(~isa(_126{???U}, mobCertifiedPublicAccountant),
  14683. %       ~isa(_140{???CRED}, cwCertifiedPublicAccountantCredential)),
  14684. %     qualifications(_126{???U}, _140{???CRED})).
  14685.  horn:-[(~isa(_221358,cwCertifiedPublicAccountantCredential):-isa(_221384,mobCertifiedPublicAccountant),~qualifications(_221384,_221358)),(~isa(_221430,mobCertifiedPublicAccountant):-isa(_221456,cwCertifiedPublicAccountantCredential),~qualifications(_221430,_221456)),(qualifications(_221498,_221512):-isa(_221498,mobCertifiedPublicAccountant),isa(_221512,cwCertifiedPublicAccountantCredential))]
  14686. % boxlog :-
  14687. %  
  14688. %   [ (~isa(_640{???CRED}, cwCertifiedPublicAccountantCredential):-isa(_654{???U}, mobCertifiedPublicAccountant), ~qualifications(_654{???U}, _640{???CRED})),
  14689. %     (~isa(_668{???U}, mobCertifiedPublicAccountant):-isa(_682{???CRED}, cwCertifiedPublicAccountantCredential), ~qualifications(_668{???U}, _682{???CRED})),
  14690. %     (qualifications(_612{???U}, _626{???CRED}):-isa(_612{???U}, mobCertifiedPublicAccountant), isa(_626{???CRED}, cwCertifiedPublicAccountantCredential))
  14691. %   ].
  14692. % preview :-
  14693. %  
  14694. %   [ ({avoidHeadLoop(isa(_618{???U}, mobCertifiedPublicAccountant), isa(_604{???CRED}, cwCertifiedPublicAccountantCredential))}, isa(_618{???U}, mobCertifiedPublicAccountant), ~qualifications(_618{???U}, _604{???CRED}), {is_unit(_604{???CRED})}-> ~isa(_604{???CRED}, cwCertifiedPublicAccountantCredential)),
  14695. %     ({avoidHeadLoop(isa(_646{???CRED}, cwCertifiedPublicAccountantCredential), isa(_632{???U}, mobCertifiedPublicAccountant))}, isa(_646{???CRED}, cwCertifiedPublicAccountantCredential), ~qualifications(_632{???U}, _646{???CRED}), {is_unit(_632{???U})}-> ~isa(_632{???U}, mobCertifiedPublicAccountant)),
  14696. %     (isa(_576{???U}, mobCertifiedPublicAccountant), isa(_590{???CRED}, cwCertifiedPublicAccountantCredential), {is_unit(_590{???CRED}, _576{???U})}==>qualifications(_576{???U}, _590{???CRED}))
  14697. %   ].
  14698. % conds= =>((name_variable(_586{???CRED}, 'CRED'), name_variable(_600{???U}, 'U'), name_variable(_614{???U}, 'U'), name_variable(_628{???CRED}, 'CRED'), name_variable(_558{???U}, 'U'), name_variable(_572{???CRED}, 'CRED')), [(~isa(_586{???CRED}, cwCertifiedPublicAccountantCredential)<-{avoidHeadLoop(isa(_600{???U}, mobCertifiedPublicAccountant), isa(_586{???CRED}, cwCertifiedPublicAccountantCredential))}, isa(_600{???U}, mobCertifiedPublicAccountant), ~qualifications(_600{???U}, _586{???CRED}), {is_unit(_586{???CRED})}),  (~isa(_614{???U}, mobCertifiedPublicAccountant)<-{avoidHeadLoop(isa(_628{???CRED}, cwCertifiedPublicAccountantCredential), isa(_614{???U}, mobCertifiedPublicAccountant))}, isa(_628{???CRED}, cwCertifiedPublicAccountantCredential), ~qualifications(_614{???U}, _628{???CRED}), {is_unit(_614{???U})}),  (isa(_558{???U}, mobCertifiedPublicAccountant), isa(_572{???CRED}, cwCertifiedPublicAccountantCredential), {is_unit(_572{???CRED}, _558{???U})}==>qualifications(_558{???U}, _572{???CRED}))]).
  14699.  
  14700.  
  14701. % ~isa(_138{???CRED}, cwCertifiedPublicAccountantCredential) :-
  14702. %   isa(_152{???U}, mobCertifiedPublicAccountant),
  14703. %   ~qualifications(_152{???U}, _138{???CRED}).
  14704. % ~isa(_130{???U}, mobCertifiedPublicAccountant) :-
  14705. %   isa(_144{???CRED}, cwCertifiedPublicAccountantCredential),
  14706. %   ~qualifications(_130{???U}, _144{???CRED}).
  14707. % qualifications(_102{???U}, _116{???CRED}) :-
  14708. %   isa(_102{???U}, mobCertifiedPublicAccountant),
  14709. %   isa(_116{???CRED}, cwCertifiedPublicAccountantCredential).
  14710.  
  14711.  
  14712. % asserted_id(implies(and(hasIssuedTo(PERSON, DEGREE), isa(DEGREE, cwDentalDegreeGeneric)), isa(PERSON, mobDentist)), a309214(PERSON, DEGREE)).
  14713. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  14714. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  14715.  kif:-all(_220632,all(_220652,implies(and(hasIssuedTo(_220652,_220632),isa(_220632,cwDentalDegreeGeneric)),isa(_220652,mobDentist))))
  14716.  pkif:-all(_220578,all(_220598,=>(&(hasIssuedTo(_220598,_220578),isa(_220578,cwDentalDegreeGeneric)),isa(_220598,mobDentist))))
  14717. % cnf :-
  14718. %   v(v(~hasIssuedTo(_126{???PERSON}, _140{???DEGREE}),
  14719. %       ~isa(_140{???DEGREE}, cwDentalDegreeGeneric)),
  14720. %     isa(_126{???PERSON}, mobDentist)).
  14721.  horn:-[(~hasIssuedTo(_221462,_221476):-isa(_221476,cwDentalDegreeGeneric),~isa(_221462,mobDentist)),(~isa(_221534,cwDentalDegreeGeneric):-hasIssuedTo(_221560,_221534),~isa(_221560,mobDentist)),(isa(_221602,mobDentist):-hasIssuedTo(_221602,_221628),isa(_221628,cwDentalDegreeGeneric))]
  14722. % boxlog :-
  14723. %  
  14724. %   [ (~hasIssuedTo(_668{???PERSON}, _682{???DEGREE}):-isa(_682{???DEGREE}, cwDentalDegreeGeneric), ~isa(_668{???PERSON}, mobDentist)),
  14725. %     (~isa(_640{???DEGREE}, cwDentalDegreeGeneric):-hasIssuedTo(_654{???PERSON}, _640{???DEGREE}), ~isa(_654{???PERSON}, mobDentist)),
  14726. %     (isa(_612{???PERSON}, mobDentist):-hasIssuedTo(_612{???PERSON}, _626{???DEGREE}), isa(_626{???DEGREE}, cwDentalDegreeGeneric))
  14727. %   ].
  14728. % preview :-
  14729. %  
  14730. %   [ (isa(_646{???DEGREE}, cwDentalDegreeGeneric), ~isa(_632{???PERSON}, mobDentist), {is_unit(_646{???DEGREE}, _632{???PERSON})}-> ~hasIssuedTo(_632{???PERSON}, _646{???DEGREE})),
  14731. %     (hasIssuedTo(_618{???PERSON}, _604{???DEGREE}), {avoidHeadLoop(isa(_618{???PERSON}, mobDentist), isa(_604{???DEGREE}, cwDentalDegreeGeneric))}, ~isa(_618{???PERSON}, mobDentist), {is_unit(_604{???DEGREE})}-> ~isa(_604{???DEGREE}, cwDentalDegreeGeneric)),
  14732. %     (hasIssuedTo(_576{???PERSON}, _590{???DEGREE}), isa(_590{???DEGREE}, cwDentalDegreeGeneric), {is_unit(_576{???PERSON})}==>isa(_576{???PERSON}, mobDentist))
  14733. %   ].
  14734. % conds= =>((name_variable(_614{???PERSON}, 'PERSON'), name_variable(_628{???DEGREE}, 'DEGREE'), name_variable(_586{???DEGREE}, 'DEGREE'), name_variable(_600{???PERSON}, 'PERSON'), name_variable(_558{???PERSON}, 'PERSON'), name_variable(_572{???DEGREE}, 'DEGREE')), [(~hasIssuedTo(_614{???PERSON}, _628{???DEGREE})<-isa(_628{???DEGREE}, cwDentalDegreeGeneric), ~isa(_614{???PERSON}, mobDentist), {is_unit(_628{???DEGREE}, _614{???PERSON})}),  (~isa(_586{???DEGREE}, cwDentalDegreeGeneric)<-hasIssuedTo(_600{???PERSON}, _586{???DEGREE}), {avoidHeadLoop(isa(_600{???PERSON}, mobDentist), isa(_586{???DEGREE}, cwDentalDegreeGeneric))}, ~isa(_600{???PERSON}, mobDentist), {is_unit(_586{???DEGREE})}),  (hasIssuedTo(_558{???PERSON}, _572{???DEGREE}), isa(_572{???DEGREE}, cwDentalDegreeGeneric), {is_unit(_558{???PERSON})}==>isa(_558{???PERSON}, mobDentist))]).
  14735.  
  14736.  
  14737. % ~hasIssuedTo(_166{???PERSON}, _180{???DEGREE}) :-
  14738. %   isa(_180{???DEGREE}, cwDentalDegreeGeneric),
  14739. %   ~isa(_166{???PERSON}, mobDentist).
  14740. % ~isa(_130{???DEGREE}, cwDentalDegreeGeneric) :-
  14741. %   hasIssuedTo(_144{???PERSON}, _130{???DEGREE}),
  14742. %   ~isa(_144{???PERSON}, mobDentist).
  14743. % isa(_102{???PERSON}, mobDentist) :-
  14744. %   hasIssuedTo(_102{???PERSON}, _116{???DEGREE}),
  14745. %   isa(_116{???DEGREE}, cwDentalDegreeGeneric).
  14746.  
  14747.  
  14748. % asserted_id(implies(and(resultGenl(FUNC, COL), equals(VALUE, u1(FUNC))), genls(VALUE, COL)), a309232(FUNC, COL, VALUE, ARGS)).
  14749. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  14750. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  14751.  kif:-all(_220872,all(_220892,all(_220912,implies(and(resultGenl(_220872,_220912),equals(_220892,u1(_220872))),genls(_220892,_220912)))))
  14752.  pkif:-all(_220818,all(_220838,all(_220858,=>(&(resultGenl(_220818,_220858),equals(_220838,u1(_220818))),genls(_220838,_220858)))))
  14753. % cnf :-
  14754. %   v(v(~resultGenl(_130{???FUNC}, _144{???COL}),
  14755. %       ~equals(_158{???VALUE}, u1(_130{???FUNC}))),
  14756. %     genls(_158{???VALUE}, _144{???COL})).
  14757.  horn:-[(~equals(_221886,u1(_221904)):-resultGenl(_221904,_221930),~genls(_221886,_221930)),(~resultGenl(_221976,_221990):-equals(_222016,u1(_221976)),~genls(_222016,_221990)),(genls(_222062,_222076):-resultGenl(_222102,_222076),equals(_222062,u1(_222102)))]
  14758. % boxlog :-
  14759. %  
  14760. %   [ (~equals(_696{???VALUE}, u1(_710{???FUNC})):-resultGenl(_710{???FUNC}, _724{???COL}), ~genls(_696{???VALUE}, _724{???COL})),
  14761. %     (~resultGenl(_738{???FUNC}, _752{???COL}):-equals(_766{???VALUE}, u1(_738{???FUNC})), ~genls(_766{???VALUE}, _752{???COL})),
  14762. %     (genls(_654{???VALUE}, _668{???COL}):-resultGenl(_682{???FUNC}, _668{???COL}), equals(_654{???VALUE}, u1(_682{???FUNC})))
  14763. %   ].
  14764. % preview :-
  14765. %  
  14766. %   [ (resultGenl(_674{???FUNC}, _688{???COL}), ~genls(_660{???VALUE}, _688{???COL}), {is_unit(_674{???FUNC}, _660{???VALUE})}->different(_660{???VALUE}, u1(_674{???FUNC}))),
  14767. %     (equals(_730{???VALUE}, u1(_702{???FUNC})), ~genls(_730{???VALUE}, _716{???COL}), {is_unit(_716{???COL}, _702{???FUNC})}-> ~resultGenl(_702{???FUNC}, _716{???COL})),
  14768. %     (resultGenl(_646{???FUNC}, _632{???COL}), equals(_618{???VALUE}, u1(_646{???FUNC})), {is_unit(_632{???COL}, _618{???VALUE})}==>genls(_618{???VALUE}, _632{???COL}))
  14769. %   ].
  14770. % conds= =>((name_variable(_642{???VALUE}, 'VALUE'), name_variable(_656{???FUNC}, 'FUNC'), name_variable(_670{???COL}, 'COL'), name_variable(_684{???FUNC}, 'FUNC'), name_variable(_698{???COL}, 'COL'), name_variable(_712{???VALUE}, 'VALUE'), name_variable(_628{???FUNC}, 'FUNC'), name_variable(_614{???COL}, 'COL'), name_variable(_600{???VALUE}, 'VALUE')), [(different(_642{???VALUE}, u1(_656{???FUNC}))<-resultGenl(_656{???FUNC}, _670{???COL}), ~genls(_642{???VALUE}, _670{???COL}), {is_unit(_656{???FUNC}, _642{???VALUE})}),  (~resultGenl(_684{???FUNC}, _698{???COL})<-equals(_712{???VALUE}, u1(_684{???FUNC})), ~genls(_712{???VALUE}, _698{???COL}), {is_unit(_698{???COL}, _684{???FUNC})}),  (resultGenl(_628{???FUNC}, _614{???COL}), equals(_600{???VALUE}, u1(_628{???FUNC})), {is_unit(_614{???COL}, _600{???VALUE})}==>genls(_600{???VALUE}, _614{???COL}))]).
  14771.  
  14772.  
  14773. % ~equals(_154{???VALUE}, u1(_168{???FUNC})) :-
  14774. %   resultGenl(_168{???FUNC}, _182{???COL}),
  14775. %   ~genls(_154{???VALUE}, _182{???COL}).
  14776. % ~resultGenl(_144{???FUNC}, _158{???COL}) :-
  14777. %   equals(_172{???VALUE}, u1(_144{???FUNC})),
  14778. %   ~genls(_172{???VALUE}, _158{???COL}).
  14779. % genls(_102{???VALUE}, _116{???COL}) :-
  14780. %   resultGenl(_130{???FUNC}, _116{???COL}),
  14781. %   equals(_102{???VALUE}, u1(_130{???FUNC})).
  14782.  
  14783.  
  14784. % asserted_id(implies(and(temporallySubsumes(LONG, SHORT), holdsIn(LONG, SENT)), holdsIn(SHORT, SENT)), a309264(LONG, SHORT, SENT)).
  14785. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  14786. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  14787.  kif:-all(_221016,all(_221036,all(_221056,implies(and(temporallySubsumes(_221016,_221036),holdsIn(_221016,_221056)),holdsIn(_221036,_221056)))))
  14788.  pkif:-all(_220962,all(_220982,all(_221002,=>(&(temporallySubsumes(_220962,_220982),holdsIn(_220962,_221002)),holdsIn(_220982,_221002)))))
  14789. % cnf :-
  14790. %   v(v(~temporallySubsumes(_126{???LONG}, _140{???SHORT}),
  14791. %       ~holdsIn(_126{???LONG}, _154{???SENT})),
  14792. %     holdsIn(_140{???SHORT}, _154{???SENT})).
  14793.  horn:-[(~holdsIn(_221978,_221992):-temporallySubsumes(_221978,_222018),~holdsIn(_222018,_221992)),(~temporallySubsumes(_222064,_222078):-holdsIn(_222064,_222104),~holdsIn(_222078,_222104)),(holdsIn(_222146,_222160):-temporallySubsumes(_222186,_222146),holdsIn(_222186,_222160))]
  14794. % boxlog :-
  14795. %  
  14796. %   [ (~holdsIn(_680{???LONG}, _694{???SENT}):-temporallySubsumes(_680{???LONG}, _708{???SHORT}), ~holdsIn(_708{???SHORT}, _694{???SENT})),
  14797. %     (~temporallySubsumes(_722{???LONG}, _736{???SHORT}):-holdsIn(_722{???LONG}, _750{???SENT}), ~holdsIn(_736{???SHORT}, _750{???SENT})),
  14798. %     (holdsIn(_638{???SHORT}, _652{???SENT}):-temporallySubsumes(_666{???LONG}, _638{???SHORT}), holdsIn(_666{???LONG}, _652{???SENT}))
  14799. %   ].
  14800. % preview :-
  14801. %  
  14802. %   [ (temporallySubsumes(_644{???LONG}, _672{???SHORT}), {avoidHeadLoop(holdsIn(_672{???SHORT}, _658{???SENT}), holdsIn(_644{???LONG}, _658{???SENT}))}, ~holdsIn(_672{???SHORT}, _658{???SENT}), {is_unit(_658{???SENT}, _644{???LONG})}-> ~holdsIn(_644{???LONG}, _658{???SENT})),
  14803. %     (holdsIn(_686{???LONG}, _714{???SENT}), ~holdsIn(_700{???SHORT}, _714{???SENT}), {is_unit(_700{???SHORT}, _686{???LONG})}-> ~temporallySubsumes(_686{???LONG}, _700{???SHORT})),
  14804. %     (temporallySubsumes(_630{???LONG}, _602{???SHORT}), holdsIn(_630{???LONG}, _616{???SENT}), {is_unit(_616{???SENT}, _602{???SHORT})}==>holdsIn(_602{???SHORT}, _616{???SENT}))
  14805. %   ].
  14806. % conds= =>((name_variable(_626{???LONG}, 'LONG'), name_variable(_640{???SENT}, 'SENT'), name_variable(_654{???SHORT}, 'SHORT'), name_variable(_668{???LONG}, 'LONG'), name_variable(_682{???SHORT}, 'SHORT'), name_variable(_696{???SENT}, 'SENT'), name_variable(_612{???LONG}, 'LONG'), name_variable(_584{???SHORT}, 'SHORT'), name_variable(_598{???SENT}, 'SENT')), [(~holdsIn(_626{???LONG}, _640{???SENT})<-temporallySubsumes(_626{???LONG}, _654{???SHORT}), {avoidHeadLoop(holdsIn(_654{???SHORT}, _640{???SENT}), holdsIn(_626{???LONG}, _640{???SENT}))}, ~holdsIn(_654{???SHORT}, _640{???SENT}), {is_unit(_640{???SENT}, _626{???LONG})}),  (~temporallySubsumes(_668{???LONG}, _682{???SHORT})<-holdsIn(_668{???LONG}, _696{???SENT}), ~holdsIn(_682{???SHORT}, _696{???SENT}), {is_unit(_682{???SHORT}, _668{???LONG})}),  (temporallySubsumes(_612{???LONG}, _584{???SHORT}), holdsIn(_612{???LONG}, _598{???SENT}), {is_unit(_598{???SENT}, _584{???SHORT})}==>holdsIn(_584{???SHORT}, _598{???SENT}))]).
  14807.  
  14808.  
  14809. % ~holdsIn(_154{???LONG}, _168{???SENT}) :-
  14810. %   temporallySubsumes(_154{???LONG}, _182{???SHORT}),
  14811. %   ~holdsIn(_182{???SHORT}, _168{???SENT}).
  14812. % ~temporallySubsumes(_144{???LONG}, _158{???SHORT}) :-
  14813. %   holdsIn(_144{???LONG}, _172{???SENT}),
  14814. %   ~holdsIn(_158{???SHORT}, _172{???SENT}).
  14815. % holdsIn(_102{???SHORT}, _116{???SENT}) :-
  14816. %   temporallySubsumes(_130{???LONG}, _102{???SHORT}),
  14817. %   holdsIn(_130{???LONG}, _116{???SENT}).
  14818.  
  14819.  
  14820. % asserted_id(implies(and(temporallySubsumes(TIME1, TIME2), holdsIn(TIME1, near(X1, Y1))), holdsIn(TIME2, near(X1, Y1))), a309265(TIME1, TIME2, X1, Y1)).
  14821. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  14822. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  14823.  kif:-all(_221280,all(_221300,all(_221320,all(_221340,implies(and(temporallySubsumes(_221280,_221300),holdsIn(_221280,near(_221320,_221340))),holdsIn(_221300,near(_221320,_221340)))))))
  14824.  pkif:-all(_221226,all(_221246,all(_221266,all(_221286,=>(&(temporallySubsumes(_221226,_221246),holdsIn(_221226,near(_221266,_221286))),holdsIn(_221246,near(_221266,_221286)))))))
  14825. % cnf :-
  14826. %   v(v(~temporallySubsumes(_138{???TIME1}, _152{???TIME2}),
  14827. %       ~holdsIn(_138{???TIME1}, near(_166{???X1}, _180{???Y1}))),
  14828. %     holdsIn(_152{???TIME2}, near(_166{???X1}, _180{???Y1}))).
  14829.  horn:-[(~holdsIn(_222530,near(_222550,_222564)):-temporallySubsumes(_222530,_222590),~holdsIn(_222590,near(_222550,_222564))),(~temporallySubsumes(_222642,_222656):-holdsIn(_222642,near(_222688,_222702)),~holdsIn(_222656,near(_222688,_222702))),(holdsIn(_222750,near(_222770,_222784)):-temporallySubsumes(_222810,_222750),holdsIn(_222810,near(_222770,_222784)))]
  14830. % boxlog :-
  14831. %  
  14832. %   [ (~holdsIn(_768{???TIME1}, near(_782{???X1}, _796{???Y1})):-temporallySubsumes(_768{???TIME1}, _810{???TIME2}), ~holdsIn(_810{???TIME2}, near(_782{???X1}, _796{???Y1}))),
  14833. %     (~temporallySubsumes(_824{???TIME1}, _838{???TIME2}):-holdsIn(_824{???TIME1}, near(_852{???X1}, _866{???Y1})), ~holdsIn(_838{???TIME2}, near(_852{???X1}, _866{???Y1}))),
  14834. %     (holdsIn(_712{???TIME2}, near(_726{???X1}, _740{???Y1})):-temporallySubsumes(_754{???TIME1}, _712{???TIME2}), holdsIn(_754{???TIME1}, near(_726{???X1}, _740{???Y1})))
  14835. %   ].
  14836. % preview :-
  14837. %  
  14838. %   [ (temporallySubsumes(_732{???TIME1}, _774{???TIME2}), {avoidHeadLoop(holdsIn(_774{???TIME2}, near(_746{???X1}, _760{???Y1})), holdsIn(_732{???TIME1}, near(_746{???X1}, _760{???Y1})))}, ~holdsIn(_774{???TIME2}, near(_746{???X1}, _760{???Y1})), {is_unit(_760{???Y1}, _746{???X1}, _732{???TIME1})}-> ~holdsIn(_732{???TIME1}, near(_746{???X1}, _760{???Y1}))),
  14839. %     (holdsIn(_788{???TIME1}, near(_816{???X1}, _830{???Y1})), ~holdsIn(_802{???TIME2}, near(_816{???X1}, _830{???Y1})), {is_unit(_802{???TIME2}, _788{???TIME1})}-> ~temporallySubsumes(_788{???TIME1}, _802{???TIME2})),
  14840. %     (temporallySubsumes(_718{???TIME1}, _676{???TIME2}), holdsIn(_718{???TIME1}, near(_690{???X1}, _704{???Y1})), {is_unit(_704{???Y1}, _690{???X1}, _676{???TIME2})}==>holdsIn(_676{???TIME2}, near(_690{???X1}, _704{???Y1})))
  14841. %   ].
  14842. % conds= =>((name_variable(_714{???TIME1}, 'TIME1'), name_variable(_728{???X1}, 'X1'), name_variable(_742{???Y1}, 'Y1'), name_variable(_756{???TIME2}, 'TIME2'), name_variable(_770{???TIME1}, 'TIME1'), name_variable(_784{???TIME2}, 'TIME2'), name_variable(_798{???X1}, 'X1'), name_variable(_812{???Y1}, 'Y1'), name_variable(_700{???TIME1}, 'TIME1'), name_variable(_658{???TIME2}, 'TIME2'), name_variable(_672{???X1}, 'X1'), name_variable(_686{???Y1}, 'Y1')), [(~holdsIn(_714{???TIME1}, near(_728{???X1}, _742{???Y1}))<-temporallySubsumes(_714{???TIME1}, _756{???TIME2}), {avoidHeadLoop(holdsIn(_756{???TIME2}, near(_728{???X1}, _742{???Y1})), holdsIn(_714{???TIME1}, near(_728{???X1}, _742{???Y1})))}, ~holdsIn(_756{???TIME2}, near(_728{???X1}, _742{???Y1})), {is_unit(_742{???Y1}, _728{???X1}, _714{???TIME1})}),  (~temporallySubsumes(_770{???TIME1}, _784{???TIME2})<-holdsIn(_770{???TIME1}, near(_798{???X1}, _812{???Y1})), ~holdsIn(_784{???TIME2}, near(_798{???X1}, _812{???Y1})), {is_unit(_784{???TIME2}, _770{???TIME1})}),  (temporallySubsumes(_700{???TIME1}, _658{???TIME2}), holdsIn(_700{???TIME1}, near(_672{???X1}, _686{???Y1})), {is_unit(_686{???Y1}, _672{???X1}, _658{???TIME2})}==>holdsIn(_658{???TIME2}, near(_672{???X1}, _686{???Y1})))]).
  14843.  
  14844.  
  14845. % ~holdsIn(_170{???TIME1}, near(_184{???X1}, _198{???Y1})) :-
  14846. %   temporallySubsumes(_170{???TIME1}, _212{???TIME2}),
  14847. %   ~holdsIn(_212{???TIME2}, near(_184{???X1}, _198{???Y1})).
  14848. % ~temporallySubsumes(_158{???TIME1}, _172{???TIME2}) :-
  14849. %   holdsIn(_158{???TIME1}, near(_186{???X1}, _200{???Y1})),
  14850. %   ~holdsIn(_172{???TIME2}, near(_186{???X1}, _200{???Y1})).
  14851. % holdsIn(_102{???TIME2}, near(_116{???X1}, _130{???Y1})) :-
  14852. %   temporallySubsumes(_144{???TIME1}, _102{???TIME2}),
  14853. %   holdsIn(_144{???TIME1}, near(_116{???X1}, _130{???Y1})).
  14854.  
  14855.  
  14856. % asserted_id(implies(and(isa(TEST, actCavityXRayTest), objectTested(TEST, TOOTH), holdsIn(TEST, containsCavityWithWalls(TOOTH, CAVITY))), booleanResult(TEST, vTrue)), a309266(TEST, TOOTH, CAVITY)).
  14857. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  14858. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  14859.  kif:-all(_221422,all(_221442,all(_221462,implies(and(isa(_221422,actCavityXRayTest),objectTested(_221422,_221442),holdsIn(_221422,containsCavityWithWalls(_221442,_221462))),booleanResult(_221422,vTrue)))))
  14860.  pkif:-all(_221372,all(_221392,all(_221412,=>(&(isa(_221372,actCavityXRayTest),&(objectTested(_221372,_221392),holdsIn(_221372,containsCavityWithWalls(_221392,_221412)))),booleanResult(_221372,vTrue)))))
  14861. % cnf :-
  14862. %   v(v(~isa(_140{???TEST}, actCavityXRayTest),
  14863. %       v(~objectTested(_140{???TEST}, _154{???TOOTH}),
  14864. %         ~holdsIn(_140{???TEST}, containsCavityWithWalls(_154{???TOOTH}, _168{???CAVITY})))),
  14865. %     booleanResult(_140{???TEST}, vTrue)).
  14866.  horn:-[(~holdsIn(_223000,containsCavityWithWalls(_223020,_223034)):-isa(_223000,actCavityXRayTest),objectTested(_223000,_223020),~booleanResult(_223000,vTrue)),(~isa(_223104,actCavityXRayTest):-objectTested(_223104,_223130),holdsIn(_223104,containsCavityWithWalls(_223130,_223162)),~booleanResult(_223104,vTrue)),(~objectTested(_223208,_223222):-isa(_223208,actCavityXRayTest),holdsIn(_223208,containsCavityWithWalls(_223222,_223266)),~booleanResult(_223208,vTrue)),(booleanResult(_223308,vTrue):-isa(_223308,actCavityXRayTest),objectTested(_223308,_223346),holdsIn(_223308,containsCavityWithWalls(_223346,_223372)))]
  14867. % boxlog :-
  14868. %  
  14869. %   [ (~holdsIn(_748{???TEST}, containsCavityWithWalls(_762{???TOOTH}, _776{???CAVITY})):-isa(_748{???TEST}, actCavityXRayTest), objectTested(_748{???TEST}, _762{???TOOTH}), ~booleanResult(_748{???TEST}, vTrue)),
  14870. %     (~isa(_832{???TEST}, actCavityXRayTest):-objectTested(_832{???TEST}, _846{???TOOTH}), holdsIn(_832{???TEST}, containsCavityWithWalls(_846{???TOOTH}, _860{???CAVITY})), ~booleanResult(_832{???TEST}, vTrue)),
  14871. %     (~objectTested(_790{???TEST}, _804{???TOOTH}):-isa(_790{???TEST}, actCavityXRayTest), holdsIn(_790{???TEST}, containsCavityWithWalls(_804{???TOOTH}, _818{???CAVITY})), ~booleanResult(_790{???TEST}, vTrue)),
  14872. %     (booleanResult(_706{???TEST}, vTrue):-isa(_706{???TEST}, actCavityXRayTest), objectTested(_706{???TEST}, _720{???TOOTH}), holdsIn(_706{???TEST}, containsCavityWithWalls(_720{???TOOTH}, _734{???CAVITY})))
  14873. %   ].
  14874. % preview :-
  14875. %  
  14876. %   [ (isa(_712{???TEST}, actCavityXRayTest), objectTested(_712{???TEST}, _726{???TOOTH}), ~booleanResult(_712{???TEST}, vTrue), {is_unit(_726{???TOOTH}, _712{???TEST})}-> ~holdsIn(_712{???TEST}, containsCavityWithWalls(_726{???TOOTH}, _740{???CAVITY}))),
  14877. %     (objectTested(_796{???TEST}, _810{???TOOTH}), holdsIn(_796{???TEST}, containsCavityWithWalls(_810{???TOOTH}, _824{???CAVITY})), ~booleanResult(_796{???TEST}, vTrue), {is_unit(_796{???TEST})}-> ~isa(_796{???TEST}, actCavityXRayTest)),
  14878. %     (isa(_754{???TEST}, actCavityXRayTest), holdsIn(_754{???TEST}, containsCavityWithWalls(_768{???TOOTH}, _782{???CAVITY})), ~booleanResult(_754{???TEST}, vTrue), {is_unit(_768{???TOOTH}, _754{???TEST})}-> ~objectTested(_754{???TEST}, _768{???TOOTH})),
  14879. %     (isa(_670{???TEST}, actCavityXRayTest), objectTested(_670{???TEST}, _684{???TOOTH}), holdsIn(_670{???TEST}, containsCavityWithWalls(_684{???TOOTH}, _698{???CAVITY})), {is_unit(_670{???TEST})}==>booleanResult(_670{???TEST}, vTrue))
  14880. %   ].
  14881. % conds= =>((name_variable(_694{???TEST}, 'TEST'), name_variable(_708{???TOOTH}, 'TOOTH'), name_variable(_722{???CAVITY}, 'CAVITY'), name_variable(_778{???TEST}, 'TEST'), name_variable(_792{???TOOTH}, 'TOOTH'), name_variable(_806{???CAVITY}, 'CAVITY'), name_variable(_736{???TEST}, 'TEST'), name_variable(_750{???TOOTH}, 'TOOTH'), name_variable(_764{???CAVITY}, 'CAVITY'), name_variable(_652{???TEST}, 'TEST'), name_variable(_666{???TOOTH}, 'TOOTH'), name_variable(_680{???CAVITY}, 'CAVITY')), [(~holdsIn(_694{???TEST}, containsCavityWithWalls(_708{???TOOTH}, _722{???CAVITY}))<-isa(_694{???TEST}, actCavityXRayTest), objectTested(_694{???TEST}, _708{???TOOTH}), ~booleanResult(_694{???TEST}, vTrue), {is_unit(_708{???TOOTH}, _694{???TEST})}),  (~isa(_778{???TEST}, actCavityXRayTest)<-objectTested(_778{???TEST}, _792{???TOOTH}), holdsIn(_778{???TEST}, containsCavityWithWalls(_792{???TOOTH}, _806{???CAVITY})), ~booleanResult(_778{???TEST}, vTrue), {is_unit(_778{???TEST})}),  (~objectTested(_736{???TEST}, _750{???TOOTH})<-isa(_736{???TEST}, actCavityXRayTest), holdsIn(_736{???TEST}, containsCavityWithWalls(_750{???TOOTH}, _764{???CAVITY})), ~booleanResult(_736{???TEST}, vTrue), {is_unit(_750{???TOOTH}, _736{???TEST})}),  (isa(_652{???TEST}, actCavityXRayTest), objectTested(_652{???TEST}, _666{???TOOTH}), holdsIn(_652{???TEST}, containsCavityWithWalls(_666{???TOOTH}, _680{???CAVITY})), {is_unit(_652{???TEST})}==>booleanResult(_652{???TEST}, vTrue))]).
  14882.  
  14883.  
  14884. % ~holdsIn(_154{???TEST}, containsCavityWithWalls(_168{???TOOTH}, _182{???CAVITY})) :-
  14885. %   isa(_154{???TEST}, actCavityXRayTest),
  14886. %   objectTested(_154{???TEST}, _168{???TOOTH}),
  14887. %   ~booleanResult(_154{???TEST}, vTrue).
  14888. % ~isa(_186{???TEST}, actCavityXRayTest) :-
  14889. %   objectTested(_186{???TEST}, _200{???TOOTH}),
  14890. %   holdsIn(_186{???TEST},
  14891. %       containsCavityWithWalls(_200{???TOOTH}, _214{???CAVITY})),
  14892. %   ~booleanResult(_186{???TEST}, vTrue).
  14893. % ~objectTested(_144{???TEST}, _158{???TOOTH}) :-
  14894. %   isa(_144{???TEST}, actCavityXRayTest),
  14895. %   holdsIn(_144{???TEST},
  14896. %       containsCavityWithWalls(_158{???TOOTH}, _172{???CAVITY})),
  14897. %   ~booleanResult(_144{???TEST}, vTrue).
  14898. % booleanResult(_102{???TEST}, vTrue) :-
  14899. %   isa(_102{???TEST}, actCavityXRayTest),
  14900. %   objectTested(_102{???TEST}, _116{???TOOTH}),
  14901. %   holdsIn(_102{???TEST},
  14902. %       containsCavityWithWalls(_116{???TOOTH}, _130{???CAVITY})).
  14903.  
  14904.  
  14905. % asserted_id(implies(and(isa(X, eventSummerSeason), eventOccursAt(X, U), hasClimateType(U, eventHumidContinentalClimateCycle)), holdsIn(X, dailyLowTemperature(U, vCool))), a309267(X, U)).
  14906. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  14907. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  14908.  kif:-all(_221506,all(_221526,implies(and(isa(_221506,eventSummerSeason),eventOccursAt(_221506,_221526),hasClimateType(_221526,eventHumidContinentalClimateCycle)),holdsIn(_221506,dailyLowTemperature(_221526,vCool)))))
  14909.  pkif:-all(_221456,all(_221476,=>(&(isa(_221456,eventSummerSeason),&(eventOccursAt(_221456,_221476),hasClimateType(_221476,eventHumidContinentalClimateCycle))),holdsIn(_221456,dailyLowTemperature(_221476,vCool)))))
  14910. % cnf :-
  14911. %   v(v(~isa(_140{???X}, eventSummerSeason),
  14912. %       v(~eventOccursAt(_140{???X}, _154{???U}),
  14913. %         ~hasClimateType(_154{???U}, eventHumidContinentalClimateCycle))),
  14914. %     holdsIn(_140{???X}, dailyLowTemperature(_154{???U}, vCool))).
  14915.  horn:-[(~eventOccursAt(_222910,_222924):-isa(_222910,eventSummerSeason),hasClimateType(_222924,eventHumidContinentalClimateCycle),~holdsIn(_222910,dailyLowTemperature(_222924,vCool))),(~hasClimateType(_223000,eventHumidContinentalClimateCycle):-isa(_223026,eventSummerSeason),eventOccursAt(_223026,_223000),~holdsIn(_223026,dailyLowTemperature(_223000,vCool))),(~isa(_223090,eventSummerSeason):-eventOccursAt(_223090,_223116),hasClimateType(_223116,eventHumidContinentalClimateCycle),~holdsIn(_223090,dailyLowTemperature(_223116,vCool))),(holdsIn(_223176,dailyLowTemperature(_223196,vCool)):-isa(_223176,eventSummerSeason),eventOccursAt(_223176,_223196),hasClimateType(_223196,eventHumidContinentalClimateCycle))]
  14916. % boxlog :-
  14917. %  
  14918. %   [ (~eventOccursAt(_736{???X}, _750{???U}):-isa(_736{???X}, eventSummerSeason), hasClimateType(_750{???U}, eventHumidContinentalClimateCycle), ~holdsIn(_736{???X}, dailyLowTemperature(_750{???U}, vCool))),
  14919. %     (~hasClimateType(_708{???U}, eventHumidContinentalClimateCycle):-isa(_722{???X}, eventSummerSeason), eventOccursAt(_722{???X}, _708{???U}), ~holdsIn(_722{???X}, dailyLowTemperature(_708{???U}, vCool))),
  14920. %     (~isa(_764{???X}, eventSummerSeason):-eventOccursAt(_764{???X}, _778{???U}), hasClimateType(_778{???U}, eventHumidContinentalClimateCycle), ~holdsIn(_764{???X}, dailyLowTemperature(_778{???U}, vCool))),
  14921. %     (holdsIn(_680{???X}, dailyLowTemperature(_694{???U}, vCool)):-isa(_680{???X}, eventSummerSeason), eventOccursAt(_680{???X}, _694{???U}), hasClimateType(_694{???U}, eventHumidContinentalClimateCycle))
  14922. %   ].
  14923. % preview :-
  14924. %  
  14925. %   [ (isa(_700{???X}, eventSummerSeason), hasClimateType(_714{???U}, eventHumidContinentalClimateCycle), ~holdsIn(_700{???X}, dailyLowTemperature(_714{???U}, vCool)), {is_unit(_714{???U}, _700{???X})}==> ~eventOccursAt(_700{???X}, _714{???U})),
  14926. %     (isa(_686{???X}, eventSummerSeason), eventOccursAt(_686{???X}, _672{???U}), ~holdsIn(_686{???X}, dailyLowTemperature(_672{???U}, vCool)), {is_unit(_672{???U})}-> ~hasClimateType(_672{???U}, eventHumidContinentalClimateCycle)),
  14927. %     (eventOccursAt(_728{???X}, _742{???U}), hasClimateType(_742{???U}, eventHumidContinentalClimateCycle), ~holdsIn(_728{???X}, dailyLowTemperature(_742{???U}, vCool)), {is_unit(_728{???X})}-> ~isa(_728{???X}, eventSummerSeason)),
  14928. %     (isa(_644{???X}, eventSummerSeason), eventOccursAt(_644{???X}, _658{???U}), hasClimateType(_658{???U}, eventHumidContinentalClimateCycle), {is_unit(_658{???U}, _644{???X})}==>holdsIn(_644{???X}, dailyLowTemperature(_658{???U}, vCool)))
  14929. %   ].
  14930. % conds= =>((name_variable(_682{???X}, 'X'), name_variable(_696{???U}, 'U'), name_variable(_654{???U}, 'U'), name_variable(_668{???X}, 'X'), name_variable(_710{???X}, 'X'), name_variable(_724{???U}, 'U'), name_variable(_626{???X}, 'X'), name_variable(_640{???U}, 'U')), [(isa(_682{???X}, eventSummerSeason), hasClimateType(_696{???U}, eventHumidContinentalClimateCycle), ~holdsIn(_682{???X}, dailyLowTemperature(_696{???U}, vCool)), {is_unit(_696{???U}, _682{???X})}==> ~eventOccursAt(_682{???X}, _696{???U})),  (~hasClimateType(_654{???U}, eventHumidContinentalClimateCycle)<-isa(_668{???X}, eventSummerSeason), eventOccursAt(_668{???X}, _654{???U}), ~holdsIn(_668{???X}, dailyLowTemperature(_654{???U}, vCool)), {is_unit(_654{???U})}),  (~isa(_710{???X}, eventSummerSeason)<-eventOccursAt(_710{???X}, _724{???U}), hasClimateType(_724{???U}, eventHumidContinentalClimateCycle), ~holdsIn(_710{???X}, dailyLowTemperature(_724{???U}, vCool)), {is_unit(_710{???X})}),  (isa(_626{???X}, eventSummerSeason), eventOccursAt(_626{???X}, _640{???U}), hasClimateType(_640{???U}, eventHumidContinentalClimateCycle), {is_unit(_640{???U}, _626{???X})}==>holdsIn(_626{???X}, dailyLowTemperature(_640{???U}, vCool)))]).
  14931.  
  14932.  
  14933. % ~eventOccursAt(_166{???X}, _180{???U}) :-
  14934. %   isa(_166{???X}, eventSummerSeason),
  14935. %   hasClimateType(_180{???U}, eventHumidContinentalClimateCycle),
  14936. %   ~holdsIn(_166{???X}, dailyLowTemperature(_180{???U}, vCool)).
  14937. % ~hasClimateType(_130{???U}, eventHumidContinentalClimateCycle) :-
  14938. %   isa(_144{???X}, eventSummerSeason),
  14939. %   eventOccursAt(_144{???X}, _130{???U}),
  14940. %   ~holdsIn(_144{???X}, dailyLowTemperature(_130{???U}, vCool)).
  14941. % ~isa(_134{???X}, eventSummerSeason) :-
  14942. %   eventOccursAt(_134{???X}, _148{???U}),
  14943. %   hasClimateType(_148{???U}, eventHumidContinentalClimateCycle),
  14944. %   ~holdsIn(_134{???X}, dailyLowTemperature(_148{???U}, vCool)).
  14945. % holdsIn(_102{???X}, dailyLowTemperature(_116{???U}, vCool)) :-
  14946. %   isa(_102{???X}, eventSummerSeason),
  14947. %   eventOccursAt(_102{???X}, _116{???U}),
  14948. %   hasClimateType(_116{???U}, eventHumidContinentalClimateCycle).
  14949.  
  14950.  
  14951. % asserted_id(implies(and(isa(X, eventSummerSeason), eventOccursAt(X, U), hasClimateType(U, eventHumidSubtropicalClimateCycle)), holdsIn(X, dailyLowTemperature(U, vWarm))), a309268(X, U)).
  14952. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  14953. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  14954.  kif:-all(_221610,all(_221630,implies(and(isa(_221610,eventSummerSeason),eventOccursAt(_221610,_221630),hasClimateType(_221630,eventHumidSubtropicalClimateCycle)),holdsIn(_221610,dailyLowTemperature(_221630,vWarm)))))
  14955.  pkif:-all(_221560,all(_221580,=>(&(isa(_221560,eventSummerSeason),&(eventOccursAt(_221560,_221580),hasClimateType(_221580,eventHumidSubtropicalClimateCycle))),holdsIn(_221560,dailyLowTemperature(_221580,vWarm)))))
  14956. % cnf :-
  14957. %   v(v(~isa(_140{???X}, eventSummerSeason),
  14958. %       v(~eventOccursAt(_140{???X}, _154{???U}),
  14959. %         ~hasClimateType(_154{???U}, eventHumidSubtropicalClimateCycle))),
  14960. %     holdsIn(_140{???X}, dailyLowTemperature(_154{???U}, vWarm))).
  14961.  horn:-[(~eventOccursAt(_223014,_223028):-isa(_223014,eventSummerSeason),hasClimateType(_223028,eventHumidSubtropicalClimateCycle),~holdsIn(_223014,dailyLowTemperature(_223028,vWarm))),(~hasClimateType(_223104,eventHumidSubtropicalClimateCycle):-isa(_223130,eventSummerSeason),eventOccursAt(_223130,_223104),~holdsIn(_223130,dailyLowTemperature(_223104,vWarm))),(~isa(_223194,eventSummerSeason):-eventOccursAt(_223194,_223220),hasClimateType(_223220,eventHumidSubtropicalClimateCycle),~holdsIn(_223194,dailyLowTemperature(_223220,vWarm))),(holdsIn(_223280,dailyLowTemperature(_223300,vWarm)):-isa(_223280,eventSummerSeason),eventOccursAt(_223280,_223300),hasClimateType(_223300,eventHumidSubtropicalClimateCycle))]
  14962. % boxlog :-
  14963. %  
  14964. %   [ (~eventOccursAt(_736{???X}, _750{???U}):-isa(_736{???X}, eventSummerSeason), hasClimateType(_750{???U}, eventHumidSubtropicalClimateCycle), ~holdsIn(_736{???X}, dailyLowTemperature(_750{???U}, vWarm))),
  14965. %     (~hasClimateType(_708{???U}, eventHumidSubtropicalClimateCycle):-isa(_722{???X}, eventSummerSeason), eventOccursAt(_722{???X}, _708{???U}), ~holdsIn(_722{???X}, dailyLowTemperature(_708{???U}, vWarm))),
  14966. %     (~isa(_764{???X}, eventSummerSeason):-eventOccursAt(_764{???X}, _778{???U}), hasClimateType(_778{???U}, eventHumidSubtropicalClimateCycle), ~holdsIn(_764{???X}, dailyLowTemperature(_778{???U}, vWarm))),
  14967. %     (holdsIn(_680{???X}, dailyLowTemperature(_694{???U}, vWarm)):-isa(_680{???X}, eventSummerSeason), eventOccursAt(_680{???X}, _694{???U}), hasClimateType(_694{???U}, eventHumidSubtropicalClimateCycle))
  14968. %   ].
  14969. % preview :-
  14970. %  
  14971. %   [ (isa(_700{???X}, eventSummerSeason), hasClimateType(_714{???U}, eventHumidSubtropicalClimateCycle), ~holdsIn(_700{???X}, dailyLowTemperature(_714{???U}, vWarm)), {is_unit(_714{???U}, _700{???X})}==> ~eventOccursAt(_700{???X}, _714{???U})),
  14972. %     (isa(_686{???X}, eventSummerSeason), eventOccursAt(_686{???X}, _672{???U}), ~holdsIn(_686{???X}, dailyLowTemperature(_672{???U}, vWarm)), {is_unit(_672{???U})}-> ~hasClimateType(_672{???U}, eventHumidSubtropicalClimateCycle)),
  14973. %     (eventOccursAt(_728{???X}, _742{???U}), hasClimateType(_742{???U}, eventHumidSubtropicalClimateCycle), ~holdsIn(_728{???X}, dailyLowTemperature(_742{???U}, vWarm)), {is_unit(_728{???X})}-> ~isa(_728{???X}, eventSummerSeason)),
  14974. %     (isa(_644{???X}, eventSummerSeason), eventOccursAt(_644{???X}, _658{???U}), hasClimateType(_658{???U}, eventHumidSubtropicalClimateCycle), {is_unit(_658{???U}, _644{???X})}==>holdsIn(_644{???X}, dailyLowTemperature(_658{???U}, vWarm)))
  14975. %   ].
  14976. % conds= =>((name_variable(_682{???X}, 'X'), name_variable(_696{???U}, 'U'), name_variable(_654{???U}, 'U'), name_variable(_668{???X}, 'X'), name_variable(_710{???X}, 'X'), name_variable(_724{???U}, 'U'), name_variable(_626{???X}, 'X'), name_variable(_640{???U}, 'U')), [(isa(_682{???X}, eventSummerSeason), hasClimateType(_696{???U}, eventHumidSubtropicalClimateCycle), ~holdsIn(_682{???X}, dailyLowTemperature(_696{???U}, vWarm)), {is_unit(_696{???U}, _682{???X})}==> ~eventOccursAt(_682{???X}, _696{???U})),  (~hasClimateType(_654{???U}, eventHumidSubtropicalClimateCycle)<-isa(_668{???X}, eventSummerSeason), eventOccursAt(_668{???X}, _654{???U}), ~holdsIn(_668{???X}, dailyLowTemperature(_654{???U}, vWarm)), {is_unit(_654{???U})}),  (~isa(_710{???X}, eventSummerSeason)<-eventOccursAt(_710{???X}, _724{???U}), hasClimateType(_724{???U}, eventHumidSubtropicalClimateCycle), ~holdsIn(_710{???X}, dailyLowTemperature(_724{???U}, vWarm)), {is_unit(_710{???X})}),  (isa(_626{???X}, eventSummerSeason), eventOccursAt(_626{???X}, _640{???U}), hasClimateType(_640{???U}, eventHumidSubtropicalClimateCycle), {is_unit(_640{???U}, _626{???X})}==>holdsIn(_626{???X}, dailyLowTemperature(_640{???U}, vWarm)))]).
  14977.  
  14978.  
  14979. % ~eventOccursAt(_166{???X}, _180{???U}) :-
  14980. %   isa(_166{???X}, eventSummerSeason),
  14981. %   hasClimateType(_180{???U}, eventHumidSubtropicalClimateCycle),
  14982. %   ~holdsIn(_166{???X}, dailyLowTemperature(_180{???U}, vWarm)).
  14983. % ~hasClimateType(_130{???U}, eventHumidSubtropicalClimateCycle) :-
  14984. %   isa(_144{???X}, eventSummerSeason),
  14985. %   eventOccursAt(_144{???X}, _130{???U}),
  14986. %   ~holdsIn(_144{???X}, dailyLowTemperature(_130{???U}, vWarm)).
  14987. % ~isa(_134{???X}, eventSummerSeason) :-
  14988. %   eventOccursAt(_134{???X}, _148{???U}),
  14989. %   hasClimateType(_148{???U}, eventHumidSubtropicalClimateCycle),
  14990. %   ~holdsIn(_134{???X}, dailyLowTemperature(_148{???U}, vWarm)).
  14991. % holdsIn(_102{???X}, dailyLowTemperature(_116{???U}, vWarm)) :-
  14992. %   isa(_102{???X}, eventSummerSeason),
  14993. %   eventOccursAt(_102{???X}, _116{???U}),
  14994. %   hasClimateType(_116{???U}, eventHumidSubtropicalClimateCycle).
  14995.  
  14996.  
  14997. % asserted_id(implies(and(isa(X, eventSummerSeason), eventOccursAt(X, U), hasClimateType(U, eventTaigaClimateCycle)), holdsIn(X, dailyLowTemperature(U, vModeratelyCold))), a309269(X, U)).
  14998. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  14999. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  15000.  kif:-all(_221714,all(_221734,implies(and(isa(_221714,eventSummerSeason),eventOccursAt(_221714,_221734),hasClimateType(_221734,eventTaigaClimateCycle)),holdsIn(_221714,dailyLowTemperature(_221734,vModeratelyCold)))))
  15001.  pkif:-all(_221664,all(_221684,=>(&(isa(_221664,eventSummerSeason),&(eventOccursAt(_221664,_221684),hasClimateType(_221684,eventTaigaClimateCycle))),holdsIn(_221664,dailyLowTemperature(_221684,vModeratelyCold)))))
  15002. % cnf :-
  15003. %   v(v(~isa(_140{???X}, eventSummerSeason),
  15004. %       v(~eventOccursAt(_140{???X}, _154{???U}),
  15005. %         ~hasClimateType(_154{???U}, eventTaigaClimateCycle))),
  15006. %     holdsIn(_140{???X}, dailyLowTemperature(_154{???U}, vModeratelyCold))).
  15007.  horn:-[(~eventOccursAt(_223118,_223132):-isa(_223118,eventSummerSeason),hasClimateType(_223132,eventTaigaClimateCycle),~holdsIn(_223118,dailyLowTemperature(_223132,vModeratelyCold))),(~hasClimateType(_223208,eventTaigaClimateCycle):-isa(_223234,eventSummerSeason),eventOccursAt(_223234,_223208),~holdsIn(_223234,dailyLowTemperature(_223208,vModeratelyCold))),(~isa(_223298,eventSummerSeason):-eventOccursAt(_223298,_223324),hasClimateType(_223324,eventTaigaClimateCycle),~holdsIn(_223298,dailyLowTemperature(_223324,vModeratelyCold))),(holdsIn(_223384,dailyLowTemperature(_223404,vModeratelyCold)):-isa(_223384,eventSummerSeason),eventOccursAt(_223384,_223404),hasClimateType(_223404,eventTaigaClimateCycle))]
  15008. % boxlog :-
  15009. %  
  15010. %   [ (~eventOccursAt(_736{???X}, _750{???U}):-isa(_736{???X}, eventSummerSeason), hasClimateType(_750{???U}, eventTaigaClimateCycle), ~holdsIn(_736{???X}, dailyLowTemperature(_750{???U}, vModeratelyCold))),
  15011. %     (~hasClimateType(_708{???U}, eventTaigaClimateCycle):-isa(_722{???X}, eventSummerSeason), eventOccursAt(_722{???X}, _708{???U}), ~holdsIn(_722{???X}, dailyLowTemperature(_708{???U}, vModeratelyCold))),
  15012. %     (~isa(_764{???X}, eventSummerSeason):-eventOccursAt(_764{???X}, _778{???U}), hasClimateType(_778{???U}, eventTaigaClimateCycle), ~holdsIn(_764{???X}, dailyLowTemperature(_778{???U}, vModeratelyCold))),
  15013. %     (holdsIn(_680{???X}, dailyLowTemperature(_694{???U}, vModeratelyCold)):-isa(_680{???X}, eventSummerSeason), eventOccursAt(_680{???X}, _694{???U}), hasClimateType(_694{???U}, eventTaigaClimateCycle))
  15014. %   ].
  15015. % preview :-
  15016. %  
  15017. %   [ (isa(_700{???X}, eventSummerSeason), hasClimateType(_714{???U}, eventTaigaClimateCycle), ~holdsIn(_700{???X}, dailyLowTemperature(_714{???U}, vModeratelyCold)), {is_unit(_714{???U}, _700{???X})}==> ~eventOccursAt(_700{???X}, _714{???U})),
  15018. %     (isa(_686{???X}, eventSummerSeason), eventOccursAt(_686{???X}, _672{???U}), ~holdsIn(_686{???X}, dailyLowTemperature(_672{???U}, vModeratelyCold)), {is_unit(_672{???U})}-> ~hasClimateType(_672{???U}, eventTaigaClimateCycle)),
  15019. %     (eventOccursAt(_728{???X}, _742{???U}), hasClimateType(_742{???U}, eventTaigaClimateCycle), ~holdsIn(_728{???X}, dailyLowTemperature(_742{???U}, vModeratelyCold)), {is_unit(_728{???X})}-> ~isa(_728{???X}, eventSummerSeason)),
  15020. %     (isa(_644{???X}, eventSummerSeason), eventOccursAt(_644{???X}, _658{???U}), hasClimateType(_658{???U}, eventTaigaClimateCycle), {is_unit(_658{???U}, _644{???X})}==>holdsIn(_644{???X}, dailyLowTemperature(_658{???U}, vModeratelyCold)))
  15021. %   ].
  15022. % conds= =>((name_variable(_682{???X}, 'X'), name_variable(_696{???U}, 'U'), name_variable(_654{???U}, 'U'), name_variable(_668{???X}, 'X'), name_variable(_710{???X}, 'X'), name_variable(_724{???U}, 'U'), name_variable(_626{???X}, 'X'), name_variable(_640{???U}, 'U')), [(isa(_682{???X}, eventSummerSeason), hasClimateType(_696{???U}, eventTaigaClimateCycle), ~holdsIn(_682{???X}, dailyLowTemperature(_696{???U}, vModeratelyCold)), {is_unit(_696{???U}, _682{???X})}==> ~eventOccursAt(_682{???X}, _696{???U})),  (~hasClimateType(_654{???U}, eventTaigaClimateCycle)<-isa(_668{???X}, eventSummerSeason), eventOccursAt(_668{???X}, _654{???U}), ~holdsIn(_668{???X}, dailyLowTemperature(_654{???U}, vModeratelyCold)), {is_unit(_654{???U})}),  (~isa(_710{???X}, eventSummerSeason)<-eventOccursAt(_710{???X}, _724{???U}), hasClimateType(_724{???U}, eventTaigaClimateCycle), ~holdsIn(_710{???X}, dailyLowTemperature(_724{???U}, vModeratelyCold)), {is_unit(_710{???X})}),  (isa(_626{???X}, eventSummerSeason), eventOccursAt(_626{???X}, _640{???U}), hasClimateType(_640{???U}, eventTaigaClimateCycle), {is_unit(_640{???U}, _626{???X})}==>holdsIn(_626{???X}, dailyLowTemperature(_640{???U}, vModeratelyCold)))]).
  15023.  
  15024.  
  15025. % ~eventOccursAt(_166{???X}, _180{???U}) :-
  15026. %   isa(_166{???X}, eventSummerSeason),
  15027. %   hasClimateType(_180{???U}, eventTaigaClimateCycle),
  15028. %   ~holdsIn(_166{???X}, dailyLowTemperature(_180{???U}, vModeratelyCold)).
  15029. % ~hasClimateType(_130{???U}, eventTaigaClimateCycle) :-
  15030. %   isa(_144{???X}, eventSummerSeason),
  15031. %   eventOccursAt(_144{???X}, _130{???U}),
  15032. %   ~holdsIn(_144{???X}, dailyLowTemperature(_130{???U}, vModeratelyCold)).
  15033. % ~isa(_134{???X}, eventSummerSeason) :-
  15034. %   eventOccursAt(_134{???X}, _148{???U}),
  15035. %   hasClimateType(_148{???U}, eventTaigaClimateCycle),
  15036. %   ~holdsIn(_134{???X}, dailyLowTemperature(_148{???U}, vModeratelyCold)).
  15037. % holdsIn(_102{???X}, dailyLowTemperature(_116{???U}, vModeratelyCold)) :-
  15038. %   isa(_102{???X}, eventSummerSeason),
  15039. %   eventOccursAt(_102{???X}, _116{???U}),
  15040. %   hasClimateType(_116{???U}, eventTaigaClimateCycle).
  15041.  
  15042.  
  15043. % asserted_id(implies(and(mtTime(MT, MT_TIME), mtImageDepicts(MT, OBJ), inImmersedgeneric(OBJ, STUFF)), holdsIn(MT_TIME, inImmersedgeneric(OBJ, STUFF))), a309270(MT, MT_TIME, OBJ, STUFF)).
  15044. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  15045. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  15046.  kif:-all(_221962,all(_221982,all(_222002,all(_222022,implies(and(mtTime(_221962,_222002),mtImageDepicts(_221962,_221982),inImmersedgeneric(_221982,_222022)),holdsIn(_222002,inImmersedgeneric(_221982,_222022)))))))
  15047.  pkif:-all(_221912,all(_221932,all(_221952,all(_221972,=>(&(mtTime(_221912,_221952),&(mtImageDepicts(_221912,_221932),inImmersedgeneric(_221932,_221972))),holdsIn(_221952,inImmersedgeneric(_221932,_221972)))))))
  15048. % cnf :-
  15049. %   v(v(~mtTime(_140{???MT}, _154{???MT_TIME}),
  15050. %       v(~mtImageDepicts(_140{???MT}, _168{???OBJ}),
  15051. %         ~inImmersedgeneric(_168{???OBJ}, _182{???STUFF}))),
  15052. %     holdsIn(_154{???MT_TIME},
  15053. %         inImmersedgeneric(_168{???OBJ}, _182{???STUFF}))).
  15054.  horn:-[(~inImmersedgeneric(_223714,_223728):-mtTime(_223754,_223768),mtImageDepicts(_223754,_223714),~holdsIn(_223768,inImmersedgeneric(_223714,_223728))),(~mtImageDepicts(_223832,_223846):-mtTime(_223832,_223872),inImmersedgeneric(_223846,_223898),~holdsIn(_223872,inImmersedgeneric(_223846,_223898))),(~mtTime(_223950,_223964):-mtImageDepicts(_223950,_223990),inImmersedgeneric(_223990,_224016),~holdsIn(_223964,inImmersedgeneric(_223990,_224016))),(holdsIn(_224064,inImmersedgeneric(_224084,_224098)):-mtTime(_224124,_224064),mtImageDepicts(_224124,_224084),inImmersedgeneric(_224084,_224098))]
  15055. % boxlog :-
  15056. %  
  15057. %   [ (~inImmersedgeneric(_788{???OBJ}, _802{???STUFF}):-mtTime(_816{???MT}, _830{???MT_TIME}), mtImageDepicts(_816{???MT}, _788{???OBJ}), ~holdsIn(_830{???MT_TIME}, inImmersedgeneric(_788{???OBJ}, _802{???STUFF}))),
  15058. %     (~mtImageDepicts(_844{???MT}, _858{???OBJ}):-mtTime(_844{???MT}, _872{???MT_TIME}), inImmersedgeneric(_858{???OBJ}, _886{???STUFF}), ~holdsIn(_872{???MT_TIME}, inImmersedgeneric(_858{???OBJ}, _886{???STUFF}))),
  15059. %     (~mtTime(_900{???MT}, _914{???MT_TIME}):-mtImageDepicts(_900{???MT}, _928{???OBJ}), inImmersedgeneric(_928{???OBJ}, _942{???STUFF}), ~holdsIn(_914{???MT_TIME}, inImmersedgeneric(_928{???OBJ}, _942{???STUFF}))),
  15060. %     (holdsIn(_732{???MT_TIME}, inImmersedgeneric(_746{???OBJ}, _760{???STUFF})):-mtTime(_774{???MT}, _732{???MT_TIME}), mtImageDepicts(_774{???MT}, _746{???OBJ}), inImmersedgeneric(_746{???OBJ}, _760{???STUFF}))
  15061. %   ].
  15062. % preview :-
  15063. %  
  15064. %   [ (mtTime(_780{???MT}, _794{???MT_TIME}), mtImageDepicts(_780{???MT}, _752{???OBJ}), ~holdsIn(_794{???MT_TIME}, inImmersedgeneric(_752{???OBJ}, _766{???STUFF})), {is_unit(_766{???STUFF}, _752{???OBJ})}-> ~inImmersedgeneric(_752{???OBJ}, _766{???STUFF})),
  15065. %     (mtTime(_808{???MT}, _836{???MT_TIME}), inImmersedgeneric(_822{???OBJ}, _850{???STUFF}), ~holdsIn(_836{???MT_TIME}, inImmersedgeneric(_822{???OBJ}, _850{???STUFF})), {is_unit(_822{???OBJ}, _808{???MT})}-> ~mtImageDepicts(_808{???MT}, _822{???OBJ})),
  15066. %     (mtImageDepicts(_864{???MT}, _892{???OBJ}), inImmersedgeneric(_892{???OBJ}, _906{???STUFF}), ~holdsIn(_878{???MT_TIME}, inImmersedgeneric(_892{???OBJ}, _906{???STUFF})), {is_unit(_878{???MT_TIME}, _864{???MT})}-> ~mtTime(_864{???MT}, _878{???MT_TIME})),
  15067. %     (mtTime(_738{???MT}, _696{???MT_TIME}), mtImageDepicts(_738{???MT}, _710{???OBJ}), inImmersedgeneric(_710{???OBJ}, _724{???STUFF}), {is_unit(_724{???STUFF}, _710{???OBJ}, _696{???MT_TIME})}==>holdsIn(_696{???MT_TIME}, inImmersedgeneric(_710{???OBJ}, _724{???STUFF})))
  15068. %   ].
  15069. % conds= =>((name_variable(_734{???OBJ}, 'OBJ'), name_variable(_748{???STUFF}, 'STUFF'), name_variable(_762{???MT}, 'MT'), name_variable(_776{???MT_TIME}, 'MT_TIME'), name_variable(_790{???MT}, 'MT'), name_variable(_804{???OBJ}, 'OBJ'), name_variable(_818{???MT_TIME}, 'MT_TIME'), name_variable(_832{???STUFF}, 'STUFF'), name_variable(_846{???MT}, 'MT'), name_variable(_860{???MT_TIME}, 'MT_TIME'), name_variable(_874{???OBJ}, 'OBJ'), name_variable(_888{???STUFF}, 'STUFF'), name_variable(_720{???MT}, 'MT'), name_variable(_678{???MT_TIME}, 'MT_TIME'), name_variable(_692{???OBJ}, 'OBJ'), name_variable(_706{???STUFF}, 'STUFF')), [(~inImmersedgeneric(_734{???OBJ}, _748{???STUFF})<-mtTime(_762{???MT}, _776{???MT_TIME}), mtImageDepicts(_762{???MT}, _734{???OBJ}), ~holdsIn(_776{???MT_TIME}, inImmersedgeneric(_734{???OBJ}, _748{???STUFF})), {is_unit(_748{???STUFF}, _734{???OBJ})}),  (~mtImageDepicts(_790{???MT}, _804{???OBJ})<-mtTime(_790{???MT}, _818{???MT_TIME}), inImmersedgeneric(_804{???OBJ}, _832{???STUFF}), ~holdsIn(_818{???MT_TIME}, inImmersedgeneric(_804{???OBJ}, _832{???STUFF})), {is_unit(_804{???OBJ}, _790{???MT})}),  (~mtTime(_846{???MT}, _860{???MT_TIME})<-mtImageDepicts(_846{???MT}, _874{???OBJ}), inImmersedgeneric(_874{???OBJ}, _888{???STUFF}), ~holdsIn(_860{???MT_TIME}, inImmersedgeneric(_874{???OBJ}, _888{???STUFF})), {is_unit(_860{???MT_TIME}, _846{???MT})}),  (mtTime(_720{???MT}, _678{???MT_TIME}), mtImageDepicts(_720{???MT}, _692{???OBJ}), inImmersedgeneric(_692{???OBJ}, _706{???STUFF}), {is_unit(_706{???STUFF}, _692{???OBJ}, _678{???MT_TIME})}==>holdsIn(_678{???MT_TIME}, inImmersedgeneric(_692{???OBJ}, _706{???STUFF})))]).
  15070.  
  15071.  
  15072. % ~inImmersedgeneric(_170{???OBJ}, _184{???STUFF}) :-
  15073. %   mtTime(_198{???MT}, _212{???MT_TIME}),
  15074. %   mtImageDepicts(_198{???MT}, _170{???OBJ}),
  15075. %   ~holdsIn(_212{???MT_TIME}, inImmersedgeneric(_170{???OBJ}, _184{???STUFF})).
  15076. % ~mtImageDepicts(_158{???MT}, _172{???OBJ}) :-
  15077. %   mtTime(_158{???MT}, _186{???MT_TIME}),
  15078. %   inImmersedgeneric(_172{???OBJ}, _200{???STUFF}),
  15079. %   ~holdsIn(_186{???MT_TIME}, inImmersedgeneric(_172{???OBJ}, _200{???STUFF})).
  15080. % ~mtTime(_166{???MT}, _180{???MT_TIME}) :-
  15081. %   mtImageDepicts(_166{???MT}, _194{???OBJ}),
  15082. %   inImmersedgeneric(_194{???OBJ}, _208{???STUFF}),
  15083. %   ~holdsIn(_180{???MT_TIME}, inImmersedgeneric(_194{???OBJ}, _208{???STUFF})).
  15084. % holdsIn(_102{???MT_TIME}, inImmersedgeneric(_116{???OBJ}, _130{???STUFF})) :-
  15085. %   mtTime(_144{???MT}, _102{???MT_TIME}),
  15086. %   mtImageDepicts(_144{???MT}, _116{???OBJ}),
  15087. %   inImmersedgeneric(_116{???OBJ}, _130{???STUFF}).
  15088.  
  15089.  
  15090. % asserted_id(implies(and(mtTime(MT, MT_TIME), mtImageDepicts(MT, OBJ), wetnessOfObject(OBJ, WETNESS)), holdsIn(MT_TIME, wetnessOfObject(OBJ, WETNESS))), a309271(MT, MT_TIME, OBJ, WETNESS)).
  15091. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  15092. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  15093.  kif:-all(_222170,all(_222190,all(_222210,all(_222230,implies(and(mtTime(_222170,_222210),mtImageDepicts(_222170,_222190),wetnessOfObject(_222190,_222230)),holdsIn(_222210,wetnessOfObject(_222190,_222230)))))))
  15094.  pkif:-all(_222120,all(_222140,all(_222160,all(_222180,=>(&(mtTime(_222120,_222160),&(mtImageDepicts(_222120,_222140),wetnessOfObject(_222140,_222180))),holdsIn(_222160,wetnessOfObject(_222140,_222180)))))))
  15095. % cnf :-
  15096. %   v(v(~mtTime(_140{???MT}, _154{???MT_TIME}),
  15097. %       v(~mtImageDepicts(_140{???MT}, _168{???OBJ}),
  15098. %         ~wetnessOfObject(_168{???OBJ}, _182{???WETNESS}))),
  15099. %     holdsIn(_154{???MT_TIME},
  15100. %         wetnessOfObject(_168{???OBJ}, _182{???WETNESS}))).
  15101.  horn:-[(~mtImageDepicts(_223922,_223936):-mtTime(_223922,_223962),wetnessOfObject(_223936,_223988),~holdsIn(_223962,wetnessOfObject(_223936,_223988))),(~mtTime(_224040,_224054):-mtImageDepicts(_224040,_224080),wetnessOfObject(_224080,_224106),~holdsIn(_224054,wetnessOfObject(_224080,_224106))),(~wetnessOfObject(_224158,_224172):-mtTime(_224198,_224212),mtImageDepicts(_224198,_224158),~holdsIn(_224212,wetnessOfObject(_224158,_224172))),(holdsIn(_224272,wetnessOfObject(_224292,_224306)):-mtTime(_224332,_224272),mtImageDepicts(_224332,_224292),wetnessOfObject(_224292,_224306))]
  15102. % boxlog :-
  15103. %  
  15104. %   [ (~mtImageDepicts(_844{???MT}, _858{???OBJ}):-mtTime(_844{???MT}, _872{???MT_TIME}), wetnessOfObject(_858{???OBJ}, _886{???WETNESS}), ~holdsIn(_872{???MT_TIME}, wetnessOfObject(_858{???OBJ}, _886{???WETNESS}))),
  15105. %     (~mtTime(_900{???MT}, _914{???MT_TIME}):-mtImageDepicts(_900{???MT}, _928{???OBJ}), wetnessOfObject(_928{???OBJ}, _942{???WETNESS}), ~holdsIn(_914{???MT_TIME}, wetnessOfObject(_928{???OBJ}, _942{???WETNESS}))),
  15106. %     (~wetnessOfObject(_788{???OBJ}, _802{???WETNESS}):-mtTime(_816{???MT}, _830{???MT_TIME}), mtImageDepicts(_816{???MT}, _788{???OBJ}), ~holdsIn(_830{???MT_TIME}, wetnessOfObject(_788{???OBJ}, _802{???WETNESS}))),
  15107. %     (holdsIn(_732{???MT_TIME}, wetnessOfObject(_746{???OBJ}, _760{???WETNESS})):-mtTime(_774{???MT}, _732{???MT_TIME}), mtImageDepicts(_774{???MT}, _746{???OBJ}), wetnessOfObject(_746{???OBJ}, _760{???WETNESS}))
  15108. %   ].
  15109. % preview :-
  15110. %  
  15111. %   [ (mtTime(_808{???MT}, _836{???MT_TIME}), wetnessOfObject(_822{???OBJ}, _850{???WETNESS}), ~holdsIn(_836{???MT_TIME}, wetnessOfObject(_822{???OBJ}, _850{???WETNESS})), {is_unit(_822{???OBJ}, _808{???MT})}-> ~mtImageDepicts(_808{???MT}, _822{???OBJ})),
  15112. %     (mtImageDepicts(_864{???MT}, _892{???OBJ}), wetnessOfObject(_892{???OBJ}, _906{???WETNESS}), ~holdsIn(_878{???MT_TIME}, wetnessOfObject(_892{???OBJ}, _906{???WETNESS})), {is_unit(_878{???MT_TIME}, _864{???MT})}-> ~mtTime(_864{???MT}, _878{???MT_TIME})),
  15113. %     (mtTime(_780{???MT}, _794{???MT_TIME}), mtImageDepicts(_780{???MT}, _752{???OBJ}), ~holdsIn(_794{???MT_TIME}, wetnessOfObject(_752{???OBJ}, _766{???WETNESS})), {is_unit(_766{???WETNESS}, _752{???OBJ})}-> ~wetnessOfObject(_752{???OBJ}, _766{???WETNESS})),
  15114. %     (mtTime(_738{???MT}, _696{???MT_TIME}), mtImageDepicts(_738{???MT}, _710{???OBJ}), wetnessOfObject(_710{???OBJ}, _724{???WETNESS}), {is_unit(_724{???WETNESS}, _710{???OBJ}, _696{???MT_TIME})}==>holdsIn(_696{???MT_TIME}, wetnessOfObject(_710{???OBJ}, _724{???WETNESS})))
  15115. %   ].
  15116. % conds= =>((name_variable(_790{???MT}, 'MT'), name_variable(_804{???OBJ}, 'OBJ'), name_variable(_818{???MT_TIME}, 'MT_TIME'), name_variable(_832{???WETNESS}, 'WETNESS'), name_variable(_846{???MT}, 'MT'), name_variable(_860{???MT_TIME}, 'MT_TIME'), name_variable(_874{???OBJ}, 'OBJ'), name_variable(_888{???WETNESS}, 'WETNESS'), name_variable(_734{???OBJ}, 'OBJ'), name_variable(_748{???WETNESS}, 'WETNESS'), name_variable(_762{???MT}, 'MT'), name_variable(_776{???MT_TIME}, 'MT_TIME'), name_variable(_720{???MT}, 'MT'), name_variable(_678{???MT_TIME}, 'MT_TIME'), name_variable(_692{???OBJ}, 'OBJ'), name_variable(_706{???WETNESS}, 'WETNESS')), [(~mtImageDepicts(_790{???MT}, _804{???OBJ})<-mtTime(_790{???MT}, _818{???MT_TIME}), wetnessOfObject(_804{???OBJ}, _832{???WETNESS}), ~holdsIn(_818{???MT_TIME}, wetnessOfObject(_804{???OBJ}, _832{???WETNESS})), {is_unit(_804{???OBJ}, _790{???MT})}),  (~mtTime(_846{???MT}, _860{???MT_TIME})<-mtImageDepicts(_846{???MT}, _874{???OBJ}), wetnessOfObject(_874{???OBJ}, _888{???WETNESS}), ~holdsIn(_860{???MT_TIME}, wetnessOfObject(_874{???OBJ}, _888{???WETNESS})), {is_unit(_860{???MT_TIME}, _846{???MT})}),  (~wetnessOfObject(_734{???OBJ}, _748{???WETNESS})<-mtTime(_762{???MT}, _776{???MT_TIME}), mtImageDepicts(_762{???MT}, _734{???OBJ}), ~holdsIn(_776{???MT_TIME}, wetnessOfObject(_734{???OBJ}, _748{???WETNESS})), {is_unit(_748{???WETNESS}, _734{???OBJ})}),  (mtTime(_720{???MT}, _678{???MT_TIME}), mtImageDepicts(_720{???MT}, _692{???OBJ}), wetnessOfObject(_692{???OBJ}, _706{???WETNESS}), {is_unit(_706{???WETNESS}, _692{???OBJ}, _678{???MT_TIME})}==>holdsIn(_678{???MT_TIME}, wetnessOfObject(_692{???OBJ}, _706{???WETNESS})))]).
  15117.  
  15118.  
  15119. % ~mtImageDepicts(_226{???MT}, _240{???OBJ}) :-
  15120. %   mtTime(_226{???MT}, _254{???MT_TIME}),
  15121. %   wetnessOfObject(_240{???OBJ}, _268{???WETNESS}),
  15122. %   ~holdsIn(_254{???MT_TIME}, wetnessOfObject(_240{???OBJ}, _268{???WETNESS})).
  15123. % ~mtTime(_214{???MT}, _228{???MT_TIME}) :-
  15124. %   mtImageDepicts(_214{???MT}, _242{???OBJ}),
  15125. %   wetnessOfObject(_242{???OBJ}, _256{???WETNESS}),
  15126. %   ~holdsIn(_228{???MT_TIME}, wetnessOfObject(_242{???OBJ}, _256{???WETNESS})).
  15127. % ~wetnessOfObject(_158{???OBJ}, _172{???WETNESS}) :-
  15128. %   mtTime(_186{???MT}, _200{???MT_TIME}),
  15129. %   mtImageDepicts(_186{???MT}, _158{???OBJ}),
  15130. %   ~holdsIn(_200{???MT_TIME}, wetnessOfObject(_158{???OBJ}, _172{???WETNESS})).
  15131. % holdsIn(_102{???MT_TIME}, wetnessOfObject(_116{???OBJ}, _130{???WETNESS})) :-
  15132. %   mtTime(_144{???MT}, _102{???MT_TIME}),
  15133. %   mtImageDepicts(_144{???MT}, _116{???OBJ}),
  15134. %   wetnessOfObject(_116{???OBJ}, _130{???WETNESS}).
  15135.  
  15136.  
  15137. % asserted_id(implies(and(isa(X, eventPrecipitationProcess), eventOccursAt(X, Y), isa(Y, tPlaceLikeGeographicalRegion)), holdsIn(X, ambientVisibility(Y, nartR(vLowAmountFn, vtVisibility)))), a309272(X, Y)).
  15138. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  15139. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  15140.  kif:-all(_222252,all(_222272,implies(and(isa(_222252,eventPrecipitationProcess),eventOccursAt(_222252,_222272),isa(_222272,tPlaceLikeGeographicalRegion)),holdsIn(_222252,ambientVisibility(_222272,nartR(vLowAmountFn,vtVisibility))))))
  15141.  pkif:-all(_222202,all(_222222,=>(&(isa(_222202,eventPrecipitationProcess),&(eventOccursAt(_222202,_222222),isa(_222222,tPlaceLikeGeographicalRegion))),holdsIn(_222202,ambientVisibility(_222222,nartR(vLowAmountFn,vtVisibility))))))
  15142. % cnf :-
  15143. %   v(v(~isa(_146{???X}, eventPrecipitationProcess),
  15144. %       v(~eventOccursAt(_146{???X}, _160{???Y}),
  15145. %         ~isa(_160{???Y}, tPlaceLikeGeographicalRegion))),
  15146. %     holdsIn(_146{???X},
  15147. %         ambientVisibility(_160{???Y},
  15148. %                   nartR(vLowAmountFn, vtVisibility)))).
  15149.  horn:-[(~eventOccursAt(_223758,_223772):-isa(_223758,eventPrecipitationProcess),isa(_223772,tPlaceLikeGeographicalRegion),~holdsIn(_223758,ambientVisibility(_223772,nartR(vLowAmountFn,vtVisibility)))),(~isa(_223848,tPlaceLikeGeographicalRegion):-isa(_223874,eventPrecipitationProcess),eventOccursAt(_223874,_223848),~holdsIn(_223874,ambientVisibility(_223848,nartR(vLowAmountFn,vtVisibility)))),(~isa(_223938,eventPrecipitationProcess):-eventOccursAt(_223938,_223964),isa(_223964,tPlaceLikeGeographicalRegion),~holdsIn(_223938,ambientVisibility(_223964,nartR(vLowAmountFn,vtVisibility)))),(holdsIn(_224024,ambientVisibility(_224044,nartR(vLowAmountFn,vtVisibility))):-isa(_224024,eventPrecipitationProcess),eventOccursAt(_224024,_224044),isa(_224044,tPlaceLikeGeographicalRegion))]
  15150. % boxlog :-
  15151. %  
  15152. %   [ (~eventOccursAt(_760{???X}, _774{???Y}):-isa(_760{???X}, eventPrecipitationProcess), isa(_774{???Y}, tPlaceLikeGeographicalRegion), ~holdsIn(_760{???X}, ambientVisibility(_774{???Y}, nartR(vLowAmountFn, vtVisibility)))),
  15153. %     (~isa(_732{???Y}, tPlaceLikeGeographicalRegion):-isa(_746{???X}, eventPrecipitationProcess), eventOccursAt(_746{???X}, _732{???Y}), ~holdsIn(_746{???X}, ambientVisibility(_732{???Y}, nartR(vLowAmountFn, vtVisibility)))),
  15154. %     (~isa(_788{???X}, eventPrecipitationProcess):-eventOccursAt(_788{???X}, _802{???Y}), isa(_802{???Y}, tPlaceLikeGeographicalRegion), ~holdsIn(_788{???X}, ambientVisibility(_802{???Y}, nartR(vLowAmountFn, vtVisibility)))),
  15155. %     (holdsIn(_704{???X}, ambientVisibility(_718{???Y}, nartR(vLowAmountFn, vtVisibility))):-isa(_704{???X}, eventPrecipitationProcess), eventOccursAt(_704{???X}, _718{???Y}), isa(_718{???Y}, tPlaceLikeGeographicalRegion))
  15156. %   ].
  15157. % preview :-
  15158. %  
  15159. %   [ (isa(_724{???X}, eventPrecipitationProcess), isa(_738{???Y}, tPlaceLikeGeographicalRegion), ~holdsIn(_724{???X}, ambientVisibility(_738{???Y}, nartR(vLowAmountFn, vtVisibility))), {is_unit(_738{???Y}, _724{???X})}==> ~eventOccursAt(_724{???X}, _738{???Y})),
  15160. %     ({avoidHeadLoop(isa(_710{???X}, eventPrecipitationProcess), isa(_696{???Y}, tPlaceLikeGeographicalRegion))}, isa(_710{???X}, eventPrecipitationProcess), eventOccursAt(_710{???X}, _696{???Y}), ~holdsIn(_710{???X}, ambientVisibility(_696{???Y}, nartR(vLowAmountFn, vtVisibility))), {is_unit(_696{???Y})}-> ~isa(_696{???Y}, tPlaceLikeGeographicalRegion)),
  15161. %     (eventOccursAt(_752{???X}, _766{???Y}), {avoidHeadLoop(isa(_766{???Y}, tPlaceLikeGeographicalRegion), isa(_752{???X}, eventPrecipitationProcess))}, isa(_766{???Y}, tPlaceLikeGeographicalRegion), ~holdsIn(_752{???X}, ambientVisibility(_766{???Y}, nartR(vLowAmountFn, vtVisibility))), {is_unit(_752{???X})}-> ~isa(_752{???X}, eventPrecipitationProcess)),
  15162. %     (isa(_668{???X}, eventPrecipitationProcess), eventOccursAt(_668{???X}, _682{???Y}), isa(_682{???Y}, tPlaceLikeGeographicalRegion), {is_unit(_682{???Y}, _668{???X})}==>holdsIn(_668{???X}, ambientVisibility(_682{???Y}, nartR(vLowAmountFn, vtVisibility))))
  15163. %   ].
  15164. % conds= =>((name_variable(_706{???X}, 'X'), name_variable(_720{???Y}, 'Y'), name_variable(_678{???Y}, 'Y'), name_variable(_692{???X}, 'X'), name_variable(_734{???X}, 'X'), name_variable(_748{???Y}, 'Y'), name_variable(_650{???X}, 'X'), name_variable(_664{???Y}, 'Y')), [(isa(_706{???X}, eventPrecipitationProcess), isa(_720{???Y}, tPlaceLikeGeographicalRegion), ~holdsIn(_706{???X}, ambientVisibility(_720{???Y}, nartR(vLowAmountFn, vtVisibility))), {is_unit(_720{???Y}, _706{???X})}==> ~eventOccursAt(_706{???X}, _720{???Y})),  (~isa(_678{???Y}, tPlaceLikeGeographicalRegion)<-{avoidHeadLoop(isa(_692{???X}, eventPrecipitationProcess), isa(_678{???Y}, tPlaceLikeGeographicalRegion))}, isa(_692{???X}, eventPrecipitationProcess), eventOccursAt(_692{???X}, _678{???Y}), ~holdsIn(_692{???X}, ambientVisibility(_678{???Y}, nartR(vLowAmountFn, vtVisibility))), {is_unit(_678{???Y})}),  (~isa(_734{???X}, eventPrecipitationProcess)<-eventOccursAt(_734{???X}, _748{???Y}), {avoidHeadLoop(isa(_748{???Y}, tPlaceLikeGeographicalRegion), isa(_734{???X}, eventPrecipitationProcess))}, isa(_748{???Y}, tPlaceLikeGeographicalRegion), ~holdsIn(_734{???X}, ambientVisibility(_748{???Y}, nartR(vLowAmountFn, vtVisibility))), {is_unit(_734{???X})}),  (isa(_650{???X}, eventPrecipitationProcess), eventOccursAt(_650{???X}, _664{???Y}), isa(_664{???Y}, tPlaceLikeGeographicalRegion), {is_unit(_664{???Y}, _650{???X})}==>holdsIn(_650{???X}, ambientVisibility(_664{???Y}, nartR(vLowAmountFn, vtVisibility))))]).
  15165.  
  15166.  
  15167. % ~eventOccursAt(_166{???X}, _180{???Y}) :-
  15168. %   isa(_166{???X}, eventPrecipitationProcess),
  15169. %   isa(_180{???Y}, tPlaceLikeGeographicalRegion),
  15170. %   ~holdsIn(_166{???X}, ambientVisibility(_180{???Y}, nartR(vLowAmountFn, vtVisibility))).
  15171. % ~isa(_130{???Y}, tPlaceLikeGeographicalRegion) :-
  15172. %   isa(_144{???X}, eventPrecipitationProcess),
  15173. %   eventOccursAt(_144{???X}, _130{???Y}),
  15174. %   ~holdsIn(_144{???X}, ambientVisibility(_130{???Y}, nartR(vLowAmountFn, vtVisibility))).
  15175. % ~isa(_134{???X}, eventPrecipitationProcess) :-
  15176. %   eventOccursAt(_134{???X}, _148{???Y}),
  15177. %   isa(_148{???Y}, tPlaceLikeGeographicalRegion),
  15178. %   ~holdsIn(_134{???X}, ambientVisibility(_148{???Y}, nartR(vLowAmountFn, vtVisibility))).
  15179. % holdsIn(_102{???X}, ambientVisibility(_116{???Y}, nartR(vLowAmountFn, vtVisibility))) :-
  15180. %   isa(_102{???X}, eventPrecipitationProcess),
  15181. %   eventOccursAt(_102{???X}, _116{???Y}),
  15182. %   isa(_116{???Y}, tPlaceLikeGeographicalRegion).
  15183.  
  15184.  
  15185. % asserted_id(implies(and(isa(X, eventRainProcess), eventOccursAt(X, Y), isa(Y, tPlaceLikeGeographicalRegion)), holdsIn(X, ambientTemperature(Y, uU(vDegreeCelsiusFn, [0, 50])))), a309273(X, Y)).
  15186. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  15187. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  15188.  kif:-all(_222392,all(_222412,implies(and(isa(_222392,eventRainProcess),eventOccursAt(_222392,_222412),isa(_222412,tPlaceLikeGeographicalRegion)),holdsIn(_222392,ambientTemperature(_222412,uU(vDegreeCelsiusFn,[0,50]))))))
  15189.  pkif:-all(_222342,all(_222362,=>(&(isa(_222342,eventRainProcess),&(eventOccursAt(_222342,_222362),isa(_222362,tPlaceLikeGeographicalRegion))),holdsIn(_222342,ambientTemperature(_222362,uU(vDegreeCelsiusFn,[0,50]))))))
  15190. % cnf :-
  15191. %   v(v(~isa(_158{???X}, eventRainProcess),
  15192. %       v(~eventOccursAt(_158{???X}, _172{???Y}),
  15193. %         ~isa(_172{???Y}, tPlaceLikeGeographicalRegion))),
  15194. %     holdsIn(_158{???X},
  15195. %         ambientTemperature(_172{???Y}, uU(vDegreeCelsiusFn, [0, 50])))).
  15196.  horn:-[(~eventOccursAt(_224102,_224116):-isa(_224102,eventRainProcess),isa(_224116,tPlaceLikeGeographicalRegion),~holdsIn(_224102,ambientTemperature(_224116,uU(vDegreeCelsiusFn,[0,50])))),(~isa(_224192,tPlaceLikeGeographicalRegion):-isa(_224218,eventRainProcess),eventOccursAt(_224218,_224192),~holdsIn(_224218,ambientTemperature(_224192,uU(vDegreeCelsiusFn,[0,50])))),(~isa(_224282,eventRainProcess):-eventOccursAt(_224282,_224308),isa(_224308,tPlaceLikeGeographicalRegion),~holdsIn(_224282,ambientTemperature(_224308,uU(vDegreeCelsiusFn,[0,50])))),(holdsIn(_224368,ambientTemperature(_224388,uU(vDegreeCelsiusFn,[0,50]))):-isa(_224368,eventRainProcess),eventOccursAt(_224368,_224388),isa(_224388,tPlaceLikeGeographicalRegion))]
  15197. % boxlog :-
  15198. %  
  15199. %   [ (~eventOccursAt(_808{???X}, _822{???Y}):-isa(_808{???X}, eventRainProcess), isa(_822{???Y}, tPlaceLikeGeographicalRegion), ~holdsIn(_808{???X}, ambientTemperature(_822{???Y}, uU(vDegreeCelsiusFn, [0, 50])))),
  15200. %     (~isa(_780{???Y}, tPlaceLikeGeographicalRegion):-isa(_794{???X}, eventRainProcess), eventOccursAt(_794{???X}, _780{???Y}), ~holdsIn(_794{???X}, ambientTemperature(_780{???Y}, uU(vDegreeCelsiusFn, [0, 50])))),
  15201. %     (~isa(_836{???X}, eventRainProcess):-eventOccursAt(_836{???X}, _850{???Y}), isa(_850{???Y}, tPlaceLikeGeographicalRegion), ~holdsIn(_836{???X}, ambientTemperature(_850{???Y}, uU(vDegreeCelsiusFn, [0, 50])))),
  15202. %     (holdsIn(_752{???X}, ambientTemperature(_766{???Y}, uU(vDegreeCelsiusFn, [0, 50]))):-isa(_752{???X}, eventRainProcess), eventOccursAt(_752{???X}, _766{???Y}), isa(_766{???Y}, tPlaceLikeGeographicalRegion))
  15203. %   ].
  15204. % preview :-
  15205. %  
  15206. %   [ (isa(_772{???X}, eventRainProcess), isa(_786{???Y}, tPlaceLikeGeographicalRegion), ~holdsIn(_772{???X}, ambientTemperature(_786{???Y}, uU(vDegreeCelsiusFn, [0, 50]))), {is_unit(_786{???Y}, _772{???X})}==> ~eventOccursAt(_772{???X}, _786{???Y})),
  15207. %     ({avoidHeadLoop(isa(_758{???X}, eventRainProcess), isa(_744{???Y}, tPlaceLikeGeographicalRegion))}, isa(_758{???X}, eventRainProcess), eventOccursAt(_758{???X}, _744{???Y}), ~holdsIn(_758{???X}, ambientTemperature(_744{???Y}, uU(vDegreeCelsiusFn, [0, 50]))), {is_unit(_744{???Y})}-> ~isa(_744{???Y}, tPlaceLikeGeographicalRegion)),
  15208. %     (eventOccursAt(_800{???X}, _814{???Y}), {avoidHeadLoop(isa(_814{???Y}, tPlaceLikeGeographicalRegion), isa(_800{???X}, eventRainProcess))}, isa(_814{???Y}, tPlaceLikeGeographicalRegion), ~holdsIn(_800{???X}, ambientTemperature(_814{???Y}, uU(vDegreeCelsiusFn, [0, 50]))), {is_unit(_800{???X})}-> ~isa(_800{???X}, eventRainProcess)),
  15209. %     (isa(_716{???X}, eventRainProcess), eventOccursAt(_716{???X}, _730{???Y}), isa(_730{???Y}, tPlaceLikeGeographicalRegion), {is_unit(_730{???Y}, _716{???X})}==>holdsIn(_716{???X}, ambientTemperature(_730{???Y}, uU(vDegreeCelsiusFn, [0, 50]))))
  15210. %   ].
  15211. % conds= =>((name_variable(_754{???X}, 'X'), name_variable(_768{???Y}, 'Y'), name_variable(_726{???Y}, 'Y'), name_variable(_740{???X}, 'X'), name_variable(_782{???X}, 'X'), name_variable(_796{???Y}, 'Y'), name_variable(_698{???X}, 'X'), name_variable(_712{???Y}, 'Y')), [(isa(_754{???X}, eventRainProcess), isa(_768{???Y}, tPlaceLikeGeographicalRegion), ~holdsIn(_754{???X}, ambientTemperature(_768{???Y}, uU(vDegreeCelsiusFn, [0, 50]))), {is_unit(_768{???Y}, _754{???X})}==> ~eventOccursAt(_754{???X}, _768{???Y})),  (~isa(_726{???Y}, tPlaceLikeGeographicalRegion)<-{avoidHeadLoop(isa(_740{???X}, eventRainProcess), isa(_726{???Y}, tPlaceLikeGeographicalRegion))}, isa(_740{???X}, eventRainProcess), eventOccursAt(_740{???X}, _726{???Y}), ~holdsIn(_740{???X}, ambientTemperature(_726{???Y}, uU(vDegreeCelsiusFn, [0, 50]))), {is_unit(_726{???Y})}),  (~isa(_782{???X}, eventRainProcess)<-eventOccursAt(_782{???X}, _796{???Y}), {avoidHeadLoop(isa(_796{???Y}, tPlaceLikeGeographicalRegion), isa(_782{???X}, eventRainProcess))}, isa(_796{???Y}, tPlaceLikeGeographicalRegion), ~holdsIn(_782{???X}, ambientTemperature(_796{???Y}, uU(vDegreeCelsiusFn, [0, 50]))), {is_unit(_782{???X})}),  (isa(_698{???X}, eventRainProcess), eventOccursAt(_698{???X}, _712{???Y}), isa(_712{???Y}, tPlaceLikeGeographicalRegion), {is_unit(_712{???Y}, _698{???X})}==>holdsIn(_698{???X}, ambientTemperature(_712{???Y}, uU(vDegreeCelsiusFn, [0, 50]))))]).
  15212.  
  15213.  
  15214. % ~eventOccursAt(_166{???X}, _180{???Y}) :-
  15215. %   isa(_166{???X}, eventRainProcess),
  15216. %   isa(_180{???Y}, tPlaceLikeGeographicalRegion),
  15217. %   ~holdsIn(_166{???X}, ambientTemperature(_180{???Y}, uU(vDegreeCelsiusFn, [0, 50]))).
  15218. % ~isa(_130{???Y}, tPlaceLikeGeographicalRegion) :-
  15219. %   isa(_144{???X}, eventRainProcess),
  15220. %   eventOccursAt(_144{???X}, _130{???Y}),
  15221. %   ~holdsIn(_144{???X}, ambientTemperature(_130{???Y}, uU(vDegreeCelsiusFn, [0, 50]))).
  15222. % ~isa(_134{???X}, eventRainProcess) :-
  15223. %   eventOccursAt(_134{???X}, _148{???Y}),
  15224. %   isa(_148{???Y}, tPlaceLikeGeographicalRegion),
  15225. %   ~holdsIn(_134{???X}, ambientTemperature(_148{???Y}, uU(vDegreeCelsiusFn, [0, 50]))).
  15226. % holdsIn(_102{???X}, ambientTemperature(_116{???Y}, uU(vDegreeCelsiusFn, [0, 50]))) :-
  15227. %   isa(_102{???X}, eventRainProcess),
  15228. %   eventOccursAt(_102{???X}, _116{???Y}),
  15229. %   isa(_116{???Y}, tPlaceLikeGeographicalRegion).
  15230.  
  15231.  
  15232. % asserted_id(implies(and(isa(SUNSET, tSunset), temporallySubsumes(DAY, SUNSET), isa(DAY, tClazzCalendarDay), isa(LOC, tPlaceLikeGeographicalRegion), holdsIn(DAY, dailyHighTemperature(LOC, HTEMP))), holdsIn(SUNSET, ambientTemperature(LOC, HTEMP))), a309274(SUNSET, DAY, LOC, HTEMP)).
  15233. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  15234. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  15235.  kif:-all(_222652,all(_222672,all(_222692,all(_222712,implies(and(isa(_222652,tSunset),temporallySubsumes(_222672,_222652),isa(_222672,tClazzCalendarDay),isa(_222692,tPlaceLikeGeographicalRegion),holdsIn(_222672,dailyHighTemperature(_222692,_222712))),holdsIn(_222652,ambientTemperature(_222692,_222712)))))))
  15236.  pkif:-all(_222610,all(_222630,all(_222650,all(_222670,=>(&(isa(_222610,tSunset),&(temporallySubsumes(_222630,_222610),&(isa(_222630,tClazzCalendarDay),&(isa(_222650,tPlaceLikeGeographicalRegion),holdsIn(_222630,dailyHighTemperature(_222650,_222670)))))),holdsIn(_222610,ambientTemperature(_222650,_222670)))))))
  15237. % cnf :-
  15238. %   v(v(~isa(_162{???SUNSET}, tSunset),
  15239. %       v(~temporallySubsumes(_176{???DAY}, _162{???SUNSET}),
  15240. %         v(~isa(_176{???DAY}, tClazzCalendarDay),
  15241. %       v(~isa(_190{???LOC}, tPlaceLikeGeographicalRegion),
  15242. %         ~holdsIn(_176{???DAY}, dailyHighTemperature(_190{???LOC}, _204{???HTEMP})))))),
  15243. %     holdsIn(_162{???SUNSET},
  15244. %         ambientTemperature(_190{???LOC}, _204{???HTEMP}))).
  15245.  horn:-[(~holdsIn(_226002,dailyHighTemperature(_226022,_226036)):-isa(_226062,tSunset),temporallySubsumes(_226002,_226062),isa(_226002,tClazzCalendarDay),isa(_226022,tPlaceLikeGeographicalRegion),~holdsIn(_226062,ambientTemperature(_226022,_226036))),(~isa(_226150,tPlaceLikeGeographicalRegion):-isa(_226176,tSunset),temporallySubsumes(_226202,_226176),isa(_226202,tClazzCalendarDay),holdsIn(_226202,dailyHighTemperature(_226150,_226246)),~holdsIn(_226176,ambientTemperature(_226150,_226246))),(~isa(_226298,tClazzCalendarDay):-isa(_226324,tSunset),temporallySubsumes(_226298,_226324),isa(_226362,tPlaceLikeGeographicalRegion),holdsIn(_226298,dailyHighTemperature(_226362,_226394)),~holdsIn(_226324,ambientTemperature(_226362,_226394))),(~isa(_226446,tSunset):-temporallySubsumes(_226472,_226446),isa(_226472,tClazzCalendarDay),isa(_226510,tPlaceLikeGeographicalRegion),holdsIn(_226472,dailyHighTemperature(_226510,_226542)),~holdsIn(_226446,ambientTemperature(_226510,_226542))),(~temporallySubsumes(_226594,_226608):-isa(_226608,tSunset),isa(_226594,tClazzCalendarDay),isa(_226658,tPlaceLikeGeographicalRegion),holdsIn(_226594,dailyHighTemperature(_226658,_226690)),~holdsIn(_226608,ambientTemperature(_226658,_226690))),(holdsIn(_226738,ambientTemperature(_226758,_226772)):-isa(_226738,tSunset),temporallySubsumes(_226810,_226738),isa(_226810,tClazzCalendarDay),isa(_226758,tPlaceLikeGeographicalRegion),holdsIn(_226810,dailyHighTemperature(_226758,_226772)))]
  15246. % boxlog :-
  15247. %  
  15248. %   [ (~holdsIn(_900{???DAY}, dailyHighTemperature(_914{???LOC}, _928{???HTEMP})):-isa(_942{???SUNSET}, tSunset), temporallySubsumes(_900{???DAY}, _942{???SUNSET}), isa(_900{???DAY}, tClazzCalendarDay), isa(_914{???LOC}, tPlaceLikeGeographicalRegion), ~holdsIn(_942{???SUNSET}, ambientTemperature(_914{???LOC}, _928{???HTEMP}))),
  15249. %     (~isa(_956{???LOC}, tPlaceLikeGeographicalRegion):-isa(_970{???SUNSET}, tSunset), temporallySubsumes(_984{???DAY}, _970{???SUNSET}), isa(_984{???DAY}, tClazzCalendarDay), holdsIn(_984{???DAY}, dailyHighTemperature(_956{???LOC}, _998{???HTEMP})), ~holdsIn(_970{???SUNSET}, ambientTemperature(_956{???LOC}, _998{???HTEMP}))),
  15250. %     (~isa(_1012{???DAY}, tClazzCalendarDay):-isa(_1026{???SUNSET}, tSunset), temporallySubsumes(_1012{???DAY}, _1026{???SUNSET}), isa(_1040{???LOC}, tPlaceLikeGeographicalRegion), holdsIn(_1012{???DAY}, dailyHighTemperature(_1040{???LOC}, _1054{???HTEMP})), ~holdsIn(_1026{???SUNSET}, ambientTemperature(_1040{???LOC}, _1054{???HTEMP}))),
  15251. %     (~isa(_1124{???SUNSET}, tSunset):-temporallySubsumes(_1138{???DAY}, _1124{???SUNSET}), isa(_1138{???DAY}, tClazzCalendarDay), isa(_1152{???LOC}, tPlaceLikeGeographicalRegion), holdsIn(_1138{???DAY}, dailyHighTemperature(_1152{???LOC}, _1166{???HTEMP})), ~holdsIn(_1124{???SUNSET}, ambientTemperature(_1152{???LOC}, _1166{???HTEMP}))),
  15252. %     (~temporallySubsumes(_1068{???DAY}, _1082{???SUNSET}):-isa(_1082{???SUNSET}, tSunset), isa(_1068{???DAY}, tClazzCalendarDay), isa(_1096{???LOC}, tPlaceLikeGeographicalRegion), holdsIn(_1068{???DAY}, dailyHighTemperature(_1096{???LOC}, _1110{???HTEMP})), ~holdsIn(_1082{???SUNSET}, ambientTemperature(_1096{???LOC}, _1110{???HTEMP}))),
  15253. %     (holdsIn(_844{???SUNSET}, ambientTemperature(_858{???LOC}, _872{???HTEMP})):-isa(_844{???SUNSET}, tSunset), temporallySubsumes(_886{???DAY}, _844{???SUNSET}), isa(_886{???DAY}, tClazzCalendarDay), isa(_858{???LOC}, tPlaceLikeGeographicalRegion), holdsIn(_886{???DAY}, dailyHighTemperature(_858{???LOC}, _872{???HTEMP})))
  15254. %   ].
  15255. % preview :-
  15256. %  
  15257. %   [ (isa(_906{???SUNSET}, tSunset), temporallySubsumes(_864{???DAY}, _906{???SUNSET}), isa(_864{???DAY}, tClazzCalendarDay), isa(_878{???LOC}, tPlaceLikeGeographicalRegion), {avoidHeadLoop(holdsIn(_906{???SUNSET}, ambientTemperature(_878{???LOC}, _892{???HTEMP})), holdsIn(_864{???DAY}, dailyHighTemperature(_878{???LOC}, _892{???HTEMP})))}, ~holdsIn(_906{???SUNSET}, ambientTemperature(_878{???LOC}, _892{???HTEMP})), {is_unit(_892{???HTEMP}, _878{???LOC}, _864{???DAY})}-> ~holdsIn(_864{???DAY}, dailyHighTemperature(_878{???LOC}, _892{???HTEMP}))),
  15258. %     ({avoidHeadLoop(isa(_934{???SUNSET}, tSunset), isa(_920{???LOC}, tPlaceLikeGeographicalRegion))}, isa(_934{???SUNSET}, tSunset), temporallySubsumes(_948{???DAY}, _934{???SUNSET}), {avoidHeadLoop(isa(_948{???DAY}, tClazzCalendarDay), isa(_920{???LOC}, tPlaceLikeGeographicalRegion))}, isa(_948{???DAY}, tClazzCalendarDay), holdsIn(_948{???DAY}, dailyHighTemperature(_920{???LOC}, _962{???HTEMP})), ~holdsIn(_934{???SUNSET}, ambientTemperature(_920{???LOC}, _962{???HTEMP})), {is_unit(_920{???LOC})}-> ~isa(_920{???LOC}, tPlaceLikeGeographicalRegion)),
  15259. %     ({avoidHeadLoop(isa(_990{???SUNSET}, tSunset), isa(_976{???DAY}, tClazzCalendarDay))}, isa(_990{???SUNSET}, tSunset), temporallySubsumes(_976{???DAY}, _990{???SUNSET}), {avoidHeadLoop(isa(_1004{???LOC}, tPlaceLikeGeographicalRegion), isa(_976{???DAY}, tClazzCalendarDay))}, isa(_1004{???LOC}, tPlaceLikeGeographicalRegion), holdsIn(_976{???DAY}, dailyHighTemperature(_1004{???LOC}, _1018{???HTEMP})), ~holdsIn(_990{???SUNSET}, ambientTemperature(_1004{???LOC}, _1018{???HTEMP})), {is_unit(_976{???DAY})}-> ~isa(_976{???DAY}, tClazzCalendarDay)),
  15260. %     (temporallySubsumes(_1102{???DAY}, _1088{???SUNSET}), {avoidHeadLoop(isa(_1102{???DAY}, tClazzCalendarDay), isa(_1088{???SUNSET}, tSunset))}, isa(_1102{???DAY}, tClazzCalendarDay), {avoidHeadLoop(isa(_1116{???LOC}, tPlaceLikeGeographicalRegion), isa(_1088{???SUNSET}, tSunset))}, isa(_1116{???LOC}, tPlaceLikeGeographicalRegion), holdsIn(_1102{???DAY}, dailyHighTemperature(_1116{???LOC}, _1130{???HTEMP})), ~holdsIn(_1088{???SUNSET}, ambientTemperature(_1116{???LOC}, _1130{???HTEMP})), {is_unit(_1088{???SUNSET})}-> ~isa(_1088{???SUNSET}, tSunset)),
  15261. %     (isa(_1046{???SUNSET}, tSunset), isa(_1032{???DAY}, tClazzCalendarDay), isa(_1060{???LOC}, tPlaceLikeGeographicalRegion), holdsIn(_1032{???DAY}, dailyHighTemperature(_1060{???LOC}, _1074{???HTEMP})), ~holdsIn(_1046{???SUNSET}, ambientTemperature(_1060{???LOC}, _1074{???HTEMP})), {is_unit(_1046{???SUNSET}, _1032{???DAY})}-> ~temporallySubsumes(_1032{???DAY}, _1046{???SUNSET})),
  15262. %     (isa(_808{???SUNSET}, tSunset), temporallySubsumes(_850{???DAY}, _808{???SUNSET}), isa(_850{???DAY}, tClazzCalendarDay), isa(_822{???LOC}, tPlaceLikeGeographicalRegion), holdsIn(_850{???DAY}, dailyHighTemperature(_822{???LOC}, _836{???HTEMP})), {is_unit(_836{???HTEMP}, _822{???LOC}, _808{???SUNSET})}==>holdsIn(_808{???SUNSET}, ambientTemperature(_822{???LOC}, _836{???HTEMP})))
  15263. %   ].
  15264. % conds= =>((name_variable(_846{???DAY}, 'DAY'), name_variable(_860{???LOC}, 'LOC'), name_variable(_874{???HTEMP}, 'HTEMP'), name_variable(_888{???SUNSET}, 'SUNSET'), name_variable(_902{???LOC}, 'LOC'), name_variable(_916{???SUNSET}, 'SUNSET'), name_variable(_930{???DAY}, 'DAY'), name_variable(_944{???HTEMP}, 'HTEMP'), name_variable(_958{???DAY}, 'DAY'), name_variable(_972{???SUNSET}, 'SUNSET'), name_variable(_986{???LOC}, 'LOC'), name_variable(_1000{???HTEMP}, 'HTEMP'), name_variable(_1070{???SUNSET}, 'SUNSET'), name_variable(_1084{???DAY}, 'DAY'), name_variable(_1098{???LOC}, 'LOC'), name_variable(_1112{???HTEMP}, 'HTEMP'), name_variable(_1014{???DAY}, 'DAY'), name_variable(_1028{???SUNSET}, 'SUNSET'), name_variable(_1042{???LOC}, 'LOC'), name_variable(_1056{???HTEMP}, 'HTEMP'), name_variable(_790{???SUNSET}, 'SUNSET'), name_variable(_832{???DAY}, 'DAY'), name_variable(_804{???LOC}, 'LOC'), name_variable(_818{???HTEMP}, 'HTEMP')), [(~holdsIn(_846{???DAY}, dailyHighTemperature(_860{???LOC}, _874{???HTEMP}))<-isa(_888{???SUNSET}, tSunset), temporallySubsumes(_846{???DAY}, _888{???SUNSET}), isa(_846{???DAY}, tClazzCalendarDay), isa(_860{???LOC}, tPlaceLikeGeographicalRegion), {avoidHeadLoop(holdsIn(_888{???SUNSET}, ambientTemperature(_860{???LOC}, _874{???HTEMP})), holdsIn(_846{???DAY}, dailyHighTemperature(_860{???LOC}, _874{???HTEMP})))}, ~holdsIn(_888{???SUNSET}, ambientTemperature(_860{???LOC}, _874{???HTEMP})), {is_unit(_874{???HTEMP}, _860{???LOC}, _846{???DAY})}),  (~isa(_902{???LOC}, tPlaceLikeGeographicalRegion)<-{avoidHeadLoop(isa(_916{???SUNSET}, tSunset), isa(_902{???LOC}, tPlaceLikeGeographicalRegion))}, isa(_916{???SUNSET}, tSunset), temporallySubsumes(_930{???DAY}, _916{???SUNSET}), {avoidHeadLoop(isa(_930{???DAY}, tClazzCalendarDay), isa(_902{???LOC}, tPlaceLikeGeographicalRegion))}, isa(_930{???DAY}, tClazzCalendarDay), holdsIn(_930{???DAY}, dailyHighTemperature(_902{???LOC}, _944{???HTEMP})), ~holdsIn(_916{???SUNSET}, ambientTemperature(_902{???LOC}, _944{???HTEMP})), {is_unit(_902{???LOC})}),  (~isa(_958{???DAY}, tClazzCalendarDay)<-{avoidHeadLoop(isa(_972{???SUNSET}, tSunset), isa(_958{???DAY}, tClazzCalendarDay))}, isa(_972{???SUNSET}, tSunset), temporallySubsumes(_958{???DAY}, _972{???SUNSET}), {avoidHeadLoop(isa(_986{???LOC}, tPlaceLikeGeographicalRegion), isa(_958{???DAY}, tClazzCalendarDay))}, isa(_986{???LOC}, tPlaceLikeGeographicalRegion), holdsIn(_958{???DAY}, dailyHighTemperature(_986{???LOC}, _1000{???HTEMP})), ~holdsIn(_972{???SUNSET}, ambientTemperature(_986{???LOC}, _1000{???HTEMP})), {is_unit(_958{???DAY})}),  (~isa(_1070{???SUNSET}, tSunset)<-temporallySubsumes(_1084{???DAY}, _1070{???SUNSET}), {avoidHeadLoop(isa(_1084{???DAY}, tClazzCalendarDay), isa(_1070{???SUNSET}, tSunset))}, isa(_1084{???DAY}, tClazzCalendarDay), {avoidHeadLoop(isa(_1098{???LOC}, tPlaceLikeGeographicalRegion), isa(_1070{???SUNSET}, tSunset))}, isa(_1098{???LOC}, tPlaceLikeGeographicalRegion), holdsIn(_1084{???DAY}, dailyHighTemperature(_1098{???LOC}, _1112{???HTEMP})), ~holdsIn(_1070{???SUNSET}, ambientTemperature(_1098{???LOC}, _1112{???HTEMP})), {is_unit(_1070{???SUNSET})}),  (~temporallySubsumes(_1014{???DAY}, _1028{???SUNSET})<-isa(_1028{???SUNSET}, tSunset), isa(_1014{???DAY}, tClazzCalendarDay), isa(_1042{???LOC}, tPlaceLikeGeographicalRegion), holdsIn(_1014{???DAY}, dailyHighTemperature(_1042{???LOC}, _1056{???HTEMP})), ~holdsIn(_1028{???SUNSET}, ambientTemperature(_1042{???LOC}, _1056{???HTEMP})), {is_unit(_1028{???SUNSET}, _1014{???DAY})}),  (isa(_790{???SUNSET}, tSunset), temporallySubsumes(_832{???DAY}, _790{???SUNSET}), isa(_832{???DAY}, tClazzCalendarDay), isa(_804{???LOC}, tPlaceLikeGeographicalRegion), holdsIn(_832{???DAY}, dailyHighTemperature(_804{???LOC}, _818{???HTEMP})), {is_unit(_818{???HTEMP}, _804{???LOC}, _790{???SUNSET})}==>holdsIn(_790{???SUNSET}, ambientTemperature(_804{???LOC}, _818{???HTEMP})))]).
  15265.  
  15266.  
  15267. % ~holdsIn(_170{???DAY}, dailyHighTemperature(_184{???LOC}, _198{???HTEMP})) :-
  15268. %   isa(_212{???SUNSET}, tSunset),
  15269. %   temporallySubsumes(_170{???DAY}, _212{???SUNSET}),
  15270. %   isa(_170{???DAY}, tClazzCalendarDay),
  15271. %   isa(_184{???LOC}, tPlaceLikeGeographicalRegion),
  15272. %   ~holdsIn(_212{???SUNSET}, ambientTemperature(_184{???LOC}, _198{???HTEMP})).
  15273. % ~isa(_158{???LOC}, tPlaceLikeGeographicalRegion) :-
  15274. %   isa(_172{???SUNSET}, tSunset),
  15275. %   temporallySubsumes(_186{???DAY}, _172{???SUNSET}),
  15276. %   isa(_186{???DAY}, tClazzCalendarDay),
  15277. %   holdsIn(_186{???DAY},
  15278. %       dailyHighTemperature(_158{???LOC}, _200{???HTEMP})),
  15279. %   ~holdsIn(_172{???SUNSET}, ambientTemperature(_158{???LOC}, _200{???HTEMP})).
  15280. % ~isa(_166{???DAY}, tClazzCalendarDay) :-
  15281. %   isa(_180{???SUNSET}, tSunset),
  15282. %   temporallySubsumes(_166{???DAY}, _180{???SUNSET}),
  15283. %   isa(_194{???LOC}, tPlaceLikeGeographicalRegion),
  15284. %   holdsIn(_166{???DAY},
  15285. %       dailyHighTemperature(_194{???LOC}, _208{???HTEMP})),
  15286. %   ~holdsIn(_180{???SUNSET}, ambientTemperature(_194{???LOC}, _208{???HTEMP})).
  15287. % ~isa(_214{???SUNSET}, tSunset) :-
  15288. %   temporallySubsumes(_228{???DAY}, _214{???SUNSET}),
  15289. %   isa(_228{???DAY}, tClazzCalendarDay),
  15290. %   isa(_242{???LOC}, tPlaceLikeGeographicalRegion),
  15291. %   holdsIn(_228{???DAY},
  15292. %       dailyHighTemperature(_242{???LOC}, _256{???HTEMP})),
  15293. %   ~holdsIn(_214{???SUNSET}, ambientTemperature(_242{???LOC}, _256{???HTEMP})).
  15294. % ~temporallySubsumes(_158{???DAY}, _172{???SUNSET}) :-
  15295. %   isa(_172{???SUNSET}, tSunset),
  15296. %   isa(_158{???DAY}, tClazzCalendarDay),
  15297. %   isa(_186{???LOC}, tPlaceLikeGeographicalRegion),
  15298. %   holdsIn(_158{???DAY},
  15299. %       dailyHighTemperature(_186{???LOC}, _200{???HTEMP})),
  15300. %   ~holdsIn(_172{???SUNSET}, ambientTemperature(_186{???LOC}, _200{???HTEMP})).
  15301. % holdsIn(_102{???SUNSET}, ambientTemperature(_116{???LOC}, _130{???HTEMP})) :-
  15302. %   isa(_102{???SUNSET}, tSunset),
  15303. %   temporallySubsumes(_144{???DAY}, _102{???SUNSET}),
  15304. %   isa(_144{???DAY}, tClazzCalendarDay),
  15305. %   isa(_116{???LOC}, tPlaceLikeGeographicalRegion),
  15306. %   holdsIn(_144{???DAY},
  15307. %       dailyHighTemperature(_116{???LOC}, _130{???HTEMP})).
  15308.  
  15309.  
  15310. % asserted_id(implies(and(isa(X, eventSummerSeason), eventOccursAt(X, U), hasClimateType(U, eventTaigaClimateCycle)), holdsIn(X, dailyHighTemperature(U, vWarm))), a309275(X, U)).
  15311. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  15312. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  15313.  kif:-all(_222650,all(_222670,implies(and(isa(_222650,eventSummerSeason),eventOccursAt(_222650,_222670),hasClimateType(_222670,eventTaigaClimateCycle)),holdsIn(_222650,dailyHighTemperature(_222670,vWarm)))))
  15314.  pkif:-all(_222600,all(_222620,=>(&(isa(_222600,eventSummerSeason),&(eventOccursAt(_222600,_222620),hasClimateType(_222620,eventTaigaClimateCycle))),holdsIn(_222600,dailyHighTemperature(_222620,vWarm)))))
  15315. % cnf :-
  15316. %   v(v(~isa(_140{???X}, eventSummerSeason),
  15317. %       v(~eventOccursAt(_140{???X}, _154{???U}),
  15318. %         ~hasClimateType(_154{???U}, eventTaigaClimateCycle))),
  15319. %     holdsIn(_140{???X}, dailyHighTemperature(_154{???U}, vWarm))).
  15320.  horn:-[(~eventOccursAt(_224054,_224068):-isa(_224054,eventSummerSeason),hasClimateType(_224068,eventTaigaClimateCycle),~holdsIn(_224054,dailyHighTemperature(_224068,vWarm))),(~hasClimateType(_224144,eventTaigaClimateCycle):-isa(_224170,eventSummerSeason),eventOccursAt(_224170,_224144),~holdsIn(_224170,dailyHighTemperature(_224144,vWarm))),(~isa(_224234,eventSummerSeason):-eventOccursAt(_224234,_224260),hasClimateType(_224260,eventTaigaClimateCycle),~holdsIn(_224234,dailyHighTemperature(_224260,vWarm))),(holdsIn(_224320,dailyHighTemperature(_224340,vWarm)):-isa(_224320,eventSummerSeason),eventOccursAt(_224320,_224340),hasClimateType(_224340,eventTaigaClimateCycle))]
  15321. % boxlog :-
  15322. %  
  15323. %   [ (~eventOccursAt(_736{???X}, _750{???U}):-isa(_736{???X}, eventSummerSeason), hasClimateType(_750{???U}, eventTaigaClimateCycle), ~holdsIn(_736{???X}, dailyHighTemperature(_750{???U}, vWarm))),
  15324. %     (~hasClimateType(_708{???U}, eventTaigaClimateCycle):-isa(_722{???X}, eventSummerSeason), eventOccursAt(_722{???X}, _708{???U}), ~holdsIn(_722{???X}, dailyHighTemperature(_708{???U}, vWarm))),
  15325. %     (~isa(_764{???X}, eventSummerSeason):-eventOccursAt(_764{???X}, _778{???U}), hasClimateType(_778{???U}, eventTaigaClimateCycle), ~holdsIn(_764{???X}, dailyHighTemperature(_778{???U}, vWarm))),
  15326. %     (holdsIn(_680{???X}, dailyHighTemperature(_694{???U}, vWarm)):-isa(_680{???X}, eventSummerSeason), eventOccursAt(_680{???X}, _694{???U}), hasClimateType(_694{???U}, eventTaigaClimateCycle))
  15327. %   ].
  15328. % preview :-
  15329. %  
  15330. %   [ (isa(_700{???X}, eventSummerSeason), hasClimateType(_714{???U}, eventTaigaClimateCycle), ~holdsIn(_700{???X}, dailyHighTemperature(_714{???U}, vWarm)), {is_unit(_714{???U}, _700{???X})}==> ~eventOccursAt(_700{???X}, _714{???U})),
  15331. %     (isa(_686{???X}, eventSummerSeason), eventOccursAt(_686{???X}, _672{???U}), ~holdsIn(_686{???X}, dailyHighTemperature(_672{???U}, vWarm)), {is_unit(_672{???U})}-> ~hasClimateType(_672{???U}, eventTaigaClimateCycle)),
  15332. %     (eventOccursAt(_728{???X}, _742{???U}), hasClimateType(_742{???U}, eventTaigaClimateCycle), ~holdsIn(_728{???X}, dailyHighTemperature(_742{???U}, vWarm)), {is_unit(_728{???X})}-> ~isa(_728{???X}, eventSummerSeason)),
  15333. %     (isa(_644{???X}, eventSummerSeason), eventOccursAt(_644{???X}, _658{???U}), hasClimateType(_658{???U}, eventTaigaClimateCycle), {is_unit(_658{???U}, _644{???X})}==>holdsIn(_644{???X}, dailyHighTemperature(_658{???U}, vWarm)))
  15334. %   ].
  15335. % conds= =>((name_variable(_682{???X}, 'X'), name_variable(_696{???U}, 'U'), name_variable(_654{???U}, 'U'), name_variable(_668{???X}, 'X'), name_variable(_710{???X}, 'X'), name_variable(_724{???U}, 'U'), name_variable(_626{???X}, 'X'), name_variable(_640{???U}, 'U')), [(isa(_682{???X}, eventSummerSeason), hasClimateType(_696{???U}, eventTaigaClimateCycle), ~holdsIn(_682{???X}, dailyHighTemperature(_696{???U}, vWarm)), {is_unit(_696{???U}, _682{???X})}==> ~eventOccursAt(_682{???X}, _696{???U})),  (~hasClimateType(_654{???U}, eventTaigaClimateCycle)<-isa(_668{???X}, eventSummerSeason), eventOccursAt(_668{???X}, _654{???U}), ~holdsIn(_668{???X}, dailyHighTemperature(_654{???U}, vWarm)), {is_unit(_654{???U})}),  (~isa(_710{???X}, eventSummerSeason)<-eventOccursAt(_710{???X}, _724{???U}), hasClimateType(_724{???U}, eventTaigaClimateCycle), ~holdsIn(_710{???X}, dailyHighTemperature(_724{???U}, vWarm)), {is_unit(_710{???X})}),  (isa(_626{???X}, eventSummerSeason), eventOccursAt(_626{???X}, _640{???U}), hasClimateType(_640{???U}, eventTaigaClimateCycle), {is_unit(_640{???U}, _626{???X})}==>holdsIn(_626{???X}, dailyHighTemperature(_640{???U}, vWarm)))]).
  15336.  
  15337.  
  15338. % ~eventOccursAt(_166{???X}, _180{???U}) :-
  15339. %   isa(_166{???X}, eventSummerSeason),
  15340. %   hasClimateType(_180{???U}, eventTaigaClimateCycle),
  15341. %   ~holdsIn(_166{???X}, dailyHighTemperature(_180{???U}, vWarm)).
  15342. % ~hasClimateType(_130{???U}, eventTaigaClimateCycle) :-
  15343. %   isa(_144{???X}, eventSummerSeason),
  15344. %   eventOccursAt(_144{???X}, _130{???U}),
  15345. %   ~holdsIn(_144{???X}, dailyHighTemperature(_130{???U}, vWarm)).
  15346. % ~isa(_134{???X}, eventSummerSeason) :-
  15347. %   eventOccursAt(_134{???X}, _148{???U}),
  15348. %   hasClimateType(_148{???U}, eventTaigaClimateCycle),
  15349. %   ~holdsIn(_134{???X}, dailyHighTemperature(_148{???U}, vWarm)).
  15350. % holdsIn(_102{???X}, dailyHighTemperature(_116{???U}, vWarm)) :-
  15351. %   isa(_102{???X}, eventSummerSeason),
  15352. %   eventOccursAt(_102{???X}, _116{???U}),
  15353. %   hasClimateType(_116{???U}, eventTaigaClimateCycle).
  15354.  
  15355.  
  15356. % asserted_id(implies(and(isa(X, eventWinterSeason), eventOccursAt(X, U), hasClimateType(U, eventHumidContinentalClimateCycle)), holdsIn(X, dailyLowTemperature(U, vVeryCold))), a309276(X, U)).
  15357. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  15358. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  15359.  kif:-all(_222754,all(_222774,implies(and(isa(_222754,eventWinterSeason),eventOccursAt(_222754,_222774),hasClimateType(_222774,eventHumidContinentalClimateCycle)),holdsIn(_222754,dailyLowTemperature(_222774,vVeryCold)))))
  15360.  pkif:-all(_222704,all(_222724,=>(&(isa(_222704,eventWinterSeason),&(eventOccursAt(_222704,_222724),hasClimateType(_222724,eventHumidContinentalClimateCycle))),holdsIn(_222704,dailyLowTemperature(_222724,vVeryCold)))))
  15361. % cnf :-
  15362. %   v(v(~isa(_140{???X}, eventWinterSeason),
  15363. %       v(~eventOccursAt(_140{???X}, _154{???U}),
  15364. %         ~hasClimateType(_154{???U}, eventHumidContinentalClimateCycle))),
  15365. %     holdsIn(_140{???X}, dailyLowTemperature(_154{???U}, vVeryCold))).
  15366.  horn:-[(~eventOccursAt(_224158,_224172):-isa(_224158,eventWinterSeason),hasClimateType(_224172,eventHumidContinentalClimateCycle),~holdsIn(_224158,dailyLowTemperature(_224172,vVeryCold))),(~hasClimateType(_224248,eventHumidContinentalClimateCycle):-isa(_224274,eventWinterSeason),eventOccursAt(_224274,_224248),~holdsIn(_224274,dailyLowTemperature(_224248,vVeryCold))),(~isa(_224338,eventWinterSeason):-eventOccursAt(_224338,_224364),hasClimateType(_224364,eventHumidContinentalClimateCycle),~holdsIn(_224338,dailyLowTemperature(_224364,vVeryCold))),(holdsIn(_224424,dailyLowTemperature(_224444,vVeryCold)):-isa(_224424,eventWinterSeason),eventOccursAt(_224424,_224444),hasClimateType(_224444,eventHumidContinentalClimateCycle))]
  15367. % boxlog :-
  15368. %  
  15369. %   [ (~eventOccursAt(_736{???X}, _750{???U}):-isa(_736{???X}, eventWinterSeason), hasClimateType(_750{???U}, eventHumidContinentalClimateCycle), ~holdsIn(_736{???X}, dailyLowTemperature(_750{???U}, vVeryCold))),
  15370. %     (~hasClimateType(_708{???U}, eventHumidContinentalClimateCycle):-isa(_722{???X}, eventWinterSeason), eventOccursAt(_722{???X}, _708{???U}), ~holdsIn(_722{???X}, dailyLowTemperature(_708{???U}, vVeryCold))),
  15371. %     (~isa(_764{???X}, eventWinterSeason):-eventOccursAt(_764{???X}, _778{???U}), hasClimateType(_778{???U}, eventHumidContinentalClimateCycle), ~holdsIn(_764{???X}, dailyLowTemperature(_778{???U}, vVeryCold))),
  15372. %     (holdsIn(_680{???X}, dailyLowTemperature(_694{???U}, vVeryCold)):-isa(_680{???X}, eventWinterSeason), eventOccursAt(_680{???X}, _694{???U}), hasClimateType(_694{???U}, eventHumidContinentalClimateCycle))
  15373. %   ].
  15374. % preview :-
  15375. %  
  15376. %   [ (isa(_700{???X}, eventWinterSeason), hasClimateType(_714{???U}, eventHumidContinentalClimateCycle), ~holdsIn(_700{???X}, dailyLowTemperature(_714{???U}, vVeryCold)), {is_unit(_714{???U}, _700{???X})}==> ~eventOccursAt(_700{???X}, _714{???U})),
  15377. %     (isa(_686{???X}, eventWinterSeason), eventOccursAt(_686{???X}, _672{???U}), ~holdsIn(_686{???X}, dailyLowTemperature(_672{???U}, vVeryCold)), {is_unit(_672{???U})}-> ~hasClimateType(_672{???U}, eventHumidContinentalClimateCycle)),
  15378. %     (eventOccursAt(_728{???X}, _742{???U}), hasClimateType(_742{???U}, eventHumidContinentalClimateCycle), ~holdsIn(_728{???X}, dailyLowTemperature(_742{???U}, vVeryCold)), {is_unit(_728{???X})}-> ~isa(_728{???X}, eventWinterSeason)),
  15379. %     (isa(_644{???X}, eventWinterSeason), eventOccursAt(_644{???X}, _658{???U}), hasClimateType(_658{???U}, eventHumidContinentalClimateCycle), {is_unit(_658{???U}, _644{???X})}==>holdsIn(_644{???X}, dailyLowTemperature(_658{???U}, vVeryCold)))
  15380. %   ].
  15381. % conds= =>((name_variable(_682{???X}, 'X'), name_variable(_696{???U}, 'U'), name_variable(_654{???U}, 'U'), name_variable(_668{???X}, 'X'), name_variable(_710{???X}, 'X'), name_variable(_724{???U}, 'U'), name_variable(_626{???X}, 'X'), name_variable(_640{???U}, 'U')), [(isa(_682{???X}, eventWinterSeason), hasClimateType(_696{???U}, eventHumidContinentalClimateCycle), ~holdsIn(_682{???X}, dailyLowTemperature(_696{???U}, vVeryCold)), {is_unit(_696{???U}, _682{???X})}==> ~eventOccursAt(_682{???X}, _696{???U})),  (~hasClimateType(_654{???U}, eventHumidContinentalClimateCycle)<-isa(_668{???X}, eventWinterSeason), eventOccursAt(_668{???X}, _654{???U}), ~holdsIn(_668{???X}, dailyLowTemperature(_654{???U}, vVeryCold)), {is_unit(_654{???U})}),  (~isa(_710{???X}, eventWinterSeason)<-eventOccursAt(_710{???X}, _724{???U}), hasClimateType(_724{???U}, eventHumidContinentalClimateCycle), ~holdsIn(_710{???X}, dailyLowTemperature(_724{???U}, vVeryCold)), {is_unit(_710{???X})}),  (isa(_626{???X}, eventWinterSeason), eventOccursAt(_626{???X}, _640{???U}), hasClimateType(_640{???U}, eventHumidContinentalClimateCycle), {is_unit(_640{???U}, _626{???X})}==>holdsIn(_626{???X}, dailyLowTemperature(_640{???U}, vVeryCold)))]).
  15382.  
  15383.  
  15384. % ~eventOccursAt(_166{???X}, _180{???U}) :-
  15385. %   isa(_166{???X}, eventWinterSeason),
  15386. %   hasClimateType(_180{???U}, eventHumidContinentalClimateCycle),
  15387. %   ~holdsIn(_166{???X}, dailyLowTemperature(_180{???U}, vVeryCold)).
  15388. % ~hasClimateType(_130{???U}, eventHumidContinentalClimateCycle) :-
  15389. %   isa(_144{???X}, eventWinterSeason),
  15390. %   eventOccursAt(_144{???X}, _130{???U}),
  15391. %   ~holdsIn(_144{???X}, dailyLowTemperature(_130{???U}, vVeryCold)).
  15392. % ~isa(_134{???X}, eventWinterSeason) :-
  15393. %   eventOccursAt(_134{???X}, _148{???U}),
  15394. %   hasClimateType(_148{???U}, eventHumidContinentalClimateCycle),
  15395. %   ~holdsIn(_134{???X}, dailyLowTemperature(_148{???U}, vVeryCold)).
  15396. % holdsIn(_102{???X}, dailyLowTemperature(_116{???U}, vVeryCold)) :-
  15397. %   isa(_102{???X}, eventWinterSeason),
  15398. %   eventOccursAt(_102{???X}, _116{???U}),
  15399. %   hasClimateType(_116{???U}, eventHumidContinentalClimateCycle).
  15400.  
  15401.  
  15402. % asserted_id(implies(and(isa(X, eventSummerSeason), eventOccursAt(X, U), hasClimateType(U, eventHumidContinentalClimateCycle)), holdsIn(X, dailyHighTemperature(U, vWarm))), a309277(X, U)).
  15403. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  15404. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  15405.  kif:-all(_222858,all(_222878,implies(and(isa(_222858,eventSummerSeason),eventOccursAt(_222858,_222878),hasClimateType(_222878,eventHumidContinentalClimateCycle)),holdsIn(_222858,dailyHighTemperature(_222878,vWarm)))))
  15406.  pkif:-all(_222808,all(_222828,=>(&(isa(_222808,eventSummerSeason),&(eventOccursAt(_222808,_222828),hasClimateType(_222828,eventHumidContinentalClimateCycle))),holdsIn(_222808,dailyHighTemperature(_222828,vWarm)))))
  15407. % cnf :-
  15408. %   v(v(~isa(_140{???X}, eventSummerSeason),
  15409. %       v(~eventOccursAt(_140{???X}, _154{???U}),
  15410. %         ~hasClimateType(_154{???U}, eventHumidContinentalClimateCycle))),
  15411. %     holdsIn(_140{???X}, dailyHighTemperature(_154{???U}, vWarm))).
  15412.  horn:-[(~eventOccursAt(_224262,_224276):-isa(_224262,eventSummerSeason),hasClimateType(_224276,eventHumidContinentalClimateCycle),~holdsIn(_224262,dailyHighTemperature(_224276,vWarm))),(~hasClimateType(_224352,eventHumidContinentalClimateCycle):-isa(_224378,eventSummerSeason),eventOccursAt(_224378,_224352),~holdsIn(_224378,dailyHighTemperature(_224352,vWarm))),(~isa(_224442,eventSummerSeason):-eventOccursAt(_224442,_224468),hasClimateType(_224468,eventHumidContinentalClimateCycle),~holdsIn(_224442,dailyHighTemperature(_224468,vWarm))),(holdsIn(_224528,dailyHighTemperature(_224548,vWarm)):-isa(_224528,eventSummerSeason),eventOccursAt(_224528,_224548),hasClimateType(_224548,eventHumidContinentalClimateCycle))]
  15413. % boxlog :-
  15414. %  
  15415. %   [ (~eventOccursAt(_736{???X}, _750{???U}):-isa(_736{???X}, eventSummerSeason), hasClimateType(_750{???U}, eventHumidContinentalClimateCycle), ~holdsIn(_736{???X}, dailyHighTemperature(_750{???U}, vWarm))),
  15416. %     (~hasClimateType(_708{???U}, eventHumidContinentalClimateCycle):-isa(_722{???X}, eventSummerSeason), eventOccursAt(_722{???X}, _708{???U}), ~holdsIn(_722{???X}, dailyHighTemperature(_708{???U}, vWarm))),
  15417. %     (~isa(_764{???X}, eventSummerSeason):-eventOccursAt(_764{???X}, _778{???U}), hasClimateType(_778{???U}, eventHumidContinentalClimateCycle), ~holdsIn(_764{???X}, dailyHighTemperature(_778{???U}, vWarm))),
  15418. %     (holdsIn(_680{???X}, dailyHighTemperature(_694{???U}, vWarm)):-isa(_680{???X}, eventSummerSeason), eventOccursAt(_680{???X}, _694{???U}), hasClimateType(_694{???U}, eventHumidContinentalClimateCycle))
  15419. %   ].
  15420. % preview :-
  15421. %  
  15422. %   [ (isa(_700{???X}, eventSummerSeason), hasClimateType(_714{???U}, eventHumidContinentalClimateCycle), ~holdsIn(_700{???X}, dailyHighTemperature(_714{???U}, vWarm)), {is_unit(_714{???U}, _700{???X})}==> ~eventOccursAt(_700{???X}, _714{???U})),
  15423. %     (isa(_686{???X}, eventSummerSeason), eventOccursAt(_686{???X}, _672{???U}), ~holdsIn(_686{???X}, dailyHighTemperature(_672{???U}, vWarm)), {is_unit(_672{???U})}-> ~hasClimateType(_672{???U}, eventHumidContinentalClimateCycle)),
  15424. %     (eventOccursAt(_728{???X}, _742{???U}), hasClimateType(_742{???U}, eventHumidContinentalClimateCycle), ~holdsIn(_728{???X}, dailyHighTemperature(_742{???U}, vWarm)), {is_unit(_728{???X})}-> ~isa(_728{???X}, eventSummerSeason)),
  15425. %     (isa(_644{???X}, eventSummerSeason), eventOccursAt(_644{???X}, _658{???U}), hasClimateType(_658{???U}, eventHumidContinentalClimateCycle), {is_unit(_658{???U}, _644{???X})}==>holdsIn(_644{???X}, dailyHighTemperature(_658{???U}, vWarm)))
  15426. %   ].
  15427. % conds= =>((name_variable(_682{???X}, 'X'), name_variable(_696{???U}, 'U'), name_variable(_654{???U}, 'U'), name_variable(_668{???X}, 'X'), name_variable(_710{???X}, 'X'), name_variable(_724{???U}, 'U'), name_variable(_626{???X}, 'X'), name_variable(_640{???U}, 'U')), [(isa(_682{???X}, eventSummerSeason), hasClimateType(_696{???U}, eventHumidContinentalClimateCycle), ~holdsIn(_682{???X}, dailyHighTemperature(_696{???U}, vWarm)), {is_unit(_696{???U}, _682{???X})}==> ~eventOccursAt(_682{???X}, _696{???U})),  (~hasClimateType(_654{???U}, eventHumidContinentalClimateCycle)<-isa(_668{???X}, eventSummerSeason), eventOccursAt(_668{???X}, _654{???U}), ~holdsIn(_668{???X}, dailyHighTemperature(_654{???U}, vWarm)), {is_unit(_654{???U})}),  (~isa(_710{???X}, eventSummerSeason)<-eventOccursAt(_710{???X}, _724{???U}), hasClimateType(_724{???U}, eventHumidContinentalClimateCycle), ~holdsIn(_710{???X}, dailyHighTemperature(_724{???U}, vWarm)), {is_unit(_710{???X})}),  (isa(_626{???X}, eventSummerSeason), eventOccursAt(_626{???X}, _640{???U}), hasClimateType(_640{???U}, eventHumidContinentalClimateCycle), {is_unit(_640{???U}, _626{???X})}==>holdsIn(_626{???X}, dailyHighTemperature(_640{???U}, vWarm)))]).
  15428.  
  15429.  
  15430. % ~eventOccursAt(_166{???X}, _180{???U}) :-
  15431. %   isa(_166{???X}, eventSummerSeason),
  15432. %   hasClimateType(_180{???U}, eventHumidContinentalClimateCycle),
  15433. %   ~holdsIn(_166{???X}, dailyHighTemperature(_180{???U}, vWarm)).
  15434. % ~hasClimateType(_130{???U}, eventHumidContinentalClimateCycle) :-
  15435. %   isa(_144{???X}, eventSummerSeason),
  15436. %   eventOccursAt(_144{???X}, _130{???U}),
  15437. %   ~holdsIn(_144{???X}, dailyHighTemperature(_130{???U}, vWarm)).
  15438. % ~isa(_134{???X}, eventSummerSeason) :-
  15439. %   eventOccursAt(_134{???X}, _148{???U}),
  15440. %   hasClimateType(_148{???U}, eventHumidContinentalClimateCycle),
  15441. %   ~holdsIn(_134{???X}, dailyHighTemperature(_148{???U}, vWarm)).
  15442. % holdsIn(_102{???X}, dailyHighTemperature(_116{???U}, vWarm)) :-
  15443. %   isa(_102{???X}, eventSummerSeason),
  15444. %   eventOccursAt(_102{???X}, _116{???U}),
  15445. %   hasClimateType(_116{???U}, eventHumidContinentalClimateCycle).
  15446.  
  15447.  
  15448. % asserted_id(implies(and(isa(X, eventSummerSeason), eventOccursAt(X, U), hasClimateType(U, eventTundraClimateCycle)), holdsIn(X, dailyHighTemperature(U, vModeratelyCold))), a309278(X, U)).
  15449. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  15450. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  15451.  kif:-all(_222962,all(_222982,implies(and(isa(_222962,eventSummerSeason),eventOccursAt(_222962,_222982),hasClimateType(_222982,eventTundraClimateCycle)),holdsIn(_222962,dailyHighTemperature(_222982,vModeratelyCold)))))
  15452.  pkif:-all(_222912,all(_222932,=>(&(isa(_222912,eventSummerSeason),&(eventOccursAt(_222912,_222932),hasClimateType(_222932,eventTundraClimateCycle))),holdsIn(_222912,dailyHighTemperature(_222932,vModeratelyCold)))))
  15453. % cnf :-
  15454. %   v(v(~isa(_140{???X}, eventSummerSeason),
  15455. %       v(~eventOccursAt(_140{???X}, _154{???U}),
  15456. %         ~hasClimateType(_154{???U}, eventTundraClimateCycle))),
  15457. %     holdsIn(_140{???X}, dailyHighTemperature(_154{???U}, vModeratelyCold))).
  15458.  horn:-[(~eventOccursAt(_224366,_224380):-isa(_224366,eventSummerSeason),hasClimateType(_224380,eventTundraClimateCycle),~holdsIn(_224366,dailyHighTemperature(_224380,vModeratelyCold))),(~hasClimateType(_224456,eventTundraClimateCycle):-isa(_224482,eventSummerSeason),eventOccursAt(_224482,_224456),~holdsIn(_224482,dailyHighTemperature(_224456,vModeratelyCold))),(~isa(_224546,eventSummerSeason):-eventOccursAt(_224546,_224572),hasClimateType(_224572,eventTundraClimateCycle),~holdsIn(_224546,dailyHighTemperature(_224572,vModeratelyCold))),(holdsIn(_224632,dailyHighTemperature(_224652,vModeratelyCold)):-isa(_224632,eventSummerSeason),eventOccursAt(_224632,_224652),hasClimateType(_224652,eventTundraClimateCycle))]
  15459. % boxlog :-
  15460. %  
  15461. %   [ (~eventOccursAt(_736{???X}, _750{???U}):-isa(_736{???X}, eventSummerSeason), hasClimateType(_750{???U}, eventTundraClimateCycle), ~holdsIn(_736{???X}, dailyHighTemperature(_750{???U}, vModeratelyCold))),
  15462. %     (~hasClimateType(_708{???U}, eventTundraClimateCycle):-isa(_722{???X}, eventSummerSeason), eventOccursAt(_722{???X}, _708{???U}), ~holdsIn(_722{???X}, dailyHighTemperature(_708{???U}, vModeratelyCold))),
  15463. %     (~isa(_764{???X}, eventSummerSeason):-eventOccursAt(_764{???X}, _778{???U}), hasClimateType(_778{???U}, eventTundraClimateCycle), ~holdsIn(_764{???X}, dailyHighTemperature(_778{???U}, vModeratelyCold))),
  15464. %     (holdsIn(_680{???X}, dailyHighTemperature(_694{???U}, vModeratelyCold)):-isa(_680{???X}, eventSummerSeason), eventOccursAt(_680{???X}, _694{???U}), hasClimateType(_694{???U}, eventTundraClimateCycle))
  15465. %   ].
  15466. % preview :-
  15467. %  
  15468. %   [ (isa(_700{???X}, eventSummerSeason), hasClimateType(_714{???U}, eventTundraClimateCycle), ~holdsIn(_700{???X}, dailyHighTemperature(_714{???U}, vModeratelyCold)), {is_unit(_714{???U}, _700{???X})}==> ~eventOccursAt(_700{???X}, _714{???U})),
  15469. %     (isa(_686{???X}, eventSummerSeason), eventOccursAt(_686{???X}, _672{???U}), ~holdsIn(_686{???X}, dailyHighTemperature(_672{???U}, vModeratelyCold)), {is_unit(_672{???U})}-> ~hasClimateType(_672{???U}, eventTundraClimateCycle)),
  15470. %     (eventOccursAt(_728{???X}, _742{???U}), hasClimateType(_742{???U}, eventTundraClimateCycle), ~holdsIn(_728{???X}, dailyHighTemperature(_742{???U}, vModeratelyCold)), {is_unit(_728{???X})}-> ~isa(_728{???X}, eventSummerSeason)),
  15471. %     (isa(_644{???X}, eventSummerSeason), eventOccursAt(_644{???X}, _658{???U}), hasClimateType(_658{???U}, eventTundraClimateCycle), {is_unit(_658{???U}, _644{???X})}==>holdsIn(_644{???X}, dailyHighTemperature(_658{???U}, vModeratelyCold)))
  15472. %   ].
  15473. % conds= =>((name_variable(_682{???X}, 'X'), name_variable(_696{???U}, 'U'), name_variable(_654{???U}, 'U'), name_variable(_668{???X}, 'X'), name_variable(_710{???X}, 'X'), name_variable(_724{???U}, 'U'), name_variable(_626{???X}, 'X'), name_variable(_640{???U}, 'U')), [(isa(_682{???X}, eventSummerSeason), hasClimateType(_696{???U}, eventTundraClimateCycle), ~holdsIn(_682{???X}, dailyHighTemperature(_696{???U}, vModeratelyCold)), {is_unit(_696{???U}, _682{???X})}==> ~eventOccursAt(_682{???X}, _696{???U})),  (~hasClimateType(_654{???U}, eventTundraClimateCycle)<-isa(_668{???X}, eventSummerSeason), eventOccursAt(_668{???X}, _654{???U}), ~holdsIn(_668{???X}, dailyHighTemperature(_654{???U}, vModeratelyCold)), {is_unit(_654{???U})}),  (~isa(_710{???X}, eventSummerSeason)<-eventOccursAt(_710{???X}, _724{???U}), hasClimateType(_724{???U}, eventTundraClimateCycle), ~holdsIn(_710{???X}, dailyHighTemperature(_724{???U}, vModeratelyCold)), {is_unit(_710{???X})}),  (isa(_626{???X}, eventSummerSeason), eventOccursAt(_626{???X}, _640{???U}), hasClimateType(_640{???U}, eventTundraClimateCycle), {is_unit(_640{???U}, _626{???X})}==>holdsIn(_626{???X}, dailyHighTemperature(_640{???U}, vModeratelyCold)))]).
  15474.  
  15475.  
  15476. % ~eventOccursAt(_166{???X}, _180{???U}) :-
  15477. %   isa(_166{???X}, eventSummerSeason),
  15478. %   hasClimateType(_180{???U}, eventTundraClimateCycle),
  15479. %   ~holdsIn(_166{???X}, dailyHighTemperature(_180{???U}, vModeratelyCold)).
  15480. % ~hasClimateType(_130{???U}, eventTundraClimateCycle) :-
  15481. %   isa(_144{???X}, eventSummerSeason),
  15482. %   eventOccursAt(_144{???X}, _130{???U}),
  15483. %   ~holdsIn(_144{???X}, dailyHighTemperature(_130{???U}, vModeratelyCold)).
  15484. % ~isa(_134{???X}, eventSummerSeason) :-
  15485. %   eventOccursAt(_134{???X}, _148{???U}),
  15486. %   hasClimateType(_148{???U}, eventTundraClimateCycle),
  15487. %   ~holdsIn(_134{???X}, dailyHighTemperature(_148{???U}, vModeratelyCold)).
  15488. % holdsIn(_102{???X}, dailyHighTemperature(_116{???U}, vModeratelyCold)) :-
  15489. %   isa(_102{???X}, eventSummerSeason),
  15490. %   eventOccursAt(_102{???X}, _116{???U}),
  15491. %   hasClimateType(_116{???U}, eventTundraClimateCycle).
  15492.  
  15493.  
  15494. % asserted_id(implies(and(isa(RAIN, eventRainProcess), eventOccursAt(RAIN, REG), isa(REG, tPlaceLikeGeographicalRegion)), holdsIn(RAIN, ambientRelativeHumidity(REG, nartR(vVeryHighAmountFn, vtRelativeHumidity)))), a309279(RAIN, REG)).
  15495. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  15496. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  15497.  kif:-all(_223084,all(_223104,implies(and(isa(_223084,eventRainProcess),eventOccursAt(_223084,_223104),isa(_223104,tPlaceLikeGeographicalRegion)),holdsIn(_223084,ambientRelativeHumidity(_223104,nartR(vVeryHighAmountFn,vtRelativeHumidity))))))
  15498.  pkif:-all(_223034,all(_223054,=>(&(isa(_223034,eventRainProcess),&(eventOccursAt(_223034,_223054),isa(_223054,tPlaceLikeGeographicalRegion))),holdsIn(_223034,ambientRelativeHumidity(_223054,nartR(vVeryHighAmountFn,vtRelativeHumidity))))))
  15499. % cnf :-
  15500. %   v(v(~isa(_146{???RAIN}, eventRainProcess),
  15501. %       v(~eventOccursAt(_146{???RAIN}, _160{???REG}),
  15502. %         ~isa(_160{???REG}, tPlaceLikeGeographicalRegion))),
  15503. %     holdsIn(_146{???RAIN},
  15504. %         ambientRelativeHumidity(_160{???REG},
  15505. %                     nartR(vVeryHighAmountFn,
  15506. %                       vtRelativeHumidity)))).
  15507.  horn:-[(~eventOccursAt(_224590,_224604):-isa(_224590,eventRainProcess),isa(_224604,tPlaceLikeGeographicalRegion),~holdsIn(_224590,ambientRelativeHumidity(_224604,nartR(vVeryHighAmountFn,vtRelativeHumidity)))),(~isa(_224680,tPlaceLikeGeographicalRegion):-isa(_224706,eventRainProcess),eventOccursAt(_224706,_224680),~holdsIn(_224706,ambientRelativeHumidity(_224680,nartR(vVeryHighAmountFn,vtRelativeHumidity)))),(~isa(_224770,eventRainProcess):-eventOccursAt(_224770,_224796),isa(_224796,tPlaceLikeGeographicalRegion),~holdsIn(_224770,ambientRelativeHumidity(_224796,nartR(vVeryHighAmountFn,vtRelativeHumidity)))),(holdsIn(_224856,ambientRelativeHumidity(_224876,nartR(vVeryHighAmountFn,vtRelativeHumidity))):-isa(_224856,eventRainProcess),eventOccursAt(_224856,_224876),isa(_224876,tPlaceLikeGeographicalRegion))]
  15508. % boxlog :-
  15509. %  
  15510. %   [ (~eventOccursAt(_760{???RAIN}, _774{???REG}):-isa(_760{???RAIN}, eventRainProcess), isa(_774{???REG}, tPlaceLikeGeographicalRegion), ~holdsIn(_760{???RAIN}, ambientRelativeHumidity(_774{???REG}, nartR(vVeryHighAmountFn, vtRelativeHumidity)))),
  15511. %     (~isa(_732{???REG}, tPlaceLikeGeographicalRegion):-isa(_746{???RAIN}, eventRainProcess), eventOccursAt(_746{???RAIN}, _732{???REG}), ~holdsIn(_746{???RAIN}, ambientRelativeHumidity(_732{???REG}, nartR(vVeryHighAmountFn, vtRelativeHumidity)))),
  15512. %     (~isa(_788{???RAIN}, eventRainProcess):-eventOccursAt(_788{???RAIN}, _802{???REG}), isa(_802{???REG}, tPlaceLikeGeographicalRegion), ~holdsIn(_788{???RAIN}, ambientRelativeHumidity(_802{???REG}, nartR(vVeryHighAmountFn, vtRelativeHumidity)))),
  15513. %     (holdsIn(_704{???RAIN}, ambientRelativeHumidity(_718{???REG}, nartR(vVeryHighAmountFn, vtRelativeHumidity))):-isa(_704{???RAIN}, eventRainProcess), eventOccursAt(_704{???RAIN}, _718{???REG}), isa(_718{???REG}, tPlaceLikeGeographicalRegion))
  15514. %   ].
  15515. % preview :-
  15516. %  
  15517. %   [ (isa(_724{???RAIN}, eventRainProcess), isa(_738{???REG}, tPlaceLikeGeographicalRegion), ~holdsIn(_724{???RAIN}, ambientRelativeHumidity(_738{???REG}, nartR(vVeryHighAmountFn, vtRelativeHumidity))), {is_unit(_738{???REG}, _724{???RAIN})}==> ~eventOccursAt(_724{???RAIN}, _738{???REG})),
  15518. %     ({avoidHeadLoop(isa(_710{???RAIN}, eventRainProcess), isa(_696{???REG}, tPlaceLikeGeographicalRegion))}, isa(_710{???RAIN}, eventRainProcess), eventOccursAt(_710{???RAIN}, _696{???REG}), ~holdsIn(_710{???RAIN}, ambientRelativeHumidity(_696{???REG}, nartR(vVeryHighAmountFn, vtRelativeHumidity))), {is_unit(_696{???REG})}-> ~isa(_696{???REG}, tPlaceLikeGeographicalRegion)),
  15519. %     (eventOccursAt(_752{???RAIN}, _766{???REG}), {avoidHeadLoop(isa(_766{???REG}, tPlaceLikeGeographicalRegion), isa(_752{???RAIN}, eventRainProcess))}, isa(_766{???REG}, tPlaceLikeGeographicalRegion), ~holdsIn(_752{???RAIN}, ambientRelativeHumidity(_766{???REG}, nartR(vVeryHighAmountFn, vtRelativeHumidity))), {is_unit(_752{???RAIN})}-> ~isa(_752{???RAIN}, eventRainProcess)),
  15520. %     (isa(_668{???RAIN}, eventRainProcess), eventOccursAt(_668{???RAIN}, _682{???REG}), isa(_682{???REG}, tPlaceLikeGeographicalRegion), {is_unit(_682{???REG}, _668{???RAIN})}==>holdsIn(_668{???RAIN}, ambientRelativeHumidity(_682{???REG}, nartR(vVeryHighAmountFn, vtRelativeHumidity))))
  15521. %   ].
  15522. % conds= =>((name_variable(_706{???RAIN}, 'RAIN'), name_variable(_720{???REG}, 'REG'), name_variable(_678{???REG}, 'REG'), name_variable(_692{???RAIN}, 'RAIN'), name_variable(_734{???RAIN}, 'RAIN'), name_variable(_748{???REG}, 'REG'), name_variable(_650{???RAIN}, 'RAIN'), name_variable(_664{???REG}, 'REG')), [(isa(_706{???RAIN}, eventRainProcess), isa(_720{???REG}, tPlaceLikeGeographicalRegion), ~holdsIn(_706{???RAIN}, ambientRelativeHumidity(_720{???REG}, nartR(vVeryHighAmountFn, vtRelativeHumidity))), {is_unit(_720{???REG}, _706{???RAIN})}==> ~eventOccursAt(_706{???RAIN}, _720{???REG})),  (~isa(_678{???REG}, tPlaceLikeGeographicalRegion)<-{avoidHeadLoop(isa(_692{???RAIN}, eventRainProcess), isa(_678{???REG}, tPlaceLikeGeographicalRegion))}, isa(_692{???RAIN}, eventRainProcess), eventOccursAt(_692{???RAIN}, _678{???REG}), ~holdsIn(_692{???RAIN}, ambientRelativeHumidity(_678{???REG}, nartR(vVeryHighAmountFn, vtRelativeHumidity))), {is_unit(_678{???REG})}),  (~isa(_734{???RAIN}, eventRainProcess)<-eventOccursAt(_734{???RAIN}, _748{???REG}), {avoidHeadLoop(isa(_748{???REG}, tPlaceLikeGeographicalRegion), isa(_734{???RAIN}, eventRainProcess))}, isa(_748{???REG}, tPlaceLikeGeographicalRegion), ~holdsIn(_734{???RAIN}, ambientRelativeHumidity(_748{???REG}, nartR(vVeryHighAmountFn, vtRelativeHumidity))), {is_unit(_734{???RAIN})}),  (isa(_650{???RAIN}, eventRainProcess), eventOccursAt(_650{???RAIN}, _664{???REG}), isa(_664{???REG}, tPlaceLikeGeographicalRegion), {is_unit(_664{???REG}, _650{???RAIN})}==>holdsIn(_650{???RAIN}, ambientRelativeHumidity(_664{???REG}, nartR(vVeryHighAmountFn, vtRelativeHumidity))))]).
  15523.  
  15524.  
  15525. % ~eventOccursAt(_166{???RAIN}, _180{???REG}) :-
  15526. %   isa(_166{???RAIN}, eventRainProcess),
  15527. %   isa(_180{???REG}, tPlaceLikeGeographicalRegion),
  15528. %   ~holdsIn(_166{???RAIN}, ambientRelativeHumidity(_180{???REG}, nartR(vVeryHighAmountFn, vtRelativeHumidity))).
  15529. % ~isa(_130{???REG}, tPlaceLikeGeographicalRegion) :-
  15530. %   isa(_144{???RAIN}, eventRainProcess),
  15531. %   eventOccursAt(_144{???RAIN}, _130{???REG}),
  15532. %   ~holdsIn(_144{???RAIN}, ambientRelativeHumidity(_130{???REG}, nartR(vVeryHighAmountFn, vtRelativeHumidity))).
  15533. % ~isa(_134{???RAIN}, eventRainProcess) :-
  15534. %   eventOccursAt(_134{???RAIN}, _148{???REG}),
  15535. %   isa(_148{???REG}, tPlaceLikeGeographicalRegion),
  15536. %   ~holdsIn(_134{???RAIN}, ambientRelativeHumidity(_148{???REG}, nartR(vVeryHighAmountFn, vtRelativeHumidity))).
  15537. % holdsIn(_102{???RAIN}, ambientRelativeHumidity(_116{???REG}, nartR(vVeryHighAmountFn, vtRelativeHumidity))) :-
  15538. %   isa(_102{???RAIN}, eventRainProcess),
  15539. %   eventOccursAt(_102{???RAIN}, _116{???REG}),
  15540. %   isa(_116{???REG}, tPlaceLikeGeographicalRegion).
  15541.  
  15542.  
  15543. % asserted_id(implies(and(isa(X, eventSummerSeason), eventOccursAt(X, U), hasClimateType(U, eventTundraClimateCycle)), holdsIn(X, dailyLowTemperature(U, vVeryCold))), a309280(X, U)).
  15544. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  15545. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  15546.  kif:-all(_223170,all(_223190,implies(and(isa(_223170,eventSummerSeason),eventOccursAt(_223170,_223190),hasClimateType(_223190,eventTundraClimateCycle)),holdsIn(_223170,dailyLowTemperature(_223190,vVeryCold)))))
  15547.  pkif:-all(_223120,all(_223140,=>(&(isa(_223120,eventSummerSeason),&(eventOccursAt(_223120,_223140),hasClimateType(_223140,eventTundraClimateCycle))),holdsIn(_223120,dailyLowTemperature(_223140,vVeryCold)))))
  15548. % cnf :-
  15549. %   v(v(~isa(_140{???X}, eventSummerSeason),
  15550. %       v(~eventOccursAt(_140{???X}, _154{???U}),
  15551. %         ~hasClimateType(_154{???U}, eventTundraClimateCycle))),
  15552. %     holdsIn(_140{???X}, dailyLowTemperature(_154{???U}, vVeryCold))).
  15553.  horn:-[(~eventOccursAt(_224574,_224588):-isa(_224574,eventSummerSeason),hasClimateType(_224588,eventTundraClimateCycle),~holdsIn(_224574,dailyLowTemperature(_224588,vVeryCold))),(~hasClimateType(_224664,eventTundraClimateCycle):-isa(_224690,eventSummerSeason),eventOccursAt(_224690,_224664),~holdsIn(_224690,dailyLowTemperature(_224664,vVeryCold))),(~isa(_224754,eventSummerSeason):-eventOccursAt(_224754,_224780),hasClimateType(_224780,eventTundraClimateCycle),~holdsIn(_224754,dailyLowTemperature(_224780,vVeryCold))),(holdsIn(_224840,dailyLowTemperature(_224860,vVeryCold)):-isa(_224840,eventSummerSeason),eventOccursAt(_224840,_224860),hasClimateType(_224860,eventTundraClimateCycle))]
  15554. % boxlog :-
  15555. %  
  15556. %   [ (~eventOccursAt(_736{???X}, _750{???U}):-isa(_736{???X}, eventSummerSeason), hasClimateType(_750{???U}, eventTundraClimateCycle), ~holdsIn(_736{???X}, dailyLowTemperature(_750{???U}, vVeryCold))),
  15557. %     (~hasClimateType(_708{???U}, eventTundraClimateCycle):-isa(_722{???X}, eventSummerSeason), eventOccursAt(_722{???X}, _708{???U}), ~holdsIn(_722{???X}, dailyLowTemperature(_708{???U}, vVeryCold))),
  15558. %     (~isa(_764{???X}, eventSummerSeason):-eventOccursAt(_764{???X}, _778{???U}), hasClimateType(_778{???U}, eventTundraClimateCycle), ~holdsIn(_764{???X}, dailyLowTemperature(_778{???U}, vVeryCold))),
  15559. %     (holdsIn(_680{???X}, dailyLowTemperature(_694{???U}, vVeryCold)):-isa(_680{???X}, eventSummerSeason), eventOccursAt(_680{???X}, _694{???U}), hasClimateType(_694{???U}, eventTundraClimateCycle))
  15560. %   ].
  15561. % preview :-
  15562. %  
  15563. %   [ (isa(_700{???X}, eventSummerSeason), hasClimateType(_714{???U}, eventTundraClimateCycle), ~holdsIn(_700{???X}, dailyLowTemperature(_714{???U}, vVeryCold)), {is_unit(_714{???U}, _700{???X})}==> ~eventOccursAt(_700{???X}, _714{???U})),
  15564. %     (isa(_686{???X}, eventSummerSeason), eventOccursAt(_686{???X}, _672{???U}), ~holdsIn(_686{???X}, dailyLowTemperature(_672{???U}, vVeryCold)), {is_unit(_672{???U})}-> ~hasClimateType(_672{???U}, eventTundraClimateCycle)),
  15565. %     (eventOccursAt(_728{???X}, _742{???U}), hasClimateType(_742{???U}, eventTundraClimateCycle), ~holdsIn(_728{???X}, dailyLowTemperature(_742{???U}, vVeryCold)), {is_unit(_728{???X})}-> ~isa(_728{???X}, eventSummerSeason)),
  15566. %     (isa(_644{???X}, eventSummerSeason), eventOccursAt(_644{???X}, _658{???U}), hasClimateType(_658{???U}, eventTundraClimateCycle), {is_unit(_658{???U}, _644{???X})}==>holdsIn(_644{???X}, dailyLowTemperature(_658{???U}, vVeryCold)))
  15567. %   ].
  15568. % conds= =>((name_variable(_682{???X}, 'X'), name_variable(_696{???U}, 'U'), name_variable(_654{???U}, 'U'), name_variable(_668{???X}, 'X'), name_variable(_710{???X}, 'X'), name_variable(_724{???U}, 'U'), name_variable(_626{???X}, 'X'), name_variable(_640{???U}, 'U')), [(isa(_682{???X}, eventSummerSeason), hasClimateType(_696{???U}, eventTundraClimateCycle), ~holdsIn(_682{???X}, dailyLowTemperature(_696{???U}, vVeryCold)), {is_unit(_696{???U}, _682{???X})}==> ~eventOccursAt(_682{???X}, _696{???U})),  (~hasClimateType(_654{???U}, eventTundraClimateCycle)<-isa(_668{???X}, eventSummerSeason), eventOccursAt(_668{???X}, _654{???U}), ~holdsIn(_668{???X}, dailyLowTemperature(_654{???U}, vVeryCold)), {is_unit(_654{???U})}),  (~isa(_710{???X}, eventSummerSeason)<-eventOccursAt(_710{???X}, _724{???U}), hasClimateType(_724{???U}, eventTundraClimateCycle), ~holdsIn(_710{???X}, dailyLowTemperature(_724{???U}, vVeryCold)), {is_unit(_710{???X})}),  (isa(_626{???X}, eventSummerSeason), eventOccursAt(_626{???X}, _640{???U}), hasClimateType(_640{???U}, eventTundraClimateCycle), {is_unit(_640{???U}, _626{???X})}==>holdsIn(_626{???X}, dailyLowTemperature(_640{???U}, vVeryCold)))]).
  15569.  
  15570.  
  15571. % ~eventOccursAt(_166{???X}, _180{???U}) :-
  15572. %   isa(_166{???X}, eventSummerSeason),
  15573. %   hasClimateType(_180{???U}, eventTundraClimateCycle),
  15574. %   ~holdsIn(_166{???X}, dailyLowTemperature(_180{???U}, vVeryCold)).
  15575. % ~hasClimateType(_130{???U}, eventTundraClimateCycle) :-
  15576. %   isa(_144{???X}, eventSummerSeason),
  15577. %   eventOccursAt(_144{???X}, _130{???U}),
  15578. %   ~holdsIn(_144{???X}, dailyLowTemperature(_130{???U}, vVeryCold)).
  15579. % ~isa(_134{???X}, eventSummerSeason) :-
  15580. %   eventOccursAt(_134{???X}, _148{???U}),
  15581. %   hasClimateType(_148{???U}, eventTundraClimateCycle),
  15582. %   ~holdsIn(_134{???X}, dailyLowTemperature(_148{???U}, vVeryCold)).
  15583. % holdsIn(_102{???X}, dailyLowTemperature(_116{???U}, vVeryCold)) :-
  15584. %   isa(_102{???X}, eventSummerSeason),
  15585. %   eventOccursAt(_102{???X}, _116{???U}),
  15586. %   hasClimateType(_116{???U}, eventTundraClimateCycle).
  15587.  
  15588.  
  15589. % asserted_id(implies(and(isa(SUNRISE, tSunrise), temporallySubsumes(DAY, SUNRISE), isa(DAY, tClazzCalendarDay), isa(LOC, tPlaceLikeGeographicalRegion), holdsIn(DAY, dailyLowTemperature(LOC, LTEMP))), holdsIn(SUNRISE, ambientTemperature(LOC, LTEMP))), a309281(SUNRISE, DAY, LOC, LTEMP)).
  15590. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  15591. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  15592.  kif:-all(_223484,all(_223504,all(_223524,all(_223544,implies(and(isa(_223484,tSunrise),temporallySubsumes(_223504,_223484),isa(_223504,tClazzCalendarDay),isa(_223524,tPlaceLikeGeographicalRegion),holdsIn(_223504,dailyLowTemperature(_223524,_223544))),holdsIn(_223484,ambientTemperature(_223524,_223544)))))))
  15593.  pkif:-all(_223442,all(_223462,all(_223482,all(_223502,=>(&(isa(_223442,tSunrise),&(temporallySubsumes(_223462,_223442),&(isa(_223462,tClazzCalendarDay),&(isa(_223482,tPlaceLikeGeographicalRegion),holdsIn(_223462,dailyLowTemperature(_223482,_223502)))))),holdsIn(_223442,ambientTemperature(_223482,_223502)))))))
  15594. % cnf :-
  15595. %   v(v(~isa(_162{???SUNRISE}, tSunrise),
  15596. %       v(~temporallySubsumes(_176{???DAY}, _162{???SUNRISE}),
  15597. %         v(~isa(_176{???DAY}, tClazzCalendarDay),
  15598. %       v(~isa(_190{???LOC}, tPlaceLikeGeographicalRegion),
  15599. %         ~holdsIn(_176{???DAY}, dailyLowTemperature(_190{???LOC}, _204{???LTEMP})))))),
  15600. %     holdsIn(_162{???SUNRISE},
  15601. %         ambientTemperature(_190{???LOC}, _204{???LTEMP}))).
  15602.  horn:-[(~holdsIn(_226834,dailyLowTemperature(_226854,_226868)):-isa(_226894,tSunrise),temporallySubsumes(_226834,_226894),isa(_226834,tClazzCalendarDay),isa(_226854,tPlaceLikeGeographicalRegion),~holdsIn(_226894,ambientTemperature(_226854,_226868))),(~isa(_226982,tPlaceLikeGeographicalRegion):-isa(_227008,tSunrise),temporallySubsumes(_227034,_227008),isa(_227034,tClazzCalendarDay),holdsIn(_227034,dailyLowTemperature(_226982,_227078)),~holdsIn(_227008,ambientTemperature(_226982,_227078))),(~isa(_227130,tClazzCalendarDay):-isa(_227156,tSunrise),temporallySubsumes(_227130,_227156),isa(_227194,tPlaceLikeGeographicalRegion),holdsIn(_227130,dailyLowTemperature(_227194,_227226)),~holdsIn(_227156,ambientTemperature(_227194,_227226))),(~isa(_227278,tSunrise):-temporallySubsumes(_227304,_227278),isa(_227304,tClazzCalendarDay),isa(_227342,tPlaceLikeGeographicalRegion),holdsIn(_227304,dailyLowTemperature(_227342,_227374)),~holdsIn(_227278,ambientTemperature(_227342,_227374))),(~temporallySubsumes(_227426,_227440):-isa(_227440,tSunrise),isa(_227426,tClazzCalendarDay),isa(_227490,tPlaceLikeGeographicalRegion),holdsIn(_227426,dailyLowTemperature(_227490,_227522)),~holdsIn(_227440,ambientTemperature(_227490,_227522))),(holdsIn(_227570,ambientTemperature(_227590,_227604)):-isa(_227570,tSunrise),temporallySubsumes(_227642,_227570),isa(_227642,tClazzCalendarDay),isa(_227590,tPlaceLikeGeographicalRegion),holdsIn(_227642,dailyLowTemperature(_227590,_227604)))]
  15603. % boxlog :-
  15604. %  
  15605. %   [ (~holdsIn(_900{???DAY}, dailyLowTemperature(_914{???LOC}, _928{???LTEMP})):-isa(_942{???SUNRISE}, tSunrise), temporallySubsumes(_900{???DAY}, _942{???SUNRISE}), isa(_900{???DAY}, tClazzCalendarDay), isa(_914{???LOC}, tPlaceLikeGeographicalRegion), ~holdsIn(_942{???SUNRISE}, ambientTemperature(_914{???LOC}, _928{???LTEMP}))),
  15606. %     (~isa(_956{???LOC}, tPlaceLikeGeographicalRegion):-isa(_970{???SUNRISE}, tSunrise), temporallySubsumes(_984{???DAY}, _970{???SUNRISE}), isa(_984{???DAY}, tClazzCalendarDay), holdsIn(_984{???DAY}, dailyLowTemperature(_956{???LOC}, _998{???LTEMP})), ~holdsIn(_970{???SUNRISE}, ambientTemperature(_956{???LOC}, _998{???LTEMP}))),
  15607. %     (~isa(_1012{???DAY}, tClazzCalendarDay):-isa(_1026{???SUNRISE}, tSunrise), temporallySubsumes(_1012{???DAY}, _1026{???SUNRISE}), isa(_1040{???LOC}, tPlaceLikeGeographicalRegion), holdsIn(_1012{???DAY}, dailyLowTemperature(_1040{???LOC}, _1054{???LTEMP})), ~holdsIn(_1026{???SUNRISE}, ambientTemperature(_1040{???LOC}, _1054{???LTEMP}))),
  15608. %     (~isa(_1124{???SUNRISE}, tSunrise):-temporallySubsumes(_1138{???DAY}, _1124{???SUNRISE}), isa(_1138{???DAY}, tClazzCalendarDay), isa(_1152{???LOC}, tPlaceLikeGeographicalRegion), holdsIn(_1138{???DAY}, dailyLowTemperature(_1152{???LOC}, _1166{???LTEMP})), ~holdsIn(_1124{???SUNRISE}, ambientTemperature(_1152{???LOC}, _1166{???LTEMP}))),
  15609. %     (~temporallySubsumes(_1068{???DAY}, _1082{???SUNRISE}):-isa(_1082{???SUNRISE}, tSunrise), isa(_1068{???DAY}, tClazzCalendarDay), isa(_1096{???LOC}, tPlaceLikeGeographicalRegion), holdsIn(_1068{???DAY}, dailyLowTemperature(_1096{???LOC}, _1110{???LTEMP})), ~holdsIn(_1082{???SUNRISE}, ambientTemperature(_1096{???LOC}, _1110{???LTEMP}))),
  15610. %     (holdsIn(_844{???SUNRISE}, ambientTemperature(_858{???LOC}, _872{???LTEMP})):-isa(_844{???SUNRISE}, tSunrise), temporallySubsumes(_886{???DAY}, _844{???SUNRISE}), isa(_886{???DAY}, tClazzCalendarDay), isa(_858{???LOC}, tPlaceLikeGeographicalRegion), holdsIn(_886{???DAY}, dailyLowTemperature(_858{???LOC}, _872{???LTEMP})))
  15611. %   ].
  15612. % preview :-
  15613. %  
  15614. %   [ (isa(_906{???SUNRISE}, tSunrise), temporallySubsumes(_864{???DAY}, _906{???SUNRISE}), isa(_864{???DAY}, tClazzCalendarDay), isa(_878{???LOC}, tPlaceLikeGeographicalRegion), {avoidHeadLoop(holdsIn(_906{???SUNRISE}, ambientTemperature(_878{???LOC}, _892{???LTEMP})), holdsIn(_864{???DAY}, dailyLowTemperature(_878{???LOC}, _892{???LTEMP})))}, ~holdsIn(_906{???SUNRISE}, ambientTemperature(_878{???LOC}, _892{???LTEMP})), {is_unit(_892{???LTEMP}, _878{???LOC}, _864{???DAY})}-> ~holdsIn(_864{???DAY}, dailyLowTemperature(_878{???LOC}, _892{???LTEMP}))),
  15615. %     ({avoidHeadLoop(isa(_934{???SUNRISE}, tSunrise), isa(_920{???LOC}, tPlaceLikeGeographicalRegion))}, isa(_934{???SUNRISE}, tSunrise), temporallySubsumes(_948{???DAY}, _934{???SUNRISE}), {avoidHeadLoop(isa(_948{???DAY}, tClazzCalendarDay), isa(_920{???LOC}, tPlaceLikeGeographicalRegion))}, isa(_948{???DAY}, tClazzCalendarDay), holdsIn(_948{???DAY}, dailyLowTemperature(_920{???LOC}, _962{???LTEMP})), ~holdsIn(_934{???SUNRISE}, ambientTemperature(_920{???LOC}, _962{???LTEMP})), {is_unit(_920{???LOC})}-> ~isa(_920{???LOC}, tPlaceLikeGeographicalRegion)),
  15616. %     ({avoidHeadLoop(isa(_990{???SUNRISE}, tSunrise), isa(_976{???DAY}, tClazzCalendarDay))}, isa(_990{???SUNRISE}, tSunrise), temporallySubsumes(_976{???DAY}, _990{???SUNRISE}), {avoidHeadLoop(isa(_1004{???LOC}, tPlaceLikeGeographicalRegion), isa(_976{???DAY}, tClazzCalendarDay))}, isa(_1004{???LOC}, tPlaceLikeGeographicalRegion), holdsIn(_976{???DAY}, dailyLowTemperature(_1004{???LOC}, _1018{???LTEMP})), ~holdsIn(_990{???SUNRISE}, ambientTemperature(_1004{???LOC}, _1018{???LTEMP})), {is_unit(_976{???DAY})}-> ~isa(_976{???DAY}, tClazzCalendarDay)),
  15617. %     (temporallySubsumes(_1102{???DAY}, _1088{???SUNRISE}), {avoidHeadLoop(isa(_1102{???DAY}, tClazzCalendarDay), isa(_1088{???SUNRISE}, tSunrise))}, isa(_1102{???DAY}, tClazzCalendarDay), {avoidHeadLoop(isa(_1116{???LOC}, tPlaceLikeGeographicalRegion), isa(_1088{???SUNRISE}, tSunrise))}, isa(_1116{???LOC}, tPlaceLikeGeographicalRegion), holdsIn(_1102{???DAY}, dailyLowTemperature(_1116{???LOC}, _1130{???LTEMP})), ~holdsIn(_1088{???SUNRISE}, ambientTemperature(_1116{???LOC}, _1130{???LTEMP})), {is_unit(_1088{???SUNRISE})}-> ~isa(_1088{???SUNRISE}, tSunrise)),
  15618. %     (isa(_1046{???SUNRISE}, tSunrise), isa(_1032{???DAY}, tClazzCalendarDay), isa(_1060{???LOC}, tPlaceLikeGeographicalRegion), holdsIn(_1032{???DAY}, dailyLowTemperature(_1060{???LOC}, _1074{???LTEMP})), ~holdsIn(_1046{???SUNRISE}, ambientTemperature(_1060{???LOC}, _1074{???LTEMP})), {is_unit(_1046{???SUNRISE}, _1032{???DAY})}-> ~temporallySubsumes(_1032{???DAY}, _1046{???SUNRISE})),
  15619. %     (isa(_808{???SUNRISE}, tSunrise), temporallySubsumes(_850{???DAY}, _808{???SUNRISE}), isa(_850{???DAY}, tClazzCalendarDay), isa(_822{???LOC}, tPlaceLikeGeographicalRegion), holdsIn(_850{???DAY}, dailyLowTemperature(_822{???LOC}, _836{???LTEMP})), {is_unit(_836{???LTEMP}, _822{???LOC}, _808{???SUNRISE})}==>holdsIn(_808{???SUNRISE}, ambientTemperature(_822{???LOC}, _836{???LTEMP})))
  15620. %   ].
  15621. % conds= =>((name_variable(_846{???DAY}, 'DAY'), name_variable(_860{???LOC}, 'LOC'), name_variable(_874{???LTEMP}, 'LTEMP'), name_variable(_888{???SUNRISE}, 'SUNRISE'), name_variable(_902{???LOC}, 'LOC'), name_variable(_916{???SUNRISE}, 'SUNRISE'), name_variable(_930{???DAY}, 'DAY'), name_variable(_944{???LTEMP}, 'LTEMP'), name_variable(_958{???DAY}, 'DAY'), name_variable(_972{???SUNRISE}, 'SUNRISE'), name_variable(_986{???LOC}, 'LOC'), name_variable(_1000{???LTEMP}, 'LTEMP'), name_variable(_1070{???SUNRISE}, 'SUNRISE'), name_variable(_1084{???DAY}, 'DAY'), name_variable(_1098{???LOC}, 'LOC'), name_variable(_1112{???LTEMP}, 'LTEMP'), name_variable(_1014{???DAY}, 'DAY'), name_variable(_1028{???SUNRISE}, 'SUNRISE'), name_variable(_1042{???LOC}, 'LOC'), name_variable(_1056{???LTEMP}, 'LTEMP'), name_variable(_790{???SUNRISE}, 'SUNRISE'), name_variable(_832{???DAY}, 'DAY'), name_variable(_804{???LOC}, 'LOC'), name_variable(_818{???LTEMP}, 'LTEMP')), [(~holdsIn(_846{???DAY}, dailyLowTemperature(_860{???LOC}, _874{???LTEMP}))<-isa(_888{???SUNRISE}, tSunrise), temporallySubsumes(_846{???DAY}, _888{???SUNRISE}), isa(_846{???DAY}, tClazzCalendarDay), isa(_860{???LOC}, tPlaceLikeGeographicalRegion), {avoidHeadLoop(holdsIn(_888{???SUNRISE}, ambientTemperature(_860{???LOC}, _874{???LTEMP})), holdsIn(_846{???DAY}, dailyLowTemperature(_860{???LOC}, _874{???LTEMP})))}, ~holdsIn(_888{???SUNRISE}, ambientTemperature(_860{???LOC}, _874{???LTEMP})), {is_unit(_874{???LTEMP}, _860{???LOC}, _846{???DAY})}),  (~isa(_902{???LOC}, tPlaceLikeGeographicalRegion)<-{avoidHeadLoop(isa(_916{???SUNRISE}, tSunrise), isa(_902{???LOC}, tPlaceLikeGeographicalRegion))}, isa(_916{???SUNRISE}, tSunrise), temporallySubsumes(_930{???DAY}, _916{???SUNRISE}), {avoidHeadLoop(isa(_930{???DAY}, tClazzCalendarDay), isa(_902{???LOC}, tPlaceLikeGeographicalRegion))}, isa(_930{???DAY}, tClazzCalendarDay), holdsIn(_930{???DAY}, dailyLowTemperature(_902{???LOC}, _944{???LTEMP})), ~holdsIn(_916{???SUNRISE}, ambientTemperature(_902{???LOC}, _944{???LTEMP})), {is_unit(_902{???LOC})}),  (~isa(_958{???DAY}, tClazzCalendarDay)<-{avoidHeadLoop(isa(_972{???SUNRISE}, tSunrise), isa(_958{???DAY}, tClazzCalendarDay))}, isa(_972{???SUNRISE}, tSunrise), temporallySubsumes(_958{???DAY}, _972{???SUNRISE}), {avoidHeadLoop(isa(_986{???LOC}, tPlaceLikeGeographicalRegion), isa(_958{???DAY}, tClazzCalendarDay))}, isa(_986{???LOC}, tPlaceLikeGeographicalRegion), holdsIn(_958{???DAY}, dailyLowTemperature(_986{???LOC}, _1000{???LTEMP})), ~holdsIn(_972{???SUNRISE}, ambientTemperature(_986{???LOC}, _1000{???LTEMP})), {is_unit(_958{???DAY})}),  (~isa(_1070{???SUNRISE}, tSunrise)<-temporallySubsumes(_1084{???DAY}, _1070{???SUNRISE}), {avoidHeadLoop(isa(_1084{???DAY}, tClazzCalendarDay), isa(_1070{???SUNRISE}, tSunrise))}, isa(_1084{???DAY}, tClazzCalendarDay), {avoidHeadLoop(isa(_1098{???LOC}, tPlaceLikeGeographicalRegion), isa(_1070{???SUNRISE}, tSunrise))}, isa(_1098{???LOC}, tPlaceLikeGeographicalRegion), holdsIn(_1084{???DAY}, dailyLowTemperature(_1098{???LOC}, _1112{???LTEMP})), ~holdsIn(_1070{???SUNRISE}, ambientTemperature(_1098{???LOC}, _1112{???LTEMP})), {is_unit(_1070{???SUNRISE})}),  (~temporallySubsumes(_1014{???DAY}, _1028{???SUNRISE})<-isa(_1028{???SUNRISE}, tSunrise), isa(_1014{???DAY}, tClazzCalendarDay), isa(_1042{???LOC}, tPlaceLikeGeographicalRegion), holdsIn(_1014{???DAY}, dailyLowTemperature(_1042{???LOC}, _1056{???LTEMP})), ~holdsIn(_1028{???SUNRISE}, ambientTemperature(_1042{???LOC}, _1056{???LTEMP})), {is_unit(_1028{???SUNRISE}, _1014{???DAY})}),  (isa(_790{???SUNRISE}, tSunrise), temporallySubsumes(_832{???DAY}, _790{???SUNRISE}), isa(_832{???DAY}, tClazzCalendarDay), isa(_804{???LOC}, tPlaceLikeGeographicalRegion), holdsIn(_832{???DAY}, dailyLowTemperature(_804{???LOC}, _818{???LTEMP})), {is_unit(_818{???LTEMP}, _804{???LOC}, _790{???SUNRISE})}==>holdsIn(_790{???SUNRISE}, ambientTemperature(_804{???LOC}, _818{???LTEMP})))]).
  15622.  
  15623.  
  15624. % ~holdsIn(_170{???DAY}, dailyLowTemperature(_184{???LOC}, _198{???LTEMP})) :-
  15625. %   isa(_212{???SUNRISE}, tSunrise),
  15626. %   temporallySubsumes(_170{???DAY}, _212{???SUNRISE}),
  15627. %   isa(_170{???DAY}, tClazzCalendarDay),
  15628. %   isa(_184{???LOC}, tPlaceLikeGeographicalRegion),
  15629. %   ~holdsIn(_212{???SUNRISE}, ambientTemperature(_184{???LOC}, _198{???LTEMP})).
  15630. % ~isa(_158{???LOC}, tPlaceLikeGeographicalRegion) :-
  15631. %   isa(_172{???SUNRISE}, tSunrise),
  15632. %   temporallySubsumes(_186{???DAY}, _172{???SUNRISE}),
  15633. %   isa(_186{???DAY}, tClazzCalendarDay),
  15634. %   holdsIn(_186{???DAY}, dailyLowTemperature(_158{???LOC}, _200{???LTEMP})),
  15635. %   ~holdsIn(_172{???SUNRISE}, ambientTemperature(_158{???LOC}, _200{???LTEMP})).
  15636. % ~isa(_166{???DAY}, tClazzCalendarDay) :-
  15637. %   isa(_180{???SUNRISE}, tSunrise),
  15638. %   temporallySubsumes(_166{???DAY}, _180{???SUNRISE}),
  15639. %   isa(_194{???LOC}, tPlaceLikeGeographicalRegion),
  15640. %   holdsIn(_166{???DAY}, dailyLowTemperature(_194{???LOC}, _208{???LTEMP})),
  15641. %   ~holdsIn(_180{???SUNRISE}, ambientTemperature(_194{???LOC}, _208{???LTEMP})).
  15642. % ~isa(_214{???SUNRISE}, tSunrise) :-
  15643. %   temporallySubsumes(_228{???DAY}, _214{???SUNRISE}),
  15644. %   isa(_228{???DAY}, tClazzCalendarDay),
  15645. %   isa(_242{???LOC}, tPlaceLikeGeographicalRegion),
  15646. %   holdsIn(_228{???DAY}, dailyLowTemperature(_242{???LOC}, _256{???LTEMP})),
  15647. %   ~holdsIn(_214{???SUNRISE}, ambientTemperature(_242{???LOC}, _256{???LTEMP})).
  15648. % ~temporallySubsumes(_158{???DAY}, _172{???SUNRISE}) :-
  15649. %   isa(_172{???SUNRISE}, tSunrise),
  15650. %   isa(_158{???DAY}, tClazzCalendarDay),
  15651. %   isa(_186{???LOC}, tPlaceLikeGeographicalRegion),
  15652. %   holdsIn(_158{???DAY}, dailyLowTemperature(_186{???LOC}, _200{???LTEMP})),
  15653. %   ~holdsIn(_172{???SUNRISE}, ambientTemperature(_186{???LOC}, _200{???LTEMP})).
  15654. % holdsIn(_102{???SUNRISE}, ambientTemperature(_116{???LOC}, _130{???LTEMP})) :-
  15655. %   isa(_102{???SUNRISE}, tSunrise),
  15656. %   temporallySubsumes(_144{???DAY}, _102{???SUNRISE}),
  15657. %   isa(_144{???DAY}, tClazzCalendarDay),
  15658. %   isa(_116{???LOC}, tPlaceLikeGeographicalRegion),
  15659. %   holdsIn(_144{???DAY}, dailyLowTemperature(_116{???LOC}, _130{???LTEMP})).
  15660.  
  15661.  
  15662. % asserted_id(implies(and(isa(MOVE, eventMovementEvent), objectMoving(MOVE, OBJ)), holdsIn(MOVE, not(velocityOfObject(OBJ, vStationary)))), a309282(MOVE, OBJ)).
  15663. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  15664. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  15665.  kif:-all(_223470,all(_223490,implies(and(isa(_223470,eventMovementEvent),objectMoving(_223470,_223490)),holdsIn(_223470,not(velocityOfObject(_223490,vStationary))))))
  15666.  pkif:-all(_223416,all(_223436,=>(&(isa(_223416,eventMovementEvent),objectMoving(_223416,_223436)),holdsIn(_223416,~velocityOfObject(_223436,vStationary)))))
  15667. % cnf :-
  15668. %   v(holdsIn(_136{???MOVE}, ~velocityOfObject(_150{???OBJ}, vStationary)),
  15669. %     v(~isa(_136{???MOVE}, eventMovementEvent),
  15670. %       ~objectMoving(_136{???MOVE}, _150{???OBJ}))).
  15671.  horn:-[(~isa(_224430,eventMovementEvent):- ~holdsIn(_224430,~velocityOfObject(_224470,vStationary)),objectMoving(_224430,_224470)),(~objectMoving(_224512,_224526):- ~holdsIn(_224512,~velocityOfObject(_224526,vStationary)),isa(_224512,eventMovementEvent)),(holdsIn(_224590,~velocityOfObject(_224614,vStationary)):-isa(_224590,eventMovementEvent),objectMoving(_224590,_224614))]
  15672. % boxlog :-
  15673. %  
  15674. %   [ (~isa(_680{???MOVE}, eventMovementEvent):- ~holdsIn(_680{???MOVE}, ~velocityOfObject(_694{???OBJ}, vStationary)), objectMoving(_680{???MOVE}, _694{???OBJ})),
  15675. %     (~objectMoving(_652{???MOVE}, _666{???OBJ}):- ~holdsIn(_652{???MOVE}, ~velocityOfObject(_666{???OBJ}, vStationary)), isa(_652{???MOVE}, eventMovementEvent)),
  15676. %     (holdsIn(_708{???MOVE}, ~velocityOfObject(_722{???OBJ}, vStationary)):-isa(_708{???MOVE}, eventMovementEvent), objectMoving(_708{???MOVE}, _722{???OBJ}))
  15677. %   ].
  15678. % preview :-
  15679. %  
  15680. %   [ (~holdsIn(_644{???MOVE}, ~velocityOfObject(_658{???OBJ}, vStationary)), objectMoving(_644{???MOVE}, _658{???OBJ}), {is_unit(_644{???MOVE})}-> ~isa(_644{???MOVE}, eventMovementEvent)),
  15681. %     (~holdsIn(_616{???MOVE}, ~velocityOfObject(_630{???OBJ}, vStationary)), isa(_616{???MOVE}, eventMovementEvent), {is_unit(_630{???OBJ}, _616{???MOVE})}-> ~objectMoving(_616{???MOVE}, _630{???OBJ})),
  15682. %     (isa(_672{???MOVE}, eventMovementEvent), objectMoving(_672{???MOVE}, _686{???OBJ}), {is_unit(_686{???OBJ}, _672{???MOVE})}==>holdsIn(_672{???MOVE}, ~velocityOfObject(_686{???OBJ}, vStationary)))
  15683. %   ].
  15684. % conds= =>((name_variable(_626{???MOVE}, 'MOVE'), name_variable(_640{???OBJ}, 'OBJ'), name_variable(_598{???MOVE}, 'MOVE'), name_variable(_612{???OBJ}, 'OBJ'), name_variable(_654{???MOVE}, 'MOVE'), name_variable(_668{???OBJ}, 'OBJ')), [(~isa(_626{???MOVE}, eventMovementEvent)<- ~holdsIn(_626{???MOVE}, ~velocityOfObject(_640{???OBJ}, vStationary)), objectMoving(_626{???MOVE}, _640{???OBJ}), {is_unit(_626{???MOVE})}),  (~objectMoving(_598{???MOVE}, _612{???OBJ})<- ~holdsIn(_598{???MOVE}, ~velocityOfObject(_612{???OBJ}, vStationary)), isa(_598{???MOVE}, eventMovementEvent), {is_unit(_612{???OBJ}, _598{???MOVE})}),  (isa(_654{???MOVE}, eventMovementEvent), objectMoving(_654{???MOVE}, _668{???OBJ}), {is_unit(_668{???OBJ}, _654{???MOVE})}==>holdsIn(_654{???MOVE}, ~velocityOfObject(_668{???OBJ}, vStationary)))]).
  15685.  
  15686.  
  15687. % ~isa(_138{???MOVE}, eventMovementEvent) :-
  15688. %   ~holdsIn(_138{???MOVE}, ~velocityOfObject(_152{???OBJ}, vStationary)),
  15689. %   objectMoving(_138{???MOVE}, _152{???OBJ}).
  15690. % ~objectMoving(_102{???MOVE}, _116{???OBJ}) :-
  15691. %   ~holdsIn(_102{???MOVE}, ~velocityOfObject(_116{???OBJ}, vStationary)),
  15692. %   isa(_102{???MOVE}, eventMovementEvent).
  15693. % holdsIn(_106{???MOVE}, ~velocityOfObject(_120{???OBJ}, vStationary)) :-
  15694. %   isa(_106{???MOVE}, eventMovementEvent),
  15695. %   objectMoving(_106{???MOVE}, _120{???OBJ}).
  15696.  
  15697.  
  15698. % asserted_id(implies(and(isa(X, eventWinterSeason), eventOccursAt(X, U), hasClimateType(U, eventHumidSubtropicalClimateCycle)), holdsIn(X, dailyHighTemperature(U, vCool))), a309283(X, U)).
  15699. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  15700. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  15701.  kif:-all(_223586,all(_223606,implies(and(isa(_223586,eventWinterSeason),eventOccursAt(_223586,_223606),hasClimateType(_223606,eventHumidSubtropicalClimateCycle)),holdsIn(_223586,dailyHighTemperature(_223606,vCool)))))
  15702.  pkif:-all(_223536,all(_223556,=>(&(isa(_223536,eventWinterSeason),&(eventOccursAt(_223536,_223556),hasClimateType(_223556,eventHumidSubtropicalClimateCycle))),holdsIn(_223536,dailyHighTemperature(_223556,vCool)))))
  15703. % cnf :-
  15704. %   v(v(~isa(_140{???X}, eventWinterSeason),
  15705. %       v(~eventOccursAt(_140{???X}, _154{???U}),
  15706. %         ~hasClimateType(_154{???U}, eventHumidSubtropicalClimateCycle))),
  15707. %     holdsIn(_140{???X}, dailyHighTemperature(_154{???U}, vCool))).
  15708.  horn:-[(~eventOccursAt(_224990,_225004):-isa(_224990,eventWinterSeason),hasClimateType(_225004,eventHumidSubtropicalClimateCycle),~holdsIn(_224990,dailyHighTemperature(_225004,vCool))),(~hasClimateType(_225080,eventHumidSubtropicalClimateCycle):-isa(_225106,eventWinterSeason),eventOccursAt(_225106,_225080),~holdsIn(_225106,dailyHighTemperature(_225080,vCool))),(~isa(_225170,eventWinterSeason):-eventOccursAt(_225170,_225196),hasClimateType(_225196,eventHumidSubtropicalClimateCycle),~holdsIn(_225170,dailyHighTemperature(_225196,vCool))),(holdsIn(_225256,dailyHighTemperature(_225276,vCool)):-isa(_225256,eventWinterSeason),eventOccursAt(_225256,_225276),hasClimateType(_225276,eventHumidSubtropicalClimateCycle))]
  15709. % boxlog :-
  15710. %  
  15711. %   [ (~eventOccursAt(_736{???X}, _750{???U}):-isa(_736{???X}, eventWinterSeason), hasClimateType(_750{???U}, eventHumidSubtropicalClimateCycle), ~holdsIn(_736{???X}, dailyHighTemperature(_750{???U}, vCool))),
  15712. %     (~hasClimateType(_708{???U}, eventHumidSubtropicalClimateCycle):-isa(_722{???X}, eventWinterSeason), eventOccursAt(_722{???X}, _708{???U}), ~holdsIn(_722{???X}, dailyHighTemperature(_708{???U}, vCool))),
  15713. %     (~isa(_764{???X}, eventWinterSeason):-eventOccursAt(_764{???X}, _778{???U}), hasClimateType(_778{???U}, eventHumidSubtropicalClimateCycle), ~holdsIn(_764{???X}, dailyHighTemperature(_778{???U}, vCool))),
  15714. %     (holdsIn(_680{???X}, dailyHighTemperature(_694{???U}, vCool)):-isa(_680{???X}, eventWinterSeason), eventOccursAt(_680{???X}, _694{???U}), hasClimateType(_694{???U}, eventHumidSubtropicalClimateCycle))
  15715. %   ].
  15716. % preview :-
  15717. %  
  15718. %   [ (isa(_700{???X}, eventWinterSeason), hasClimateType(_714{???U}, eventHumidSubtropicalClimateCycle), ~holdsIn(_700{???X}, dailyHighTemperature(_714{???U}, vCool)), {is_unit(_714{???U}, _700{???X})}==> ~eventOccursAt(_700{???X}, _714{???U})),
  15719. %     (isa(_686{???X}, eventWinterSeason), eventOccursAt(_686{???X}, _672{???U}), ~holdsIn(_686{???X}, dailyHighTemperature(_672{???U}, vCool)), {is_unit(_672{???U})}-> ~hasClimateType(_672{???U}, eventHumidSubtropicalClimateCycle)),
  15720. %     (eventOccursAt(_728{???X}, _742{???U}), hasClimateType(_742{???U}, eventHumidSubtropicalClimateCycle), ~holdsIn(_728{???X}, dailyHighTemperature(_742{???U}, vCool)), {is_unit(_728{???X})}-> ~isa(_728{???X}, eventWinterSeason)),
  15721. %     (isa(_644{???X}, eventWinterSeason), eventOccursAt(_644{???X}, _658{???U}), hasClimateType(_658{???U}, eventHumidSubtropicalClimateCycle), {is_unit(_658{???U}, _644{???X})}==>holdsIn(_644{???X}, dailyHighTemperature(_658{???U}, vCool)))
  15722. %   ].
  15723. % conds= =>((name_variable(_682{???X}, 'X'), name_variable(_696{???U}, 'U'), name_variable(_654{???U}, 'U'), name_variable(_668{???X}, 'X'), name_variable(_710{???X}, 'X'), name_variable(_724{???U}, 'U'), name_variable(_626{???X}, 'X'), name_variable(_640{???U}, 'U')), [(isa(_682{???X}, eventWinterSeason), hasClimateType(_696{???U}, eventHumidSubtropicalClimateCycle), ~holdsIn(_682{???X}, dailyHighTemperature(_696{???U}, vCool)), {is_unit(_696{???U}, _682{???X})}==> ~eventOccursAt(_682{???X}, _696{???U})),  (~hasClimateType(_654{???U}, eventHumidSubtropicalClimateCycle)<-isa(_668{???X}, eventWinterSeason), eventOccursAt(_668{???X}, _654{???U}), ~holdsIn(_668{???X}, dailyHighTemperature(_654{???U}, vCool)), {is_unit(_654{???U})}),  (~isa(_710{???X}, eventWinterSeason)<-eventOccursAt(_710{???X}, _724{???U}), hasClimateType(_724{???U}, eventHumidSubtropicalClimateCycle), ~holdsIn(_710{???X}, dailyHighTemperature(_724{???U}, vCool)), {is_unit(_710{???X})}),  (isa(_626{???X}, eventWinterSeason), eventOccursAt(_626{???X}, _640{???U}), hasClimateType(_640{???U}, eventHumidSubtropicalClimateCycle), {is_unit(_640{???U}, _626{???X})}==>holdsIn(_626{???X}, dailyHighTemperature(_640{???U}, vCool)))]).
  15724.  
  15725.  
  15726. % ~eventOccursAt(_166{???X}, _180{???U}) :-
  15727. %   isa(_166{???X}, eventWinterSeason),
  15728. %   hasClimateType(_180{???U}, eventHumidSubtropicalClimateCycle),
  15729. %   ~holdsIn(_166{???X}, dailyHighTemperature(_180{???U}, vCool)).
  15730. % ~hasClimateType(_130{???U}, eventHumidSubtropicalClimateCycle) :-
  15731. %   isa(_144{???X}, eventWinterSeason),
  15732. %   eventOccursAt(_144{???X}, _130{???U}),
  15733. %   ~holdsIn(_144{???X}, dailyHighTemperature(_130{???U}, vCool)).
  15734. % ~isa(_134{???X}, eventWinterSeason) :-
  15735. %   eventOccursAt(_134{???X}, _148{???U}),
  15736. %   hasClimateType(_148{???U}, eventHumidSubtropicalClimateCycle),
  15737. %   ~holdsIn(_134{???X}, dailyHighTemperature(_148{???U}, vCool)).
  15738. % holdsIn(_102{???X}, dailyHighTemperature(_116{???U}, vCool)) :-
  15739. %   isa(_102{???X}, eventWinterSeason),
  15740. %   eventOccursAt(_102{???X}, _116{???U}),
  15741. %   hasClimateType(_116{???U}, eventHumidSubtropicalClimateCycle).
  15742.  
  15743.  
  15744. % asserted_id(implies(and(ist(MT, P), mtTime(MT, T)), ist(MT, holdsIn(T, P))), a309284(MT, P, T)).
  15745. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  15746. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  15747.  kif:-all(_223738,all(_223758,all(_223778,implies(and(ist(_223738,_223778),mtTime(_223738,_223758)),ist(_223738,holdsIn(_223758,_223778))))))
  15748.  pkif:-all(_223684,all(_223704,all(_223724,=>(&(ist(_223684,_223724),mtTime(_223684,_223704)),ist(_223684,holdsIn(_223704,_223724))))))
  15749. % cnf :-
  15750. %   v(v(~ist(_132{???MT}, _146{???P}), ~mtTime(_132{???MT}, _160{???T})),
  15751. %     ist(_132{???MT}, holdsIn(_160{???T}, _146{???P}))).
  15752.  horn:-[(~ist(_224778,_224792):-mtTime(_224778,_224818),~ist(_224778,holdsIn(_224818,_224792))),(~mtTime(_224870,_224884):-ist(_224870,_224910),~ist(_224870,holdsIn(_224884,_224910))),(ist(_224958,holdsIn(_224978,_224992)):-ist(_224958,_224992),mtTime(_224958,_224978))]
  15753. % boxlog :-
  15754. %  
  15755. %   [ (~ist(_746{???MT}, _760{???P}):-mtTime(_746{???MT}, _774{???T}), ~ist(_746{???MT}, holdsIn(_774{???T}, _760{???P}))),
  15756. %     (~mtTime(_704{???MT}, _718{???T}):-ist(_704{???MT}, _732{???P}), ~ist(_704{???MT}, holdsIn(_718{???T}, _732{???P}))),
  15757. %     (ist(_662{???MT}, holdsIn(_676{???T}, _690{???P})):-ist(_662{???MT}, _690{???P}), mtTime(_662{???MT}, _676{???T}))
  15758. %   ].
  15759. % preview :-
  15760. %  
  15761. %   [ (mtTime(_710{???MT}, _738{???T}), {avoidHeadLoop(ist(_710{???MT}, holdsIn(_738{???T}, _724{???P})), ist(_710{???MT}, _724{???P}))}, ~ist(_710{???MT}, holdsIn(_738{???T}, _724{???P})), {is_unit(_724{???P}, _710{???MT})}-> ~ist(_710{???MT}, _724{???P})),
  15762. %     (ist(_668{???MT}, _696{???P}), ~ist(_668{???MT}, holdsIn(_682{???T}, _696{???P})), {is_unit(_682{???T}, _668{???MT})}-> ~mtTime(_668{???MT}, _682{???T})),
  15763. %     (ist(_626{???MT}, _654{???P}), mtTime(_626{???MT}, _640{???T}), {is_unit(_654{???P}, _640{???T}, _626{???MT})}==>ist(_626{???MT}, holdsIn(_640{???T}, _654{???P})))
  15764. %   ].
  15765. % conds= =>((name_variable(_692{???MT}, 'MT'), name_variable(_706{???P}, 'P'), name_variable(_720{???T}, 'T'), name_variable(_650{???MT}, 'MT'), name_variable(_664{???T}, 'T'), name_variable(_678{???P}, 'P'), name_variable(_608{???MT}, 'MT'), name_variable(_636{???P}, 'P'), name_variable(_622{???T}, 'T')), [(~ist(_692{???MT}, _706{???P})<-mtTime(_692{???MT}, _720{???T}), {avoidHeadLoop(ist(_692{???MT}, holdsIn(_720{???T}, _706{???P})), ist(_692{???MT}, _706{???P}))}, ~ist(_692{???MT}, holdsIn(_720{???T}, _706{???P})), {is_unit(_706{???P}, _692{???MT})}),  (~mtTime(_650{???MT}, _664{???T})<-ist(_650{???MT}, _678{???P}), ~ist(_650{???MT}, holdsIn(_664{???T}, _678{???P})), {is_unit(_664{???T}, _650{???MT})}),  (ist(_608{???MT}, _636{???P}), mtTime(_608{???MT}, _622{???T}), {is_unit(_636{???P}, _622{???T}, _608{???MT})}==>ist(_608{???MT}, holdsIn(_622{???T}, _636{???P})))]).
  15766.  
  15767.  
  15768. % ~ist(_196{???MT}, _210{???P}) :-
  15769. %   mtTime(_196{???MT}, _224{???T}),
  15770. %   ~ist(_196{???MT}, holdsIn(_224{???T}, _210{???P})).
  15771. % ~mtTime(_144{???MT}, _158{???T}) :-
  15772. %   ist(_144{???MT}, _172{???P}),
  15773. %   ~ist(_144{???MT}, holdsIn(_158{???T}, _172{???P})).
  15774. % ist(_102{???MT}, holdsIn(_116{???T}, _130{???P})) :-
  15775. %   ist(_102{???MT}, _130{???P}),
  15776. %   mtTime(_102{???MT}, _116{???T}).
  15777.  
  15778.  
  15779. % asserted_id(implies(and(isa(X, eventRainProcess), eventOccursAt(X, Y), isa(Y, tPlaceLikeGeographicalRegion)), holdsIn(X, weather(Y, tRainyArea))), a309286(X, Y)).
  15780. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  15781. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  15782.  kif:-all(_223846,all(_223866,implies(and(isa(_223846,eventRainProcess),eventOccursAt(_223846,_223866),isa(_223866,tPlaceLikeGeographicalRegion)),holdsIn(_223846,weather(_223866,tRainyArea)))))
  15783.  pkif:-all(_223796,all(_223816,=>(&(isa(_223796,eventRainProcess),&(eventOccursAt(_223796,_223816),isa(_223816,tPlaceLikeGeographicalRegion))),holdsIn(_223796,weather(_223816,tRainyArea)))))
  15784. % cnf :-
  15785. %   v(v(~isa(_140{???X}, eventRainProcess),
  15786. %       v(~eventOccursAt(_140{???X}, _154{???Y}),
  15787. %         ~isa(_154{???Y}, tPlaceLikeGeographicalRegion))),
  15788. %     holdsIn(_140{???X}, weather(_154{???Y}, tRainyArea))).
  15789.  horn:-[(~eventOccursAt(_225250,_225264):-isa(_225250,eventRainProcess),isa(_225264,tPlaceLikeGeographicalRegion),~holdsIn(_225250,weather(_225264,tRainyArea))),(~isa(_225340,tPlaceLikeGeographicalRegion):-isa(_225366,eventRainProcess),eventOccursAt(_225366,_225340),~holdsIn(_225366,weather(_225340,tRainyArea))),(~isa(_225430,eventRainProcess):-eventOccursAt(_225430,_225456),isa(_225456,tPlaceLikeGeographicalRegion),~holdsIn(_225430,weather(_225456,tRainyArea))),(holdsIn(_225516,weather(_225536,tRainyArea)):-isa(_225516,eventRainProcess),eventOccursAt(_225516,_225536),isa(_225536,tPlaceLikeGeographicalRegion))]
  15790. % boxlog :-
  15791. %  
  15792. %   [ (~eventOccursAt(_736{???X}, _750{???Y}):-isa(_736{???X}, eventRainProcess), isa(_750{???Y}, tPlaceLikeGeographicalRegion), ~holdsIn(_736{???X}, weather(_750{???Y}, tRainyArea))),
  15793. %     (~isa(_708{???Y}, tPlaceLikeGeographicalRegion):-isa(_722{???X}, eventRainProcess), eventOccursAt(_722{???X}, _708{???Y}), ~holdsIn(_722{???X}, weather(_708{???Y}, tRainyArea))),
  15794. %     (~isa(_764{???X}, eventRainProcess):-eventOccursAt(_764{???X}, _778{???Y}), isa(_778{???Y}, tPlaceLikeGeographicalRegion), ~holdsIn(_764{???X}, weather(_778{???Y}, tRainyArea))),
  15795. %     (holdsIn(_680{???X}, weather(_694{???Y}, tRainyArea)):-isa(_680{???X}, eventRainProcess), eventOccursAt(_680{???X}, _694{???Y}), isa(_694{???Y}, tPlaceLikeGeographicalRegion))
  15796. %   ].
  15797. % preview :-
  15798. %  
  15799. %   [ (isa(_700{???X}, eventRainProcess), isa(_714{???Y}, tPlaceLikeGeographicalRegion), ~holdsIn(_700{???X}, weather(_714{???Y}, tRainyArea)), {is_unit(_714{???Y}, _700{???X})}==> ~eventOccursAt(_700{???X}, _714{???Y})),
  15800. %     ({avoidHeadLoop(isa(_686{???X}, eventRainProcess), isa(_672{???Y}, tPlaceLikeGeographicalRegion))}, isa(_686{???X}, eventRainProcess), eventOccursAt(_686{???X}, _672{???Y}), ~holdsIn(_686{???X}, weather(_672{???Y}, tRainyArea)), {is_unit(_672{???Y})}-> ~isa(_672{???Y}, tPlaceLikeGeographicalRegion)),
  15801. %     (eventOccursAt(_728{???X}, _742{???Y}), {avoidHeadLoop(isa(_742{???Y}, tPlaceLikeGeographicalRegion), isa(_728{???X}, eventRainProcess))}, isa(_742{???Y}, tPlaceLikeGeographicalRegion), ~holdsIn(_728{???X}, weather(_742{???Y}, tRainyArea)), {is_unit(_728{???X})}-> ~isa(_728{???X}, eventRainProcess)),
  15802. %     (isa(_644{???X}, eventRainProcess), eventOccursAt(_644{???X}, _658{???Y}), isa(_658{???Y}, tPlaceLikeGeographicalRegion), {is_unit(_658{???Y}, _644{???X})}==>holdsIn(_644{???X}, weather(_658{???Y}, tRainyArea)))
  15803. %   ].
  15804. % conds= =>((name_variable(_682{???X}, 'X'), name_variable(_696{???Y}, 'Y'), name_variable(_654{???Y}, 'Y'), name_variable(_668{???X}, 'X'), name_variable(_710{???X}, 'X'), name_variable(_724{???Y}, 'Y'), name_variable(_626{???X}, 'X'), name_variable(_640{???Y}, 'Y')), [(isa(_682{???X}, eventRainProcess), isa(_696{???Y}, tPlaceLikeGeographicalRegion), ~holdsIn(_682{???X}, weather(_696{???Y}, tRainyArea)), {is_unit(_696{???Y}, _682{???X})}==> ~eventOccursAt(_682{???X}, _696{???Y})),  (~isa(_654{???Y}, tPlaceLikeGeographicalRegion)<-{avoidHeadLoop(isa(_668{???X}, eventRainProcess), isa(_654{???Y}, tPlaceLikeGeographicalRegion))}, isa(_668{???X}, eventRainProcess), eventOccursAt(_668{???X}, _654{???Y}), ~holdsIn(_668{???X}, weather(_654{???Y}, tRainyArea)), {is_unit(_654{???Y})}),  (~isa(_710{???X}, eventRainProcess)<-eventOccursAt(_710{???X}, _724{???Y}), {avoidHeadLoop(isa(_724{???Y}, tPlaceLikeGeographicalRegion), isa(_710{???X}, eventRainProcess))}, isa(_724{???Y}, tPlaceLikeGeographicalRegion), ~holdsIn(_710{???X}, weather(_724{???Y}, tRainyArea)), {is_unit(_710{???X})}),  (isa(_626{???X}, eventRainProcess), eventOccursAt(_626{???X}, _640{???Y}), isa(_640{???Y}, tPlaceLikeGeographicalRegion), {is_unit(_640{???Y}, _626{???X})}==>holdsIn(_626{???X}, weather(_640{???Y}, tRainyArea)))]).
  15805.  
  15806.  
  15807. % ~eventOccursAt(_166{???X}, _180{???Y}) :-
  15808. %   isa(_166{???X}, eventRainProcess),
  15809. %   isa(_180{???Y}, tPlaceLikeGeographicalRegion),
  15810. %   ~holdsIn(_166{???X}, weather(_180{???Y}, tRainyArea)).
  15811. % ~isa(_130{???Y}, tPlaceLikeGeographicalRegion) :-
  15812. %   isa(_144{???X}, eventRainProcess),
  15813. %   eventOccursAt(_144{???X}, _130{???Y}),
  15814. %   ~holdsIn(_144{???X}, weather(_130{???Y}, tRainyArea)).
  15815. % ~isa(_134{???X}, eventRainProcess) :-
  15816. %   eventOccursAt(_134{???X}, _148{???Y}),
  15817. %   isa(_148{???Y}, tPlaceLikeGeographicalRegion),
  15818. %   ~holdsIn(_134{???X}, weather(_148{???Y}, tRainyArea)).
  15819. % holdsIn(_102{???X}, weather(_116{???Y}, tRainyArea)) :-
  15820. %   isa(_102{???X}, eventRainProcess),
  15821. %   eventOccursAt(_102{???X}, _116{???Y}),
  15822. %   isa(_116{???Y}, tPlaceLikeGeographicalRegion).
  15823.  
  15824.  
  15825. % asserted_id(implies(and(isa(X, eventSummerSeason), eventOccursAt(X, U), hasClimateType(U, eventIceCapClimateCycle)), holdsIn(X, dailyHighTemperature(U, vVeryCold))), a309287(X, U)).
  15826. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  15827. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  15828.  kif:-all(_223950,all(_223970,implies(and(isa(_223950,eventSummerSeason),eventOccursAt(_223950,_223970),hasClimateType(_223970,eventIceCapClimateCycle)),holdsIn(_223950,dailyHighTemperature(_223970,vVeryCold)))))
  15829.  pkif:-all(_223900,all(_223920,=>(&(isa(_223900,eventSummerSeason),&(eventOccursAt(_223900,_223920),hasClimateType(_223920,eventIceCapClimateCycle))),holdsIn(_223900,dailyHighTemperature(_223920,vVeryCold)))))
  15830. % cnf :-
  15831. %   v(v(~isa(_140{???X}, eventSummerSeason),
  15832. %       v(~eventOccursAt(_140{???X}, _154{???U}),
  15833. %         ~hasClimateType(_154{???U}, eventIceCapClimateCycle))),
  15834. %     holdsIn(_140{???X}, dailyHighTemperature(_154{???U}, vVeryCold))).
  15835.  horn:-[(~eventOccursAt(_225354,_225368):-isa(_225354,eventSummerSeason),hasClimateType(_225368,eventIceCapClimateCycle),~holdsIn(_225354,dailyHighTemperature(_225368,vVeryCold))),(~hasClimateType(_225444,eventIceCapClimateCycle):-isa(_225470,eventSummerSeason),eventOccursAt(_225470,_225444),~holdsIn(_225470,dailyHighTemperature(_225444,vVeryCold))),(~isa(_225534,eventSummerSeason):-eventOccursAt(_225534,_225560),hasClimateType(_225560,eventIceCapClimateCycle),~holdsIn(_225534,dailyHighTemperature(_225560,vVeryCold))),(holdsIn(_225620,dailyHighTemperature(_225640,vVeryCold)):-isa(_225620,eventSummerSeason),eventOccursAt(_225620,_225640),hasClimateType(_225640,eventIceCapClimateCycle))]
  15836. % boxlog :-
  15837. %  
  15838. %   [ (~eventOccursAt(_736{???X}, _750{???U}):-isa(_736{???X}, eventSummerSeason), hasClimateType(_750{???U}, eventIceCapClimateCycle), ~holdsIn(_736{???X}, dailyHighTemperature(_750{???U}, vVeryCold))),
  15839. %     (~hasClimateType(_708{???U}, eventIceCapClimateCycle):-isa(_722{???X}, eventSummerSeason), eventOccursAt(_722{???X}, _708{???U}), ~holdsIn(_722{???X}, dailyHighTemperature(_708{???U}, vVeryCold))),
  15840. %     (~isa(_764{???X}, eventSummerSeason):-eventOccursAt(_764{???X}, _778{???U}), hasClimateType(_778{???U}, eventIceCapClimateCycle), ~holdsIn(_764{???X}, dailyHighTemperature(_778{???U}, vVeryCold))),
  15841. %     (holdsIn(_680{???X}, dailyHighTemperature(_694{???U}, vVeryCold)):-isa(_680{???X}, eventSummerSeason), eventOccursAt(_680{???X}, _694{???U}), hasClimateType(_694{???U}, eventIceCapClimateCycle))
  15842. %   ].
  15843. % preview :-
  15844. %  
  15845. %   [ (isa(_700{???X}, eventSummerSeason), hasClimateType(_714{???U}, eventIceCapClimateCycle), ~holdsIn(_700{???X}, dailyHighTemperature(_714{???U}, vVeryCold)), {is_unit(_714{???U}, _700{???X})}==> ~eventOccursAt(_700{???X}, _714{???U})),
  15846. %     (isa(_686{???X}, eventSummerSeason), eventOccursAt(_686{???X}, _672{???U}), ~holdsIn(_686{???X}, dailyHighTemperature(_672{???U}, vVeryCold)), {is_unit(_672{???U})}-> ~hasClimateType(_672{???U}, eventIceCapClimateCycle)),
  15847. %     (eventOccursAt(_728{???X}, _742{???U}), hasClimateType(_742{???U}, eventIceCapClimateCycle), ~holdsIn(_728{???X}, dailyHighTemperature(_742{???U}, vVeryCold)), {is_unit(_728{???X})}-> ~isa(_728{???X}, eventSummerSeason)),
  15848. %     (isa(_644{???X}, eventSummerSeason), eventOccursAt(_644{???X}, _658{???U}), hasClimateType(_658{???U}, eventIceCapClimateCycle), {is_unit(_658{???U}, _644{???X})}==>holdsIn(_644{???X}, dailyHighTemperature(_658{???U}, vVeryCold)))
  15849. %   ].
  15850. % conds= =>((name_variable(_682{???X}, 'X'), name_variable(_696{???U}, 'U'), name_variable(_654{???U}, 'U'), name_variable(_668{???X}, 'X'), name_variable(_710{???X}, 'X'), name_variable(_724{???U}, 'U'), name_variable(_626{???X}, 'X'), name_variable(_640{???U}, 'U')), [(isa(_682{???X}, eventSummerSeason), hasClimateType(_696{???U}, eventIceCapClimateCycle), ~holdsIn(_682{???X}, dailyHighTemperature(_696{???U}, vVeryCold)), {is_unit(_696{???U}, _682{???X})}==> ~eventOccursAt(_682{???X}, _696{???U})),  (~hasClimateType(_654{???U}, eventIceCapClimateCycle)<-isa(_668{???X}, eventSummerSeason), eventOccursAt(_668{???X}, _654{???U}), ~holdsIn(_668{???X}, dailyHighTemperature(_654{???U}, vVeryCold)), {is_unit(_654{???U})}),  (~isa(_710{???X}, eventSummerSeason)<-eventOccursAt(_710{???X}, _724{???U}), hasClimateType(_724{???U}, eventIceCapClimateCycle), ~holdsIn(_710{???X}, dailyHighTemperature(_724{???U}, vVeryCold)), {is_unit(_710{???X})}),  (isa(_626{???X}, eventSummerSeason), eventOccursAt(_626{???X}, _640{???U}), hasClimateType(_640{???U}, eventIceCapClimateCycle), {is_unit(_640{???U}, _626{???X})}==>holdsIn(_626{???X}, dailyHighTemperature(_640{???U}, vVeryCold)))]).
  15851.  
  15852.  
  15853. % ~eventOccursAt(_166{???X}, _180{???U}) :-
  15854. %   isa(_166{???X}, eventSummerSeason),
  15855. %   hasClimateType(_180{???U}, eventIceCapClimateCycle),
  15856. %   ~holdsIn(_166{???X}, dailyHighTemperature(_180{???U}, vVeryCold)).
  15857. % ~hasClimateType(_130{???U}, eventIceCapClimateCycle) :-
  15858. %   isa(_144{???X}, eventSummerSeason),
  15859. %   eventOccursAt(_144{???X}, _130{???U}),
  15860. %   ~holdsIn(_144{???X}, dailyHighTemperature(_130{???U}, vVeryCold)).
  15861. % ~isa(_134{???X}, eventSummerSeason) :-
  15862. %   eventOccursAt(_134{???X}, _148{???U}),
  15863. %   hasClimateType(_148{???U}, eventIceCapClimateCycle),
  15864. %   ~holdsIn(_134{???X}, dailyHighTemperature(_148{???U}, vVeryCold)).
  15865. % holdsIn(_102{???X}, dailyHighTemperature(_116{???U}, vVeryCold)) :-
  15866. %   isa(_102{???X}, eventSummerSeason),
  15867. %   eventOccursAt(_102{???X}, _116{???U}),
  15868. %   hasClimateType(_116{???U}, eventIceCapClimateCycle).
  15869.  
  15870.  
  15871. % asserted_id(implies(and(isa(X, eventWinterSeason), eventOccursAt(X, U), hasClimateType(U, eventTundraClimateCycle)), holdsIn(X, dailyHighTemperature(U, vVeryCold))), a309288(X, U)).
  15872. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  15873. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  15874.  kif:-all(_224054,all(_224074,implies(and(isa(_224054,eventWinterSeason),eventOccursAt(_224054,_224074),hasClimateType(_224074,eventTundraClimateCycle)),holdsIn(_224054,dailyHighTemperature(_224074,vVeryCold)))))
  15875.  pkif:-all(_224004,all(_224024,=>(&(isa(_224004,eventWinterSeason),&(eventOccursAt(_224004,_224024),hasClimateType(_224024,eventTundraClimateCycle))),holdsIn(_224004,dailyHighTemperature(_224024,vVeryCold)))))
  15876. % cnf :-
  15877. %   v(v(~isa(_140{???X}, eventWinterSeason),
  15878. %       v(~eventOccursAt(_140{???X}, _154{???U}),
  15879. %         ~hasClimateType(_154{???U}, eventTundraClimateCycle))),
  15880. %     holdsIn(_140{???X}, dailyHighTemperature(_154{???U}, vVeryCold))).
  15881.  horn:-[(~eventOccursAt(_225458,_225472):-isa(_225458,eventWinterSeason),hasClimateType(_225472,eventTundraClimateCycle),~holdsIn(_225458,dailyHighTemperature(_225472,vVeryCold))),(~hasClimateType(_225548,eventTundraClimateCycle):-isa(_225574,eventWinterSeason),eventOccursAt(_225574,_225548),~holdsIn(_225574,dailyHighTemperature(_225548,vVeryCold))),(~isa(_225638,eventWinterSeason):-eventOccursAt(_225638,_225664),hasClimateType(_225664,eventTundraClimateCycle),~holdsIn(_225638,dailyHighTemperature(_225664,vVeryCold))),(holdsIn(_225724,dailyHighTemperature(_225744,vVeryCold)):-isa(_225724,eventWinterSeason),eventOccursAt(_225724,_225744),hasClimateType(_225744,eventTundraClimateCycle))]
  15882. % boxlog :-
  15883. %  
  15884. %   [ (~eventOccursAt(_736{???X}, _750{???U}):-isa(_736{???X}, eventWinterSeason), hasClimateType(_750{???U}, eventTundraClimateCycle), ~holdsIn(_736{???X}, dailyHighTemperature(_750{???U}, vVeryCold))),
  15885. %     (~hasClimateType(_708{???U}, eventTundraClimateCycle):-isa(_722{???X}, eventWinterSeason), eventOccursAt(_722{???X}, _708{???U}), ~holdsIn(_722{???X}, dailyHighTemperature(_708{???U}, vVeryCold))),
  15886. %     (~isa(_764{???X}, eventWinterSeason):-eventOccursAt(_764{???X}, _778{???U}), hasClimateType(_778{???U}, eventTundraClimateCycle), ~holdsIn(_764{???X}, dailyHighTemperature(_778{???U}, vVeryCold))),
  15887. %     (holdsIn(_680{???X}, dailyHighTemperature(_694{???U}, vVeryCold)):-isa(_680{???X}, eventWinterSeason), eventOccursAt(_680{???X}, _694{???U}), hasClimateType(_694{???U}, eventTundraClimateCycle))
  15888. %   ].
  15889. % preview :-
  15890. %  
  15891. %   [ (isa(_700{???X}, eventWinterSeason), hasClimateType(_714{???U}, eventTundraClimateCycle), ~holdsIn(_700{???X}, dailyHighTemperature(_714{???U}, vVeryCold)), {is_unit(_714{???U}, _700{???X})}==> ~eventOccursAt(_700{???X}, _714{???U})),
  15892. %     (isa(_686{???X}, eventWinterSeason), eventOccursAt(_686{???X}, _672{???U}), ~holdsIn(_686{???X}, dailyHighTemperature(_672{???U}, vVeryCold)), {is_unit(_672{???U})}-> ~hasClimateType(_672{???U}, eventTundraClimateCycle)),
  15893. %     (eventOccursAt(_728{???X}, _742{???U}), hasClimateType(_742{???U}, eventTundraClimateCycle), ~holdsIn(_728{???X}, dailyHighTemperature(_742{???U}, vVeryCold)), {is_unit(_728{???X})}-> ~isa(_728{???X}, eventWinterSeason)),
  15894. %     (isa(_644{???X}, eventWinterSeason), eventOccursAt(_644{???X}, _658{???U}), hasClimateType(_658{???U}, eventTundraClimateCycle), {is_unit(_658{???U}, _644{???X})}==>holdsIn(_644{???X}, dailyHighTemperature(_658{???U}, vVeryCold)))
  15895. %   ].
  15896. % conds= =>((name_variable(_682{???X}, 'X'), name_variable(_696{???U}, 'U'), name_variable(_654{???U}, 'U'), name_variable(_668{???X}, 'X'), name_variable(_710{???X}, 'X'), name_variable(_724{???U}, 'U'), name_variable(_626{???X}, 'X'), name_variable(_640{???U}, 'U')), [(isa(_682{???X}, eventWinterSeason), hasClimateType(_696{???U}, eventTundraClimateCycle), ~holdsIn(_682{???X}, dailyHighTemperature(_696{???U}, vVeryCold)), {is_unit(_696{???U}, _682{???X})}==> ~eventOccursAt(_682{???X}, _696{???U})),  (~hasClimateType(_654{???U}, eventTundraClimateCycle)<-isa(_668{???X}, eventWinterSeason), eventOccursAt(_668{???X}, _654{???U}), ~holdsIn(_668{???X}, dailyHighTemperature(_654{???U}, vVeryCold)), {is_unit(_654{???U})}),  (~isa(_710{???X}, eventWinterSeason)<-eventOccursAt(_710{???X}, _724{???U}), hasClimateType(_724{???U}, eventTundraClimateCycle), ~holdsIn(_710{???X}, dailyHighTemperature(_724{???U}, vVeryCold)), {is_unit(_710{???X})}),  (isa(_626{???X}, eventWinterSeason), eventOccursAt(_626{???X}, _640{???U}), hasClimateType(_640{???U}, eventTundraClimateCycle), {is_unit(_640{???U}, _626{???X})}==>holdsIn(_626{???X}, dailyHighTemperature(_640{???U}, vVeryCold)))]).
  15897.  
  15898.  
  15899. % ~eventOccursAt(_166{???X}, _180{???U}) :-
  15900. %   isa(_166{???X}, eventWinterSeason),
  15901. %   hasClimateType(_180{???U}, eventTundraClimateCycle),
  15902. %   ~holdsIn(_166{???X}, dailyHighTemperature(_180{???U}, vVeryCold)).
  15903. % ~hasClimateType(_130{???U}, eventTundraClimateCycle) :-
  15904. %   isa(_144{???X}, eventWinterSeason),
  15905. %   eventOccursAt(_144{???X}, _130{???U}),
  15906. %   ~holdsIn(_144{???X}, dailyHighTemperature(_130{???U}, vVeryCold)).
  15907. % ~isa(_134{???X}, eventWinterSeason) :-
  15908. %   eventOccursAt(_134{???X}, _148{???U}),
  15909. %   hasClimateType(_148{???U}, eventTundraClimateCycle),
  15910. %   ~holdsIn(_134{???X}, dailyHighTemperature(_148{???U}, vVeryCold)).
  15911. % holdsIn(_102{???X}, dailyHighTemperature(_116{???U}, vVeryCold)) :-
  15912. %   isa(_102{???X}, eventWinterSeason),
  15913. %   eventOccursAt(_102{???X}, _116{???U}),
  15914. %   hasClimateType(_116{???U}, eventTundraClimateCycle).
  15915.  
  15916.  
  15917. % asserted_id(implies(holdsIn(TI, hears(X, Y)), holdsIn(TI, capableOf(X, actHearing, doneBy))), a309289(TI, X, Y)).
  15918. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  15919. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  15920.  kif:-all(_224194,all(_224214,all(_224234,implies(holdsIn(_224194,hears(_224214,_224234)),holdsIn(_224194,capableOf(_224214,actHearing,doneBy))))))
  15921.  pkif:-all(_224140,all(_224160,all(_224180,=>(holdsIn(_224140,hears(_224160,_224180)),holdsIn(_224140,capableOf(_224160,actHearing,doneBy))))))
  15922. % cnf :-
  15923. %   v(~holdsIn(_128{???TI}, hears(_142{???X}, _156{???Y})),
  15924. %     holdsIn(_128{???TI}, capableOf(_142{???X}, actHearing, doneBy))).
  15925.  horn:-[(~holdsIn(_224868,hears(_224888,_224902)):- ~holdsIn(_224868,capableOf(_224888,actHearing,doneBy))),(holdsIn(_224952,capableOf(_224974,actHearing,doneBy)):-holdsIn(_224952,hears(_224974,_225000)))]
  15926. % boxlog :-
  15927. %  
  15928. %   [ (~holdsIn(_9290{???TI}, hears(_9304{???X}, _9318{???Y})):- ~holdsIn(_9290{???TI}, capableOf(_9304{???X}, actHearing, doneBy))),
  15929. %     (holdsIn(_9236{???TI}, capableOf(_9250{???X}, actHearing, doneBy)):-holdsIn(_9236{???TI}, hears(_9250{???X}, _9264{???Y})))
  15930. %   ].
  15931. % preview :-
  15932. %  
  15933. %   [ ({avoidHeadLoop(holdsIn(_648{???TI}, capableOf(_662{???X}, actHearing, doneBy)), holdsIn(_648{???TI}, hears(_662{???X}, _676{???Y})))}, ~holdsIn(_648{???TI}, capableOf(_662{???X}, actHearing, doneBy)), {is_unit(_676{???Y}, _662{???X}, _648{???TI})}-> ~holdsIn(_648{???TI}, hears(_662{???X}, _676{???Y}))),
  15934. %     (holdsIn(_606{???TI}, hears(_620{???X}, _634{???Y})), {is_unit(_620{???X}, _606{???TI})}==>holdsIn(_606{???TI}, capableOf(_620{???X}, actHearing, doneBy)))
  15935. %   ].
  15936. % conds= =>((name_variable(_630{???TI}, 'TI'), name_variable(_644{???X}, 'X'), name_variable(_658{???Y}, 'Y'), name_variable(_588{???TI}, 'TI'), name_variable(_602{???X}, 'X'), name_variable(_616{???Y}, 'Y')), [(~holdsIn(_630{???TI}, hears(_644{???X}, _658{???Y}))<-{avoidHeadLoop(holdsIn(_630{???TI}, capableOf(_644{???X}, actHearing, doneBy)), holdsIn(_630{???TI}, hears(_644{???X}, _658{???Y})))}, ~holdsIn(_630{???TI}, capableOf(_644{???X}, actHearing, doneBy)), {is_unit(_658{???Y}, _644{???X}, _630{???TI})}),  (holdsIn(_588{???TI}, hears(_602{???X}, _616{???Y})), {is_unit(_602{???X}, _588{???TI})}==>holdsIn(_588{???TI}, capableOf(_602{???X}, actHearing, doneBy)))]).
  15937.  
  15938.  
  15939. % ~holdsIn(_154{???TI}, hears(_168{???X}, _182{???Y})) :-
  15940. %   ~holdsIn(_154{???TI}, capableOf(_168{???X}, actHearing, doneBy)).
  15941. % holdsIn(_102{???TI}, capableOf(_116{???X}, actHearing, doneBy)) :-
  15942. %   holdsIn(_102{???TI}, hears(_116{???X}, _130{???Y})).
  15943.  
  15944.  
  15945. % asserted_id(implies(and(temporallySubsumes(TIME, MT_TIME), mtTime(MT, MT_TIME), holdsIn(TIME, onPhysical(TOP, BOT))), onPhysical(TOP, BOT)), a309292(TIME, MT_TIME, MT, TOP, BOT)).
  15946. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  15947. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  15948.  kif:-all(_224530,all(_224550,all(_224570,all(_224590,all(_224610,implies(and(temporallySubsumes(_224550,_224530),mtTime(_224610,_224530),holdsIn(_224550,onPhysical(_224570,_224590))),onPhysical(_224570,_224590)))))))
  15949.  pkif:-all(_224480,all(_224500,all(_224520,all(_224540,all(_224560,=>(&(temporallySubsumes(_224500,_224480),&(mtTime(_224560,_224480),holdsIn(_224500,onPhysical(_224520,_224540)))),onPhysical(_224520,_224540)))))))
  15950. % cnf :-
  15951. %   v(v(~temporallySubsumes(_140{???TIME}, _154{???MT_TIME}),
  15952. %       v(~mtTime(_168{???MT}, _154{???MT_TIME}),
  15953. %         ~holdsIn(_140{???TIME}, onPhysical(_182{???TOP}, _196{???BOT})))),
  15954. %     onPhysical(_182{???TOP}, _196{???BOT})).
  15955.  horn:-[(~holdsIn(_226456,onPhysical(_226476,_226490)):-temporallySubsumes(_226456,_226516),mtTime(_226542,_226516),~onPhysical(_226476,_226490)),(~mtTime(_226588,_226602):-temporallySubsumes(_226628,_226602),holdsIn(_226628,onPhysical(_226660,_226674)),~onPhysical(_226660,_226674)),(~temporallySubsumes(_226720,_226734):-mtTime(_226760,_226734),holdsIn(_226720,onPhysical(_226792,_226806)),~onPhysical(_226792,_226806)),(onPhysical(_226848,_226862):-temporallySubsumes(_226888,_226902),mtTime(_226928,_226902),holdsIn(_226888,onPhysical(_226848,_226862)))]
  15956. % boxlog :-
  15957. %  
  15958. %   [ (~holdsIn(_828{???TIME}, onPhysical(_842{???TOP}, _856{???BOT})):-temporallySubsumes(_828{???TIME}, _870{???MT_TIME}), mtTime(_884{???MT}, _870{???MT_TIME}), ~onPhysical(_842{???TOP}, _856{???BOT})),
  15959. %     (~mtTime(_898{???MT}, _912{???MT_TIME}):-temporallySubsumes(_926{???TIME}, _912{???MT_TIME}), holdsIn(_926{???TIME}, onPhysical(_940{???TOP}, _954{???BOT})), ~onPhysical(_940{???TOP}, _954{???BOT})),
  15960. %     (~temporallySubsumes(_968{???TIME}, _982{???MT_TIME}):-mtTime(_996{???MT}, _982{???MT_TIME}), holdsIn(_968{???TIME}, onPhysical(_1010{???TOP}, _1024{???BOT})), ~onPhysical(_1010{???TOP}, _1024{???BOT})),
  15961. %     (onPhysical(_758{???TOP}, _772{???BOT}):-temporallySubsumes(_786{???TIME}, _800{???MT_TIME}), mtTime(_814{???MT}, _800{???MT_TIME}), holdsIn(_786{???TIME}, onPhysical(_758{???TOP}, _772{???BOT})))
  15962. %   ].
  15963. % preview :-
  15964. %  
  15965. %   [ (temporallySubsumes(_792{???TIME}, _834{???MT_TIME}), mtTime(_848{???MT}, _834{???MT_TIME}), ~onPhysical(_806{???TOP}, _820{???BOT}), {is_unit(_820{???BOT}, _806{???TOP}, _792{???TIME})}-> ~holdsIn(_792{???TIME}, onPhysical(_806{???TOP}, _820{???BOT}))),
  15966. %     (temporallySubsumes(_890{???TIME}, _876{???MT_TIME}), holdsIn(_890{???TIME}, onPhysical(_904{???TOP}, _918{???BOT})), ~onPhysical(_904{???TOP}, _918{???BOT}), {is_unit(_876{???MT_TIME})}-> ~mtTime(_862{???MT}, _876{???MT_TIME})),
  15967. %     (mtTime(_960{???MT}, _946{???MT_TIME}), holdsIn(_932{???TIME}, onPhysical(_974{???TOP}, _988{???BOT})), ~onPhysical(_974{???TOP}, _988{???BOT}), {is_unit(_946{???MT_TIME}, _932{???TIME})}-> ~temporallySubsumes(_932{???TIME}, _946{???MT_TIME})),
  15968. %     (temporallySubsumes(_750{???TIME}, _764{???MT_TIME}), mtTime(_778{???MT}, _764{???MT_TIME}), holdsIn(_750{???TIME}, onPhysical(_722{???TOP}, _736{???BOT})), {is_unit(_736{???BOT}, _722{???TOP})}==>onPhysical(_722{???TOP}, _736{???BOT}))
  15969. %   ].
  15970. % conds= =>((name_variable(_774{???TIME}, 'TIME'), name_variable(_788{???TOP}, 'TOP'), name_variable(_802{???BOT}, 'BOT'), name_variable(_816{???MT_TIME}, 'MT_TIME'), name_variable(_830{???MT}, 'MT'), name_variable(_844{???MT}, 'MT'), name_variable(_858{???MT_TIME}, 'MT_TIME'), name_variable(_872{???TIME}, 'TIME'), name_variable(_886{???TOP}, 'TOP'), name_variable(_900{???BOT}, 'BOT'), name_variable(_914{???TIME}, 'TIME'), name_variable(_928{???MT_TIME}, 'MT_TIME'), name_variable(_942{???MT}, 'MT'), name_variable(_956{???TOP}, 'TOP'), name_variable(_970{???BOT}, 'BOT'), name_variable(_732{???TIME}, 'TIME'), name_variable(_746{???MT_TIME}, 'MT_TIME'), name_variable(_760{???MT}, 'MT'), name_variable(_704{???TOP}, 'TOP'), name_variable(_718{???BOT}, 'BOT')), [(~holdsIn(_774{???TIME}, onPhysical(_788{???TOP}, _802{???BOT}))<-temporallySubsumes(_774{???TIME}, _816{???MT_TIME}), mtTime(_830{???MT}, _816{???MT_TIME}), ~onPhysical(_788{???TOP}, _802{???BOT}), {is_unit(_802{???BOT}, _788{???TOP}, _774{???TIME})}),  (~mtTime(_844{???MT}, _858{???MT_TIME})<-temporallySubsumes(_872{???TIME}, _858{???MT_TIME}), holdsIn(_872{???TIME}, onPhysical(_886{???TOP}, _900{???BOT})), ~onPhysical(_886{???TOP}, _900{???BOT}), {is_unit(_858{???MT_TIME})}),  (~temporallySubsumes(_914{???TIME}, _928{???MT_TIME})<-mtTime(_942{???MT}, _928{???MT_TIME}), holdsIn(_914{???TIME}, onPhysical(_956{???TOP}, _970{???BOT})), ~onPhysical(_956{???TOP}, _970{???BOT}), {is_unit(_928{???MT_TIME}, _914{???TIME})}),  (temporallySubsumes(_732{???TIME}, _746{???MT_TIME}), mtTime(_760{???MT}, _746{???MT_TIME}), holdsIn(_732{???TIME}, onPhysical(_704{???TOP}, _718{???BOT})), {is_unit(_718{???BOT}, _704{???TOP})}==>onPhysical(_704{???TOP}, _718{???BOT}))]).
  15971.  
  15972.  
  15973. % ~holdsIn(_186{???TIME}, onPhysical(_200{???TOP}, _214{???BOT})) :-
  15974. %   temporallySubsumes(_186{???TIME}, _228{???MT_TIME}),
  15975. %   mtTime(_242{???MT}, _228{???MT_TIME}),
  15976. %   ~onPhysical(_200{???TOP}, _214{???BOT}).
  15977. % ~mtTime(_172{???MT}, _186{???MT_TIME}) :-
  15978. %   temporallySubsumes(_200{???TIME}, _186{???MT_TIME}),
  15979. %   holdsIn(_200{???TIME}, onPhysical(_214{???TOP}, _228{???BOT})),
  15980. %   ~onPhysical(_214{???TOP}, _228{???BOT}).
  15981. % ~temporallySubsumes(_182{???TIME}, _196{???MT_TIME}) :-
  15982. %   mtTime(_210{???MT}, _196{???MT_TIME}),
  15983. %   holdsIn(_182{???TIME}, onPhysical(_224{???TOP}, _238{???BOT})),
  15984. %   ~onPhysical(_224{???TOP}, _238{???BOT}).
  15985. % onPhysical(_102{???TOP}, _116{???BOT}) :-
  15986. %   temporallySubsumes(_130{???TIME}, _144{???MT_TIME}),
  15987. %   mtTime(_158{???MT}, _144{???MT_TIME}),
  15988. %   holdsIn(_130{???TIME}, onPhysical(_102{???TOP}, _116{???BOT})).
  15989.  
  15990.  
  15991. % asserted_id(implies(and(isa(TEST, actHIVTest), objectTested(TEST, BLOOD), holdsIn(TEST, constituents(BLOOD, HIV)), isa(HIV, tClazzHumanImmunodeficiencyVirus)), booleanResult(TEST, vTrue)), a309293(TEST, BLOOD, HIV)).
  15992. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  15993. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  15994.  kif:-all(_224670,all(_224690,all(_224710,implies(and(isa(_224670,actHIVTest),objectTested(_224670,_224690),holdsIn(_224670,constituents(_224690,_224710)),isa(_224710,tClazzHumanImmunodeficiencyVirus)),booleanResult(_224670,vTrue)))))
  15995.  pkif:-all(_224624,all(_224644,all(_224664,=>(&(isa(_224624,actHIVTest),&(objectTested(_224624,_224644),&(holdsIn(_224624,constituents(_224644,_224664)),isa(_224664,tClazzHumanImmunodeficiencyVirus)))),booleanResult(_224624,vTrue)))))
  15996. % cnf :-
  15997. %   v(v(~isa(_148{???TEST}, actHIVTest),
  15998. %       v(~objectTested(_148{???TEST}, _162{???BLOOD}),
  15999. %         v(~holdsIn(_148{???TEST}, constituents(_162{???BLOOD}, _176{???HIV})),
  16000. %       ~isa(_176{???HIV}, tClazzHumanImmunodeficiencyVirus)))),
  16001. %     booleanResult(_148{???TEST}, vTrue)).
  16002.  horn:-[(~holdsIn(_226882,constituents(_226902,_226916)):-isa(_226882,actHIVTest),objectTested(_226882,_226902),isa(_226916,tClazzHumanImmunodeficiencyVirus),~booleanResult(_226882,vTrue)),(~isa(_226998,tClazzHumanImmunodeficiencyVirus):-isa(_227024,actHIVTest),objectTested(_227024,_227050),holdsIn(_227024,constituents(_227050,_226998)),~booleanResult(_227024,vTrue)),(~isa(_227114,actHIVTest):-objectTested(_227114,_227140),holdsIn(_227114,constituents(_227140,_227172)),isa(_227172,tClazzHumanImmunodeficiencyVirus),~booleanResult(_227114,vTrue)),(~objectTested(_227230,_227244):-isa(_227230,actHIVTest),holdsIn(_227230,constituents(_227244,_227288)),isa(_227288,tClazzHumanImmunodeficiencyVirus),~booleanResult(_227230,vTrue)),(booleanResult(_227342,vTrue):-isa(_227342,actHIVTest),objectTested(_227342,_227380),holdsIn(_227342,constituents(_227380,_227412)),isa(_227412,tClazzHumanImmunodeficiencyVirus))]
  16003. % boxlog :-
  16004. %  
  16005. %   [ (~holdsIn(_834{???TEST}, constituents(_848{???BLOOD}, _862{???HIV})):-isa(_834{???TEST}, actHIVTest), objectTested(_834{???TEST}, _848{???BLOOD}), isa(_862{???HIV}, tClazzHumanImmunodeficiencyVirus), ~booleanResult(_834{???TEST}, vTrue)),
  16006. %     (~isa(_792{???HIV}, tClazzHumanImmunodeficiencyVirus):-isa(_806{???TEST}, actHIVTest), objectTested(_806{???TEST}, _820{???BLOOD}), holdsIn(_806{???TEST}, constituents(_820{???BLOOD}, _792{???HIV})), ~booleanResult(_806{???TEST}, vTrue)),
  16007. %     (~isa(_918{???TEST}, actHIVTest):-objectTested(_918{???TEST}, _932{???BLOOD}), holdsIn(_918{???TEST}, constituents(_932{???BLOOD}, _946{???HIV})), isa(_946{???HIV}, tClazzHumanImmunodeficiencyVirus), ~booleanResult(_918{???TEST}, vTrue)),
  16008. %     (~objectTested(_876{???TEST}, _890{???BLOOD}):-isa(_876{???TEST}, actHIVTest), holdsIn(_876{???TEST}, constituents(_890{???BLOOD}, _904{???HIV})), isa(_904{???HIV}, tClazzHumanImmunodeficiencyVirus), ~booleanResult(_876{???TEST}, vTrue)),
  16009. %     (booleanResult(_750{???TEST}, vTrue):-isa(_750{???TEST}, actHIVTest), objectTested(_750{???TEST}, _764{???BLOOD}), holdsIn(_750{???TEST}, constituents(_764{???BLOOD}, _778{???HIV})), isa(_778{???HIV}, tClazzHumanImmunodeficiencyVirus))
  16010. %   ].
  16011. % preview :-
  16012. %  
  16013. %   [ (isa(_798{???TEST}, actHIVTest), objectTested(_798{???TEST}, _812{???BLOOD}), isa(_826{???HIV}, tClazzHumanImmunodeficiencyVirus), ~booleanResult(_798{???TEST}, vTrue), {is_unit(_826{???HIV}, _812{???BLOOD}, _798{???TEST})}-> ~holdsIn(_798{???TEST}, constituents(_812{???BLOOD}, _826{???HIV}))),
  16014. %     ({avoidHeadLoop(isa(_770{???TEST}, actHIVTest), isa(_756{???HIV}, tClazzHumanImmunodeficiencyVirus))}, isa(_770{???TEST}, actHIVTest), objectTested(_770{???TEST}, _784{???BLOOD}), holdsIn(_770{???TEST}, constituents(_784{???BLOOD}, _756{???HIV})), ~booleanResult(_770{???TEST}, vTrue), {is_unit(_756{???HIV})}-> ~isa(_756{???HIV}, tClazzHumanImmunodeficiencyVirus)),
  16015. %     (objectTested(_882{???TEST}, _896{???BLOOD}), holdsIn(_882{???TEST}, constituents(_896{???BLOOD}, _910{???HIV})), {avoidHeadLoop(isa(_910{???HIV}, tClazzHumanImmunodeficiencyVirus), isa(_882{???TEST}, actHIVTest))}, isa(_910{???HIV}, tClazzHumanImmunodeficiencyVirus), ~booleanResult(_882{???TEST}, vTrue), {is_unit(_882{???TEST})}-> ~isa(_882{???TEST}, actHIVTest)),
  16016. %     (isa(_840{???TEST}, actHIVTest), holdsIn(_840{???TEST}, constituents(_854{???BLOOD}, _868{???HIV})), isa(_868{???HIV}, tClazzHumanImmunodeficiencyVirus), ~booleanResult(_840{???TEST}, vTrue), {is_unit(_854{???BLOOD}, _840{???TEST})}-> ~objectTested(_840{???TEST}, _854{???BLOOD})),
  16017. %     (isa(_714{???TEST}, actHIVTest), objectTested(_714{???TEST}, _728{???BLOOD}), holdsIn(_714{???TEST}, constituents(_728{???BLOOD}, _742{???HIV})), isa(_742{???HIV}, tClazzHumanImmunodeficiencyVirus), {is_unit(_714{???TEST})}==>booleanResult(_714{???TEST}, vTrue))
  16018. %   ].
  16019. % conds= =>((name_variable(_780{???TEST}, 'TEST'), name_variable(_794{???BLOOD}, 'BLOOD'), name_variable(_808{???HIV}, 'HIV'), name_variable(_738{???HIV}, 'HIV'), name_variable(_752{???TEST}, 'TEST'), name_variable(_766{???BLOOD}, 'BLOOD'), name_variable(_864{???TEST}, 'TEST'), name_variable(_878{???BLOOD}, 'BLOOD'), name_variable(_892{???HIV}, 'HIV'), name_variable(_822{???TEST}, 'TEST'), name_variable(_836{???BLOOD}, 'BLOOD'), name_variable(_850{???HIV}, 'HIV'), name_variable(_696{???TEST}, 'TEST'), name_variable(_710{???BLOOD}, 'BLOOD'), name_variable(_724{???HIV}, 'HIV')), [(~holdsIn(_780{???TEST}, constituents(_794{???BLOOD}, _808{???HIV}))<-isa(_780{???TEST}, actHIVTest), objectTested(_780{???TEST}, _794{???BLOOD}), isa(_808{???HIV}, tClazzHumanImmunodeficiencyVirus), ~booleanResult(_780{???TEST}, vTrue), {is_unit(_808{???HIV}, _794{???BLOOD}, _780{???TEST})}),  (~isa(_738{???HIV}, tClazzHumanImmunodeficiencyVirus)<-{avoidHeadLoop(isa(_752{???TEST}, actHIVTest), isa(_738{???HIV}, tClazzHumanImmunodeficiencyVirus))}, isa(_752{???TEST}, actHIVTest), objectTested(_752{???TEST}, _766{???BLOOD}), holdsIn(_752{???TEST}, constituents(_766{???BLOOD}, _738{???HIV})), ~booleanResult(_752{???TEST}, vTrue), {is_unit(_738{???HIV})}),  (~isa(_864{???TEST}, actHIVTest)<-objectTested(_864{???TEST}, _878{???BLOOD}), holdsIn(_864{???TEST}, constituents(_878{???BLOOD}, _892{???HIV})), {avoidHeadLoop(isa(_892{???HIV}, tClazzHumanImmunodeficiencyVirus), isa(_864{???TEST}, actHIVTest))}, isa(_892{???HIV}, tClazzHumanImmunodeficiencyVirus), ~booleanResult(_864{???TEST}, vTrue), {is_unit(_864{???TEST})}),  (~objectTested(_822{???TEST}, _836{???BLOOD})<-isa(_822{???TEST}, actHIVTest), holdsIn(_822{???TEST}, constituents(_836{???BLOOD}, _850{???HIV})), isa(_850{???HIV}, tClazzHumanImmunodeficiencyVirus), ~booleanResult(_822{???TEST}, vTrue), {is_unit(_836{???BLOOD}, _822{???TEST})}),  (isa(_696{???TEST}, actHIVTest), objectTested(_696{???TEST}, _710{???BLOOD}), holdsIn(_696{???TEST}, constituents(_710{???BLOOD}, _724{???HIV})), isa(_724{???HIV}, tClazzHumanImmunodeficiencyVirus), {is_unit(_696{???TEST})}==>booleanResult(_696{???TEST}, vTrue))]).
  16020.  
  16021.  
  16022. % ~holdsIn(_196{???TEST}, constituents(_210{???BLOOD}, _224{???HIV})) :-
  16023. %   isa(_196{???TEST}, actHIVTest),
  16024. %   objectTested(_196{???TEST}, _210{???BLOOD}),
  16025. %   isa(_224{???HIV}, tClazzHumanImmunodeficiencyVirus),
  16026. %   ~booleanResult(_196{???TEST}, vTrue).
  16027. % ~isa(_144{???HIV}, tClazzHumanImmunodeficiencyVirus) :-
  16028. %   isa(_158{???TEST}, actHIVTest),
  16029. %   objectTested(_158{???TEST}, _172{???BLOOD}),
  16030. %   holdsIn(_158{???TEST}, constituents(_172{???BLOOD}, _144{???HIV})),
  16031. %   ~booleanResult(_158{???TEST}, vTrue).
  16032. % ~isa(_192{???TEST}, actHIVTest) :-
  16033. %   objectTested(_192{???TEST}, _206{???BLOOD}),
  16034. %   holdsIn(_192{???TEST}, constituents(_206{???BLOOD}, _220{???HIV})),
  16035. %   isa(_220{???HIV}, tClazzHumanImmunodeficiencyVirus),
  16036. %   ~booleanResult(_192{???TEST}, vTrue).
  16037. % ~objectTested(_144{???TEST}, _158{???BLOOD}) :-
  16038. %   isa(_144{???TEST}, actHIVTest),
  16039. %   holdsIn(_144{???TEST}, constituents(_158{???BLOOD}, _172{???HIV})),
  16040. %   isa(_172{???HIV}, tClazzHumanImmunodeficiencyVirus),
  16041. %   ~booleanResult(_144{???TEST}, vTrue).
  16042. % booleanResult(_102{???TEST}, vTrue) :-
  16043. %   isa(_102{???TEST}, actHIVTest),
  16044. %   objectTested(_102{???TEST}, _116{???BLOOD}),
  16045. %   holdsIn(_102{???TEST}, constituents(_116{???BLOOD}, _130{???HIV})),
  16046. %   isa(_130{???HIV}, tClazzHumanImmunodeficiencyVirus).
  16047.  
  16048.  
  16049. % asserted_id(implies(and(temporallySubsumes(T1, T2), holdsIn(T1, ruleSystemUsed(X, Y))), holdsIn(T2, ruleSystemUsed(X, Y))), a309294(T1, T2, X, Y)).
  16050. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  16051. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  16052.  kif:-all(_224868,all(_224888,all(_224908,all(_224928,implies(and(temporallySubsumes(_224868,_224888),holdsIn(_224868,ruleSystemUsed(_224908,_224928))),holdsIn(_224888,ruleSystemUsed(_224908,_224928)))))))
  16053.  pkif:-all(_224814,all(_224834,all(_224854,all(_224874,=>(&(temporallySubsumes(_224814,_224834),holdsIn(_224814,ruleSystemUsed(_224854,_224874))),holdsIn(_224834,ruleSystemUsed(_224854,_224874)))))))
  16054. % cnf :-
  16055. %   v(v(~temporallySubsumes(_138{???T1}, _152{???T2}),
  16056. %       ~holdsIn(_138{???T1}, ruleSystemUsed(_166{???X}, _180{???Y}))),
  16057. %     holdsIn(_152{???T2}, ruleSystemUsed(_166{???X}, _180{???Y}))).
  16058.  horn:-[(~holdsIn(_226118,ruleSystemUsed(_226138,_226152)):-temporallySubsumes(_226118,_226178),~holdsIn(_226178,ruleSystemUsed(_226138,_226152))),(~temporallySubsumes(_226230,_226244):-holdsIn(_226230,ruleSystemUsed(_226276,_226290)),~holdsIn(_226244,ruleSystemUsed(_226276,_226290))),(holdsIn(_226338,ruleSystemUsed(_226358,_226372)):-temporallySubsumes(_226398,_226338),holdsIn(_226398,ruleSystemUsed(_226358,_226372)))]
  16059. % boxlog :-
  16060. %  
  16061. %   [ (~holdsIn(_768{???T1}, ruleSystemUsed(_782{???X}, _796{???Y})):-temporallySubsumes(_768{???T1}, _810{???T2}), ~holdsIn(_810{???T2}, ruleSystemUsed(_782{???X}, _796{???Y}))),
  16062. %     (~temporallySubsumes(_824{???T1}, _838{???T2}):-holdsIn(_824{???T1}, ruleSystemUsed(_852{???X}, _866{???Y})), ~holdsIn(_838{???T2}, ruleSystemUsed(_852{???X}, _866{???Y}))),
  16063. %     (holdsIn(_712{???T2}, ruleSystemUsed(_726{???X}, _740{???Y})):-temporallySubsumes(_754{???T1}, _712{???T2}), holdsIn(_754{???T1}, ruleSystemUsed(_726{???X}, _740{???Y})))
  16064. %   ].
  16065. % preview :-
  16066. %  
  16067. %   [ (temporallySubsumes(_732{???T1}, _774{???T2}), {avoidHeadLoop(holdsIn(_774{???T2}, ruleSystemUsed(_746{???X}, _760{???Y})), holdsIn(_732{???T1}, ruleSystemUsed(_746{???X}, _760{???Y})))}, ~holdsIn(_774{???T2}, ruleSystemUsed(_746{???X}, _760{???Y})), {is_unit(_760{???Y}, _746{???X}, _732{???T1})}-> ~holdsIn(_732{???T1}, ruleSystemUsed(_746{???X}, _760{???Y}))),
  16068. %     (holdsIn(_788{???T1}, ruleSystemUsed(_816{???X}, _830{???Y})), ~holdsIn(_802{???T2}, ruleSystemUsed(_816{???X}, _830{???Y})), {is_unit(_802{???T2}, _788{???T1})}-> ~temporallySubsumes(_788{???T1}, _802{???T2})),
  16069. %     (temporallySubsumes(_718{???T1}, _676{???T2}), holdsIn(_718{???T1}, ruleSystemUsed(_690{???X}, _704{???Y})), {is_unit(_704{???Y}, _690{???X}, _676{???T2})}==>holdsIn(_676{???T2}, ruleSystemUsed(_690{???X}, _704{???Y})))
  16070. %   ].
  16071. % conds= =>((name_variable(_714{???T1}, 'T1'), name_variable(_728{???X}, 'X'), name_variable(_742{???Y}, 'Y'), name_variable(_756{???T2}, 'T2'), name_variable(_770{???T1}, 'T1'), name_variable(_784{???T2}, 'T2'), name_variable(_798{???X}, 'X'), name_variable(_812{???Y}, 'Y'), name_variable(_700{???T1}, 'T1'), name_variable(_658{???T2}, 'T2'), name_variable(_672{???X}, 'X'), name_variable(_686{???Y}, 'Y')), [(~holdsIn(_714{???T1}, ruleSystemUsed(_728{???X}, _742{???Y}))<-temporallySubsumes(_714{???T1}, _756{???T2}), {avoidHeadLoop(holdsIn(_756{???T2}, ruleSystemUsed(_728{???X}, _742{???Y})), holdsIn(_714{???T1}, ruleSystemUsed(_728{???X}, _742{???Y})))}, ~holdsIn(_756{???T2}, ruleSystemUsed(_728{???X}, _742{???Y})), {is_unit(_742{???Y}, _728{???X}, _714{???T1})}),  (~temporallySubsumes(_770{???T1}, _784{???T2})<-holdsIn(_770{???T1}, ruleSystemUsed(_798{???X}, _812{???Y})), ~holdsIn(_784{???T2}, ruleSystemUsed(_798{???X}, _812{???Y})), {is_unit(_784{???T2}, _770{???T1})}),  (temporallySubsumes(_700{???T1}, _658{???T2}), holdsIn(_700{???T1}, ruleSystemUsed(_672{???X}, _686{???Y})), {is_unit(_686{???Y}, _672{???X}, _658{???T2})}==>holdsIn(_658{???T2}, ruleSystemUsed(_672{???X}, _686{???Y})))]).
  16072.  
  16073.  
  16074. % ~holdsIn(_170{???T1}, ruleSystemUsed(_184{???X}, _198{???Y})) :-
  16075. %   temporallySubsumes(_170{???T1}, _212{???T2}),
  16076. %   ~holdsIn(_212{???T2}, ruleSystemUsed(_184{???X}, _198{???Y})).
  16077. % ~temporallySubsumes(_158{???T1}, _172{???T2}) :-
  16078. %   holdsIn(_158{???T1}, ruleSystemUsed(_186{???X}, _200{???Y})),
  16079. %   ~holdsIn(_172{???T2}, ruleSystemUsed(_186{???X}, _200{???Y})).
  16080. % holdsIn(_102{???T2}, ruleSystemUsed(_116{???X}, _130{???Y})) :-
  16081. %   temporallySubsumes(_144{???T1}, _102{???T2}),
  16082. %   holdsIn(_144{???T1}, ruleSystemUsed(_116{???X}, _130{???Y})).
  16083.  
  16084.  
  16085. % asserted_id(implies(and(isa(SWIMMING, actSwimmingGeneric), doneBy(SWIMMING, AGENT), motionPathwayComplete(SWIMMING, WATER)), holdsIn(SWIMMING, inImmersedgeneric(AGENT, WATER))), a309295(SWIMMING, AGENT, WATER)).
  16086. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  16087. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  16088.  kif:-all(_225010,all(_225030,all(_225050,implies(and(isa(_225010,actSwimmingGeneric),doneBy(_225010,_225030),motionPathwayComplete(_225010,_225050)),holdsIn(_225010,inImmersedgeneric(_225030,_225050))))))
  16089.  pkif:-all(_224960,all(_224980,all(_225000,=>(&(isa(_224960,actSwimmingGeneric),&(doneBy(_224960,_224980),motionPathwayComplete(_224960,_225000))),holdsIn(_224960,inImmersedgeneric(_224980,_225000))))))
  16090. % cnf :-
  16091. %   v(v(~isa(_140{???SWIMMING}, actSwimmingGeneric),
  16092. %       v(~doneBy(_140{???SWIMMING}, _154{???AGENT}),
  16093. %         ~motionPathwayComplete(_140{???SWIMMING}, _168{???WATER}))),
  16094. %     holdsIn(_140{???SWIMMING},
  16095. %         inImmersedgeneric(_154{???AGENT}, _168{???WATER}))).
  16096.  horn:-[(~doneBy(_226588,_226602):-isa(_226588,actSwimmingGeneric),motionPathwayComplete(_226588,_226640),~holdsIn(_226588,inImmersedgeneric(_226602,_226640))),(~isa(_226692,actSwimmingGeneric):-doneBy(_226692,_226718),motionPathwayComplete(_226692,_226744),~holdsIn(_226692,inImmersedgeneric(_226718,_226744))),(~motionPathwayComplete(_226796,_226810):-isa(_226796,actSwimmingGeneric),doneBy(_226796,_226848),~holdsIn(_226796,inImmersedgeneric(_226848,_226810))),(holdsIn(_226896,inImmersedgeneric(_226916,_226930)):-isa(_226896,actSwimmingGeneric),doneBy(_226896,_226916),motionPathwayComplete(_226896,_226930))]
  16097. % boxlog :-
  16098. %  
  16099. %   [ (~doneBy(_790{???SWIMMING}, _804{???AGENT}):-isa(_790{???SWIMMING}, actSwimmingGeneric), motionPathwayComplete(_790{???SWIMMING}, _818{???WATER}), ~holdsIn(_790{???SWIMMING}, inImmersedgeneric(_804{???AGENT}, _818{???WATER}))),
  16100. %     (~isa(_832{???SWIMMING}, actSwimmingGeneric):-doneBy(_832{???SWIMMING}, _846{???AGENT}), motionPathwayComplete(_832{???SWIMMING}, _860{???WATER}), ~holdsIn(_832{???SWIMMING}, inImmersedgeneric(_846{???AGENT}, _860{???WATER}))),
  16101. %     (~motionPathwayComplete(_748{???SWIMMING}, _762{???WATER}):-isa(_748{???SWIMMING}, actSwimmingGeneric), doneBy(_748{???SWIMMING}, _776{???AGENT}), ~holdsIn(_748{???SWIMMING}, inImmersedgeneric(_776{???AGENT}, _762{???WATER}))),
  16102. %     (holdsIn(_706{???SWIMMING}, inImmersedgeneric(_720{???AGENT}, _734{???WATER})):-isa(_706{???SWIMMING}, actSwimmingGeneric), doneBy(_706{???SWIMMING}, _720{???AGENT}), motionPathwayComplete(_706{???SWIMMING}, _734{???WATER}))
  16103. %   ].
  16104. % preview :-
  16105. %  
  16106. %   [ (isa(_754{???SWIMMING}, actSwimmingGeneric), motionPathwayComplete(_754{???SWIMMING}, _782{???WATER}), ~holdsIn(_754{???SWIMMING}, inImmersedgeneric(_768{???AGENT}, _782{???WATER})), {is_unit(_768{???AGENT}, _754{???SWIMMING})}-> ~doneBy(_754{???SWIMMING}, _768{???AGENT})),
  16107. %     (doneBy(_796{???SWIMMING}, _810{???AGENT}), motionPathwayComplete(_796{???SWIMMING}, _824{???WATER}), ~holdsIn(_796{???SWIMMING}, inImmersedgeneric(_810{???AGENT}, _824{???WATER})), {is_unit(_796{???SWIMMING})}-> ~isa(_796{???SWIMMING}, actSwimmingGeneric)),
  16108. %     (isa(_712{???SWIMMING}, actSwimmingGeneric), doneBy(_712{???SWIMMING}, _740{???AGENT}), ~holdsIn(_712{???SWIMMING}, inImmersedgeneric(_740{???AGENT}, _726{???WATER})), {is_unit(_726{???WATER}, _712{???SWIMMING})}-> ~motionPathwayComplete(_712{???SWIMMING}, _726{???WATER})),
  16109. %     (isa(_670{???SWIMMING}, actSwimmingGeneric), doneBy(_670{???SWIMMING}, _684{???AGENT}), motionPathwayComplete(_670{???SWIMMING}, _698{???WATER}), {is_unit(_698{???WATER}, _684{???AGENT}, _670{???SWIMMING})}==>holdsIn(_670{???SWIMMING}, inImmersedgeneric(_684{???AGENT}, _698{???WATER})))
  16110. %   ].
  16111. % conds= =>((name_variable(_736{???SWIMMING}, 'SWIMMING'), name_variable(_750{???AGENT}, 'AGENT'), name_variable(_764{???WATER}, 'WATER'), name_variable(_778{???SWIMMING}, 'SWIMMING'), name_variable(_792{???AGENT}, 'AGENT'), name_variable(_806{???WATER}, 'WATER'), name_variable(_694{???SWIMMING}, 'SWIMMING'), name_variable(_708{???WATER}, 'WATER'), name_variable(_722{???AGENT}, 'AGENT'), name_variable(_652{???SWIMMING}, 'SWIMMING'), name_variable(_666{???AGENT}, 'AGENT'), name_variable(_680{???WATER}, 'WATER')), [(~doneBy(_736{???SWIMMING}, _750{???AGENT})<-isa(_736{???SWIMMING}, actSwimmingGeneric), motionPathwayComplete(_736{???SWIMMING}, _764{???WATER}), ~holdsIn(_736{???SWIMMING}, inImmersedgeneric(_750{???AGENT}, _764{???WATER})), {is_unit(_750{???AGENT}, _736{???SWIMMING})}),  (~isa(_778{???SWIMMING}, actSwimmingGeneric)<-doneBy(_778{???SWIMMING}, _792{???AGENT}), motionPathwayComplete(_778{???SWIMMING}, _806{???WATER}), ~holdsIn(_778{???SWIMMING}, inImmersedgeneric(_792{???AGENT}, _806{???WATER})), {is_unit(_778{???SWIMMING})}),  (~motionPathwayComplete(_694{???SWIMMING}, _708{???WATER})<-isa(_694{???SWIMMING}, actSwimmingGeneric), doneBy(_694{???SWIMMING}, _722{???AGENT}), ~holdsIn(_694{???SWIMMING}, inImmersedgeneric(_722{???AGENT}, _708{???WATER})), {is_unit(_708{???WATER}, _694{???SWIMMING})}),  (isa(_652{???SWIMMING}, actSwimmingGeneric), doneBy(_652{???SWIMMING}, _666{???AGENT}), motionPathwayComplete(_652{???SWIMMING}, _680{???WATER}), {is_unit(_680{???WATER}, _666{???AGENT}, _652{???SWIMMING})}==>holdsIn(_652{???SWIMMING}, inImmersedgeneric(_666{???AGENT}, _680{???WATER})))]).
  16112.  
  16113.  
  16114. % ~doneBy(_196{???SWIMMING}, _210{???AGENT}) :-
  16115. %   isa(_196{???SWIMMING}, actSwimmingGeneric),
  16116. %   motionPathwayComplete(_196{???SWIMMING}, _224{???WATER}),
  16117. %   ~holdsIn(_196{???SWIMMING}, inImmersedgeneric(_210{???AGENT}, _224{???WATER})).
  16118. % ~isa(_186{???SWIMMING}, actSwimmingGeneric) :-
  16119. %   doneBy(_186{???SWIMMING}, _200{???AGENT}),
  16120. %   motionPathwayComplete(_186{???SWIMMING}, _214{???WATER}),
  16121. %   ~holdsIn(_186{???SWIMMING}, inImmersedgeneric(_200{???AGENT}, _214{???WATER})).
  16122. % ~motionPathwayComplete(_144{???SWIMMING}, _158{???WATER}) :-
  16123. %   isa(_144{???SWIMMING}, actSwimmingGeneric),
  16124. %   doneBy(_144{???SWIMMING}, _172{???AGENT}),
  16125. %   ~holdsIn(_144{???SWIMMING}, inImmersedgeneric(_172{???AGENT}, _158{???WATER})).
  16126. % holdsIn(_102{???SWIMMING}, inImmersedgeneric(_116{???AGENT}, _130{???WATER})) :-
  16127. %   isa(_102{???SWIMMING}, actSwimmingGeneric),
  16128. %   doneBy(_102{???SWIMMING}, _116{???AGENT}),
  16129. %   motionPathwayComplete(_102{???SWIMMING}, _130{???WATER}).
  16130.  
  16131.  
  16132. % asserted_id(implies(and(isa(X, eventWinterSeason), eventOccursAt(X, U), hasClimateType(U, eventTaigaClimateCycle)), holdsIn(X, dailyHighTemperature(U, vVeryCold))), a309296(X, U)).
  16133. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  16134. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  16135.  kif:-all(_225094,all(_225114,implies(and(isa(_225094,eventWinterSeason),eventOccursAt(_225094,_225114),hasClimateType(_225114,eventTaigaClimateCycle)),holdsIn(_225094,dailyHighTemperature(_225114,vVeryCold)))))
  16136.  pkif:-all(_225044,all(_225064,=>(&(isa(_225044,eventWinterSeason),&(eventOccursAt(_225044,_225064),hasClimateType(_225064,eventTaigaClimateCycle))),holdsIn(_225044,dailyHighTemperature(_225064,vVeryCold)))))
  16137. % cnf :-
  16138. %   v(v(~isa(_140{???X}, eventWinterSeason),
  16139. %       v(~eventOccursAt(_140{???X}, _154{???U}),
  16140. %         ~hasClimateType(_154{???U}, eventTaigaClimateCycle))),
  16141. %     holdsIn(_140{???X}, dailyHighTemperature(_154{???U}, vVeryCold))).
  16142.  horn:-[(~eventOccursAt(_226498,_226512):-isa(_226498,eventWinterSeason),hasClimateType(_226512,eventTaigaClimateCycle),~holdsIn(_226498,dailyHighTemperature(_226512,vVeryCold))),(~hasClimateType(_226588,eventTaigaClimateCycle):-isa(_226614,eventWinterSeason),eventOccursAt(_226614,_226588),~holdsIn(_226614,dailyHighTemperature(_226588,vVeryCold))),(~isa(_226678,eventWinterSeason):-eventOccursAt(_226678,_226704),hasClimateType(_226704,eventTaigaClimateCycle),~holdsIn(_226678,dailyHighTemperature(_226704,vVeryCold))),(holdsIn(_226764,dailyHighTemperature(_226784,vVeryCold)):-isa(_226764,eventWinterSeason),eventOccursAt(_226764,_226784),hasClimateType(_226784,eventTaigaClimateCycle))]
  16143. % boxlog :-
  16144. %  
  16145. %   [ (~eventOccursAt(_736{???X}, _750{???U}):-isa(_736{???X}, eventWinterSeason), hasClimateType(_750{???U}, eventTaigaClimateCycle), ~holdsIn(_736{???X}, dailyHighTemperature(_750{???U}, vVeryCold))),
  16146. %     (~hasClimateType(_708{???U}, eventTaigaClimateCycle):-isa(_722{???X}, eventWinterSeason), eventOccursAt(_722{???X}, _708{???U}), ~holdsIn(_722{???X}, dailyHighTemperature(_708{???U}, vVeryCold))),
  16147. %     (~isa(_764{???X}, eventWinterSeason):-eventOccursAt(_764{???X}, _778{???U}), hasClimateType(_778{???U}, eventTaigaClimateCycle), ~holdsIn(_764{???X}, dailyHighTemperature(_778{???U}, vVeryCold))),
  16148. %     (holdsIn(_680{???X}, dailyHighTemperature(_694{???U}, vVeryCold)):-isa(_680{???X}, eventWinterSeason), eventOccursAt(_680{???X}, _694{???U}), hasClimateType(_694{???U}, eventTaigaClimateCycle))
  16149. %   ].
  16150. % preview :-
  16151. %  
  16152. %   [ (isa(_700{???X}, eventWinterSeason), hasClimateType(_714{???U}, eventTaigaClimateCycle), ~holdsIn(_700{???X}, dailyHighTemperature(_714{???U}, vVeryCold)), {is_unit(_714{???U}, _700{???X})}==> ~eventOccursAt(_700{???X}, _714{???U})),
  16153. %     (isa(_686{???X}, eventWinterSeason), eventOccursAt(_686{???X}, _672{???U}), ~holdsIn(_686{???X}, dailyHighTemperature(_672{???U}, vVeryCold)), {is_unit(_672{???U})}-> ~hasClimateType(_672{???U}, eventTaigaClimateCycle)),
  16154. %     (eventOccursAt(_728{???X}, _742{???U}), hasClimateType(_742{???U}, eventTaigaClimateCycle), ~holdsIn(_728{???X}, dailyHighTemperature(_742{???U}, vVeryCold)), {is_unit(_728{???X})}-> ~isa(_728{???X}, eventWinterSeason)),
  16155. %     (isa(_644{???X}, eventWinterSeason), eventOccursAt(_644{???X}, _658{???U}), hasClimateType(_658{???U}, eventTaigaClimateCycle), {is_unit(_658{???U}, _644{???X})}==>holdsIn(_644{???X}, dailyHighTemperature(_658{???U}, vVeryCold)))
  16156. %   ].
  16157. % conds= =>((name_variable(_682{???X}, 'X'), name_variable(_696{???U}, 'U'), name_variable(_654{???U}, 'U'), name_variable(_668{???X}, 'X'), name_variable(_710{???X}, 'X'), name_variable(_724{???U}, 'U'), name_variable(_626{???X}, 'X'), name_variable(_640{???U}, 'U')), [(isa(_682{???X}, eventWinterSeason), hasClimateType(_696{???U}, eventTaigaClimateCycle), ~holdsIn(_682{???X}, dailyHighTemperature(_696{???U}, vVeryCold)), {is_unit(_696{???U}, _682{???X})}==> ~eventOccursAt(_682{???X}, _696{???U})),  (~hasClimateType(_654{???U}, eventTaigaClimateCycle)<-isa(_668{???X}, eventWinterSeason), eventOccursAt(_668{???X}, _654{???U}), ~holdsIn(_668{???X}, dailyHighTemperature(_654{???U}, vVeryCold)), {is_unit(_654{???U})}),  (~isa(_710{???X}, eventWinterSeason)<-eventOccursAt(_710{???X}, _724{???U}), hasClimateType(_724{???U}, eventTaigaClimateCycle), ~holdsIn(_710{???X}, dailyHighTemperature(_724{???U}, vVeryCold)), {is_unit(_710{???X})}),  (isa(_626{???X}, eventWinterSeason), eventOccursAt(_626{???X}, _640{???U}), hasClimateType(_640{???U}, eventTaigaClimateCycle), {is_unit(_640{???U}, _626{???X})}==>holdsIn(_626{???X}, dailyHighTemperature(_640{???U}, vVeryCold)))]).
  16158.  
  16159.  
  16160. % ~eventOccursAt(_166{???X}, _180{???U}) :-
  16161. %   isa(_166{???X}, eventWinterSeason),
  16162. %   hasClimateType(_180{???U}, eventTaigaClimateCycle),
  16163. %   ~holdsIn(_166{???X}, dailyHighTemperature(_180{???U}, vVeryCold)).
  16164. % ~hasClimateType(_130{???U}, eventTaigaClimateCycle) :-
  16165. %   isa(_144{???X}, eventWinterSeason),
  16166. %   eventOccursAt(_144{???X}, _130{???U}),
  16167. %   ~holdsIn(_144{???X}, dailyHighTemperature(_130{???U}, vVeryCold)).
  16168. % ~isa(_134{???X}, eventWinterSeason) :-
  16169. %   eventOccursAt(_134{???X}, _148{???U}),
  16170. %   hasClimateType(_148{???U}, eventTaigaClimateCycle),
  16171. %   ~holdsIn(_134{???X}, dailyHighTemperature(_148{???U}, vVeryCold)).
  16172. % holdsIn(_102{???X}, dailyHighTemperature(_116{???U}, vVeryCold)) :-
  16173. %   isa(_102{???X}, eventWinterSeason),
  16174. %   eventOccursAt(_102{???X}, _116{???U}),
  16175. %   hasClimateType(_116{???U}, eventTaigaClimateCycle).
  16176.  
  16177.  
  16178. % asserted_id(implies(and(isa(X, eventWinterSeason), eventOccursAt(X, U), hasClimateType(U, eventHumidSubtropicalClimateCycle)), holdsIn(X, dailyLowTemperature(U, vModeratelyCold))), a309297(X, U)).
  16179. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  16180. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  16181.  kif:-all(_225198,all(_225218,implies(and(isa(_225198,eventWinterSeason),eventOccursAt(_225198,_225218),hasClimateType(_225218,eventHumidSubtropicalClimateCycle)),holdsIn(_225198,dailyLowTemperature(_225218,vModeratelyCold)))))
  16182.  pkif:-all(_225148,all(_225168,=>(&(isa(_225148,eventWinterSeason),&(eventOccursAt(_225148,_225168),hasClimateType(_225168,eventHumidSubtropicalClimateCycle))),holdsIn(_225148,dailyLowTemperature(_225168,vModeratelyCold)))))
  16183. % cnf :-
  16184. %   v(v(~isa(_140{???X}, eventWinterSeason),
  16185. %       v(~eventOccursAt(_140{???X}, _154{???U}),
  16186. %         ~hasClimateType(_154{???U}, eventHumidSubtropicalClimateCycle))),
  16187. %     holdsIn(_140{???X}, dailyLowTemperature(_154{???U}, vModeratelyCold))).
  16188.  horn:-[(~eventOccursAt(_226602,_226616):-isa(_226602,eventWinterSeason),hasClimateType(_226616,eventHumidSubtropicalClimateCycle),~holdsIn(_226602,dailyLowTemperature(_226616,vModeratelyCold))),(~hasClimateType(_226692,eventHumidSubtropicalClimateCycle):-isa(_226718,eventWinterSeason),eventOccursAt(_226718,_226692),~holdsIn(_226718,dailyLowTemperature(_226692,vModeratelyCold))),(~isa(_226782,eventWinterSeason):-eventOccursAt(_226782,_226808),hasClimateType(_226808,eventHumidSubtropicalClimateCycle),~holdsIn(_226782,dailyLowTemperature(_226808,vModeratelyCold))),(holdsIn(_226868,dailyLowTemperature(_226888,vModeratelyCold)):-isa(_226868,eventWinterSeason),eventOccursAt(_226868,_226888),hasClimateType(_226888,eventHumidSubtropicalClimateCycle))]
  16189. % boxlog :-
  16190. %  
  16191. %   [ (~eventOccursAt(_736{???X}, _750{???U}):-isa(_736{???X}, eventWinterSeason), hasClimateType(_750{???U}, eventHumidSubtropicalClimateCycle), ~holdsIn(_736{???X}, dailyLowTemperature(_750{???U}, vModeratelyCold))),
  16192. %     (~hasClimateType(_708{???U}, eventHumidSubtropicalClimateCycle):-isa(_722{???X}, eventWinterSeason), eventOccursAt(_722{???X}, _708{???U}), ~holdsIn(_722{???X}, dailyLowTemperature(_708{???U}, vModeratelyCold))),
  16193. %     (~isa(_764{???X}, eventWinterSeason):-eventOccursAt(_764{???X}, _778{???U}), hasClimateType(_778{???U}, eventHumidSubtropicalClimateCycle), ~holdsIn(_764{???X}, dailyLowTemperature(_778{???U}, vModeratelyCold))),
  16194. %     (holdsIn(_680{???X}, dailyLowTemperature(_694{???U}, vModeratelyCold)):-isa(_680{???X}, eventWinterSeason), eventOccursAt(_680{???X}, _694{???U}), hasClimateType(_694{???U}, eventHumidSubtropicalClimateCycle))
  16195. %   ].
  16196. % preview :-
  16197. %  
  16198. %   [ (isa(_700{???X}, eventWinterSeason), hasClimateType(_714{???U}, eventHumidSubtropicalClimateCycle), ~holdsIn(_700{???X}, dailyLowTemperature(_714{???U}, vModeratelyCold)), {is_unit(_714{???U}, _700{???X})}==> ~eventOccursAt(_700{???X}, _714{???U})),
  16199. %     (isa(_686{???X}, eventWinterSeason), eventOccursAt(_686{???X}, _672{???U}), ~holdsIn(_686{???X}, dailyLowTemperature(_672{???U}, vModeratelyCold)), {is_unit(_672{???U})}-> ~hasClimateType(_672{???U}, eventHumidSubtropicalClimateCycle)),
  16200. %     (eventOccursAt(_728{???X}, _742{???U}), hasClimateType(_742{???U}, eventHumidSubtropicalClimateCycle), ~holdsIn(_728{???X}, dailyLowTemperature(_742{???U}, vModeratelyCold)), {is_unit(_728{???X})}-> ~isa(_728{???X}, eventWinterSeason)),
  16201. %     (isa(_644{???X}, eventWinterSeason), eventOccursAt(_644{???X}, _658{???U}), hasClimateType(_658{???U}, eventHumidSubtropicalClimateCycle), {is_unit(_658{???U}, _644{???X})}==>holdsIn(_644{???X}, dailyLowTemperature(_658{???U}, vModeratelyCold)))
  16202. %   ].
  16203. % conds= =>((name_variable(_682{???X}, 'X'), name_variable(_696{???U}, 'U'), name_variable(_654{???U}, 'U'), name_variable(_668{???X}, 'X'), name_variable(_710{???X}, 'X'), name_variable(_724{???U}, 'U'), name_variable(_626{???X}, 'X'), name_variable(_640{???U}, 'U')), [(isa(_682{???X}, eventWinterSeason), hasClimateType(_696{???U}, eventHumidSubtropicalClimateCycle), ~holdsIn(_682{???X}, dailyLowTemperature(_696{???U}, vModeratelyCold)), {is_unit(_696{???U}, _682{???X})}==> ~eventOccursAt(_682{???X}, _696{???U})),  (~hasClimateType(_654{???U}, eventHumidSubtropicalClimateCycle)<-isa(_668{???X}, eventWinterSeason), eventOccursAt(_668{???X}, _654{???U}), ~holdsIn(_668{???X}, dailyLowTemperature(_654{???U}, vModeratelyCold)), {is_unit(_654{???U})}),  (~isa(_710{???X}, eventWinterSeason)<-eventOccursAt(_710{???X}, _724{???U}), hasClimateType(_724{???U}, eventHumidSubtropicalClimateCycle), ~holdsIn(_710{???X}, dailyLowTemperature(_724{???U}, vModeratelyCold)), {is_unit(_710{???X})}),  (isa(_626{???X}, eventWinterSeason), eventOccursAt(_626{???X}, _640{???U}), hasClimateType(_640{???U}, eventHumidSubtropicalClimateCycle), {is_unit(_640{???U}, _626{???X})}==>holdsIn(_626{???X}, dailyLowTemperature(_640{???U}, vModeratelyCold)))]).
  16204.  
  16205.  
  16206. % ~eventOccursAt(_166{???X}, _180{???U}) :-
  16207. %   isa(_166{???X}, eventWinterSeason),
  16208. %   hasClimateType(_180{???U}, eventHumidSubtropicalClimateCycle),
  16209. %   ~holdsIn(_166{???X}, dailyLowTemperature(_180{???U}, vModeratelyCold)).
  16210. % ~hasClimateType(_130{???U}, eventHumidSubtropicalClimateCycle) :-
  16211. %   isa(_144{???X}, eventWinterSeason),
  16212. %   eventOccursAt(_144{???X}, _130{???U}),
  16213. %   ~holdsIn(_144{???X}, dailyLowTemperature(_130{???U}, vModeratelyCold)).
  16214. % ~isa(_134{???X}, eventWinterSeason) :-
  16215. %   eventOccursAt(_134{???X}, _148{???U}),
  16216. %   hasClimateType(_148{???U}, eventHumidSubtropicalClimateCycle),
  16217. %   ~holdsIn(_134{???X}, dailyLowTemperature(_148{???U}, vModeratelyCold)).
  16218. % holdsIn(_102{???X}, dailyLowTemperature(_116{???U}, vModeratelyCold)) :-
  16219. %   isa(_102{???X}, eventWinterSeason),
  16220. %   eventOccursAt(_102{???X}, _116{???U}),
  16221. %   hasClimateType(_116{???U}, eventHumidSubtropicalClimateCycle).
  16222.  
  16223.  
  16224. % asserted_id(implies(and(isa(X, eventWinterSeason), eventOccursAt(X, U), hasClimateType(U, eventHumidContinentalClimateCycle)), holdsIn(X, dailyHighTemperature(U, vModeratelyCold))), a309298(X, U)).
  16225. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  16226. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  16227.  kif:-all(_225302,all(_225322,implies(and(isa(_225302,eventWinterSeason),eventOccursAt(_225302,_225322),hasClimateType(_225322,eventHumidContinentalClimateCycle)),holdsIn(_225302,dailyHighTemperature(_225322,vModeratelyCold)))))
  16228.  pkif:-all(_225252,all(_225272,=>(&(isa(_225252,eventWinterSeason),&(eventOccursAt(_225252,_225272),hasClimateType(_225272,eventHumidContinentalClimateCycle))),holdsIn(_225252,dailyHighTemperature(_225272,vModeratelyCold)))))
  16229. % cnf :-
  16230. %   v(v(~isa(_140{???X}, eventWinterSeason),
  16231. %       v(~eventOccursAt(_140{???X}, _154{???U}),
  16232. %         ~hasClimateType(_154{???U}, eventHumidContinentalClimateCycle))),
  16233. %     holdsIn(_140{???X}, dailyHighTemperature(_154{???U}, vModeratelyCold))).
  16234.  horn:-[(~eventOccursAt(_226706,_226720):-isa(_226706,eventWinterSeason),hasClimateType(_226720,eventHumidContinentalClimateCycle),~holdsIn(_226706,dailyHighTemperature(_226720,vModeratelyCold))),(~hasClimateType(_226796,eventHumidContinentalClimateCycle):-isa(_226822,eventWinterSeason),eventOccursAt(_226822,_226796),~holdsIn(_226822,dailyHighTemperature(_226796,vModeratelyCold))),(~isa(_226886,eventWinterSeason):-eventOccursAt(_226886,_226912),hasClimateType(_226912,eventHumidContinentalClimateCycle),~holdsIn(_226886,dailyHighTemperature(_226912,vModeratelyCold))),(holdsIn(_226972,dailyHighTemperature(_226992,vModeratelyCold)):-isa(_226972,eventWinterSeason),eventOccursAt(_226972,_226992),hasClimateType(_226992,eventHumidContinentalClimateCycle))]
  16235. % boxlog :-
  16236. %  
  16237. %   [ (~eventOccursAt(_736{???X}, _750{???U}):-isa(_736{???X}, eventWinterSeason), hasClimateType(_750{???U}, eventHumidContinentalClimateCycle), ~holdsIn(_736{???X}, dailyHighTemperature(_750{???U}, vModeratelyCold))),
  16238. %     (~hasClimateType(_708{???U}, eventHumidContinentalClimateCycle):-isa(_722{???X}, eventWinterSeason), eventOccursAt(_722{???X}, _708{???U}), ~holdsIn(_722{???X}, dailyHighTemperature(_708{???U}, vModeratelyCold))),
  16239. %     (~isa(_764{???X}, eventWinterSeason):-eventOccursAt(_764{???X}, _778{???U}), hasClimateType(_778{???U}, eventHumidContinentalClimateCycle), ~holdsIn(_764{???X}, dailyHighTemperature(_778{???U}, vModeratelyCold))),
  16240. %     (holdsIn(_680{???X}, dailyHighTemperature(_694{???U}, vModeratelyCold)):-isa(_680{???X}, eventWinterSeason), eventOccursAt(_680{???X}, _694{???U}), hasClimateType(_694{???U}, eventHumidContinentalClimateCycle))
  16241. %   ].
  16242. % preview :-
  16243. %  
  16244. %   [ (isa(_700{???X}, eventWinterSeason), hasClimateType(_714{???U}, eventHumidContinentalClimateCycle), ~holdsIn(_700{???X}, dailyHighTemperature(_714{???U}, vModeratelyCold)), {is_unit(_714{???U}, _700{???X})}==> ~eventOccursAt(_700{???X}, _714{???U})),
  16245. %     (isa(_686{???X}, eventWinterSeason), eventOccursAt(_686{???X}, _672{???U}), ~holdsIn(_686{???X}, dailyHighTemperature(_672{???U}, vModeratelyCold)), {is_unit(_672{???U})}-> ~hasClimateType(_672{???U}, eventHumidContinentalClimateCycle)),
  16246. %     (eventOccursAt(_728{???X}, _742{???U}), hasClimateType(_742{???U}, eventHumidContinentalClimateCycle), ~holdsIn(_728{???X}, dailyHighTemperature(_742{???U}, vModeratelyCold)), {is_unit(_728{???X})}-> ~isa(_728{???X}, eventWinterSeason)),
  16247. %     (isa(_644{???X}, eventWinterSeason), eventOccursAt(_644{???X}, _658{???U}), hasClimateType(_658{???U}, eventHumidContinentalClimateCycle), {is_unit(_658{???U}, _644{???X})}==>holdsIn(_644{???X}, dailyHighTemperature(_658{???U}, vModeratelyCold)))
  16248. %   ].
  16249. % conds= =>((name_variable(_682{???X}, 'X'), name_variable(_696{???U}, 'U'), name_variable(_654{???U}, 'U'), name_variable(_668{???X}, 'X'), name_variable(_710{???X}, 'X'), name_variable(_724{???U}, 'U'), name_variable(_626{???X}, 'X'), name_variable(_640{???U}, 'U')), [(isa(_682{???X}, eventWinterSeason), hasClimateType(_696{???U}, eventHumidContinentalClimateCycle), ~holdsIn(_682{???X}, dailyHighTemperature(_696{???U}, vModeratelyCold)), {is_unit(_696{???U}, _682{???X})}==> ~eventOccursAt(_682{???X}, _696{???U})),  (~hasClimateType(_654{???U}, eventHumidContinentalClimateCycle)<-isa(_668{???X}, eventWinterSeason), eventOccursAt(_668{???X}, _654{???U}), ~holdsIn(_668{???X}, dailyHighTemperature(_654{???U}, vModeratelyCold)), {is_unit(_654{???U})}),  (~isa(_710{???X}, eventWinterSeason)<-eventOccursAt(_710{???X}, _724{???U}), hasClimateType(_724{???U}, eventHumidContinentalClimateCycle), ~holdsIn(_710{???X}, dailyHighTemperature(_724{???U}, vModeratelyCold)), {is_unit(_710{???X})}),  (isa(_626{???X}, eventWinterSeason), eventOccursAt(_626{???X}, _640{???U}), hasClimateType(_640{???U}, eventHumidContinentalClimateCycle), {is_unit(_640{???U}, _626{???X})}==>holdsIn(_626{???X}, dailyHighTemperature(_640{???U}, vModeratelyCold)))]).
  16250.  
  16251.  
  16252. % ~eventOccursAt(_166{???X}, _180{???U}) :-
  16253. %   isa(_166{???X}, eventWinterSeason),
  16254. %   hasClimateType(_180{???U}, eventHumidContinentalClimateCycle),
  16255. %   ~holdsIn(_166{???X}, dailyHighTemperature(_180{???U}, vModeratelyCold)).
  16256. % ~hasClimateType(_130{???U}, eventHumidContinentalClimateCycle) :-
  16257. %   isa(_144{???X}, eventWinterSeason),
  16258. %   eventOccursAt(_144{???X}, _130{???U}),
  16259. %   ~holdsIn(_144{???X}, dailyHighTemperature(_130{???U}, vModeratelyCold)).
  16260. % ~isa(_134{???X}, eventWinterSeason) :-
  16261. %   eventOccursAt(_134{???X}, _148{???U}),
  16262. %   hasClimateType(_148{???U}, eventHumidContinentalClimateCycle),
  16263. %   ~holdsIn(_134{???X}, dailyHighTemperature(_148{???U}, vModeratelyCold)).
  16264. % holdsIn(_102{???X}, dailyHighTemperature(_116{???U}, vModeratelyCold)) :-
  16265. %   isa(_102{???X}, eventWinterSeason),
  16266. %   eventOccursAt(_102{???X}, _116{???U}),
  16267. %   hasClimateType(_116{???U}, eventHumidContinentalClimateCycle).
  16268.  
  16269.  
  16270. % asserted_id(implies(and(isa(X, mobPerson), temporallySubsumes(X, TIME), children(X, Y), temporallySubsumes(Y, TIME)), holdsIn(TIME, loves(X, Y))), a309299(X, TIME, Y)).
  16271. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  16272. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  16273.  kif:-all(_225502,all(_225522,all(_225542,implies(and(isa(_225502,mobPerson),temporallySubsumes(_225502,_225542),children(_225502,_225522),temporallySubsumes(_225522,_225542)),holdsIn(_225542,loves(_225502,_225522))))))
  16274.  pkif:-all(_225456,all(_225476,all(_225496,=>(&(isa(_225456,mobPerson),&(temporallySubsumes(_225456,_225496),&(children(_225456,_225476),temporallySubsumes(_225476,_225496)))),holdsIn(_225496,loves(_225456,_225476))))))
  16275. % cnf :-
  16276. %   v(v(~isa(_148{???X}, mobPerson),
  16277. %       v(~temporallySubsumes(_148{???X}, _162{???TIME}),
  16278. %         v(~children(_148{???X}, _176{???Y}),
  16279. %       ~temporallySubsumes(_176{???Y}, _162{???TIME})))),
  16280. %     holdsIn(_162{???TIME}, loves(_148{???X}, _176{???Y}))).
  16281.  horn:-[(~children(_227714,_227728):-isa(_227714,mobPerson),temporallySubsumes(_227714,_227766),temporallySubsumes(_227728,_227766),~holdsIn(_227766,loves(_227714,_227728))),(~isa(_227830,mobPerson):-temporallySubsumes(_227830,_227856),children(_227830,_227882),temporallySubsumes(_227882,_227856),~holdsIn(_227856,loves(_227830,_227882))),(~temporallySubsumes(_227946,_227960):-isa(_227986,mobPerson),temporallySubsumes(_227986,_227960),children(_227986,_227946),~holdsIn(_227960,loves(_227986,_227946))),(~temporallySubsumes(_228062,_228076):-isa(_228062,mobPerson),children(_228062,_228114),temporallySubsumes(_228114,_228076),~holdsIn(_228076,loves(_228062,_228114))),(holdsIn(_228174,loves(_228194,_228208)):-isa(_228194,mobPerson),temporallySubsumes(_228194,_228174),children(_228194,_228208),temporallySubsumes(_228208,_228174))]
  16282. % boxlog :-
  16283. %  
  16284. %   [ (~children(_834{???X}, _848{???Y}):-isa(_834{???X}, mobPerson), temporallySubsumes(_834{???X}, _862{???TIME}), temporallySubsumes(_848{???Y}, _862{???TIME}), ~holdsIn(_862{???TIME}, loves(_834{???X}, _848{???Y}))),
  16285. %     (~isa(_918{???X}, mobPerson):-temporallySubsumes(_918{???X}, _932{???TIME}), children(_918{???X}, _946{???Y}), temporallySubsumes(_946{???Y}, _932{???TIME}), ~holdsIn(_932{???TIME}, loves(_918{???X}, _946{???Y}))),
  16286. %     (~temporallySubsumes(_792{???Y}, _806{???TIME}):-isa(_820{???X}, mobPerson), temporallySubsumes(_820{???X}, _806{???TIME}), children(_820{???X}, _792{???Y}), ~holdsIn(_806{???TIME}, loves(_820{???X}, _792{???Y}))),
  16287. %     (~temporallySubsumes(_876{???X}, _890{???TIME}):-isa(_876{???X}, mobPerson), children(_876{???X}, _904{???Y}), temporallySubsumes(_904{???Y}, _890{???TIME}), ~holdsIn(_890{???TIME}, loves(_876{???X}, _904{???Y}))),
  16288. %     (holdsIn(_750{???TIME}, loves(_764{???X}, _778{???Y})):-isa(_764{???X}, mobPerson), temporallySubsumes(_764{???X}, _750{???TIME}), children(_764{???X}, _778{???Y}), temporallySubsumes(_778{???Y}, _750{???TIME}))
  16289. %   ].
  16290. % preview :-
  16291. %  
  16292. %   [ (isa(_798{???X}, mobPerson), temporallySubsumes(_798{???X}, _826{???TIME}), temporallySubsumes(_812{???Y}, _826{???TIME}), ~holdsIn(_826{???TIME}, loves(_798{???X}, _812{???Y})), {is_unit(_812{???Y}, _798{???X})}-> ~children(_798{???X}, _812{???Y})),
  16293. %     (temporallySubsumes(_882{???X}, _896{???TIME}), children(_882{???X}, _910{???Y}), temporallySubsumes(_910{???Y}, _896{???TIME}), ~holdsIn(_896{???TIME}, loves(_882{???X}, _910{???Y})), {is_unit(_882{???X})}-> ~isa(_882{???X}, mobPerson)),
  16294. %     (isa(_784{???X}, mobPerson), {avoidHeadLoop(temporallySubsumes(_784{???X}, _770{???TIME}), temporallySubsumes(_756{???Y}, _770{???TIME}))}, temporallySubsumes(_784{???X}, _770{???TIME}), children(_784{???X}, _756{???Y}), ~holdsIn(_770{???TIME}, loves(_784{???X}, _756{???Y})), {is_unit(_770{???TIME}, _756{???Y})}-> ~temporallySubsumes(_756{???Y}, _770{???TIME})),
  16295. %     (isa(_840{???X}, mobPerson), children(_840{???X}, _868{???Y}), {avoidHeadLoop(temporallySubsumes(_868{???Y}, _854{???TIME}), temporallySubsumes(_840{???X}, _854{???TIME}))}, temporallySubsumes(_868{???Y}, _854{???TIME}), ~holdsIn(_854{???TIME}, loves(_840{???X}, _868{???Y})), {is_unit(_854{???TIME}, _840{???X})}-> ~temporallySubsumes(_840{???X}, _854{???TIME})),
  16296. %     (isa(_728{???X}, mobPerson), temporallySubsumes(_728{???X}, _714{???TIME}), children(_728{???X}, _742{???Y}), temporallySubsumes(_742{???Y}, _714{???TIME}), {is_unit(_742{???Y}, _728{???X}, _714{???TIME})}==>holdsIn(_714{???TIME}, loves(_728{???X}, _742{???Y})))
  16297. %   ].
  16298. % conds= =>((name_variable(_780{???X}, 'X'), name_variable(_794{???Y}, 'Y'), name_variable(_808{???TIME}, 'TIME'), name_variable(_864{???X}, 'X'), name_variable(_878{???TIME}, 'TIME'), name_variable(_892{???Y}, 'Y'), name_variable(_738{???Y}, 'Y'), name_variable(_752{???TIME}, 'TIME'), name_variable(_766{???X}, 'X'), name_variable(_822{???X}, 'X'), name_variable(_836{???TIME}, 'TIME'), name_variable(_850{???Y}, 'Y'), name_variable(_710{???X}, 'X'), name_variable(_696{???TIME}, 'TIME'), name_variable(_724{???Y}, 'Y')), [(~children(_780{???X}, _794{???Y})<-isa(_780{???X}, mobPerson), temporallySubsumes(_780{???X}, _808{???TIME}), temporallySubsumes(_794{???Y}, _808{???TIME}), ~holdsIn(_808{???TIME}, loves(_780{???X}, _794{???Y})), {is_unit(_794{???Y}, _780{???X})}),  (~isa(_864{???X}, mobPerson)<-temporallySubsumes(_864{???X}, _878{???TIME}), children(_864{???X}, _892{???Y}), temporallySubsumes(_892{???Y}, _878{???TIME}), ~holdsIn(_878{???TIME}, loves(_864{???X}, _892{???Y})), {is_unit(_864{???X})}),  (~temporallySubsumes(_738{???Y}, _752{???TIME})<-isa(_766{???X}, mobPerson), {avoidHeadLoop(temporallySubsumes(_766{???X}, _752{???TIME}), temporallySubsumes(_738{???Y}, _752{???TIME}))}, temporallySubsumes(_766{???X}, _752{???TIME}), children(_766{???X}, _738{???Y}), ~holdsIn(_752{???TIME}, loves(_766{???X}, _738{???Y})), {is_unit(_752{???TIME}, _738{???Y})}),  (~temporallySubsumes(_822{???X}, _836{???TIME})<-isa(_822{???X}, mobPerson), children(_822{???X}, _850{???Y}), {avoidHeadLoop(temporallySubsumes(_850{???Y}, _836{???TIME}), temporallySubsumes(_822{???X}, _836{???TIME}))}, temporallySubsumes(_850{???Y}, _836{???TIME}), ~holdsIn(_836{???TIME}, loves(_822{???X}, _850{???Y})), {is_unit(_836{???TIME}, _822{???X})}),  (isa(_710{???X}, mobPerson), temporallySubsumes(_710{???X}, _696{???TIME}), children(_710{???X}, _724{???Y}), temporallySubsumes(_724{???Y}, _696{???TIME}), {is_unit(_724{???Y}, _710{???X}, _696{???TIME})}==>holdsIn(_696{???TIME}, loves(_710{???X}, _724{???Y})))]).
  16299.  
  16300.  
  16301. % ~children(_196{???X}, _210{???Y}) :-
  16302. %   isa(_196{???X}, mobPerson),
  16303. %   temporallySubsumes(_196{???X}, _224{???TIME}),
  16304. %   temporallySubsumes(_210{???Y}, _224{???TIME}),
  16305. %   ~holdsIn(_224{???TIME}, loves(_196{???X}, _210{???Y})).
  16306. % ~isa(_228{???X}, mobPerson) :-
  16307. %   temporallySubsumes(_228{???X}, _242{???TIME}),
  16308. %   children(_228{???X}, _256{???Y}),
  16309. %   temporallySubsumes(_256{???Y}, _242{???TIME}),
  16310. %   ~holdsIn(_242{???TIME}, loves(_228{???X}, _256{???Y})).
  16311. % ~temporallySubsumes(_144{???Y}, _158{???TIME}) :-
  16312. %   isa(_172{???X}, mobPerson),
  16313. %   temporallySubsumes(_172{???X}, _158{???TIME}),
  16314. %   children(_172{???X}, _144{???Y}),
  16315. %   ~holdsIn(_158{???TIME}, loves(_172{???X}, _144{???Y})).
  16316. % ~temporallySubsumes(_144{???X}, _158{???TIME}) :-
  16317. %   isa(_144{???X}, mobPerson),
  16318. %   children(_144{???X}, _172{???Y}),
  16319. %   temporallySubsumes(_172{???Y}, _158{???TIME}),
  16320. %   ~holdsIn(_158{???TIME}, loves(_144{???X}, _172{???Y})).
  16321. % holdsIn(_102{???TIME}, loves(_116{???X}, _130{???Y})) :-
  16322. %   isa(_116{???X}, mobPerson),
  16323. %   temporallySubsumes(_116{???X}, _102{???TIME}),
  16324. %   children(_116{???X}, _130{???Y}),
  16325. %   temporallySubsumes(_130{???Y}, _102{???TIME}).
  16326.  
  16327.  
  16328. % asserted_id(implies(and(isa(X, eventSummerSeason), eventOccursAt(X, U), hasClimateType(U, eventHumidSubtropicalClimateCycle)), holdsIn(X, dailyHighTemperature(U, vModeratelyHot))), a309300(X, U)).
  16329. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  16330. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  16331.  kif:-all(_225562,all(_225582,implies(and(isa(_225562,eventSummerSeason),eventOccursAt(_225562,_225582),hasClimateType(_225582,eventHumidSubtropicalClimateCycle)),holdsIn(_225562,dailyHighTemperature(_225582,vModeratelyHot)))))
  16332.  pkif:-all(_225512,all(_225532,=>(&(isa(_225512,eventSummerSeason),&(eventOccursAt(_225512,_225532),hasClimateType(_225532,eventHumidSubtropicalClimateCycle))),holdsIn(_225512,dailyHighTemperature(_225532,vModeratelyHot)))))
  16333. % cnf :-
  16334. %   v(v(~isa(_140{???X}, eventSummerSeason),
  16335. %       v(~eventOccursAt(_140{???X}, _154{???U}),
  16336. %         ~hasClimateType(_154{???U}, eventHumidSubtropicalClimateCycle))),
  16337. %     holdsIn(_140{???X}, dailyHighTemperature(_154{???U}, vModeratelyHot))).
  16338.  horn:-[(~eventOccursAt(_226966,_226980):-isa(_226966,eventSummerSeason),hasClimateType(_226980,eventHumidSubtropicalClimateCycle),~holdsIn(_226966,dailyHighTemperature(_226980,vModeratelyHot))),(~hasClimateType(_227056,eventHumidSubtropicalClimateCycle):-isa(_227082,eventSummerSeason),eventOccursAt(_227082,_227056),~holdsIn(_227082,dailyHighTemperature(_227056,vModeratelyHot))),(~isa(_227146,eventSummerSeason):-eventOccursAt(_227146,_227172),hasClimateType(_227172,eventHumidSubtropicalClimateCycle),~holdsIn(_227146,dailyHighTemperature(_227172,vModeratelyHot))),(holdsIn(_227232,dailyHighTemperature(_227252,vModeratelyHot)):-isa(_227232,eventSummerSeason),eventOccursAt(_227232,_227252),hasClimateType(_227252,eventHumidSubtropicalClimateCycle))]
  16339. % boxlog :-
  16340. %  
  16341. %   [ (~eventOccursAt(_736{???X}, _750{???U}):-isa(_736{???X}, eventSummerSeason), hasClimateType(_750{???U}, eventHumidSubtropicalClimateCycle), ~holdsIn(_736{???X}, dailyHighTemperature(_750{???U}, vModeratelyHot))),
  16342. %     (~hasClimateType(_708{???U}, eventHumidSubtropicalClimateCycle):-isa(_722{???X}, eventSummerSeason), eventOccursAt(_722{???X}, _708{???U}), ~holdsIn(_722{???X}, dailyHighTemperature(_708{???U}, vModeratelyHot))),
  16343. %     (~isa(_764{???X}, eventSummerSeason):-eventOccursAt(_764{???X}, _778{???U}), hasClimateType(_778{???U}, eventHumidSubtropicalClimateCycle), ~holdsIn(_764{???X}, dailyHighTemperature(_778{???U}, vModeratelyHot))),
  16344. %     (holdsIn(_680{???X}, dailyHighTemperature(_694{???U}, vModeratelyHot)):-isa(_680{???X}, eventSummerSeason), eventOccursAt(_680{???X}, _694{???U}), hasClimateType(_694{???U}, eventHumidSubtropicalClimateCycle))
  16345. %   ].
  16346. % preview :-
  16347. %  
  16348. %   [ (isa(_700{???X}, eventSummerSeason), hasClimateType(_714{???U}, eventHumidSubtropicalClimateCycle), ~holdsIn(_700{???X}, dailyHighTemperature(_714{???U}, vModeratelyHot)), {is_unit(_714{???U}, _700{???X})}==> ~eventOccursAt(_700{???X}, _714{???U})),
  16349. %     (isa(_686{???X}, eventSummerSeason), eventOccursAt(_686{???X}, _672{???U}), ~holdsIn(_686{???X}, dailyHighTemperature(_672{???U}, vModeratelyHot)), {is_unit(_672{???U})}-> ~hasClimateType(_672{???U}, eventHumidSubtropicalClimateCycle)),
  16350. %     (eventOccursAt(_728{???X}, _742{???U}), hasClimateType(_742{???U}, eventHumidSubtropicalClimateCycle), ~holdsIn(_728{???X}, dailyHighTemperature(_742{???U}, vModeratelyHot)), {is_unit(_728{???X})}-> ~isa(_728{???X}, eventSummerSeason)),
  16351. %     (isa(_644{???X}, eventSummerSeason), eventOccursAt(_644{???X}, _658{???U}), hasClimateType(_658{???U}, eventHumidSubtropicalClimateCycle), {is_unit(_658{???U}, _644{???X})}==>holdsIn(_644{???X}, dailyHighTemperature(_658{???U}, vModeratelyHot)))
  16352. %   ].
  16353. % conds= =>((name_variable(_682{???X}, 'X'), name_variable(_696{???U}, 'U'), name_variable(_654{???U}, 'U'), name_variable(_668{???X}, 'X'), name_variable(_710{???X}, 'X'), name_variable(_724{???U}, 'U'), name_variable(_626{???X}, 'X'), name_variable(_640{???U}, 'U')), [(isa(_682{???X}, eventSummerSeason), hasClimateType(_696{???U}, eventHumidSubtropicalClimateCycle), ~holdsIn(_682{???X}, dailyHighTemperature(_696{???U}, vModeratelyHot)), {is_unit(_696{???U}, _682{???X})}==> ~eventOccursAt(_682{???X}, _696{???U})),  (~hasClimateType(_654{???U}, eventHumidSubtropicalClimateCycle)<-isa(_668{???X}, eventSummerSeason), eventOccursAt(_668{???X}, _654{???U}), ~holdsIn(_668{???X}, dailyHighTemperature(_654{???U}, vModeratelyHot)), {is_unit(_654{???U})}),  (~isa(_710{???X}, eventSummerSeason)<-eventOccursAt(_710{???X}, _724{???U}), hasClimateType(_724{???U}, eventHumidSubtropicalClimateCycle), ~holdsIn(_710{???X}, dailyHighTemperature(_724{???U}, vModeratelyHot)), {is_unit(_710{???X})}),  (isa(_626{???X}, eventSummerSeason), eventOccursAt(_626{???X}, _640{???U}), hasClimateType(_640{???U}, eventHumidSubtropicalClimateCycle), {is_unit(_640{???U}, _626{???X})}==>holdsIn(_626{???X}, dailyHighTemperature(_640{???U}, vModeratelyHot)))]).
  16354.  
  16355.  
  16356. % ~eventOccursAt(_166{???X}, _180{???U}) :-
  16357. %   isa(_166{???X}, eventSummerSeason),
  16358. %   hasClimateType(_180{???U}, eventHumidSubtropicalClimateCycle),
  16359. %   ~holdsIn(_166{???X}, dailyHighTemperature(_180{???U}, vModeratelyHot)).
  16360. % ~hasClimateType(_130{???U}, eventHumidSubtropicalClimateCycle) :-
  16361. %   isa(_144{???X}, eventSummerSeason),
  16362. %   eventOccursAt(_144{???X}, _130{???U}),
  16363. %   ~holdsIn(_144{???X}, dailyHighTemperature(_130{???U}, vModeratelyHot)).
  16364. % ~isa(_134{???X}, eventSummerSeason) :-
  16365. %   eventOccursAt(_134{???X}, _148{???U}),
  16366. %   hasClimateType(_148{???U}, eventHumidSubtropicalClimateCycle),
  16367. %   ~holdsIn(_134{???X}, dailyHighTemperature(_148{???U}, vModeratelyHot)).
  16368. % holdsIn(_102{???X}, dailyHighTemperature(_116{???U}, vModeratelyHot)) :-
  16369. %   isa(_102{???X}, eventSummerSeason),
  16370. %   eventOccursAt(_102{???X}, _116{???U}),
  16371. %   hasClimateType(_116{???U}, eventHumidSubtropicalClimateCycle).
  16372.  
  16373.  
  16374. % asserted_id(implies(and(mtTime(MT, MT_TIME), mtImageDepicts(MT, TOP), onPhysical(TOP, BOT)), holdsIn(MT_TIME, onPhysical(TOP, BOT))), a309301(MT, MT_TIME, TOP, BOT)).
  16375. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  16376. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  16377.  kif:-all(_225810,all(_225830,all(_225850,all(_225870,implies(and(mtTime(_225810,_225850),mtImageDepicts(_225810,_225830),onPhysical(_225830,_225870)),holdsIn(_225850,onPhysical(_225830,_225870)))))))
  16378.  pkif:-all(_225760,all(_225780,all(_225800,all(_225820,=>(&(mtTime(_225760,_225800),&(mtImageDepicts(_225760,_225780),onPhysical(_225780,_225820))),holdsIn(_225800,onPhysical(_225780,_225820)))))))
  16379. % cnf :-
  16380. %   v(v(~mtTime(_140{???MT}, _154{???MT_TIME}),
  16381. %       v(~mtImageDepicts(_140{???MT}, _168{???TOP}),
  16382. %         ~onPhysical(_168{???TOP}, _182{???BOT}))),
  16383. %     holdsIn(_154{???MT_TIME}, onPhysical(_168{???TOP}, _182{???BOT}))).
  16384.  horn:-[(~mtImageDepicts(_227562,_227576):-mtTime(_227562,_227602),onPhysical(_227576,_227628),~holdsIn(_227602,onPhysical(_227576,_227628))),(~mtTime(_227680,_227694):-mtImageDepicts(_227680,_227720),onPhysical(_227720,_227746),~holdsIn(_227694,onPhysical(_227720,_227746))),(~onPhysical(_227798,_227812):-mtTime(_227838,_227852),mtImageDepicts(_227838,_227798),~holdsIn(_227852,onPhysical(_227798,_227812))),(holdsIn(_227912,onPhysical(_227932,_227946)):-mtTime(_227972,_227912),mtImageDepicts(_227972,_227932),onPhysical(_227932,_227946))]
  16385. % boxlog :-
  16386. %  
  16387. %   [ (~mtImageDepicts(_844{???MT}, _858{???TOP}):-mtTime(_844{???MT}, _872{???MT_TIME}), onPhysical(_858{???TOP}, _886{???BOT}), ~holdsIn(_872{???MT_TIME}, onPhysical(_858{???TOP}, _886{???BOT}))),
  16388. %     (~mtTime(_900{???MT}, _914{???MT_TIME}):-mtImageDepicts(_900{???MT}, _928{???TOP}), onPhysical(_928{???TOP}, _942{???BOT}), ~holdsIn(_914{???MT_TIME}, onPhysical(_928{???TOP}, _942{???BOT}))),
  16389. %     (~onPhysical(_788{???TOP}, _802{???BOT}):-mtTime(_816{???MT}, _830{???MT_TIME}), mtImageDepicts(_816{???MT}, _788{???TOP}), ~holdsIn(_830{???MT_TIME}, onPhysical(_788{???TOP}, _802{???BOT}))),
  16390. %     (holdsIn(_732{???MT_TIME}, onPhysical(_746{???TOP}, _760{???BOT})):-mtTime(_774{???MT}, _732{???MT_TIME}), mtImageDepicts(_774{???MT}, _746{???TOP}), onPhysical(_746{???TOP}, _760{???BOT}))
  16391. %   ].
  16392. % preview :-
  16393. %  
  16394. %   [ (mtTime(_808{???MT}, _836{???MT_TIME}), onPhysical(_822{???TOP}, _850{???BOT}), ~holdsIn(_836{???MT_TIME}, onPhysical(_822{???TOP}, _850{???BOT})), {is_unit(_822{???TOP}, _808{???MT})}-> ~mtImageDepicts(_808{???MT}, _822{???TOP})),
  16395. %     (mtImageDepicts(_864{???MT}, _892{???TOP}), onPhysical(_892{???TOP}, _906{???BOT}), ~holdsIn(_878{???MT_TIME}, onPhysical(_892{???TOP}, _906{???BOT})), {is_unit(_878{???MT_TIME}, _864{???MT})}-> ~mtTime(_864{???MT}, _878{???MT_TIME})),
  16396. %     (mtTime(_780{???MT}, _794{???MT_TIME}), mtImageDepicts(_780{???MT}, _752{???TOP}), ~holdsIn(_794{???MT_TIME}, onPhysical(_752{???TOP}, _766{???BOT})), {is_unit(_766{???BOT}, _752{???TOP})}-> ~onPhysical(_752{???TOP}, _766{???BOT})),
  16397. %     (mtTime(_738{???MT}, _696{???MT_TIME}), mtImageDepicts(_738{???MT}, _710{???TOP}), onPhysical(_710{???TOP}, _724{???BOT}), {is_unit(_724{???BOT}, _710{???TOP}, _696{???MT_TIME})}==>holdsIn(_696{???MT_TIME}, onPhysical(_710{???TOP}, _724{???BOT})))
  16398. %   ].
  16399. % conds= =>((name_variable(_790{???MT}, 'MT'), name_variable(_804{???TOP}, 'TOP'), name_variable(_818{???MT_TIME}, 'MT_TIME'), name_variable(_832{???BOT}, 'BOT'), name_variable(_846{???MT}, 'MT'), name_variable(_860{???MT_TIME}, 'MT_TIME'), name_variable(_874{???TOP}, 'TOP'), name_variable(_888{???BOT}, 'BOT'), name_variable(_734{???TOP}, 'TOP'), name_variable(_748{???BOT}, 'BOT'), name_variable(_762{???MT}, 'MT'), name_variable(_776{???MT_TIME}, 'MT_TIME'), name_variable(_720{???MT}, 'MT'), name_variable(_678{???MT_TIME}, 'MT_TIME'), name_variable(_692{???TOP}, 'TOP'), name_variable(_706{???BOT}, 'BOT')), [(~mtImageDepicts(_790{???MT}, _804{???TOP})<-mtTime(_790{???MT}, _818{???MT_TIME}), onPhysical(_804{???TOP}, _832{???BOT}), ~holdsIn(_818{???MT_TIME}, onPhysical(_804{???TOP}, _832{???BOT})), {is_unit(_804{???TOP}, _790{???MT})}),  (~mtTime(_846{???MT}, _860{???MT_TIME})<-mtImageDepicts(_846{???MT}, _874{???TOP}), onPhysical(_874{???TOP}, _888{???BOT}), ~holdsIn(_860{???MT_TIME}, onPhysical(_874{???TOP}, _888{???BOT})), {is_unit(_860{???MT_TIME}, _846{???MT})}),  (~onPhysical(_734{???TOP}, _748{???BOT})<-mtTime(_762{???MT}, _776{???MT_TIME}), mtImageDepicts(_762{???MT}, _734{???TOP}), ~holdsIn(_776{???MT_TIME}, onPhysical(_734{???TOP}, _748{???BOT})), {is_unit(_748{???BOT}, _734{???TOP})}),  (mtTime(_720{???MT}, _678{???MT_TIME}), mtImageDepicts(_720{???MT}, _692{???TOP}), onPhysical(_692{???TOP}, _706{???BOT}), {is_unit(_706{???BOT}, _692{???TOP}, _678{???MT_TIME})}==>holdsIn(_678{???MT_TIME}, onPhysical(_692{???TOP}, _706{???BOT})))]).
  16400.  
  16401.  
  16402. % ~mtImageDepicts(_226{???MT}, _240{???TOP}) :-
  16403. %   mtTime(_226{???MT}, _254{???MT_TIME}),
  16404. %   onPhysical(_240{???TOP}, _268{???BOT}),
  16405. %   ~holdsIn(_254{???MT_TIME}, onPhysical(_240{???TOP}, _268{???BOT})).
  16406. % ~mtTime(_214{???MT}, _228{???MT_TIME}) :-
  16407. %   mtImageDepicts(_214{???MT}, _242{???TOP}),
  16408. %   onPhysical(_242{???TOP}, _256{???BOT}),
  16409. %   ~holdsIn(_228{???MT_TIME}, onPhysical(_242{???TOP}, _256{???BOT})).
  16410. % ~onPhysical(_158{???TOP}, _172{???BOT}) :-
  16411. %   mtTime(_186{???MT}, _200{???MT_TIME}),
  16412. %   mtImageDepicts(_186{???MT}, _158{???TOP}),
  16413. %   ~holdsIn(_200{???MT_TIME}, onPhysical(_158{???TOP}, _172{???BOT})).
  16414. % holdsIn(_102{???MT_TIME}, onPhysical(_116{???TOP}, _130{???BOT})) :-
  16415. %   mtTime(_144{???MT}, _102{???MT_TIME}),
  16416. %   mtImageDepicts(_144{???MT}, _116{???TOP}),
  16417. %   onPhysical(_116{???TOP}, _130{???BOT}).
  16418.  
  16419.  
  16420. % asserted_id(implies(and(isa(X, eventSnowProcess), eventOccursAt(X, Y), isa(Y, tPlaceLikeGeographicalRegion)), holdsIn(X, ambientTemperature(Y, uU(vDegreeCelsiusFn, [-80, 2])))), a309302(X, Y)).
  16421. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  16422. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  16423.  kif:-all(_225928,all(_225948,implies(and(isa(_225928,eventSnowProcess),eventOccursAt(_225928,_225948),isa(_225948,tPlaceLikeGeographicalRegion)),holdsIn(_225928,ambientTemperature(_225948,uU(vDegreeCelsiusFn,[-80,2]))))))
  16424.  pkif:-all(_225878,all(_225898,=>(&(isa(_225878,eventSnowProcess),&(eventOccursAt(_225878,_225898),isa(_225898,tPlaceLikeGeographicalRegion))),holdsIn(_225878,ambientTemperature(_225898,uU(vDegreeCelsiusFn,[-80,2]))))))
  16425. % cnf :-
  16426. %   v(v(~isa(_158{???X}, eventSnowProcess),
  16427. %       v(~eventOccursAt(_158{???X}, _172{???Y}),
  16428. %         ~isa(_172{???Y}, tPlaceLikeGeographicalRegion))),
  16429. %     holdsIn(_158{???X},
  16430. %         ambientTemperature(_172{???Y}, uU(vDegreeCelsiusFn, [-80, 2])))).
  16431.  horn:-[(~eventOccursAt(_227638,_227652):-isa(_227638,eventSnowProcess),isa(_227652,tPlaceLikeGeographicalRegion),~holdsIn(_227638,ambientTemperature(_227652,uU(vDegreeCelsiusFn,[-80,2])))),(~isa(_227728,tPlaceLikeGeographicalRegion):-isa(_227754,eventSnowProcess),eventOccursAt(_227754,_227728),~holdsIn(_227754,ambientTemperature(_227728,uU(vDegreeCelsiusFn,[-80,2])))),(~isa(_227818,eventSnowProcess):-eventOccursAt(_227818,_227844),isa(_227844,tPlaceLikeGeographicalRegion),~holdsIn(_227818,ambientTemperature(_227844,uU(vDegreeCelsiusFn,[-80,2])))),(holdsIn(_227904,ambientTemperature(_227924,uU(vDegreeCelsiusFn,[-80,2]))):-isa(_227904,eventSnowProcess),eventOccursAt(_227904,_227924),isa(_227924,tPlaceLikeGeographicalRegion))]
  16432. % boxlog :-
  16433. %  
  16434. %   [ (~eventOccursAt(_808{???X}, _822{???Y}):-isa(_808{???X}, eventSnowProcess), isa(_822{???Y}, tPlaceLikeGeographicalRegion), ~holdsIn(_808{???X}, ambientTemperature(_822{???Y}, uU(vDegreeCelsiusFn, [-80, 2])))),
  16435. %     (~isa(_780{???Y}, tPlaceLikeGeographicalRegion):-isa(_794{???X}, eventSnowProcess), eventOccursAt(_794{???X}, _780{???Y}), ~holdsIn(_794{???X}, ambientTemperature(_780{???Y}, uU(vDegreeCelsiusFn, [-80, 2])))),
  16436. %     (~isa(_836{???X}, eventSnowProcess):-eventOccursAt(_836{???X}, _850{???Y}), isa(_850{???Y}, tPlaceLikeGeographicalRegion), ~holdsIn(_836{???X}, ambientTemperature(_850{???Y}, uU(vDegreeCelsiusFn, [-80, 2])))),
  16437. %     (holdsIn(_752{???X}, ambientTemperature(_766{???Y}, uU(vDegreeCelsiusFn, [-80, 2]))):-isa(_752{???X}, eventSnowProcess), eventOccursAt(_752{???X}, _766{???Y}), isa(_766{???Y}, tPlaceLikeGeographicalRegion))
  16438. %   ].
  16439. % preview :-
  16440. %  
  16441. %   [ (isa(_772{???X}, eventSnowProcess), isa(_786{???Y}, tPlaceLikeGeographicalRegion), ~holdsIn(_772{???X}, ambientTemperature(_786{???Y}, uU(vDegreeCelsiusFn, [-80, 2]))), {is_unit(_786{???Y}, _772{???X})}==> ~eventOccursAt(_772{???X}, _786{???Y})),
  16442. %     ({avoidHeadLoop(isa(_758{???X}, eventSnowProcess), isa(_744{???Y}, tPlaceLikeGeographicalRegion))}, isa(_758{???X}, eventSnowProcess), eventOccursAt(_758{???X}, _744{???Y}), ~holdsIn(_758{???X}, ambientTemperature(_744{???Y}, uU(vDegreeCelsiusFn, [-80, 2]))), {is_unit(_744{???Y})}-> ~isa(_744{???Y}, tPlaceLikeGeographicalRegion)),
  16443. %     (eventOccursAt(_800{???X}, _814{???Y}), {avoidHeadLoop(isa(_814{???Y}, tPlaceLikeGeographicalRegion), isa(_800{???X}, eventSnowProcess))}, isa(_814{???Y}, tPlaceLikeGeographicalRegion), ~holdsIn(_800{???X}, ambientTemperature(_814{???Y}, uU(vDegreeCelsiusFn, [-80, 2]))), {is_unit(_800{???X})}-> ~isa(_800{???X}, eventSnowProcess)),
  16444. %     (isa(_716{???X}, eventSnowProcess), eventOccursAt(_716{???X}, _730{???Y}), isa(_730{???Y}, tPlaceLikeGeographicalRegion), {is_unit(_730{???Y}, _716{???X})}==>holdsIn(_716{???X}, ambientTemperature(_730{???Y}, uU(vDegreeCelsiusFn, [-80, 2]))))
  16445. %   ].
  16446. % conds= =>((name_variable(_754{???X}, 'X'), name_variable(_768{???Y}, 'Y'), name_variable(_726{???Y}, 'Y'), name_variable(_740{???X}, 'X'), name_variable(_782{???X}, 'X'), name_variable(_796{???Y}, 'Y'), name_variable(_698{???X}, 'X'), name_variable(_712{???Y}, 'Y')), [(isa(_754{???X}, eventSnowProcess), isa(_768{???Y}, tPlaceLikeGeographicalRegion), ~holdsIn(_754{???X}, ambientTemperature(_768{???Y}, uU(vDegreeCelsiusFn, [-80, 2]))), {is_unit(_768{???Y}, _754{???X})}==> ~eventOccursAt(_754{???X}, _768{???Y})),  (~isa(_726{???Y}, tPlaceLikeGeographicalRegion)<-{avoidHeadLoop(isa(_740{???X}, eventSnowProcess), isa(_726{???Y}, tPlaceLikeGeographicalRegion))}, isa(_740{???X}, eventSnowProcess), eventOccursAt(_740{???X}, _726{???Y}), ~holdsIn(_740{???X}, ambientTemperature(_726{???Y}, uU(vDegreeCelsiusFn, [-80, 2]))), {is_unit(_726{???Y})}),  (~isa(_782{???X}, eventSnowProcess)<-eventOccursAt(_782{???X}, _796{???Y}), {avoidHeadLoop(isa(_796{???Y}, tPlaceLikeGeographicalRegion), isa(_782{???X}, eventSnowProcess))}, isa(_796{???Y}, tPlaceLikeGeographicalRegion), ~holdsIn(_782{???X}, ambientTemperature(_796{???Y}, uU(vDegreeCelsiusFn, [-80, 2]))), {is_unit(_782{???X})}),  (isa(_698{???X}, eventSnowProcess), eventOccursAt(_698{???X}, _712{???Y}), isa(_712{???Y}, tPlaceLikeGeographicalRegion), {is_unit(_712{???Y}, _698{???X})}==>holdsIn(_698{???X}, ambientTemperature(_712{???Y}, uU(vDegreeCelsiusFn, [-80, 2]))))]).
  16447.  
  16448.  
  16449. % ~eventOccursAt(_166{???X}, _180{???Y}) :-
  16450. %   isa(_166{???X}, eventSnowProcess),
  16451. %   isa(_180{???Y}, tPlaceLikeGeographicalRegion),
  16452. %   ~holdsIn(_166{???X}, ambientTemperature(_180{???Y}, uU(vDegreeCelsiusFn, [-80, 2]))).
  16453. % ~isa(_130{???Y}, tPlaceLikeGeographicalRegion) :-
  16454. %   isa(_144{???X}, eventSnowProcess),
  16455. %   eventOccursAt(_144{???X}, _130{???Y}),
  16456. %   ~holdsIn(_144{???X}, ambientTemperature(_130{???Y}, uU(vDegreeCelsiusFn, [-80, 2]))).
  16457. % ~isa(_134{???X}, eventSnowProcess) :-
  16458. %   eventOccursAt(_134{???X}, _148{???Y}),
  16459. %   isa(_148{???Y}, tPlaceLikeGeographicalRegion),
  16460. %   ~holdsIn(_134{???X}, ambientTemperature(_148{???Y}, uU(vDegreeCelsiusFn, [-80, 2]))).
  16461. % holdsIn(_102{???X}, ambientTemperature(_116{???Y}, uU(vDegreeCelsiusFn, [-80, 2]))) :-
  16462. %   isa(_102{???X}, eventSnowProcess),
  16463. %   eventOccursAt(_102{???X}, _116{???Y}),
  16464. %   isa(_116{???Y}, tPlaceLikeGeographicalRegion).
  16465.  
  16466.  
  16467. % asserted_id(implies(and(isa(CON, cwSalesContract), agreementPeriod(CON, TIME), agreeingBuyer(CON, BUYER), isa(BUYER, tGroupedGeopoliticalEntity), contractProductType(CON, PT)), holdsIn(TIME, imports(BUYER, PT))), a309304(CON, TIME, BUYER, PT)).
  16468. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  16469. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  16470.  kif:-all(_226170,all(_226190,all(_226210,all(_226230,implies(and(isa(_226170,cwSalesContract),agreementPeriod(_226170,_226210),agreeingBuyer(_226170,_226190),isa(_226190,tGroupedGeopoliticalEntity),contractProductType(_226170,_226230)),holdsIn(_226210,imports(_226190,_226230)))))))
  16471.  pkif:-all(_226128,all(_226148,all(_226168,all(_226188,=>(&(isa(_226128,cwSalesContract),&(agreementPeriod(_226128,_226168),&(agreeingBuyer(_226128,_226148),&(isa(_226148,tGroupedGeopoliticalEntity),contractProductType(_226128,_226188))))),holdsIn(_226168,imports(_226148,_226188)))))))
  16472. % cnf :-
  16473. %   v(v(~isa(_156{???CON}, cwSalesContract),
  16474. %       v(~agreementPeriod(_156{???CON}, _170{???TIME}),
  16475. %         v(~agreeingBuyer(_156{???CON}, _184{???BUYER}),
  16476. %       v(~isa(_184{???BUYER}, tGroupedGeopoliticalEntity),
  16477. %         ~contractProductType(_156{???CON}, _198{???PT}))))),
  16478. %     holdsIn(_170{???TIME}, imports(_184{???BUYER}, _198{???PT}))).
  16479.  horn:-[(~agreeingBuyer(_229370,_229384):-isa(_229370,cwSalesContract),agreementPeriod(_229370,_229422),isa(_229384,tGroupedGeopoliticalEntity),contractProductType(_229370,_229460),~holdsIn(_229422,imports(_229384,_229460))),(~agreementPeriod(_229512,_229526):-isa(_229512,cwSalesContract),agreeingBuyer(_229512,_229564),isa(_229564,tGroupedGeopoliticalEntity),contractProductType(_229512,_229602),~holdsIn(_229526,imports(_229564,_229602))),(~contractProductType(_229654,_229668):-isa(_229654,cwSalesContract),agreementPeriod(_229654,_229706),agreeingBuyer(_229654,_229732),isa(_229732,tGroupedGeopoliticalEntity),~holdsIn(_229706,imports(_229732,_229668))),(~isa(_229796,tGroupedGeopoliticalEntity):-isa(_229822,cwSalesContract),agreementPeriod(_229822,_229848),agreeingBuyer(_229822,_229796),contractProductType(_229822,_229886),~holdsIn(_229848,imports(_229796,_229886))),(~isa(_229938,cwSalesContract):-agreementPeriod(_229938,_229964),agreeingBuyer(_229938,_229990),isa(_229990,tGroupedGeopoliticalEntity),contractProductType(_229938,_230028),~holdsIn(_229964,imports(_229990,_230028))),(holdsIn(_230076,imports(_230096,_230110)):-isa(_230136,cwSalesContract),agreementPeriod(_230136,_230076),agreeingBuyer(_230136,_230096),isa(_230096,tGroupedGeopoliticalEntity),contractProductType(_230136,_230110))]
  16480. % boxlog :-
  16481. %  
  16482. %   [ (~agreeingBuyer(_988{???CON}, _1002{???BUYER}):-isa(_988{???CON}, cwSalesContract), agreementPeriod(_988{???CON}, _1016{???TIME}), isa(_1002{???BUYER}, tGroupedGeopoliticalEntity), contractProductType(_988{???CON}, _1030{???PT}), ~holdsIn(_1016{???TIME}, imports(_1002{???BUYER}, _1030{???PT}))),
  16483. %     (~agreementPeriod(_1044{???CON}, _1058{???TIME}):-isa(_1044{???CON}, cwSalesContract), agreeingBuyer(_1044{???CON}, _1072{???BUYER}), isa(_1072{???BUYER}, tGroupedGeopoliticalEntity), contractProductType(_1044{???CON}, _1086{???PT}), ~holdsIn(_1058{???TIME}, imports(_1072{???BUYER}, _1086{???PT}))),
  16484. %     (~contractProductType(_876{???CON}, _890{???PT}):-isa(_876{???CON}, cwSalesContract), agreementPeriod(_876{???CON}, _904{???TIME}), agreeingBuyer(_876{???CON}, _918{???BUYER}), isa(_918{???BUYER}, tGroupedGeopoliticalEntity), ~holdsIn(_904{???TIME}, imports(_918{???BUYER}, _890{???PT}))),
  16485. %     (~isa(_932{???BUYER}, tGroupedGeopoliticalEntity):-isa(_946{???CON}, cwSalesContract), agreementPeriod(_946{???CON}, _960{???TIME}), agreeingBuyer(_946{???CON}, _932{???BUYER}), contractProductType(_946{???CON}, _974{???PT}), ~holdsIn(_960{???TIME}, imports(_932{???BUYER}, _974{???PT}))),
  16486. %     (~isa(_1100{???CON}, cwSalesContract):-agreementPeriod(_1100{???CON}, _1114{???TIME}), agreeingBuyer(_1100{???CON}, _1128{???BUYER}), isa(_1128{???BUYER}, tGroupedGeopoliticalEntity), contractProductType(_1100{???CON}, _1142{???PT}), ~holdsIn(_1114{???TIME}, imports(_1128{???BUYER}, _1142{???PT}))),
  16487. %     (holdsIn(_820{???TIME}, imports(_834{???BUYER}, _848{???PT})):-isa(_862{???CON}, cwSalesContract), agreementPeriod(_862{???CON}, _820{???TIME}), agreeingBuyer(_862{???CON}, _834{???BUYER}), isa(_834{???BUYER}, tGroupedGeopoliticalEntity), contractProductType(_862{???CON}, _848{???PT}))
  16488. %   ].
  16489. % preview :-
  16490. %  
  16491. %   [ (isa(_952{???CON}, cwSalesContract), agreementPeriod(_952{???CON}, _980{???TIME}), isa(_966{???BUYER}, tGroupedGeopoliticalEntity), contractProductType(_952{???CON}, _994{???PT}), ~holdsIn(_980{???TIME}, imports(_966{???BUYER}, _994{???PT})), {is_unit(_966{???BUYER}, _952{???CON})}-> ~agreeingBuyer(_952{???CON}, _966{???BUYER})),
  16492. %     (isa(_1008{???CON}, cwSalesContract), agreeingBuyer(_1008{???CON}, _1036{???BUYER}), isa(_1036{???BUYER}, tGroupedGeopoliticalEntity), contractProductType(_1008{???CON}, _1050{???PT}), ~holdsIn(_1022{???TIME}, imports(_1036{???BUYER}, _1050{???PT})), {is_unit(_1022{???TIME}, _1008{???CON})}-> ~agreementPeriod(_1008{???CON}, _1022{???TIME})),
  16493. %     (isa(_840{???CON}, cwSalesContract), agreementPeriod(_840{???CON}, _868{???TIME}), agreeingBuyer(_840{???CON}, _882{???BUYER}), isa(_882{???BUYER}, tGroupedGeopoliticalEntity), ~holdsIn(_868{???TIME}, imports(_882{???BUYER}, _854{???PT})), {is_unit(_854{???PT}, _840{???CON})}-> ~contractProductType(_840{???CON}, _854{???PT})),
  16494. %     ({avoidHeadLoop(isa(_910{???CON}, cwSalesContract), isa(_896{???BUYER}, tGroupedGeopoliticalEntity))}, isa(_910{???CON}, cwSalesContract), agreementPeriod(_910{???CON}, _924{???TIME}), agreeingBuyer(_910{???CON}, _896{???BUYER}), contractProductType(_910{???CON}, _938{???PT}), ~holdsIn(_924{???TIME}, imports(_896{???BUYER}, _938{???PT})), {is_unit(_896{???BUYER})}-> ~isa(_896{???BUYER}, tGroupedGeopoliticalEntity)),
  16495. %     (agreementPeriod(_1064{???CON}, _1078{???TIME}), agreeingBuyer(_1064{???CON}, _1092{???BUYER}), {avoidHeadLoop(isa(_1092{???BUYER}, tGroupedGeopoliticalEntity), isa(_1064{???CON}, cwSalesContract))}, isa(_1092{???BUYER}, tGroupedGeopoliticalEntity), contractProductType(_1064{???CON}, _1106{???PT}), ~holdsIn(_1078{???TIME}, imports(_1092{???BUYER}, _1106{???PT})), {is_unit(_1064{???CON})}-> ~isa(_1064{???CON}, cwSalesContract)),
  16496. %     (isa(_826{???CON}, cwSalesContract), agreementPeriod(_826{???CON}, _784{???TIME}), agreeingBuyer(_826{???CON}, _798{???BUYER}), isa(_798{???BUYER}, tGroupedGeopoliticalEntity), contractProductType(_826{???CON}, _812{???PT}), {is_unit(_812{???PT}, _798{???BUYER}, _784{???TIME})}==>holdsIn(_784{???TIME}, imports(_798{???BUYER}, _812{???PT})))
  16497. %   ].
  16498. % conds= =>((name_variable(_934{???CON}, 'CON'), name_variable(_948{???BUYER}, 'BUYER'), name_variable(_962{???TIME}, 'TIME'), name_variable(_976{???PT}, 'PT'), name_variable(_990{???CON}, 'CON'), name_variable(_1004{???TIME}, 'TIME'), name_variable(_1018{???BUYER}, 'BUYER'), name_variable(_1032{???PT}, 'PT'), name_variable(_822{???CON}, 'CON'), name_variable(_836{???PT}, 'PT'), name_variable(_850{???TIME}, 'TIME'), name_variable(_864{???BUYER}, 'BUYER'), name_variable(_878{???BUYER}, 'BUYER'), name_variable(_892{???CON}, 'CON'), name_variable(_906{???TIME}, 'TIME'), name_variable(_920{???PT}, 'PT'), name_variable(_1046{???CON}, 'CON'), name_variable(_1060{???TIME}, 'TIME'), name_variable(_1074{???BUYER}, 'BUYER'), name_variable(_1088{???PT}, 'PT'), name_variable(_808{???CON}, 'CON'), name_variable(_766{???TIME}, 'TIME'), name_variable(_780{???BUYER}, 'BUYER'), name_variable(_794{???PT}, 'PT')), [(~agreeingBuyer(_934{???CON}, _948{???BUYER})<-isa(_934{???CON}, cwSalesContract), agreementPeriod(_934{???CON}, _962{???TIME}), isa(_948{???BUYER}, tGroupedGeopoliticalEntity), contractProductType(_934{???CON}, _976{???PT}), ~holdsIn(_962{???TIME}, imports(_948{???BUYER}, _976{???PT})), {is_unit(_948{???BUYER}, _934{???CON})}),  (~agreementPeriod(_990{???CON}, _1004{???TIME})<-isa(_990{???CON}, cwSalesContract), agreeingBuyer(_990{???CON}, _1018{???BUYER}), isa(_1018{???BUYER}, tGroupedGeopoliticalEntity), contractProductType(_990{???CON}, _1032{???PT}), ~holdsIn(_1004{???TIME}, imports(_1018{???BUYER}, _1032{???PT})), {is_unit(_1004{???TIME}, _990{???CON})}),  (~contractProductType(_822{???CON}, _836{???PT})<-isa(_822{???CON}, cwSalesContract), agreementPeriod(_822{???CON}, _850{???TIME}), agreeingBuyer(_822{???CON}, _864{???BUYER}), isa(_864{???BUYER}, tGroupedGeopoliticalEntity), ~holdsIn(_850{???TIME}, imports(_864{???BUYER}, _836{???PT})), {is_unit(_836{???PT}, _822{???CON})}),  (~isa(_878{???BUYER}, tGroupedGeopoliticalEntity)<-{avoidHeadLoop(isa(_892{???CON}, cwSalesContract), isa(_878{???BUYER}, tGroupedGeopoliticalEntity))}, isa(_892{???CON}, cwSalesContract), agreementPeriod(_892{???CON}, _906{???TIME}), agreeingBuyer(_892{???CON}, _878{???BUYER}), contractProductType(_892{???CON}, _920{???PT}), ~holdsIn(_906{???TIME}, imports(_878{???BUYER}, _920{???PT})), {is_unit(_878{???BUYER})}),  (~isa(_1046{???CON}, cwSalesContract)<-agreementPeriod(_1046{???CON}, _1060{???TIME}), agreeingBuyer(_1046{???CON}, _1074{???BUYER}), {avoidHeadLoop(isa(_1074{???BUYER}, tGroupedGeopoliticalEntity), isa(_1046{???CON}, cwSalesContract))}, isa(_1074{???BUYER}, tGroupedGeopoliticalEntity), contractProductType(_1046{???CON}, _1088{???PT}), ~holdsIn(_1060{???TIME}, imports(_1074{???BUYER}, _1088{???PT})), {is_unit(_1046{???CON})}),  (isa(_808{???CON}, cwSalesContract), agreementPeriod(_808{???CON}, _766{???TIME}), agreeingBuyer(_808{???CON}, _780{???BUYER}), isa(_780{???BUYER}, tGroupedGeopoliticalEntity), contractProductType(_808{???CON}, _794{???PT}), {is_unit(_794{???PT}, _780{???BUYER}, _766{???TIME})}==>holdsIn(_766{???TIME}, imports(_780{???BUYER}, _794{???PT})))]).
  16499.  
  16500.  
  16501. % ~agreeingBuyer(_282{???CON}, _296{???BUYER}) :-
  16502. %   isa(_282{???CON}, cwSalesContract),
  16503. %   agreementPeriod(_282{???CON}, _310{???TIME}),
  16504. %   isa(_296{???BUYER}, tGroupedGeopoliticalEntity),
  16505. %   contractProductType(_282{???CON}, _324{???PT}),
  16506. %   ~holdsIn(_310{???TIME}, imports(_296{???BUYER}, _324{???PT})).
  16507. % ~agreementPeriod(_270{???CON}, _284{???TIME}) :-
  16508. %   isa(_270{???CON}, cwSalesContract),
  16509. %   agreeingBuyer(_270{???CON}, _298{???BUYER}),
  16510. %   isa(_298{???BUYER}, tGroupedGeopoliticalEntity),
  16511. %   contractProductType(_270{???CON}, _312{???PT}),
  16512. %   ~holdsIn(_284{???TIME}, imports(_298{???BUYER}, _312{???PT})).
  16513. % ~contractProductType(_158{???CON}, _172{???PT}) :-
  16514. %   isa(_158{???CON}, cwSalesContract),
  16515. %   agreementPeriod(_158{???CON}, _186{???TIME}),
  16516. %   agreeingBuyer(_158{???CON}, _200{???BUYER}),
  16517. %   isa(_200{???BUYER}, tGroupedGeopoliticalEntity),
  16518. %   ~holdsIn(_186{???TIME}, imports(_200{???BUYER}, _172{???PT})).
  16519. % ~isa(_158{???BUYER}, tGroupedGeopoliticalEntity) :-
  16520. %   isa(_172{???CON}, cwSalesContract),
  16521. %   agreementPeriod(_172{???CON}, _186{???TIME}),
  16522. %   agreeingBuyer(_172{???CON}, _158{???BUYER}),
  16523. %   contractProductType(_172{???CON}, _200{???PT}),
  16524. %   ~holdsIn(_186{???TIME}, imports(_158{???BUYER}, _200{???PT})).
  16525. % ~isa(_166{???CON}, cwSalesContract) :-
  16526. %   agreementPeriod(_166{???CON}, _180{???TIME}),
  16527. %   agreeingBuyer(_166{???CON}, _194{???BUYER}),
  16528. %   isa(_194{???BUYER}, tGroupedGeopoliticalEntity),
  16529. %   contractProductType(_166{???CON}, _208{???PT}),
  16530. %   ~holdsIn(_180{???TIME}, imports(_194{???BUYER}, _208{???PT})).
  16531. % holdsIn(_102{???TIME}, imports(_116{???BUYER}, _130{???PT})) :-
  16532. %   isa(_144{???CON}, cwSalesContract),
  16533. %   agreementPeriod(_144{???CON}, _102{???TIME}),
  16534. %   agreeingBuyer(_144{???CON}, _116{???BUYER}),
  16535. %   isa(_116{???BUYER}, tGroupedGeopoliticalEntity),
  16536. %   contractProductType(_144{???CON}, _130{???PT}).
  16537.  
  16538.  
  16539. % asserted_id(implies(and(mtTime(MT, TIME), ist(MT, holdsIn(TIME, PROP))), ist(MT, PROP)), a309305(MT, TIME, PROP)).
  16540. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  16541. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  16542.  kif:-all(_226234,all(_226254,all(_226274,implies(and(mtTime(_226234,_226254),ist(_226234,holdsIn(_226254,_226274))),ist(_226234,_226274)))))
  16543.  pkif:-all(_226180,all(_226200,all(_226220,=>(&(mtTime(_226180,_226200),ist(_226180,holdsIn(_226200,_226220))),ist(_226180,_226220)))))
  16544. % cnf :-
  16545. %   v(v(~mtTime(_132{???MT}, _146{???TIME}),
  16546. %       ~ist(_132{???MT}, holdsIn(_146{???TIME}, _160{???PROP}))),
  16547. %     ist(_132{???MT}, _160{???PROP})).
  16548.  horn:-[(~ist(_227274,holdsIn(_227294,_227308)):-mtTime(_227274,_227294),~ist(_227274,_227308)),(~mtTime(_227366,_227380):-ist(_227366,holdsIn(_227380,_227412)),~ist(_227366,_227412)),(ist(_227454,_227468):-mtTime(_227454,_227494),ist(_227454,holdsIn(_227494,_227468)))]
  16549. % boxlog :-
  16550. %  
  16551. %   [ (~ist(_704{???MT}, holdsIn(_718{???TIME}, _732{???PROP})):-mtTime(_704{???MT}, _718{???TIME}), ~ist(_704{???MT}, _732{???PROP})),
  16552. %     (~mtTime(_746{???MT}, _760{???TIME}):-ist(_746{???MT}, holdsIn(_760{???TIME}, _774{???PROP})), ~ist(_746{???MT}, _774{???PROP})),
  16553. %     (ist(_662{???MT}, _676{???PROP}):-mtTime(_662{???MT}, _690{???TIME}), ist(_662{???MT}, holdsIn(_690{???TIME}, _676{???PROP})))
  16554. %   ].
  16555. % preview :-
  16556. %  
  16557. %   [ (mtTime(_668{???MT}, _682{???TIME}), {avoidHeadLoop(ist(_668{???MT}, _696{???PROP}), ist(_668{???MT}, holdsIn(_682{???TIME}, _696{???PROP})))}, ~ist(_668{???MT}, _696{???PROP}), {is_unit(_696{???PROP}, _682{???TIME}, _668{???MT})}-> ~ist(_668{???MT}, holdsIn(_682{???TIME}, _696{???PROP}))),
  16558. %     (ist(_710{???MT}, holdsIn(_724{???TIME}, _738{???PROP})), ~ist(_710{???MT}, _738{???PROP}), {is_unit(_724{???TIME}, _710{???MT})}-> ~mtTime(_710{???MT}, _724{???TIME})),
  16559. %     (mtTime(_626{???MT}, _654{???TIME}), ist(_626{???MT}, holdsIn(_654{???TIME}, _640{???PROP})), {is_unit(_640{???PROP}, _626{???MT})}==>ist(_626{???MT}, _640{???PROP}))
  16560. %   ].
  16561. % conds= =>((name_variable(_650{???MT}, 'MT'), name_variable(_664{???TIME}, 'TIME'), name_variable(_678{???PROP}, 'PROP'), name_variable(_692{???MT}, 'MT'), name_variable(_706{???TIME}, 'TIME'), name_variable(_720{???PROP}, 'PROP'), name_variable(_608{???MT}, 'MT'), name_variable(_636{???TIME}, 'TIME'), name_variable(_622{???PROP}, 'PROP')), [(~ist(_650{???MT}, holdsIn(_664{???TIME}, _678{???PROP}))<-mtTime(_650{???MT}, _664{???TIME}), {avoidHeadLoop(ist(_650{???MT}, _678{???PROP}), ist(_650{???MT}, holdsIn(_664{???TIME}, _678{???PROP})))}, ~ist(_650{???MT}, _678{???PROP}), {is_unit(_678{???PROP}, _664{???TIME}, _650{???MT})}),  (~mtTime(_692{???MT}, _706{???TIME})<-ist(_692{???MT}, holdsIn(_706{???TIME}, _720{???PROP})), ~ist(_692{???MT}, _720{???PROP}), {is_unit(_706{???TIME}, _692{???MT})}),  (mtTime(_608{???MT}, _636{???TIME}), ist(_608{???MT}, holdsIn(_636{???TIME}, _622{???PROP})), {is_unit(_622{???PROP}, _608{???MT})}==>ist(_608{???MT}, _622{???PROP}))]).
  16562.  
  16563.  
  16564. % ~ist(_154{???MT}, holdsIn(_168{???TIME}, _182{???PROP})) :-
  16565. %   mtTime(_154{???MT}, _168{???TIME}),
  16566. %   ~ist(_154{???MT}, _182{???PROP}).
  16567. % ~mtTime(_144{???MT}, _158{???TIME}) :-
  16568. %   ist(_144{???MT}, holdsIn(_158{???TIME}, _172{???PROP})),
  16569. %   ~ist(_144{???MT}, _172{???PROP}).
  16570. % ist(_102{???MT}, _116{???PROP}) :-
  16571. %   mtTime(_102{???MT}, _130{???TIME}),
  16572. %   ist(_102{???MT}, holdsIn(_130{???TIME}, _116{???PROP})).
  16573.  
  16574.  
  16575. % asserted_id(implies(purposeInEvent(AGT, ACT, FORM), holdsIn(ACT, goals(AGT, FORM))), a309306(AGT, ACT, FORM)).
  16576. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  16577. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  16578.  kif:-all(_226360,all(_226380,all(_226400,implies(purposeInEvent(_226380,_226360,_226400),holdsIn(_226360,goals(_226380,_226400))))))
  16579.  pkif:-all(_226306,all(_226326,all(_226346,=>(purposeInEvent(_226326,_226306,_226346),holdsIn(_226306,goals(_226326,_226346))))))
  16580. % cnf :-
  16581. %   v(holdsIn(_136{???ACT}, goals(_122{???AGT}, _150{???FORM})),
  16582. %     ~purposeInEvent(_122{???AGT}, _136{???ACT}, _150{???FORM})).
  16583.  horn:-[(~purposeInEvent(_226982,_226996,_227010):- ~holdsIn(_226996,goals(_226982,_227010))),(holdsIn(_227058,goals(_227078,_227092)):-purposeInEvent(_227078,_227058,_227092))]
  16584. % boxlog :-
  16585. %  
  16586. %   [ (~purposeInEvent(_9296{???AGT}, _9310{???ACT}, _9324{???FORM}):- ~holdsIn(_9310{???ACT}, goals(_9296{???AGT}, _9324{???FORM}))),
  16587. %     (holdsIn(_9350{???ACT}, goals(_9364{???AGT}, _9378{???FORM})):-purposeInEvent(_9364{???AGT}, _9350{???ACT}, _9378{???FORM}))
  16588. %   ].
  16589. % preview :-
  16590. %  
  16591. %   [ (~holdsIn(_596{???ACT}, goals(_582{???AGT}, _610{???FORM})), {is_unit(_610{???FORM}, _596{???ACT}, _582{???AGT})}-> ~purposeInEvent(_582{???AGT}, _596{???ACT}, _610{???FORM})),
  16592. %     (purposeInEvent(_638{???AGT}, _624{???ACT}, _652{???FORM}), {is_unit(_652{???FORM}, _638{???AGT}, _624{???ACT})}==>holdsIn(_624{???ACT}, goals(_638{???AGT}, _652{???FORM})))
  16593. %   ].
  16594. % conds= =>((name_variable(_564{???AGT}, 'AGT'), name_variable(_578{???ACT}, 'ACT'), name_variable(_592{???FORM}, 'FORM'), name_variable(_620{???AGT}, 'AGT'), name_variable(_606{???ACT}, 'ACT'), name_variable(_634{???FORM}, 'FORM')), [(~purposeInEvent(_564{???AGT}, _578{???ACT}, _592{???FORM})<- ~holdsIn(_578{???ACT}, goals(_564{???AGT}, _592{???FORM})), {is_unit(_592{???FORM}, _578{???ACT}, _564{???AGT})}),  (purposeInEvent(_620{???AGT}, _606{???ACT}, _634{???FORM}), {is_unit(_634{???FORM}, _620{???AGT}, _606{???ACT})}==>holdsIn(_606{???ACT}, goals(_620{???AGT}, _634{???FORM})))]).
  16595.  
  16596.  
  16597. % ~purposeInEvent(_112{???AGT}, _126{???ACT}, _140{???FORM}) :-
  16598. %   ~holdsIn(_126{???ACT}, goals(_112{???AGT}, _140{???FORM})).
  16599. % holdsIn(_102{???ACT}, goals(_116{???AGT}, _130{???FORM})) :-
  16600. %   purposeInEvent(_116{???AGT}, _102{???ACT}, _130{???FORM}).
  16601.  
  16602.  
  16603. % asserted_id(implies(and(isa(COUNTRY, tGroupedCountry), subOrganizations(COUNTRY, SUB), holdsIn(TI, ableToControl(SUB, PER)), isa(PER, mobPerson)), holdsIn(TI, ableToControl(COUNTRY, SUB))), a309307(COUNTRY, SUB, TI, PER)).
  16604. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  16605. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  16606.  kif:-all(_226684,all(_226704,all(_226724,all(_226744,implies(and(isa(_226684,tGroupedCountry),subOrganizations(_226684,_226704),holdsIn(_226744,ableToControl(_226704,_226724)),isa(_226724,mobPerson)),holdsIn(_226744,ableToControl(_226684,_226704)))))))
  16607.  pkif:-all(_226638,all(_226658,all(_226678,all(_226698,=>(&(isa(_226638,tGroupedCountry),&(subOrganizations(_226638,_226658),&(holdsIn(_226698,ableToControl(_226658,_226678)),isa(_226678,mobPerson)))),holdsIn(_226698,ableToControl(_226638,_226658)))))))
  16608. % cnf :-
  16609. %   v(v(~isa(_154{???COUNTRY}, tGroupedCountry),
  16610. %       v(~subOrganizations(_154{???COUNTRY}, _168{???SUB}),
  16611. %         v(~holdsIn(_182{???TI}, ableToControl(_168{???SUB}, _196{???PER})),
  16612. %       ~isa(_196{???PER}, mobPerson)))),
  16613. %     holdsIn(_182{???TI}, ableToControl(_154{???COUNTRY}, _168{???SUB}))).
  16614.  horn:-[(~holdsIn(_229238,ableToControl(_229258,_229272)):-isa(_229298,tGroupedCountry),subOrganizations(_229298,_229258),isa(_229272,mobPerson),~holdsIn(_229238,ableToControl(_229298,_229258))),(~isa(_229374,mobPerson):-isa(_229400,tGroupedCountry),subOrganizations(_229400,_229426),holdsIn(_229452,ableToControl(_229426,_229374)),~holdsIn(_229452,ableToControl(_229400,_229426))),(~isa(_229510,tGroupedCountry):-subOrganizations(_229510,_229536),holdsIn(_229562,ableToControl(_229536,_229582)),isa(_229582,mobPerson),~holdsIn(_229562,ableToControl(_229510,_229536))),(~subOrganizations(_229646,_229660):-isa(_229646,tGroupedCountry),holdsIn(_229698,ableToControl(_229660,_229718)),isa(_229718,mobPerson),~holdsIn(_229698,ableToControl(_229646,_229660))),(holdsIn(_229778,ableToControl(_229798,_229812)):-isa(_229798,tGroupedCountry),subOrganizations(_229798,_229812),holdsIn(_229778,ableToControl(_229812,_229868)),isa(_229868,mobPerson))]
  16615. % boxlog :-
  16616. %  
  16617. %   [ (~holdsIn(_912{???TI}, ableToControl(_926{???SUB}, _940{???PER})):-isa(_954{???COUNTRY}, tGroupedCountry), subOrganizations(_954{???COUNTRY}, _926{???SUB}), isa(_940{???PER}, mobPerson), ~holdsIn(_912{???TI}, ableToControl(_954{???COUNTRY}, _926{???SUB}))),
  16618. %     (~isa(_856{???PER}, mobPerson):-isa(_870{???COUNTRY}, tGroupedCountry), subOrganizations(_870{???COUNTRY}, _884{???SUB}), holdsIn(_898{???TI}, ableToControl(_884{???SUB}, _856{???PER})), ~holdsIn(_898{???TI}, ableToControl(_870{???COUNTRY}, _884{???SUB}))),
  16619. %     (~isa(_1024{???COUNTRY}, tGroupedCountry):-subOrganizations(_1024{???COUNTRY}, _1038{???SUB}), holdsIn(_1052{???TI}, ableToControl(_1038{???SUB}, _1066{???PER})), isa(_1066{???PER}, mobPerson), ~holdsIn(_1052{???TI}, ableToControl(_1024{???COUNTRY}, _1038{???SUB}))),
  16620. %     (~subOrganizations(_968{???COUNTRY}, _982{???SUB}):-isa(_968{???COUNTRY}, tGroupedCountry), holdsIn(_996{???TI}, ableToControl(_982{???SUB}, _1010{???PER})), isa(_1010{???PER}, mobPerson), ~holdsIn(_996{???TI}, ableToControl(_968{???COUNTRY}, _982{???SUB}))),
  16621. %     (holdsIn(_800{???TI}, ableToControl(_814{???COUNTRY}, _828{???SUB})):-isa(_814{???COUNTRY}, tGroupedCountry), subOrganizations(_814{???COUNTRY}, _828{???SUB}), holdsIn(_800{???TI}, ableToControl(_828{???SUB}, _842{???PER})), isa(_842{???PER}, mobPerson))
  16622. %   ].
  16623. % preview :-
  16624. %  
  16625. %   [ (isa(_918{???COUNTRY}, tGroupedCountry), subOrganizations(_918{???COUNTRY}, _890{???SUB}), isa(_904{???PER}, mobPerson), {avoidHeadLoop(holdsIn(_876{???TI}, ableToControl(_918{???COUNTRY}, _890{???SUB})), holdsIn(_876{???TI}, ableToControl(_890{???SUB}, _904{???PER})))}, ~holdsIn(_876{???TI}, ableToControl(_918{???COUNTRY}, _890{???SUB})), {is_unit(_904{???PER}, _890{???SUB}, _876{???TI})}-> ~holdsIn(_876{???TI}, ableToControl(_890{???SUB}, _904{???PER}))),
  16626. %     ({avoidHeadLoop(isa(_834{???COUNTRY}, tGroupedCountry), isa(_820{???PER}, mobPerson))}, isa(_834{???COUNTRY}, tGroupedCountry), subOrganizations(_834{???COUNTRY}, _848{???SUB}), holdsIn(_862{???TI}, ableToControl(_848{???SUB}, _820{???PER})), ~holdsIn(_862{???TI}, ableToControl(_834{???COUNTRY}, _848{???SUB})), {is_unit(_820{???PER})}-> ~isa(_820{???PER}, mobPerson)),
  16627. %     (subOrganizations(_988{???COUNTRY}, _1002{???SUB}), holdsIn(_1016{???TI}, ableToControl(_1002{???SUB}, _1030{???PER})), {avoidHeadLoop(isa(_1030{???PER}, mobPerson), isa(_988{???COUNTRY}, tGroupedCountry))}, isa(_1030{???PER}, mobPerson), ~holdsIn(_1016{???TI}, ableToControl(_988{???COUNTRY}, _1002{???SUB})), {is_unit(_988{???COUNTRY})}-> ~isa(_988{???COUNTRY}, tGroupedCountry)),
  16628. %     (isa(_932{???COUNTRY}, tGroupedCountry), holdsIn(_960{???TI}, ableToControl(_946{???SUB}, _974{???PER})), isa(_974{???PER}, mobPerson), ~holdsIn(_960{???TI}, ableToControl(_932{???COUNTRY}, _946{???SUB})), {is_unit(_946{???SUB}, _932{???COUNTRY})}-> ~subOrganizations(_932{???COUNTRY}, _946{???SUB})),
  16629. %     (isa(_778{???COUNTRY}, tGroupedCountry), subOrganizations(_778{???COUNTRY}, _792{???SUB}), holdsIn(_764{???TI}, ableToControl(_792{???SUB}, _806{???PER})), isa(_806{???PER}, mobPerson), {is_unit(_792{???SUB}, _778{???COUNTRY}, _764{???TI})}==>holdsIn(_764{???TI}, ableToControl(_778{???COUNTRY}, _792{???SUB})))
  16630. %   ].
  16631. % conds= =>((name_variable(_858{???TI}, 'TI'), name_variable(_872{???SUB}, 'SUB'), name_variable(_886{???PER}, 'PER'), name_variable(_900{???COUNTRY}, 'COUNTRY'), name_variable(_802{???PER}, 'PER'), name_variable(_816{???COUNTRY}, 'COUNTRY'), name_variable(_830{???SUB}, 'SUB'), name_variable(_844{???TI}, 'TI'), name_variable(_970{???COUNTRY}, 'COUNTRY'), name_variable(_984{???SUB}, 'SUB'), name_variable(_998{???TI}, 'TI'), name_variable(_1012{???PER}, 'PER'), name_variable(_914{???COUNTRY}, 'COUNTRY'), name_variable(_928{???SUB}, 'SUB'), name_variable(_942{???TI}, 'TI'), name_variable(_956{???PER}, 'PER'), name_variable(_760{???COUNTRY}, 'COUNTRY'), name_variable(_774{???SUB}, 'SUB'), name_variable(_746{???TI}, 'TI'), name_variable(_788{???PER}, 'PER')), [(~holdsIn(_858{???TI}, ableToControl(_872{???SUB}, _886{???PER}))<-isa(_900{???COUNTRY}, tGroupedCountry), subOrganizations(_900{???COUNTRY}, _872{???SUB}), isa(_886{???PER}, mobPerson), {avoidHeadLoop(holdsIn(_858{???TI}, ableToControl(_900{???COUNTRY}, _872{???SUB})), holdsIn(_858{???TI}, ableToControl(_872{???SUB}, _886{???PER})))}, ~holdsIn(_858{???TI}, ableToControl(_900{???COUNTRY}, _872{???SUB})), {is_unit(_886{???PER}, _872{???SUB}, _858{???TI})}),  (~isa(_802{???PER}, mobPerson)<-{avoidHeadLoop(isa(_816{???COUNTRY}, tGroupedCountry), isa(_802{???PER}, mobPerson))}, isa(_816{???COUNTRY}, tGroupedCountry), subOrganizations(_816{???COUNTRY}, _830{???SUB}), holdsIn(_844{???TI}, ableToControl(_830{???SUB}, _802{???PER})), ~holdsIn(_844{???TI}, ableToControl(_816{???COUNTRY}, _830{???SUB})), {is_unit(_802{???PER})}),  (~isa(_970{???COUNTRY}, tGroupedCountry)<-subOrganizations(_970{???COUNTRY}, _984{???SUB}), holdsIn(_998{???TI}, ableToControl(_984{???SUB}, _1012{???PER})), {avoidHeadLoop(isa(_1012{???PER}, mobPerson), isa(_970{???COUNTRY}, tGroupedCountry))}, isa(_1012{???PER}, mobPerson), ~holdsIn(_998{???TI}, ableToControl(_970{???COUNTRY}, _984{???SUB})), {is_unit(_970{???COUNTRY})}),  (~subOrganizations(_914{???COUNTRY}, _928{???SUB})<-isa(_914{???COUNTRY}, tGroupedCountry), holdsIn(_942{???TI}, ableToControl(_928{???SUB}, _956{???PER})), isa(_956{???PER}, mobPerson), ~holdsIn(_942{???TI}, ableToControl(_914{???COUNTRY}, _928{???SUB})), {is_unit(_928{???SUB}, _914{???COUNTRY})}),  (isa(_760{???COUNTRY}, tGroupedCountry), subOrganizations(_760{???COUNTRY}, _774{???SUB}), holdsIn(_746{???TI}, ableToControl(_774{???SUB}, _788{???PER})), isa(_788{???PER}, mobPerson), {is_unit(_774{???SUB}, _760{???COUNTRY}, _746{???TI})}==>holdsIn(_746{???TI}, ableToControl(_760{???COUNTRY}, _774{???SUB})))]).
  16632.  
  16633.  
  16634. % ~holdsIn(_226{???TI}, ableToControl(_240{???SUB}, _254{???PER})) :-
  16635. %   isa(_268{???COUNTRY}, tGroupedCountry),
  16636. %   subOrganizations(_268{???COUNTRY}, _240{???SUB}),
  16637. %   isa(_254{???PER}, mobPerson),
  16638. %   ~holdsIn(_226{???TI}, ableToControl(_268{???COUNTRY}, _240{???SUB})).
  16639. % ~isa(_158{???PER}, mobPerson) :-
  16640. %   isa(_172{???COUNTRY}, tGroupedCountry),
  16641. %   subOrganizations(_172{???COUNTRY}, _186{???SUB}),
  16642. %   holdsIn(_200{???TI}, ableToControl(_186{???SUB}, _158{???PER})),
  16643. %   ~holdsIn(_200{???TI}, ableToControl(_172{???COUNTRY}, _186{???SUB})).
  16644. % ~isa(_222{???COUNTRY}, tGroupedCountry) :-
  16645. %   subOrganizations(_222{???COUNTRY}, _236{???SUB}),
  16646. %   holdsIn(_250{???TI}, ableToControl(_236{???SUB}, _264{???PER})),
  16647. %   isa(_264{???PER}, mobPerson),
  16648. %   ~holdsIn(_250{???TI}, ableToControl(_222{???COUNTRY}, _236{???SUB})).
  16649. % ~subOrganizations(_158{???COUNTRY}, _172{???SUB}) :-
  16650. %   isa(_158{???COUNTRY}, tGroupedCountry),
  16651. %   holdsIn(_186{???TI}, ableToControl(_172{???SUB}, _200{???PER})),
  16652. %   isa(_200{???PER}, mobPerson),
  16653. %   ~holdsIn(_186{???TI}, ableToControl(_158{???COUNTRY}, _172{???SUB})).
  16654. % holdsIn(_102{???TI}, ableToControl(_116{???COUNTRY}, _130{???SUB})) :-
  16655. %   isa(_116{???COUNTRY}, tGroupedCountry),
  16656. %   subOrganizations(_116{???COUNTRY}, _130{???SUB}),
  16657. %   holdsIn(_102{???TI}, ableToControl(_130{???SUB}, _144{???PER})),
  16658. %   isa(_144{???PER}, mobPerson).
  16659.  
  16660.  
  16661. % asserted_id(implies(and(isa(MEA, nartR(actMeasuringFn, vtMass)), scalarResult(MEA, MAS), evalueeDirect(MEA, OBJ)), holdsIn(MEA, massOfObject(OBJ, MAS))), a309308(MEA, MAS, OBJ)).
  16662. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  16663. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  16664.  kif:-all(_226796,all(_226816,all(_226836,implies(and(isa(_226796,nartR(actMeasuringFn,vtMass)),scalarResult(_226796,_226836),evalueeDirect(_226796,_226816)),holdsIn(_226796,massOfObject(_226816,_226836))))))
  16665.  pkif:-all(_226746,all(_226766,all(_226786,=>(&(isa(_226746,nartR(actMeasuringFn,vtMass)),&(scalarResult(_226746,_226786),evalueeDirect(_226746,_226766))),holdsIn(_226746,massOfObject(_226766,_226786))))))
  16666. % cnf :-
  16667. %   v(v(~isa(_146{???MEA}, nartR(actMeasuringFn, vtMass)),
  16668. %       v(~scalarResult(_146{???MEA}, _160{???MAS}),
  16669. %         ~evalueeDirect(_146{???MEA}, _174{???OBJ}))),
  16670. %     holdsIn(_146{???MEA}, massOfObject(_174{???OBJ}, _160{???MAS}))).
  16671.  horn:-[(~evalueeDirect(_228476,_228490):-isa(_228476,nartR(actMeasuringFn,vtMass)),scalarResult(_228476,_228528),~holdsIn(_228476,massOfObject(_228490,_228528))),(~isa(_228580,nartR(actMeasuringFn,vtMass)):-scalarResult(_228580,_228606),evalueeDirect(_228580,_228632),~holdsIn(_228580,massOfObject(_228632,_228606))),(~scalarResult(_228684,_228698):-isa(_228684,nartR(actMeasuringFn,vtMass)),evalueeDirect(_228684,_228736),~holdsIn(_228684,massOfObject(_228736,_228698))),(holdsIn(_228784,massOfObject(_228804,_228818)):-isa(_228784,nartR(actMeasuringFn,vtMass)),scalarResult(_228784,_228818),evalueeDirect(_228784,_228804))]
  16672. % boxlog :-
  16673. %  
  16674. %   [ (~evalueeDirect(_772{???MEA}, _786{???OBJ}):-isa(_772{???MEA}, nartR(actMeasuringFn, vtMass)), scalarResult(_772{???MEA}, _800{???MAS}), ~holdsIn(_772{???MEA}, massOfObject(_786{???OBJ}, _800{???MAS}))),
  16675. %     (~isa(_856{???MEA}, nartR(actMeasuringFn, vtMass)):-scalarResult(_856{???MEA}, _870{???MAS}), evalueeDirect(_856{???MEA}, _884{???OBJ}), ~holdsIn(_856{???MEA}, massOfObject(_884{???OBJ}, _870{???MAS}))),
  16676. %     (~scalarResult(_814{???MEA}, _828{???MAS}):-isa(_814{???MEA}, nartR(actMeasuringFn, vtMass)), evalueeDirect(_814{???MEA}, _842{???OBJ}), ~holdsIn(_814{???MEA}, massOfObject(_842{???OBJ}, _828{???MAS}))),
  16677. %     (holdsIn(_730{???MEA}, massOfObject(_744{???OBJ}, _758{???MAS})):-isa(_730{???MEA}, nartR(actMeasuringFn, vtMass)), scalarResult(_730{???MEA}, _758{???MAS}), evalueeDirect(_730{???MEA}, _744{???OBJ}))
  16678. %   ].
  16679. % preview :-
  16680. %  
  16681. %   [ (isa(_736{???MEA}, nartR(actMeasuringFn, vtMass)), scalarResult(_736{???MEA}, _764{???MAS}), ~holdsIn(_736{???MEA}, massOfObject(_750{???OBJ}, _764{???MAS})), {is_unit(_750{???OBJ}, _736{???MEA})}-> ~evalueeDirect(_736{???MEA}, _750{???OBJ})),
  16682. %     (scalarResult(_820{???MEA}, _834{???MAS}), evalueeDirect(_820{???MEA}, _848{???OBJ}), ~holdsIn(_820{???MEA}, massOfObject(_848{???OBJ}, _834{???MAS})), {is_unit(_820{???MEA})}-> ~isa(_820{???MEA}, nartR(actMeasuringFn, vtMass))),
  16683. %     (isa(_778{???MEA}, nartR(actMeasuringFn, vtMass)), evalueeDirect(_778{???MEA}, _806{???OBJ}), ~holdsIn(_778{???MEA}, massOfObject(_806{???OBJ}, _792{???MAS})), {is_unit(_792{???MAS}, _778{???MEA})}-> ~scalarResult(_778{???MEA}, _792{???MAS})),
  16684. %     (isa(_694{???MEA}, nartR(actMeasuringFn, vtMass)), scalarResult(_694{???MEA}, _722{???MAS}), evalueeDirect(_694{???MEA}, _708{???OBJ}), {is_unit(_722{???MAS}, _708{???OBJ}, _694{???MEA})}==>holdsIn(_694{???MEA}, massOfObject(_708{???OBJ}, _722{???MAS})))
  16685. %   ].
  16686. % conds= =>((name_variable(_718{???MEA}, 'MEA'), name_variable(_732{???OBJ}, 'OBJ'), name_variable(_746{???MAS}, 'MAS'), name_variable(_802{???MEA}, 'MEA'), name_variable(_816{???MAS}, 'MAS'), name_variable(_830{???OBJ}, 'OBJ'), name_variable(_760{???MEA}, 'MEA'), name_variable(_774{???MAS}, 'MAS'), name_variable(_788{???OBJ}, 'OBJ'), name_variable(_676{???MEA}, 'MEA'), name_variable(_704{???MAS}, 'MAS'), name_variable(_690{???OBJ}, 'OBJ')), [(~evalueeDirect(_718{???MEA}, _732{???OBJ})<-isa(_718{???MEA}, nartR(actMeasuringFn, vtMass)), scalarResult(_718{???MEA}, _746{???MAS}), ~holdsIn(_718{???MEA}, massOfObject(_732{???OBJ}, _746{???MAS})), {is_unit(_732{???OBJ}, _718{???MEA})}),  (~isa(_802{???MEA}, nartR(actMeasuringFn, vtMass))<-scalarResult(_802{???MEA}, _816{???MAS}), evalueeDirect(_802{???MEA}, _830{???OBJ}), ~holdsIn(_802{???MEA}, massOfObject(_830{???OBJ}, _816{???MAS})), {is_unit(_802{???MEA})}),  (~scalarResult(_760{???MEA}, _774{???MAS})<-isa(_760{???MEA}, nartR(actMeasuringFn, vtMass)), evalueeDirect(_760{???MEA}, _788{???OBJ}), ~holdsIn(_760{???MEA}, massOfObject(_788{???OBJ}, _774{???MAS})), {is_unit(_774{???MAS}, _760{???MEA})}),  (isa(_676{???MEA}, nartR(actMeasuringFn, vtMass)), scalarResult(_676{???MEA}, _704{???MAS}), evalueeDirect(_676{???MEA}, _690{???OBJ}), {is_unit(_704{???MAS}, _690{???OBJ}, _676{???MEA})}==>holdsIn(_676{???MEA}, massOfObject(_690{???OBJ}, _704{???MAS})))]).
  16687.  
  16688.  
  16689. % ~evalueeDirect(_154{???MEA}, _168{???OBJ}) :-
  16690. %   isa(_154{???MEA}, nartR(actMeasuringFn, vtMass)),
  16691. %   scalarResult(_154{???MEA}, _182{???MAS}),
  16692. %   ~holdsIn(_154{???MEA}, massOfObject(_168{???OBJ}, _182{???MAS})).
  16693. % ~isa(_186{???MEA}, nartR(actMeasuringFn, vtMass)) :-
  16694. %   scalarResult(_186{???MEA}, _200{???MAS}),
  16695. %   evalueeDirect(_186{???MEA}, _214{???OBJ}),
  16696. %   ~holdsIn(_186{???MEA}, massOfObject(_214{???OBJ}, _200{???MAS})).
  16697. % ~scalarResult(_144{???MEA}, _158{???MAS}) :-
  16698. %   isa(_144{???MEA}, nartR(actMeasuringFn, vtMass)),
  16699. %   evalueeDirect(_144{???MEA}, _172{???OBJ}),
  16700. %   ~holdsIn(_144{???MEA}, massOfObject(_172{???OBJ}, _158{???MAS})).
  16701. % holdsIn(_102{???MEA}, massOfObject(_116{???OBJ}, _130{???MAS})) :-
  16702. %   isa(_102{???MEA}, nartR(actMeasuringFn, vtMass)),
  16703. %   scalarResult(_102{???MEA}, _130{???MAS}),
  16704. %   evalueeDirect(_102{???MEA}, _116{???OBJ}).
  16705.  
  16706.  
  16707. % asserted_id(implies(and(isa(COMP, actAquaticSportsEvent), competingAgents(COMP, ATH)), holdsIn(COMP, all(_121820, not(and(isa(_121820, tObjectShoe), wearsClothing(ATH, _121820)))))), a309309(COMP, ATH)).
  16708. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  16709. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  16710.  kif:-all(_226904,all(_226924,implies(and(isa(_226904,actAquaticSportsEvent),competingAgents(_226904,_226924)),holdsIn(_226904,all(_280804,not(and(isa(_280804,tObjectShoe),wearsClothing(_226924,_280804))))))))
  16711.  pkif:-all(_226850,all(_226870,=>(&(isa(_226850,actAquaticSportsEvent),competingAgents(_226850,_226870)),holdsIn(_226850,all(_249994,~ &(isa(_249994,tObjectShoe),wearsClothing(_226870,_249994)))))))
  16712. ERROR: Arguments are not sufficiently instantiated
  16713. ERROR: In:
  16714. ERROR:   [26] throw(error(instantiation_error,_230748))
  16715. ERROR:   [24] catch(each_call_cleanup:((baseKB:must(kif_to_boxlog_attvars(implies(and(isa(_230830,actAquaticSportsEvent),competingAgents(_230836,_230838)),holdsIn(_230842,all(_230848,not(and(isa(_230864,tObjectShoe),wearsClothing(_230870,_230872)))))),_230810,rule1964:0,_230814)),deterministic(_230882)),'$sig_atomic'(with_thread_local:key_erase(t_l)),(_230918==true->!;true;'$sig_atomic'(with_thread_local:key_asserta(t_l,t_l:no_kif_var_coroutines(true))),fail)),error(instantiation_error,_230964),each_call_cleanup:('$sig_atomic'(with_thread_local:key_erase(t_l)),throw(error(instantiation_error,_231000)))) at /usr/local/lib/swipl-7.5.3/boot/init.pl:372
  16716. ERROR:   [21] with_thread_local:wtl_how('<garbage_collected>','<garbage_collected>','<garbage_collected>','<garbage_collected>','<garbage_collected>') at /mnt/gggg/logicmoo_workspace/pack/with_thread_local/prolog/with_thread_local.pl:168
  16717. ERROR:   [16] common_logic_snark:kif_to_boxlog('<garbage_collected>','<garbage_collected>','<garbage_collected>','<garbage_collected>') at /mnt/gggg/logicmoo_workspace/pack/logicmoo_base/prolog/logicmoo/common_logic/common_logic_snark.pl:987
  16718. ERROR:   [15] common_logic_snark:kif_to_boxlog('<garbage_collected>','<garbage_collected>','<garbage_collected>') at /mnt/gggg/logicmoo_workspace/pack/logicmoo_base/prolog/logicmoo/common_logic/common_logic_snark.pl:962
  16719. ERROR:   [14] common_logic_snark:kif_to_boxlog3(implies(and(isa(_231158,actAquaticSportsEvent),competingAgents(_231164,_231166)),holdsIn(_231170,all(_231176,not(and(isa(_231192,tObjectShoe),wearsClothing(_231198,_231200)))))),_231140,rule1964:0) at /mnt/gggg/logicmoo_workspace/pack/logicmoo_base/prolog/logicmoo/common_logic/common_logic_snark.pl:940
  16720. ERROR:   [13] rtrace:on_f_rtrace(baseKB:kif_to_boxlog3(implies(and(isa(_231266,actAquaticSportsEvent),competingAgents(_231272,_231274)),holdsIn(_231278,all(_231284,not(and(isa(_231300,tObjectShoe),wearsClothing(_231306,_231308)))))),_231248,rule1964:0)) at /mnt/gggg/logicmoo_workspace/pack/must_trace/prolog/rtrace.pl:54
  16721. ERROR:    [9] logicmoo_i_cyc_kb:asserted_boxlog(_231344) at /mnt/gggg/logicmoo_workspace/pack/logicmoo_base/prolog/logicmoo/plarkc/logicmoo_i_cyc_kb.pl:248
  16722. ERROR:    [8] logicmoo_i_cyc_kb:asserted_boxlog at /mnt/gggg/logicmoo_workspace/pack/logicmoo_base/prolog/logicmoo/plarkc/logicmoo_i_cyc_kb.pl:226
  16723. ERROR:    [7] <user>
  16724. ERROR:
  16725. ERROR: Note: some frames are missing due to last-call optimization.
  16726. ERROR: Re-run your program in debug mode (:- debug.) to get more detail.
  16727. ^  Exception: (14) [baseKB] kif_to_boxlog3(implies(and(isa(_154{???COMP},actAquaticSportsEvent),competingAgents(_154{???COMP},_168{???ATH})),holdsIn(_154{???COMP},all(_126,not(and(isa(_126,tObjectShoe),wearsClothing(_168{???ATH},_126)))))),_196,rule1964:0) ? spy
  16728. ^* Exception: (14) [baseKB] kif_to_boxlog3(implies(and(isa(_154{???COMP},actAquaticSportsEvent),competingAgents(_154{???COMP},_168{???ATH})),holdsIn(_154{???COMP},all(_126,not(and(isa(_126,tObjectShoe),wearsClothing(_168{???ATH},_126)))))),_196,rule1964:0) ? creep
  16729. baseKB:  ?- % [Thread httpd@3020_6] GET /swish/pldoc/doc/mnt/dddd/workspace/clause_attvars/prolog/clause_attvars.pl: [404] error(404,/swish/pldoc/doc/mnt/dddd/workspace/clause_attvars/prolog/clause_attvars.pl)
  16730. baseKB:  ?-
  16731. |
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement