SUMO   View all facts   Glossary   Help
Entity > Physical > Object > SelfConnectedObject > Substance > BiologicallyActiveSubstance
Next SubstanceBodySubstance    UpSubstance    Previous SubstanceWater   

BiologicallyActiveSubstance comparison table
Subject documentation have axiom
NutrientA BiologicallyActiveSubstance produced or required by an Organism, of primary interest because of its role in the biologic functioning of the Organism
(=>
(instance ?FOOD Food)
(exists (?NUTRIENT)
(and
(instance ?NUTRIENT Nutrient)
(part ?NUTRIENT ?FOOD))))
PharmacologicSubstanceA BiologicallyActiveSubstance used in the treatment, diagnosis, prevention or analysis of normal and abnormal body function. This includes Substances that occur naturally in the body and are administered therapeutically
(=>
(instance ?OBJ CorpuscularObject)
(exists (?SUBSTANCETYPE1 ?SUBSTANCETYPE2 ?SUBSTANCE1 ?SUBSTANCE2)
(and
(subclass ?SUBSTANCETYPE1 Substance)
(subclass ?SUBSTANCETYPE2 Substance)
(instance ?SUBSTANCE1 ?SUBSTANCETYPE1)
(instance ?SUBSTANCE2 ?SUBSTANCETYPE2)
(material ?SUBSTANCE1 ?OBJ)
(material ?SUBSTANCE2 ?OBJ)
(not (equal ?SUBSTANCE1 ?SUBSTANCE2)))))
ToxicSubstanceA BiologicallyActiveSubstance of concern because of its potentially hazardous or toxic effects. This would include most drugs of abuse, as well as agents that require special handling because of their toxicity. Most pharmaceutical agents, although potentially harmful, are excluded here and are assigned to the sibling Class PharmacologicSubstance
(=>
(instance ?ORGANISM ToxicOrganism)
(exists (?SUBSTANCE)
(and
(instance ?SUBSTANCE ToxicSubstance)
(part ?SUBSTANCE ?ORGANISM))))

Next SubstanceBodySubstance    UpSubstance    Previous SubstanceWater