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



KB Term:  Term intersection
English Word: 

Sigma KEE - lethalDose
lethalDose

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


(instance lethalDose BinaryPredicate) WMD.kif 837-837 lethal dose is an instance of binary predicate
(domainSubclass lethalDose 1 BiochemicalAgent) WMD.kif 838-838 The number 1 argument of lethal dose is a subclass of biochemical agent
(domain lethalDose 2 FunctionQuantity) WMD.kif 839-839 The number 2 argument of lethal dose is an instance of function quantity
(relatedInternalConcept lethalDose effectiveDose) WMD.kif 840-840 lethal dose is internally related to effective dose
(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 841-844 lethal dose is internally related to effective dose

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


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

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


(=>
    (and
        (instance ?U McgPerKg)
        (effectiveDose ?AGENT
            (MeasureFn ?NUMBER1 ?U))
        (lethalDose ?AGENT
            (MeasureFn ?NUMBER2 ?U)))
    (greaterThan ?NUMBER2 ?NUMBER1))
WMD.kif 846-853 If X is an instance of micrograms per kilogram, Y X(s) is an effective dose of Z, and W X(s) is a lethal dose of Z, then W is greater than Y
(=>
    (lethalDose ?AGENT
        (PerFn
            (MeasureFn ?NUMBER1 ?UNIT1)
            (MeasureFn ?NUMBER2 ?UNIT2)))
    (and
        (instance ?UNIT1 UnitOfMass)
        (instance ?UNIT2 UnitOfMass)))
WMD.kif 855-862 If the per of X Y(s) and Z W(s) is a lethal dose of V, then Y is an instance of unit of mass and W is an instance of unit of mass
(=>
    (and
        (instance ?AGENT ?CLASS)
        (lethalDose ?CLASS
            (MeasureFn ?NUMBER ?UNIT))
        (greaterThan ?NUMBER 0.0))
    (instance ?AGENT LifeThreateningAgent))
WMD.kif 1013-1019 If X is an instance of Y, Z W(s) is a lethal dose of Y, and Z is greater than 0.0, then X is an instance of life threatening agent

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


(lethalDose Batrachotoxin
    (PerFn
        (MeasureFn 2.0
            (MicroFn Gram))
        (MeasureFn 1.0
            (KiloFn Gram))))
WMD.kif 305-305 The per of 2.0 one millionth of a gram(s) and 1.0 1 thousand grams(s) is a lethal dose of batrachotoxin
(lethalDose BotulinumToxin
    (PerFn
        (MeasureFn 0.001
            (MicroFn Gram))
        (MeasureFn 1.0
            (KiloFn Gram))))
WMD.kif 320-320 The per of 0.001 one millionth of a gram(s) and 1.0 1 thousand grams(s) is a lethal dose of botulinum toxin
(lethalDose RicinToxin
    (PerFn
        (MeasureFn 3.0
            (MicroFn Gram))
        (MeasureFn 1.0
            (KiloFn Gram))))
WMD.kif 426-426 The per of 3.0 one millionth of a gram(s) and 1.0 1 thousand grams(s) is a lethal dose of ricin toxin
(lethalDose AbrinToxin
    (PerFn
        (MeasureFn 0.04
            (MicroFn Gram))
        (MeasureFn 1.0
            (KiloFn Gram))))
WMD.kif 434-434 The per of 0.04 one millionth of a gram(s) and 1.0 1 thousand grams(s) is a lethal dose of abrin toxin
(lethalDose Soman
    (PerFn
        (MeasureFn 64.0
            (MicroFn Gram))
        (MeasureFn 1.0
            (KiloFn Gram))))
WMD.kif 577-577 The per of 64.0 one millionth of a gram(s) and 1.0 1 thousand grams(s) is a lethal dose of soman
(lethalDose Sarin
    (PerFn
        (MeasureFn 100.0
            (MicroFn Gram))
        (MeasureFn 1.0
            (KiloFn Gram))))
WMD.kif 581-581 The per of 100.0 one millionth of a gram(s) and 1.0 1 thousand grams(s) is a lethal dose of sarin
(lethalDose VX
    (PerFn
        (MeasureFn 15.0
            (MicroFn Gram))
        (MeasureFn 1.0
            (KiloFn Gram))))
WMD.kif 594-594 The per of 15.0 one millionth of a gram(s) and 1.0 1 thousand grams(s) is a lethal dose of VX
(lethalDose ShigaToxin
    (PerFn
        (MeasureFn 0.002
            (MicroFn Gram))
        (MeasureFn 1.0
            (KiloFn Gram))))
WMD.kif 1335-1335 The per of 0.002 one millionth of a gram(s) and 1.0 1 thousand grams(s) is a lethal dose of shiga toxin
(lethalDose StaphylococcalEnterotoxinB
    (PerFn
        (MeasureFn 0.02
            (MicroFn Gram))
        (MeasureFn 1.0
            (KiloFn Gram))))
WMD.kif 1436-1436 The per of 0.02 one millionth of a gram(s) and 1.0 1 thousand grams(s) is a lethal dose of staphylococcal enterotoxin b
(lethalDose Diacetoxyscirpenol
    (PerFn
        (MeasureFn 23.0
            (MilliFn Gram))
        (MeasureFn 1.0
            (KiloFn Gram))))
WMD.kif 1836-1836 The per of 23.0 one thousandth of a gram(s) and 1.0 1 thousand grams(s) is a lethal dose of diacetoxyscirpenol
(lethalDose T2Toxin
    (PerFn
        (MeasureFn 5.2
            (MilliFn Gram))
        (MeasureFn 1.0
            (KiloFn Gram))))
WMD.kif 1841-1841 The per of 5.2 one thousandth of a gram(s) and 1.0 1 thousand grams(s) is a lethal dose of t2 toxin


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