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

Formal Language: 



KB Term:  Term intersection
English Word: 

Sigma KEE - GravesDisease
GravesDisease(Graves' disease)

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


(documentation GravesDisease EnglishLanguage "An AutoImmuneDisorder that affects the Thyroid, causing it to produce too much of its hormones.") Medicine.kif 2322-2324
(subclass GravesDisease AutoImmuneDisorder) Medicine.kif 2321-2321 Graves' disease is a subclass of auto-immune disease

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


(termFormat EnglishLanguage GravesDisease "Graves' disease") Medicine.kif 2325-2325

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


(=>
    (and
        (instance ?IBD GravesDisease)
        (experiencer ?IBD ?H))
    (attribute ?H
        (ImpairedBodyPartFn ThyroidGland)))
Medicine.kif 2327-2332
(=>
    (and
        (instance ?IBD GravesDisease)
        (experiencer ?IBD ?H1)
        (instance ?H1 Human)
        (instance ?T1 ThyroidHormone)
        (part ?T1 ?H1)
        (measure ?T1
            (MeasureFn ?N1 ?U))
        (instance ?H2 Human)
        (instance ?T2 ThyroidHormone)
        (part ?T2 ?H2)
        (measure ?T2
            (MeasureFn ?N2 ?U))
        (attribute ?H2 Healthy))
    (greaterThan ?N1 ?N2))
Medicine.kif 2334-2349


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