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

Formal Language: 



KB Term:  Term intersection
English Word: 

Sigma KEE - lethalDose
lethalDose

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


(documentation lethalDose EnglishLanguage "(lethalDose ?AGENT ?QUANTITY) means that ?QUANTITY is the lethal dose, or LD50, for the BiochemicalAgent ?AGENT. This is the dose that would result in death for 50% of the exposed human population. Note that ?QUANTITY is generally expressed in micrograms per kilogram (mcg/ kg).") WMD.kif 846-849
(domain lethalDose 2 FunctionQuantity) WMD.kif 844-844
(domainSubclass lethalDose 1 BiochemicalAgent) WMD.kif 843-843
(instance lethalDose BinaryPredicate) WMD.kif 842-842
(relatedInternalConcept lethalDose effectiveDose) WMD.kif 845-845

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


(format ChineseLanguage lethalDose "%2 %n 是 %1 的 lethal 剂量") domainEnglishFormat.kif 1527-1527
(format ChineseTraditionalLanguage lethalDose "%2 %n 是 %1 的 lethal 劑量") domainEnglishFormat.kif 1526-1526
(format EnglishLanguage lethalDose "%2 is %n a lethal dose of %1") domainEnglishFormat.kif 1525-1525
(termFormat ChineseLanguage lethalDose "致死剂量") domainEnglishFormat.kif 34157-34157
(termFormat ChineseTraditionalLanguage lethalDose "致死劑量") domainEnglishFormat.kif 34156-34156
(termFormat EnglishLanguage lethalDose "lethal dose") domainEnglishFormat.kif 34155-34155

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


(=>
    (and
        (instance ?AGENT ?CLASS)
        (lethalDose ?CLASS
            (MeasureFn ?NUMBER ?UNIT))
        (greaterThan ?NUMBER 0.0))
    (instance ?AGENT LifeThreateningAgent))
WMD.kif 1017-1023
(=>
    (and
        (instance ?U McgPerKg)
        (effectiveDose ?AGENT
            (MeasureFn ?NUMBER1 ?U))
        (lethalDose ?AGENT
            (MeasureFn ?NUMBER2 ?U)))
    (greaterThan ?NUMBER2 ?NUMBER1))
WMD.kif 851-858
(=>
    (lethalDose ?AGENT
        (PerFn
            (MeasureFn ?NUMBER1 ?UNIT1)
            (MeasureFn ?NUMBER2 ?UNIT2)))
    (and
        (instance ?UNIT1 UnitOfMass)
        (instance ?UNIT2 UnitOfMass)))
WMD.kif 860-867

appearance as argument number 0
-------------------------


(lethalDose AbrinToxin
    (PerFn
        (MeasureFn 0.04
            (MicroFn Gram))
        (MeasureFn 1.0
            (KiloFn Gram))))
WMD.kif 439-439
(lethalDose Batrachotoxin
    (PerFn
        (MeasureFn 2.0
            (MicroFn Gram))
        (MeasureFn 1.0
            (KiloFn Gram))))
WMD.kif 310-310
(lethalDose BotulinumToxin
    (PerFn
        (MeasureFn 0.001
            (MicroFn Gram))
        (MeasureFn 1.0
            (KiloFn Gram))))
WMD.kif 325-325
(lethalDose Diacetoxyscirpenol
    (PerFn
        (MeasureFn 23.0
            (MilliFn Gram))
        (MeasureFn 1.0
            (KiloFn Gram))))
WMD.kif 1840-1840
(lethalDose RicinToxin
    (PerFn
        (MeasureFn 3.0
            (MicroFn Gram))
        (MeasureFn 1.0
            (KiloFn Gram))))
WMD.kif 431-431
(lethalDose Sarin
    (PerFn
        (MeasureFn 100.0
            (MicroFn Gram))
        (MeasureFn 1.0
            (KiloFn Gram))))
WMD.kif 586-586
(lethalDose ShigaToxin
    (PerFn
        (MeasureFn 0.002
            (MicroFn Gram))
        (MeasureFn 1.0
            (KiloFn Gram))))
WMD.kif 1339-1339
(lethalDose Soman
    (PerFn
        (MeasureFn 64.0
            (MicroFn Gram))
        (MeasureFn 1.0
            (KiloFn Gram))))
WMD.kif 582-582
(lethalDose StaphylococcalEnterotoxinB
    (PerFn
        (MeasureFn 0.02
            (MicroFn Gram))
        (MeasureFn 1.0
            (KiloFn Gram))))
WMD.kif 1440-1440
(lethalDose T2Toxin
    (PerFn
        (MeasureFn 5.2
            (MilliFn Gram))
        (MeasureFn 1.0
            (KiloFn Gram))))
WMD.kif 1845-1845
(lethalDose VX
    (PerFn
        (MeasureFn 15.0
            (MicroFn Gram))
        (MeasureFn 1.0
            (KiloFn Gram))))
WMD.kif 599-599


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