Class: BehavioralExposure
Exposure wherein the receiver engages in a behavior that mediates an exposure or leads to a health outcome
URI: exposome_schema:BehavioralExposure
classDiagram
class BehavioralExposure
click BehavioralExposure href "../BehavioralExposure/"
Exposure <|-- BehavioralExposure
click Exposure href "../Exposure/"
BehavioralExposure : category
BehavioralExposure : description
BehavioralExposure : exposure_concentration
BehavioralExposure : exposure_duration
BehavioralExposure : exposure_frequency
BehavioralExposure --> "0..1" ExposureFrequencyEnum : exposure_frequency
click ExposureFrequencyEnum href "../ExposureFrequencyEnum/"
BehavioralExposure : exposure_medium
BehavioralExposure --> "0..1" ExposureMediumEnum : exposure_medium
click ExposureMediumEnum href "../ExposureMediumEnum/"
BehavioralExposure : exposure_route
BehavioralExposure --> "0..1" ExposureRouteEnum : exposure_route
click ExposureRouteEnum href "../ExposureRouteEnum/"
BehavioralExposure : id
BehavioralExposure : name
BehavioralExposure : xref
Inheritance
- NamedThing
- Exposure
- BehavioralExposure
- Exposure
Slots
| Name | Cardinality and Range | Description | Inheritance |
|---|---|---|---|
| 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:BehavioralExposure |
| native | exposome_schema:BehavioralExposure |
LinkML Source
Direct
name: BehavioralExposure
description: Exposure wherein the receiver engages in a behavior that mediates an
exposure or leads to a health outcome
from_schema: https://w3id.org/diatomsRcool/exposome-schema
is_a: Exposure
Induced
name: BehavioralExposure
description: Exposure wherein the receiver engages in a behavior that mediates an
exposure or leads to a health outcome
from_schema: https://w3id.org/diatomsRcool/exposome-schema
is_a: Exposure
attributes:
exposure_route:
name: exposure_route
description: Route of exposure
from_schema: https://w3id.org/diatomsRcool/exposome-schema
rank: 1000
alias: exposure_route
owner: BehavioralExposure
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: BehavioralExposure
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: BehavioralExposure
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: BehavioralExposure
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: BehavioralExposure
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: BehavioralExposure
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: BehavioralExposure
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: BehavioralExposure
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: BehavioralExposure
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: BehavioralExposure
domain_of:
- NamedThing
range: uriorcurie
multivalued: true