Class: ActiveExposure
_Direct, intentional contact with a stimulus _
URI: exposome_schema:ActiveExposure
classDiagram
class ActiveExposure
click ActiveExposure href "../ActiveExposure/"
Exposure <|-- ActiveExposure
click Exposure href "../Exposure/"
ActiveExposure : category
ActiveExposure : description
ActiveExposure : exposure_concentration
ActiveExposure : exposure_duration
ActiveExposure : exposure_frequency
ActiveExposure --> "0..1" ExposureFrequencyEnum : exposure_frequency
click ExposureFrequencyEnum href "../ExposureFrequencyEnum/"
ActiveExposure : exposure_medium
ActiveExposure --> "0..1" ExposureMediumEnum : exposure_medium
click ExposureMediumEnum href "../ExposureMediumEnum/"
ActiveExposure : exposure_route
ActiveExposure --> "0..1" ExposureRouteEnum : exposure_route
click ExposureRouteEnum href "../ExposureRouteEnum/"
ActiveExposure : id
ActiveExposure : name
ActiveExposure : xref
Inheritance
- NamedThing
- Exposure
- ActiveExposure
- 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:ActiveExposure |
| native | exposome_schema:ActiveExposure |
LinkML Source
Direct
name: ActiveExposure
description: 'Direct, intentional contact with a stimulus '
from_schema: https://w3id.org/diatomsRcool/exposome-schema
is_a: Exposure
Induced
name: ActiveExposure
description: 'Direct, intentional contact with a stimulus '
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: ActiveExposure
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: ActiveExposure
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: ActiveExposure
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: ActiveExposure
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: ActiveExposure
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: ActiveExposure
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: ActiveExposure
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: ActiveExposure
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: ActiveExposure
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: ActiveExposure
domain_of:
- NamedThing
range: uriorcurie
multivalued: true