![]() |
![]() Browsing Interface : Welcome guest : log in |
[
Home | 
Graph | 
LogLearn |
Editor |
]
KB:
Language:
Formal Language:
|
|
|
RelievingPain
|
|
|
| appearance as argument number 1 |
|
|
| (subclass RelievingPain TherapeuticProcess) | Mid-level-ontology.kif 6892-6892 | Relieving pain is a subclass of therapeutic process |
| (documentation RelievingPain EnglishLanguage "Any TherapeuticProcess that removes Pain from the patient of the process.") | Mid-level-ontology.kif 6893-6894 | Relieving pain is a subclass of therapeutic process |
| appearance as argument number 2 |
|
|
| antecedent |
|
|
| (=> (and (instance ?R RelievingPain) (patient ?R ?H)) (and (exists (?P1) (and (overlapsTemporally (WhenFn ?P1) (ImmediatePastFn (WhenFn ?R))) (instance ?P1 Pain) (located ?P1 ?H))) (not (exists (?P2) (and (overlapsTemporally (WhenFn ?P2) (ImmediateFutureFn (WhenFn ?R))) (instance ?P2 Pain) (located ?P2 ?H)))))) |
Mid-level-ontology.kif 6898-6917 | If X is an instance of relieving pain and Y is a patient of X, then there exists Z such that immediately before the time of existence of X overlaps the time of existence of Z, Z is an instance of pain, and Z is located at Y and there doesn't exist W such that immediately after the time of existence of X overlaps the time of existence of W, W is an instance of pain, and W is located at Y |