Skip to content

Class: DietaryExposure

Exposure through dietary consumption

URI: FOODON:00002403

classDiagram class DietaryExposure click DietaryExposure href "../DietaryExposure/" ExposureEvent <|-- DietaryExposure click ExposureEvent href "../ExposureEvent/" DietaryExposure : category DietaryExposure : description DietaryExposure : exposed_to_chemical DietaryExposure --> "0..1" ChemicalEntity : exposed_to_chemical click ChemicalEntity href "../ChemicalEntity/" DietaryExposure : exposure_concentration DietaryExposure : exposure_duration DietaryExposure : exposure_medium DietaryExposure --> "0..1" ExposureMediumEnum : exposure_medium click ExposureMediumEnum href "../ExposureMediumEnum/" DietaryExposure : exposure_route DietaryExposure --> "0..1" ExposureRouteEnum : exposure_route click ExposureRouteEnum href "../ExposureRouteEnum/" DietaryExposure : food_item DietaryExposure : id DietaryExposure : name DietaryExposure : serving_size DietaryExposure : xref

Inheritance

Slots

Name Cardinality and Range Description Inheritance
food_item 0..1
String
Food item consumed direct
serving_size 0..1
String
Serving size direct
exposed_to_chemical 0..1
ChemicalEntity
The chemical entity involved in the exposure ExposureEvent
exposure_route 0..1
ExposureRouteEnum
Route of exposure ExposureEvent
exposure_duration 0..1
String
Duration of exposure ExposureEvent
exposure_concentration 0..1
Float
Concentration of exposure ExposureEvent
exposure_medium 0..1
ExposureMediumEnum
Medium through which exposure occurs ExposureEvent
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 FOODON:00002403
native exposome_schema:DietaryExposure

LinkML Source

Direct

name: DietaryExposure
description: Exposure through dietary consumption
from_schema: https://w3id.org/diatomsRcool/exposome-schema
is_a: ExposureEvent
slots:
- food_item
- serving_size
class_uri: FOODON:00002403

Induced

name: DietaryExposure
description: Exposure through dietary consumption
from_schema: https://w3id.org/diatomsRcool/exposome-schema
is_a: ExposureEvent
attributes:
  food_item:
    name: food_item
    description: Food item consumed
    from_schema: https://w3id.org/diatomsRcool/exposome-schema
    rank: 1000
    alias: food_item
    owner: DietaryExposure
    domain_of:
    - DietaryExposure
    range: string
  serving_size:
    name: serving_size
    description: Serving size
    from_schema: https://w3id.org/diatomsRcool/exposome-schema
    rank: 1000
    alias: serving_size
    owner: DietaryExposure
    domain_of:
    - DietaryExposure
    range: string
  exposed_to_chemical:
    name: exposed_to_chemical
    description: The chemical entity involved in the exposure
    from_schema: https://w3id.org/diatomsRcool/exposome-schema
    rank: 1000
    slot_uri: CHEBI:24431
    alias: exposed_to_chemical
    owner: DietaryExposure
    domain_of:
    - ExposureEvent
    range: ChemicalEntity
  exposure_route:
    name: exposure_route
    description: Route of exposure
    from_schema: https://w3id.org/diatomsRcool/exposome-schema
    rank: 1000
    alias: exposure_route
    owner: DietaryExposure
    domain_of:
    - ExposureEvent
    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: DietaryExposure
    domain_of:
    - ExposureEvent
    range: string
  exposure_concentration:
    name: exposure_concentration
    description: Concentration of exposure
    from_schema: https://w3id.org/diatomsRcool/exposome-schema
    rank: 1000
    alias: exposure_concentration
    owner: DietaryExposure
    domain_of:
    - ExposureEvent
    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: DietaryExposure
    domain_of:
    - ExposureEvent
    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: DietaryExposure
    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: DietaryExposure
    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: DietaryExposure
    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: DietaryExposure
    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: DietaryExposure
    domain_of:
    - NamedThing
    range: uriorcurie
    multivalued: true
class_uri: FOODON:00002403