Skip to content

Class: OccupationalExposure

Exposure in an occupational setting

URI: ECTO:0000002

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

Inheritance

Slots

Name Cardinality and Range Description Inheritance
occupation 0..1
String
Occupation related to exposure direct
workplace 0..1
String
Workplace where exposure occurs 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:0000002
native exposome_schema:OccupationalExposure

LinkML Source

Direct

name: OccupationalExposure
description: Exposure in an occupational setting
from_schema: https://w3id.org/diatomsRcool/exposome-schema
is_a: ExposureEvent
slots:
- occupation
- workplace
class_uri: ECTO:0000002

Induced

name: OccupationalExposure
description: Exposure in an occupational setting
from_schema: https://w3id.org/diatomsRcool/exposome-schema
is_a: ExposureEvent
attributes:
  occupation:
    name: occupation
    description: Occupation related to exposure
    from_schema: https://w3id.org/diatomsRcool/exposome-schema
    rank: 1000
    alias: occupation
    owner: OccupationalExposure
    domain_of:
    - OccupationalExposure
    range: string
  workplace:
    name: workplace
    description: Workplace where exposure occurs
    from_schema: https://w3id.org/diatomsRcool/exposome-schema
    rank: 1000
    alias: workplace
    owner: OccupationalExposure
    domain_of:
    - OccupationalExposure
    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: OccupationalExposure
    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: OccupationalExposure
    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: OccupationalExposure
    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: OccupationalExposure
    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: OccupationalExposure
    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: OccupationalExposure
    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: OccupationalExposure
    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: OccupationalExposure
    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: OccupationalExposure
    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: OccupationalExposure
    domain_of:
    - NamedThing
    range: uriorcurie
    multivalued: true
class_uri: ECTO:0000002