Skip to content

Class: PassiveExposure

Indirect, unintentional, or incidental contact with a stimulus

URI: exposome_schema:PassiveExposure

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

Inheritance

Slots

Name Cardinality and Range Description Inheritance
environmental_context 0..1
String
Environmental context of exposure 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 exposome_schema:PassiveExposure
native exposome_schema:PassiveExposure

LinkML Source

Direct

name: PassiveExposure
description: Indirect, unintentional, or incidental contact with a stimulus
from_schema: https://w3id.org/diatomsRcool/exposome-schema
is_a: Exposure
slots:
- environmental_context

Induced

name: PassiveExposure
description: Indirect, unintentional, or incidental contact with a stimulus
from_schema: https://w3id.org/diatomsRcool/exposome-schema
is_a: Exposure
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: PassiveExposure
    domain_of:
    - PassiveExposure
    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: PassiveExposure
    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: PassiveExposure
    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: PassiveExposure
    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: PassiveExposure
    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: PassiveExposure
    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: PassiveExposure
    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: PassiveExposure
    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: PassiveExposure
    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: PassiveExposure
    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: PassiveExposure
    domain_of:
    - NamedThing
    range: uriorcurie
    multivalued: true