VaccinatableDisease(vaccinatable disease) |
appearance as argument number 1 |
(documentation VaccinatableDisease EnglishLanguage "A disease for which there is an effective vaccine for Humans.") | WMD.kif 1043-1044 | |
(documentation VaccinatableDisease EnglishLanguage "A treatment that is effective in preventing a VaccinatableDisease.") | WMD.kif 1062-1063 | |
(subclass VaccinatableDisease InfectiousDisease) | WMD.kif 1042-1042 | Vaccinatable disease is a subclass of infectious disease |
appearance as argument number 2 |
antecedent |
(=> (instance ?DISEASE VaccinatableDisease) (exists (?VACCINE ?HUMAN ?PUT) (and (instance ?VACCINE Vaccine) (instance ?PUT Putting) (destination ?PUT ?HUMAN) (instance ?HUMAN Human) (modalAttribute (holdsDuring (FutureFn (WhenFn ?PUT)) (not (attribute ?HUMAN ?DISEASE))) Likely)))) |
WMD.kif 1046-1059 |
|