Class: ExposureEvent
A (possibly time bounded) incidence of a feature of the environment of an organism that influences one or more phenotypic features of that organism, potentially mediated by genes
Parents
- is_a: OntologyClass - a concept or class in an ontology, vocabulary or thesaurus. Note that nodes in a biolink compatible KG can be considered both instances of biolink classes, and OWL classes in their own right. In general you should not need to use this class directly. Instead, use the appropriate biolink class. For example, for the GO concept of endocytosis (GO:0006897), use bl:BiologicalProcess as the type.
Mixin for
- BehavioralExposure (mixin) - A behavioral exposure is a factor relating to behavior impacting an individual.
- BioticExposure (mixin) - An external biotic exposure is an intake of (sometimes pathological) biological organisms (including viruses).
- ChemicalExposure (mixin) - A chemical exposure is an intake of a particular chemical entity.
- DiseaseOrPhenotypicFeatureExposure (mixin) - A disease or phenotypic feature state, when viewed as an exposure, represents an precondition, leading to or influencing an outcome, e.g. HIV predisposing an individual to infections; a relative deficiency of skin pigmentation predisposing an individual to skin cancer.
- DrugExposure (mixin) - A drug exposure is an intake of a particular drug.
- EnvironmentalExposure (mixin) - A environmental exposure is a factor relating to abiotic processes in the environment including sunlight (UV-B), atmospheric (heat, cold, general pollution) and water-born contaminants.
- GenomicBackgroundExposure (mixin) - A genomic background exposure is where an individual’s specific genomic background of genes, sequence variants or other pre-existing genomic conditions constitute a kind of ‘exposure’ to the organism, leading to or influencing an outcome.
- GeographicExposure (mixin) - A geographic exposure is a factor relating to geographic proximity to some impactful entity.
- PathologicalAnatomicalExposure (mixin) - An abnormal anatomical structure, when viewed as an exposure, representing an precondition, leading to or influencing an outcome, e.g. thrombosis leading to an ischemic disease outcome.
- PathologicalProcessExposure (mixin) - A pathological process, when viewed as an exposure, representing a precondition, leading to or influencing an outcome, e.g. autoimmunity leading to disease.
- SocioeconomicExposure (mixin) - A socioeconomic exposure is a factor relating to social and financial status of an affected individual (e.g. poverty).
- Treatment (mixin) - A treatment is targeted at a disease or phenotype and may involve multiple drug ‘exposures’, medical devices and/or procedures
Referenced by class
- EntityToExposureEventAssociationMixin object 1..1 ExposureEvent
- ExposureEventToPhenotypicFeatureAssociation subject 1..1 ExposureEvent
Attributes
Inherited from association:
- subject 1..1
- Description: connects an association to the subject of the association. For example, in a gene-to-phenotype association, the gene is subject and phenotype is object.
- Range: NamedThing
- predicate 1..1
- Description: A high-level grouping for the relationship type. AKA minimal predicate. This is analogous to category for nodes.
- Range: PredicateType
- object 1..1
- Description: connects an association to the object of the association. For example, in a gene-to-phenotype association, the gene is subject and phenotype is object.
- Range: NamedThing
- negated 0..1
- Description: if set to true, then the association is negated i.e. is not true
- Range: Boolean
- qualifiers 0..*
- Description: connects an association to qualifiers that modify or qualify the meaning of that association
- Range: OntologyClass
- publications 0..*
- Description: One or more publications that report the statement expressed in an Association, or provide information used as evidence supporting this statement.
- Range: Publication
- has evidence 0..*
- Description: connects an association to an instance of supporting evidence
- Range: EvidenceType
- knowledge source 0..1
- Description: An Information Resource from which the knowledge expressed in an Association was retrieved, directly or indirectly. This can be any resource through which the knowledge passed on its way to its currently serialized form. In practice, implementers should use one of the more specific subtypes of this generic property.
- Range: InformationResource
- primary knowledge source 0..1
- Description: The most upstream source of the knowledge expressed in an Association that an implementer can identify. Performing a rigorous analysis of upstream data providers is expected; every effort is made to catalog the most upstream source of data in this property. Only one data source should be declared primary in any association. “aggregator knowledge source” can be used to caputre non-primary sources.
- Range: InformationResource
- aggregator knowledge source 0..*
- Description: An intermediate aggregator resource from which knowledge expressed in an Association was retrieved downstream of the original source, on its path to its current serialized form.
- Range: InformationResource
- timepoint 0..1
- Description: a point in time
- Range: TimeType
- original subject 0..1
- Description: used to hold the original subject of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification.
- Range: String
- original predicate 0..1
- Description: used to hold the original relation/predicate that an external knowledge source uses before transformation to match the biolink-model specification.
- Range: Uriorcurie
- original object 0..1
- Description: used to hold the original object of a relation (or predicate) that an external knowledge source uses before transformation to match the biolink-model specification.
- Range: String
- type 0..*
- Range: String
- category 0..*
- Description: Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class.
- In a neo4j database this MAY correspond to the neo4j label tag.
- In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values
biolink:Protein
,biolink:GeneProduct
,biolink:MolecularEntity
, … In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence featuref
may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}- Range: CategoryType
- in subsets: (translator_minimal)
Inherited from entity:
- id 1..1
- Description: A unique identifier for an entity. Must be either a CURIE shorthand for a URI or a complete URI
- Range: String
- in subsets: (translator_minimal)
- iri 0..1
- Description: An IRI for an entity. This is determined by the id using expansion rules.
- Range: IriType
- in subsets: (translator_minimal,samples)
- category 0..*
- Description: Name of the high level ontology class in which this entity is categorized. Corresponds to the label for the biolink entity type class.
- In a neo4j database this MAY correspond to the neo4j label tag.
- In an RDF database it should be a biolink model class URI. This field is multi-valued. It should include values for ancestors of the biolink class; for example, a protein such as Shh would have category values
biolink:Protein
,biolink:GeneProduct
,biolink:MolecularEntity
, … In an RDF database, nodes will typically have an rdf:type triples. This can be to the most specific biolink class, or potentially to a class more specific than something in biolink. For example, a sequence featuref
may have a rdf:type assertion to a SO class such as TF_binding_site, which is more specific than anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity, biolink:NamedThing}- Range: CategoryType
- in subsets: (translator_minimal)
- type 0..*
- Range: String
- description 0..1
- Description: a human-readable description of an entity
- Range: NarrativeText
- in subsets: (translator_minimal)
- has attribute 0..*
- Description: connects any entity to an attribute
- Range: Attribute
- in subsets: (samples)
Other properties
Aliases: | exposure | |
experimental condition | ||
In Subsets: | model_organism_database | |
Exact Mappings: | XCO:0000000 |