Skip to content

Class: EnvironmentalExposure

Exposure to environmental factors

URI: ECTO:0000001

classDiagram class EnvironmentalExposure click EnvironmentalExposure href "../EnvironmentalExposure/" ExposureEvent <|-- EnvironmentalExposure click ExposureEvent href "../ExposureEvent/" EnvironmentalExposure : category EnvironmentalExposure : description EnvironmentalExposure : environmental_context EnvironmentalExposure : exposed_to_chemical EnvironmentalExposure --> "0..1" ChemicalEntity : exposed_to_chemical click ChemicalEntity href "../ChemicalEntity/" EnvironmentalExposure : exposure_concentration EnvironmentalExposure : exposure_duration EnvironmentalExposure : exposure_medium EnvironmentalExposure --> "0..1" ExposureMediumEnum : exposure_medium click ExposureMediumEnum href "../ExposureMediumEnum/" EnvironmentalExposure : exposure_route EnvironmentalExposure --> "0..1" ExposureRouteEnum : exposure_route click ExposureRouteEnum href "../ExposureRouteEnum/" EnvironmentalExposure : id EnvironmentalExposure : name EnvironmentalExposure : xref

Inheritance

Slots

Name Cardinality and Range Description Inheritance
environmental_context 0..1
String
Environmental context of exposure direct
exposed_to_chemical 0..1
ChemicalEntity
The chemical entity involved in the exposure ExposureEvent
exposure_route 0..1
ExposureRouteEnum
Route of exposure ExposureEvent
exposure_duration 0..1
String
Duration of exposure ExposureEvent
exposure_concentration 0..1
Float
Concentration of exposure ExposureEvent
exposure_medium 0..1
ExposureMediumEnum
Medium through which exposure occurs ExposureEvent
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 ECTO:0000001
native exposome_schema:EnvironmentalExposure

LinkML Source

Direct

name: EnvironmentalExposure
description: Exposure to environmental factors
from_schema: https://w3id.org/diatomsRcool/exposome-schema
is_a: ExposureEvent
slots:
- environmental_context
class_uri: ECTO:0000001

Induced

name: EnvironmentalExposure
description: Exposure to environmental factors
from_schema: https://w3id.org/diatomsRcool/exposome-schema
is_a: ExposureEvent
attributes:
  environmental_context:
    name: environmental_context
    description: Environmental context of exposure
    from_schema: https://w3id.org/diatomsRcool/exposome-schema
    rank: 1000
    alias: environmental_context
    owner: EnvironmentalExposure
    domain_of:
    - EnvironmentalExposure
    range: string
  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: EnvironmentalExposure
    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: EnvironmentalExposure
    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: EnvironmentalExposure
    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: EnvironmentalExposure
    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: EnvironmentalExposure
    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: EnvironmentalExposure
    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: EnvironmentalExposure
    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: EnvironmentalExposure
    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: EnvironmentalExposure
    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: EnvironmentalExposure
    domain_of:
    - NamedThing
    range: uriorcurie
    multivalued: true
class_uri: ECTO:0000001