Skip to content

food_storage_temperature_state

URI: mifc:food_storage_temperature_state

Applicable to: Food

Description

One or multiple values from an enumerated set of controlled vocabulary terms representing the qualitative temperature state at which a food sample was stored prior to acquisition.

Properties

  • Range: FoodStorageTemperatureState. The range of the slot is the type of the value that can be assigned to it.
  • Multivalued: True. If the slot is multivalued, more than one value can be attached to the same field. In the TSV format, these are | separated.
  • Requirement status: Recommended (We suggest adding this slot, but it is not required.)

Examples

Example: [frozen]

Example value:

[frozen]

Example: [frozen|refrigerated]

Example value:

[frozen|refrigerated]

Mappings

Mapping Type Mapped Value
self mifc:food_storage_temperature_state
native mifc:food_storage_temperature_state

Schema developer documentation

LinkML source
name: food_storage_temperature_state
description: One or multiple values from an enumerated set of controlled vocabulary
  terms representing the qualitative temperature state at which a food sample was
  stored prior to acquisition.
examples:
- value: '[frozen]'
- value: '[frozen|refrigerated]'
in_subset:
- RecommendedSubset
from_schema: https://w3id.org/kaiiam/mifc
rank: 1000
alias: food_storage_temperature_state
domain_of:
- Food
range: FoodStorageTemperatureState
recommended: true
multivalued: true