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



KB Term:  Term intersection
English Word: 

  typicalBloodVolume

Sigma KEE - typicalBloodVolume
typicalBloodVolume

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


(instance typicalBloodVolume BinaryPredicate) Medicine.kif 5956-5956 typical blood volume is an instance of binary predicate
(domainSubclass typicalBloodVolume 1 Mammal) Medicine.kif 5958-5958 The number 1 argument of typical blood volume is a subclass of mammal
(domain typicalBloodVolume 2 VolumeMeasure) Medicine.kif 5959-5959 The number 2 argument of typical blood volume is an instance of volume measure
(documentation typicalBloodVolume EnglishLanguage "The typical, approximate volume of Blood for the given class of Mammal.") Medicine.kif 5960-5961 The number 2 argument of typical blood volume is an instance of volume measure

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


(termFormat EnglishLanguage typicalBloodVolume "typical blood volume") Medicine.kif 5957-5957
(format EnglishLanguage typicalBloodVolume "the typical volume of blood of a %1 is %2") Medicine.kif 5962-5962

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


(=>
    (and
        (typicalBloodVolume ?M
            (MeasureFn ?N ?U))
        (instance ?MI ?M)
        (holdsDuring ?T
            (and
                (not
                    (attribute ?H DiseaseOrSyndrome))
                (bloodVolume ?H
                    (MeasureFn ?N2 ?U)))))
    (approximateValue ?N2 ?N))
Medicine.kif 5964-5975 If the typical volume of blood of a X is Y Z(s), W is an instance of X, and disease or syndrome is not an attribute of V and V has U Z(s) of blood holds during T, then the approximate value of U is Y
(=>
    (and
        (typicalBloodVolume ?M
            (MeasureFn ?N ?U))
        (holdsDuring ?T
            (bloodVolume ?H
                (MeasureFn ?N2 ?U)))
        (instance ?H ?M)
        (lessThan
            (MultiplicationFn ?N2 2.0) ?N))
    (holdsDuring ?T
        (attribute ?H CatastrophicBloodLoss)))
Medicine.kif 5981-5993 If the typical volume of blood of a X is Y Z(s), W has V Z(s) of blood holds during U, W is an instance of X, and V and 2.0 is less than Y, then catastrophic blood loss is an attribute of W holds during U
(=>
    (and
        (typicalBloodVolume ?M
            (MeasureFn ?N ?U))
        (holdsDuring ?T
            (bloodVolume ?H
                (MeasureFn ?N2 ?U)))
        (instance ?H ?M)
        (greaterThan
            (MultiplicationFn ?N2 2.0) ?N)
        (lessThan ?N2
            (MultiplicationFn 0.8 ?N)))
    (holdsDuring ?T
        (attribute ?H SevereBloodLoss)))
Medicine.kif 5999-6013 If the typical volume of blood of a X is Y Z(s), W has V Z(s) of blood holds during U, W is an instance of X, V and 2.0 is greater than Y, and V is less than 0.8 and Y, then severe blood loss is an attribute of W holds during U


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.0-0a80e6c8 (2026-05-12) is open source software produced by Articulate Software and its partners