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

Formal Language: 



KB Term:  Term intersection
English Word: 

Sigma KEE - Lesion
Lesion(lesion)lesion, wound

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


(documentation Lesion EnglishLanguage "Any AbnormalAnatomicalStructure which is the result of an Injuring and which is found on the surface of an Organ.") Mid-level-ontology.kif 9604-9605
(subclass Lesion AbnormalAnatomicalStructure) Mid-level-ontology.kif 9603-9603 Lesion is a subclass of abnormal anatomical structure

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


(termFormat ChineseLanguage Lesion "病变") domainEnglishFormat.kif 34113-34113
(termFormat ChineseTraditionalLanguage Lesion "病變") domainEnglishFormat.kif 34112-34112
(termFormat EnglishLanguage Lesion "lesion") domainEnglishFormat.kif 34111-34111

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


(=>
    (instance ?L Lesion)
    (exists (?I)
        (and
            (instance ?I Injuring)
            (result ?I ?L))))
Mid-level-ontology.kif 9607-9612
(=>
    (instance ?L Lesion)
    (exists (?S ?O)
        (and
            (surface ?S ?O)
            (instance ?O Organ)
            (located ?L ?S))))
Mid-level-ontology.kif 9614-9620

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


(=>
    (instance ?S Scar)
    (exists (?T ?OP ?L)
        (and
            (temporalPart ?T
                (PastFn
                    (WhenFn ?S)))
            (holdsDuring ?T
                (instance ?L Lesion))
            (instance ?OP OrganOrTissueProcess)
            (patient ?OP ?L)
            (result ?OP ?S))))
Mid-level-ontology.kif 9626-9636


Show full definition with tree view
Show simplified definition (without tree view)
Show simplified definition (with tree view)



Sigma web home      Suggested Upper Merged Ontology (SUMO) web home
Sigma version 3.0 is open source software produced by Articulate Software and its partners