Skip to content

Commit

Permalink
Add FoodRipenessState enum and food_ripeness_state slot
Browse files Browse the repository at this point in the history
  • Loading branch information
kaiiam committed Jun 10, 2024
1 parent aeeb700 commit 704e20d
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions src/mifc/schema/mifc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,8 @@ classes:
- primary_food_type_upc_code
- primary_food_category_label
- food_preservation_state
- food_storage_temperature_state
- food_ripeness_state
- food_acquisition_city
- food_acquisition_country
- food_acquisition_country_subdivision
Expand Down Expand Up @@ -149,6 +151,9 @@ slots:
food_storage_temperature_state:
description: An enumerated set of controlled vocabulary terms representing the qualitative temperature state at which a primary_food_type was stored prior to acquisition (e.g., "Refrigerated").
range: FoodStorageTemperatureState
food_ripeness_state:
description: An enumerated set of controlled vocabulary terms representing the qualitative freshness state of a primary_food_type when prepared for analysis.
range: FoodRipenessState
food_acquisition_city:
description: A string denoting the city in which a primary_food_type was acquired.
close_mappings:
Expand Down Expand Up @@ -303,6 +308,12 @@ enums:
foodsafe chilled:
frozen:
refrigerated:
FoodRipenessState:
permissible_values:
ripe:
overripe:
unripe:
slightly ripe:
FoodAcquisitionLocationType:
permissible_values:
field:
Expand Down

0 comments on commit 704e20d

Please sign in to comment.