(=>
(instance ?DISEASE NonspecificDisease)
(not
(exists (?AGENT)
(and
(instance ?AGENT Microorganism)
(forall (?VICTIM)
(=>
(attribute ?VICTIM ?DISEASE)
(located ?AGENT ?VICTIM))))))) |
Mid-level-ontology.kif 6760-6769 |
If X is an instance of nonspecific disease, then there doesn't exist Y such that Y is an instance of microorganism and Z X is an attribute of ZY is located at Z |
(=>
(and
(instance ?I InfectiousDisease)
(attribute ?A ?I))
(exists (?P ?O)
(and
(instance ?P PathologicProcess)
(agent ?P ?O)
(instance ?O Microorganism)
(experiencer ?P ?A)))) |
Mid-level-ontology.kif 6786-6795 |
If X is an instance of infectious disease and X is an attribute of Y, then there exist Z, W such that Z is an instance of pathologic process, W is an agent of Z, W is an instance of microorganism, and Y experiences Z |
(=>
(instance ?F Fermentation)
(exists (?C ?M)
(and
(instance ?C Carbohydrate)
(instance ?M Microorganism)
(instrument ?F ?M)
(resource ?F ?C)))) |
Food.kif 3556-3563 |
If X is an instance of fermentation, then there exist Y, Z such that Y is an instance of carbohydrate, Z is an instance of microorganism, Z is an instrument for X, and Y is a resource for X |