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

Formal Language: 



KB Term:  Term intersection
English Word: 

Sigma KEE - Antacid
Antacid

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


(documentation Antacid EnglishLanguage "An antacid is a substance which neutralizes stomach acidity and is used to relieve heartburn, indigestion or an upset stomach. Some antacids have been used in the treatment of constipation and diarrhea. Currently marketed antacids contain salts of aluminum, calcium, magnesium, or sodium. Some preparations contain a combination of two salts, such as magnesium carbonate and aluminum hydroxide.[from Wikipedia]") Mid-level-ontology.kif 11177-11183
(subclass Antacid BiologicallyActiveSubstance) Mid-level-ontology.kif 11175-11175

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


(subclass Famotidine Antacid) Medicine.kif 3564-3564
(termFormat EnglishLanguage Antacid "antacid") Mid-level-ontology.kif 11184-11184

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


(=>
    (and
        (instance ?A Antacid)
        (instance ?I Ingesting)
        (agent ?I ?H)
        (moves ?I ?A)
        (instance ?S Stomach)
        (part ?S ?H)
        (holdsDuring
            (ImmediatePastFn
                (WhenFn ?I))
            (and
                (contains ?S ?F1)
                (instance ?F1 Fluid)))
        (holdsDuring
            (ImmediateFutureFn
                (WhenFn ?I))
            (and
                (contains ?S ?F2)
                (instance ?F2 Fluid)))
        (phMeasure ?F1 ?N1)
        (phMeasure ?F2 ?N2))
    (greaterThan ?N2 ?N1))
Mid-level-ontology.kif 11186-11208


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