Skip to content

Class: ExposureClassifications

Container for exposure- and agent-level classification assignments on an Environmental entry. Deliberately separate from DiseaseClassifications: everything here classifies the agent or the exposure event (benzene is an IARC Group 1 carcinogen), not the disease.

URI: dismech:class/ExposureClassifications

 classDiagram
    class ExposureClassifications
    click ExposureClassifications href "../../classes/ExposureClassifications/"
      ExposureClassifications : exposome_domain





        ExposureClassifications --> "*" ExposomeDomainAssignment : exposome_domain
        click ExposomeDomainAssignment href "../../classes/ExposomeDomainAssignment/"



      ExposureClassifications : exposure_duration





        ExposureClassifications --> "*" ExposureDurationAssignment : exposure_duration
        click ExposureDurationAssignment href "../../classes/ExposureDurationAssignment/"



      ExposureClassifications : exposure_route





        ExposureClassifications --> "*" ExposureRouteAssignment : exposure_route
        click ExposureRouteAssignment href "../../classes/ExposureRouteAssignment/"



      ExposureClassifications : ghs_health_hazard_class





        ExposureClassifications --> "*" GHSHealthHazardClassAssignment : ghs_health_hazard_class
        click GHSHealthHazardClassAssignment href "../../classes/GHSHealthHazardClassAssignment/"



      ExposureClassifications : hazard_agent_type





        ExposureClassifications --> "*" HazardAgentTypeAssignment : hazard_agent_type
        click HazardAgentTypeAssignment href "../../classes/HazardAgentTypeAssignment/"



      ExposureClassifications : iarc_carcinogen_group





        ExposureClassifications --> "0..1" IARCCarcinogenGroupAssignment : iarc_carcinogen_group
        click IARCCarcinogenGroupAssignment href "../../classes/IARCCarcinogenGroupAssignment/"



Slots

Name Cardinality and Range Description Inheritance
hazard_agent_type *
HazardAgentTypeAssignment
Occupational-hygiene classification of the agent by its nature (chemical, phy... direct
exposure_route *
ExposureRouteAssignment
Route(s) by which the agent reaches the organism direct
exposure_duration *
ExposureDurationAssignment
Duration/pattern of the exposure, using the ATSDR day ranges direct
iarc_carcinogen_group 0..1
IARCCarcinogenGroupAssignment
IARC Monographs carcinogenicity group for the agent direct
ghs_health_hazard_class *
GHSHealthHazardClassAssignment
UN GHS health hazard class(es) for the agent direct
exposome_domain *
ExposomeDomainAssignment
Domain of the exposome (Wild 2012) this exposure sits in direct

Usages

used by used in type used
Environmental exposure_classifications range ExposureClassifications

Identifier and Mapping Information

Schema Source

  • from schema: https://w3id.org/monarch-initiative/dismech

Mappings

Mapping Type Mapped Value
self dismech:ExposureClassifications
native dismech:ExposureClassifications

LinkML Source

Direct

name: ExposureClassifications
description: 'Container for exposure- and agent-level classification assignments on
  an ``Environmental`` entry. Deliberately separate from ``DiseaseClassifications``:
  everything here classifies the agent or the exposure event (benzene is an IARC Group
  1 carcinogen), not the disease.'
from_schema: https://w3id.org/monarch-initiative/dismech
slots:
- hazard_agent_type
- exposure_route
- exposure_duration
- iarc_carcinogen_group
- ghs_health_hazard_class
- exposome_domain

Induced

name: ExposureClassifications
description: 'Container for exposure- and agent-level classification assignments on
  an ``Environmental`` entry. Deliberately separate from ``DiseaseClassifications``:
  everything here classifies the agent or the exposure event (benzene is an IARC Group
  1 carcinogen), not the disease.'
from_schema: https://w3id.org/monarch-initiative/dismech
attributes:
  hazard_agent_type:
    name: hazard_agent_type
    description: Occupational-hygiene classification of the agent by its nature (chemical,
      physical, biological, ergonomic, psychosocial, safety).
    from_schema: https://w3id.org/monarch-initiative/dismech
    rank: 1000
    alias: hazard_agent_type
    owner: ExposureClassifications
    domain_of:
    - ExposureClassifications
    range: HazardAgentTypeAssignment
    multivalued: true
    inlined: true
  exposure_route:
    name: exposure_route
    description: 'Route(s) by which the agent reaches the organism. Multivalued: one
      agent commonly has more than one relevant route, and route can determine which
      disease results.'
    from_schema: https://w3id.org/monarch-initiative/dismech
    rank: 1000
    alias: exposure_route
    owner: ExposureClassifications
    domain_of:
    - ExposureClassifications
    range: ExposureRouteAssignment
    multivalued: true
    inlined: true
  exposure_duration:
    name: exposure_duration
    description: Duration/pattern of the exposure, using the ATSDR day ranges. Describes
      the exposure, not the disease course.
    from_schema: https://w3id.org/monarch-initiative/dismech
    rank: 1000
    alias: exposure_duration
    owner: ExposureClassifications
    domain_of:
    - ExposureClassifications
    range: ExposureDurationAssignment
    multivalued: true
    inlined: true
  iarc_carcinogen_group:
    name: iarc_carcinogen_group
    description: IARC Monographs carcinogenicity group for the agent. A hazard identification
      about the AGENT, not a risk statement and not a claim that the agent caused
      this entry's disease.
    from_schema: https://w3id.org/monarch-initiative/dismech
    rank: 1000
    alias: iarc_carcinogen_group
    owner: ExposureClassifications
    domain_of:
    - ExposureClassifications
    range: IARCCarcinogenGroupAssignment
    inlined: true
  ghs_health_hazard_class:
    name: ghs_health_hazard_class
    description: UN GHS health hazard class(es) for the agent. Record the numbered
      category (e.g. "Carc. 1A") in ``notes``; categories are class-specific and are
      not enumerated.
    from_schema: https://w3id.org/monarch-initiative/dismech
    rank: 1000
    alias: ghs_health_hazard_class
    owner: ExposureClassifications
    domain_of:
    - ExposureClassifications
    range: GHSHealthHazardClassAssignment
    multivalued: true
    inlined: true
  exposome_domain:
    name: exposome_domain
    description: Domain of the exposome (Wild 2012) this exposure sits in. A framing
      device for exposome-scale epidemiology, not a regulatory instrument; domains
      overlap by design.
    from_schema: https://w3id.org/monarch-initiative/dismech
    rank: 1000
    alias: exposome_domain
    owner: ExposureClassifications
    domain_of:
    - ExposureClassifications
    range: ExposomeDomainAssignment
    multivalued: true
    inlined: true