(=>
(holdsDuring ?T
(attribute ?H RectalTenesmus))
(holdsDuring ?T
(and
(desires ?H
(exists (?D)
(and
(instance ?D Defecation)
(agent ?D ?H))))
(not
(needs ?H
(exists (?D)
(and
(instance ?D Defecation)
(agent ?D ?H)))))))) |
Medicine.kif 5098-5113 |
|
(=>
(instance ?X Bidet)
(hasPurpose ?X
(exists (?PROC ?WASH ?PART)
(and
(or
(instance ?PROC Defecation)
(instance ?PROC Urination))
(instrument ?PROC ?PART)
(instance ?WASH Washing)
(objectTransferred ?WASH ?PART)
(instrument ?WASH ?X)
(before
(BeginFn
(WhenFn ?PROC))
(BeginFn
(WhenFn ?WASH))))))) |
Mid-level-ontology.kif 2248-2262 |
|
(=>
(instance ?X Toilet)
(hasPurpose ?X
(exists (?PROC)
(and
(or
(instance ?PROC Defecation)
(instance ?PROC Urination))
(destination ?PROC ?X))))) |
Mid-level-ontology.kif 2275-2283 |
|