Browsing Interface : Welcome guest : log in
Home |  Graph |  ]  KB:  Language:   

Formal Language: 



KB Term:  Term intersection
English Word: 

Sigma KEE - medicine
medicine

appearance as argument number 1
-------------------------


(documentation medicine EnglishLanguage "A Relation between a Medicine and a DiseaseOrSyndrome that is believed to be treatable by that medicine. Note that due to the complexity of biology, the causes of various maladies may not be completely known and treatments can be used based simply on a preponderance of evidence of co-occurrence rather than complete causal models of efficacy, so this relation does not entail a commitment that a disease is actually treated effectively. It does however commit to belief in the treatment by a MedicalDoctor.") Mid-level-ontology.kif 9641-9647
(domain medicine 2 DiseaseOrSyndrome) Mid-level-ontology.kif 9640-9640 Die Zahl 2 Argument von medicine ist ein fall von DiseaseOrSyndrome %n{nicht}
(domainSubclass medicine 1 Medicine) Mid-level-ontology.kif 9639-9639 Die Zahl 1 Argument von medicine ist eine teilkategorie von Medicine %n{nicht}
(instance medicine BinaryPredicate) Mid-level-ontology.kif 9638-9638 medicine ist ein fall von BinaryPredicate %n{nicht}

appearance as argument number 2
-------------------------


(format EnglishLanguage medicine "%1 is medicine for %2") Mid-level-ontology.kif 9649-9649
(termFormat EnglishLanguage medicine "medicine") Mid-level-ontology.kif 9648-9648

antecedent
-------------------------


(=>
    (medicine ?MC ?D)
    (exists (?DOC)
        (and
            (instance ?DOC MedicalDoctor)
            (believes ?DOC
                (exists (?T ?H ?M)
                    (and
                        (instance ?M ?MC)
                        (instance ?T TherapeuticProcess)
                        (instance ?H Human)
                        (patientMedical ?H ?DOC)
                        (resource ?T ?M)
                        (benefits ?T ?H)))))))
Mid-level-ontology.kif 9651-9664

consequent
-------------------------


(=>
    (and
        (instance ?AVM AntiViralMedicine)
        (instance ?AVM ?CLASS))
    (exists (?D)
        (and
            (instance ?D ViralDisease)
            (medicine ?CLASS ?D))))
VirusProteinAndCellPart.kif 1257-1264
(=>
    (instance ?A Antiparasitic)
    (exists (?D ?AVM)
        (and
            (instance ?D ParasiticDisease)
            (medicine ?AVM ?D))))
Mid-level-ontology.kif 9682-9687
(=>
    (subclass ?A Antibiotic)
    (exists (?D)
        (and
            (instance ?D BacterialDisease)
            (medicine ?A ?D))))
Mid-level-ontology.kif 9670-9675