Class: ExposureEvent
An event in which an organism is exposed to a chemical or environmental factor
- NOTE: this is an abstract class and should not be instantiated directly
URI: exposome_schema:ExposureEvent
classDiagram
class ExposureEvent
click ExposureEvent href "../ExposureEvent/"
NamedThing <|-- ExposureEvent
click NamedThing href "../NamedThing/"
ExposureEvent <|-- ChemicalExposure
click ChemicalExposure href "../ChemicalExposure/"
ExposureEvent <|-- DietaryExposure
click DietaryExposure href "../DietaryExposure/"
ExposureEvent <|-- EnvironmentalExposure
click EnvironmentalExposure href "../EnvironmentalExposure/"
ExposureEvent <|-- OccupationalExposure
click OccupationalExposure href "../OccupationalExposure/"
ExposureEvent : category
ExposureEvent : description
ExposureEvent : exposed_to_chemical
ExposureEvent --> "0..1" ChemicalEntity : exposed_to_chemical
click ChemicalEntity href "../ChemicalEntity/"
ExposureEvent : exposure_concentration
ExposureEvent : exposure_duration
ExposureEvent : exposure_medium
ExposureEvent --> "0..1" ExposureMediumEnum : exposure_medium
click ExposureMediumEnum href "../ExposureMediumEnum/"
ExposureEvent : exposure_route
ExposureEvent --> "0..1" ExposureRouteEnum : exposure_route
click ExposureRouteEnum href "../ExposureRouteEnum/"
ExposureEvent : id
ExposureEvent : name
ExposureEvent : xref
Inheritance
Slots
| Name | Cardinality and Range | Description | Inheritance |
|---|---|---|---|
| exposed_to_chemical | 0..1 ChemicalEntity |
The chemical entity involved in the exposure | direct |
| exposure_route | 0..1 ExposureRouteEnum |
Route of exposure | direct |
| exposure_duration | 0..1 String |
Duration of exposure | direct |
| exposure_concentration | 0..1 Float |
Concentration of exposure | direct |
| exposure_medium | 0..1 ExposureMediumEnum |
Medium through which exposure occurs | direct |
| id | 1 Uriorcurie |
A unique identifier for a thing | NamedThing |
| name | 0..1 String |
A human-readable name for a thing | NamedThing |
| description | 0..1 String |
A human-readable description for a thing | NamedThing |
| category | * String |
A category or type for a thing | NamedThing |
| xref | * Uriorcurie |
External database cross-references | NamedThing |
Usages
| used by | used in | type | used |
|---|---|---|---|
| ExposureToPhenotypeAssociation | exposure | range | ExposureEvent |
| ExposomeDatabase | exposures | range | ExposureEvent |
Identifier and Mapping Information
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
description: An event in which an organism is exposed to a chemical or environmental
factor
from_schema: https://w3id.org/diatomsRcool/exposome-schema
is_a: NamedThing
abstract: true
slots:
- exposed_to_chemical
- exposure_route
- exposure_duration
- exposure_concentration
- exposure_medium
Induced
name: ExposureEvent
description: An event in which an organism is exposed to a chemical or environmental
factor
from_schema: https://w3id.org/diatomsRcool/exposome-schema
is_a: NamedThing
abstract: true
attributes:
exposed_to_chemical:
name: exposed_to_chemical
description: The chemical entity involved in the exposure
from_schema: https://w3id.org/diatomsRcool/exposome-schema
rank: 1000
slot_uri: CHEBI:24431
alias: exposed_to_chemical
owner: ExposureEvent
domain_of:
- ExposureEvent
range: ChemicalEntity
exposure_route:
name: exposure_route
description: Route of exposure
from_schema: https://w3id.org/diatomsRcool/exposome-schema
rank: 1000
alias: exposure_route
owner: ExposureEvent
domain_of:
- ExposureEvent
range: ExposureRouteEnum
exposure_duration:
name: exposure_duration
description: Duration of exposure
from_schema: https://w3id.org/diatomsRcool/exposome-schema
rank: 1000
alias: exposure_duration
owner: ExposureEvent
domain_of:
- ExposureEvent
range: string
exposure_concentration:
name: exposure_concentration
description: Concentration of exposure
from_schema: https://w3id.org/diatomsRcool/exposome-schema
rank: 1000
alias: exposure_concentration
owner: ExposureEvent
domain_of:
- ExposureEvent
range: float
exposure_medium:
name: exposure_medium
description: Medium through which exposure occurs
from_schema: https://w3id.org/diatomsRcool/exposome-schema
rank: 1000
alias: exposure_medium
owner: ExposureEvent
domain_of:
- ExposureEvent
range: ExposureMediumEnum
id:
name: id
description: A unique identifier for a thing
from_schema: https://w3id.org/diatomsRcool/exposome-schema
rank: 1000
slot_uri: schema:identifier
identifier: true
alias: id
owner: ExposureEvent
domain_of:
- NamedThing
range: uriorcurie
required: true
name:
name: name
description: A human-readable name for a thing
from_schema: https://w3id.org/diatomsRcool/exposome-schema
rank: 1000
slot_uri: schema:name
alias: name
owner: ExposureEvent
domain_of:
- NamedThing
range: string
description:
name: description
description: A human-readable description for a thing
from_schema: https://w3id.org/diatomsRcool/exposome-schema
rank: 1000
slot_uri: schema:description
alias: description
owner: ExposureEvent
domain_of:
- NamedThing
range: string
category:
name: category
description: A category or type for a thing
from_schema: https://w3id.org/diatomsRcool/exposome-schema
rank: 1000
alias: category
owner: ExposureEvent
domain_of:
- NamedThing
range: string
multivalued: true
xref:
name: xref
description: External database cross-references
from_schema: https://w3id.org/diatomsRcool/exposome-schema
rank: 1000
alias: xref
owner: ExposureEvent
domain_of:
- NamedThing
range: uriorcurie
multivalued: true