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

Formal Language: 



KB Term:  Term intersection
English Word: 

Sigma KEE - typicalBloodVolume
typicalBloodVolume

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


(documentation typicalBloodVolume EnglishLanguage "The typical, approximate volume of Blood for the given class of Mammal.") Medicine.kif 5929-5930
(domain typicalBloodVolume 2 VolumeMeasure) Medicine.kif 5928-5928 typicalBloodVolume の数値 2 引数は 容積測定instance では %n
(domainSubclass typicalBloodVolume 1 Mammal) Medicine.kif 5927-5927 typicalBloodVolume の数値 1 引数は 哺乳動物subclass では %n
(instance typicalBloodVolume BinaryPredicate) Medicine.kif 5926-5926 typicalBloodVolume2進述語instance では %n

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


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

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


(=>
    (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 5968-5982
(=>
    (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 5950-5962
(=>
    (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 5933-5944


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