Skip to content

Class: ExperimentalExposure

Exposure to a treatment in an empirical experimental setting

URI: XCO:0000000

classDiagram class ExperimentalExposure click ExperimentalExposure href "../ExperimentalExposure/" Exposure <|-- ExperimentalExposure click Exposure href "../Exposure/" ExperimentalExposure : category ExperimentalExposure : description ExperimentalExposure : experimental_result ExperimentalExposure : experimental_subject ExperimentalExposure : exposure_concentration ExperimentalExposure : exposure_duration ExperimentalExposure : exposure_frequency ExperimentalExposure --> "0..1" ExposureFrequencyEnum : exposure_frequency click ExposureFrequencyEnum href "../ExposureFrequencyEnum/" ExperimentalExposure : exposure_medium ExperimentalExposure --> "0..1" ExposureMediumEnum : exposure_medium click ExposureMediumEnum href "../ExposureMediumEnum/" ExperimentalExposure : exposure_route ExperimentalExposure --> "0..1" ExposureRouteEnum : exposure_route click ExposureRouteEnum href "../ExposureRouteEnum/" ExperimentalExposure : id ExperimentalExposure : name ExperimentalExposure : treatment ExperimentalExposure : xref

Inheritance

Slots

Name Cardinality and Range Description Inheritance
treatment 0..1
String
The experimental stimulus or intervention applied to subjects in an experimen... direct
experimental_subject 0..1
String
The organism, cell, tissue, or population that is the subject of an experimen... direct
experimental_result 0..1
String
The biological response or outcome observed as a result of an experimental ex... direct
exposure_route 0..1
ExposureRouteEnum
Route of exposure Exposure
exposure_duration 0..1
String
Duration of exposure Exposure
exposure_frequency 0..1
ExposureFrequencyEnum
The temporal pattern of exposure, describing how often contact with a stimulu... Exposure
exposure_concentration 0..1
Float
Concentration of exposure Exposure
exposure_medium 0..1
ExposureMediumEnum
Medium through which exposure occurs Exposure
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 XCO:0000000
native exposome_schema:ExperimentalExposure

LinkML Source

Direct

name: ExperimentalExposure
description: Exposure to a treatment in an empirical experimental setting
from_schema: https://w3id.org/diatomsRcool/exposome-schema
is_a: Exposure
slots:
- treatment
- experimental_subject
- experimental_result
class_uri: XCO:0000000

Induced

name: ExperimentalExposure
description: Exposure to a treatment in an empirical experimental setting
from_schema: https://w3id.org/diatomsRcool/exposome-schema
is_a: Exposure
attributes:
  treatment:
    name: treatment
    instantiates:
    - exposure_stimulus
    description: The experimental stimulus or intervention applied to subjects in
      an experimental exposure setting; instantiates exposure_stimulus
    from_schema: https://w3id.org/diatomsRcool/exposome-schema
    rank: 1000
    alias: treatment
    owner: ExperimentalExposure
    domain_of:
    - ExperimentalExposure
    range: string
  experimental_subject:
    name: experimental_subject
    instantiates:
    - exposure_receiver
    description: The organism, cell, tissue, or population that is the subject of
      an experimental exposure; instantiates exposure_receiver
    from_schema: https://w3id.org/diatomsRcool/exposome-schema
    rank: 1000
    alias: experimental_subject
    owner: ExperimentalExposure
    domain_of:
    - ExperimentalExposure
    range: string
  experimental_result:
    name: experimental_result
    instantiates:
    - exposure_outcome
    description: The biological response or outcome observed as a result of an experimental
      exposure; instantiates exposure_outcome
    from_schema: https://w3id.org/diatomsRcool/exposome-schema
    rank: 1000
    alias: experimental_result
    owner: ExperimentalExposure
    domain_of:
    - ExperimentalExposure
    range: string
  exposure_route:
    name: exposure_route
    description: Route of exposure
    from_schema: https://w3id.org/diatomsRcool/exposome-schema
    rank: 1000
    alias: exposure_route
    owner: ExperimentalExposure
    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: ExperimentalExposure
    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: ExperimentalExposure
    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: ExperimentalExposure
    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: ExperimentalExposure
    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: ExperimentalExposure
    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: ExperimentalExposure
    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: ExperimentalExposure
    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: ExperimentalExposure
    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: ExperimentalExposure
    domain_of:
    - NamedThing
    range: uriorcurie
    multivalued: true
class_uri: XCO:0000000