Skip to content

Class: SesExposure

Exposure to stimulus related to socioeconomic factors

URI: exposome_schema:SesExposure

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

Inheritance

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:SesExposure
native exposome_schema:SesExposure

LinkML Source

Direct

name: SesExposure
description: Exposure to stimulus related to socioeconomic factors
from_schema: https://w3id.org/diatomsRcool/exposome-schema
is_a: Exposure

Induced

name: SesExposure
description: Exposure to stimulus related to socioeconomic factors
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: SesExposure
    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: SesExposure
    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: SesExposure
    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: SesExposure
    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: SesExposure
    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: SesExposure
    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: SesExposure
    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: SesExposure
    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: SesExposure
    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: SesExposure
    domain_of:
    - NamedThing
    range: uriorcurie
    multivalued: true