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 2312-2314
(subclass GravesDisease AutoImmuneDisorder) Medicine.kif 2311-2311 Graves' disease is a subclass of auto-immune disease

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


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

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


(=>
    (and
        (instance ?IBD GravesDisease)
        (experiencer ?IBD ?H))
    (attribute ?H
        (ImpairedBodyPartFn ThyroidGland)))
Medicine.kif 2317-2322
(=>
    (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 2324-2339


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