Class: ExposureEvent
An event in which a BiologicalEntity is exposed to a StimulusEntity and results in a BiologicalResponse
URI: exposome_schema:ExposureEvent
classDiagram
class ExposureEvent
click ExposureEvent href "../ExposureEvent/"
ExposureEvent : exposure_outcome
ExposureEvent --> "1" BiologicalResponse : exposure_outcome
click BiologicalResponse href "../BiologicalResponse/"
ExposureEvent : exposure_receiver
ExposureEvent --> "1" BiologicalEntity : exposure_receiver
click BiologicalEntity href "../BiologicalEntity/"
ExposureEvent : exposure_stimulus
ExposureEvent --> "1" StimulusEntity : exposure_stimulus
click StimulusEntity href "../StimulusEntity/"
Slots
| Name | Cardinality and Range | Description | Inheritance |
|---|---|---|---|
| exposure_stimulus | 1 StimulusEntity |
The stimulus involved in the exposure | direct |
| exposure_outcome | 1 BiologicalResponse |
The biological response resulting from the exposure event | direct |
| exposure_receiver | 1 BiologicalEntity |
The organism, cell, tissue, or population being exposed | direct |
Usages
| used by | used in | type | used |
|---|---|---|---|
| ExposureToPhenotypeAssociation | exposure | range | ExposureEvent |
| ExposureToDiseaseAssociation | exposure | range | ExposureEvent |
| ExposomeDatabase | exposures | range | ExposureEvent |
Identifier and Mapping Information
Annotations
| property | value |
|---|---|
| must_not_have_id_slot | True |
Schema Source
- from schema: https://w3id.org/diatomsRcool/exposome-schema
Mappings
| Mapping Type | Mapped Value |
|---|---|
| self | exposome_schema:ExposureEvent |
| native | exposome_schema:ExposureEvent |
LinkML Source
Direct
name: ExposureEvent
annotations:
must_not_have_id_slot:
tag: must_not_have_id_slot
value: true
description: An event in which a BiologicalEntity is exposed to a StimulusEntity and
results in a BiologicalResponse
from_schema: https://w3id.org/diatomsRcool/exposome-schema
slots:
- exposure_stimulus
- exposure_outcome
- exposure_receiver
Induced
name: ExposureEvent
annotations:
must_not_have_id_slot:
tag: must_not_have_id_slot
value: true
description: An event in which a BiologicalEntity is exposed to a StimulusEntity and
results in a BiologicalResponse
from_schema: https://w3id.org/diatomsRcool/exposome-schema
attributes:
exposure_stimulus:
name: exposure_stimulus
description: The stimulus involved in the exposure
from_schema: https://w3id.org/diatomsRcool/exposome-schema
rank: 1000
alias: exposure_stimulus
owner: ExposureEvent
domain_of:
- ExposureEvent
range: StimulusEntity
required: true
exposure_outcome:
name: exposure_outcome
description: The biological response resulting from the exposure event
from_schema: https://w3id.org/diatomsRcool/exposome-schema
rank: 1000
alias: exposure_outcome
owner: ExposureEvent
domain_of:
- ExposureEvent
range: BiologicalResponse
required: true
exposure_receiver:
name: exposure_receiver
description: The organism, cell, tissue, or population being exposed
from_schema: https://w3id.org/diatomsRcool/exposome-schema
rank: 1000
alias: exposure_receiver
owner: ExposureEvent
domain_of:
- ExposureEvent
range: BiologicalEntity
required: true