Skip to content

Class: Exposure

External, non-genetic, and internal stimuli, that can be chemical, physical, biological, and psychosocial in nature, that an individual interacts with

  • NOTE: this is an abstract class and should not be instantiated directly

URI: ExO:0000002

classDiagram class Exposure click Exposure href "../Exposure/" NamedThing <|-- Exposure click NamedThing href "../NamedThing/" Exposure <|-- ActiveExposure click ActiveExposure href "../ActiveExposure/" Exposure <|-- PassiveExposure click PassiveExposure href "../PassiveExposure/" Exposure <|-- ChemicalExposure click ChemicalExposure href "../ChemicalExposure/" Exposure <|-- DietaryExposure click DietaryExposure href "../DietaryExposure/" Exposure <|-- OccupationalExposure click OccupationalExposure href "../OccupationalExposure/" Exposure <|-- ExperimentalExposure click ExperimentalExposure href "../ExperimentalExposure/" Exposure <|-- PrenatalExposure click PrenatalExposure href "../PrenatalExposure/" Exposure <|-- BehavioralExposure click BehavioralExposure href "../BehavioralExposure/" Exposure <|-- SesExposure click SesExposure href "../SesExposure/" Exposure : category Exposure : description Exposure : exposure_concentration Exposure : exposure_duration Exposure : exposure_frequency Exposure --> "0..1" ExposureFrequencyEnum : exposure_frequency click ExposureFrequencyEnum href "../ExposureFrequencyEnum/" Exposure : exposure_medium Exposure --> "0..1" ExposureMediumEnum : exposure_medium click ExposureMediumEnum href "../ExposureMediumEnum/" Exposure : exposure_route Exposure --> "0..1" ExposureRouteEnum : exposure_route click ExposureRouteEnum href "../ExposureRouteEnum/" Exposure : id Exposure : name Exposure : xref

Inheritance

Slots

Name Cardinality and Range Description Inheritance
exposure_route 0..1
ExposureRouteEnum
Route of exposure direct
exposure_duration 0..1
String
Duration of exposure direct
exposure_frequency 0..1
ExposureFrequencyEnum
The temporal pattern of exposure, describing how often contact with a stimulu... 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

Identifier and Mapping Information

Schema Source

  • from schema: https://w3id.org/diatomsRcool/exposome-schema

Mappings

Mapping Type Mapped Value
self ExO:0000002
native exposome_schema:Exposure

LinkML Source

Direct

name: Exposure
description: External, non-genetic, and internal stimuli, that can be chemical, physical,  biological,
  and psychosocial in nature, that an individual interacts with
from_schema: https://w3id.org/diatomsRcool/exposome-schema
is_a: NamedThing
abstract: true
slots:
- exposure_route
- exposure_duration
- exposure_frequency
- exposure_concentration
- exposure_medium
class_uri: ExO:0000002

Induced

name: Exposure
description: External, non-genetic, and internal stimuli, that can be chemical, physical,  biological,
  and psychosocial in nature, that an individual interacts with
from_schema: https://w3id.org/diatomsRcool/exposome-schema
is_a: NamedThing
abstract: true
attributes:
  exposure_route:
    name: exposure_route
    description: Route of exposure
    from_schema: https://w3id.org/diatomsRcool/exposome-schema
    rank: 1000
    alias: exposure_route
    owner: Exposure
    domain_of:
    - Exposure
    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: Exposure
    domain_of:
    - Exposure
    range: string
  exposure_frequency:
    name: exposure_frequency
    description: The temporal pattern of exposure, describing how often contact with
      a stimulus occurs over a defined period
    from_schema: https://w3id.org/diatomsRcool/exposome-schema
    rank: 1000
    alias: exposure_frequency
    owner: Exposure
    domain_of:
    - Exposure
    range: ExposureFrequencyEnum
  exposure_concentration:
    name: exposure_concentration
    description: Concentration of exposure
    from_schema: https://w3id.org/diatomsRcool/exposome-schema
    rank: 1000
    alias: exposure_concentration
    owner: Exposure
    domain_of:
    - Exposure
    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: Exposure
    domain_of:
    - Exposure
    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: Exposure
    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: Exposure
    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: Exposure
    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: Exposure
    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: Exposure
    domain_of:
    - NamedThing
    range: uriorcurie
    multivalued: true
class_uri: ExO:0000002