![]() |
![]() Browsing Interface : Welcome guest : log in |
[
Home | 
Graph | 
LogLearn |
Editor |
]
KB:
Language:
Formal Language:
|
| MedicalDevice(medical device) |
| appearance as argument number 1 |
|
|
| (subclass MedicalDevice Device) | Medicine.kif 639-639 | Medical device is a subclass of device |
| (documentation MedicalDevice EnglishLanguage "A Device that is intended to be used in a DiagnosticProcess or a TherpeuticProcess.") | Medicine.kif 640-641 | Medical device is a subclass of device |
| appearance as argument number 2 |
|
|
| antecedent |
|
|
| (=> (instance ?MD MedicalDevice) (hasPurpose ?MD (exists (?TP ?DP) (and (instance ?TP TherapeuticProcess) (instance ?DP DiagnosticProcess) (or (instrument ?TP ?MD) (instrument ?DP ?MD)))))) |
Medicine.kif 644-653 | If X is an instance of medical device, then X has the purpose there exist Y, Z such that Y is an instance of therapeutic process, Z is an instance of diagnostic process, and X is an instrument for Y or X is an instrument for Z |