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

Formal Language: 



KB Term:  Term intersection
English Word: 

  Antidiuretic

Sigma KEE - Antidiuretic
Antidiuretic

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


(documentation Antidiuretic EnglishLanguage "An antidiuretic, such as vasopressin (antidiuretic hormone), is an agent or drug which reduces the excretion of water in urine.[from Wikipedia]") Mid-level-ontology.kif 10050-10052
(subclass Antidiuretic BiologicallyActiveSubstance) Mid-level-ontology.kif 10047-10047 Antidiuretic est une sous-classe de substance biologique active

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


(termFormat EnglishLanguage Antidiuretic "antidiuretic") Mid-level-ontology.kif 10048-10048

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


(=>
    (and
        (instance ?D Antidiuretic)
        (instance ?I Ingesting)
        (agent ?I ?H)
        (moves ?I ?D)
        (instance ?U1 Urination)
        (result ?U1 ?P1)
        (agent ?U1 ?H)
        (instance ?U2 Urination)
        (not
            (equal ?U1 ?U2))
        (result ?U2 ?P2)
        (agent ?U2 ?H)
        (earlier ?U1 ?I)
        (earlier ?I ?U2)
        (instance ?V UnitOfVolume)
        (measure ?U1
            (MeasureFn ?N1 ?V))
        (measure ?U2
            (MeasureFn ?N2 ?V)))
    (modalAttribute
        (greaterThan ?N1 ?N2) Likely))
Mid-level-ontology.kif 10054-10077


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

Show without tree


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