XML
料理の基本味 - XML
料理の基本味は、人間の舌で感知できる基本的な味覚を分類したものです。現代の料理学では甘味、酸味、塩味、苦味、うま味の5つが基本五味として認識されています。これらの味覚はそれぞれ異なる生理的役割を持ち、食材の選択や調理法、味付けのバランスにおいて重要な指針となっています。特にうま味は1908年に池田菊苗博士によって発見され、2009年に正式に第五の基本味として認められました。
料理
味覚
基本五味
うま味
調味料
食文化
<?xml version="1.0" encoding="UTF-8"?>
<items>
<item>
<code>01</code>
<slug>sweet</slug>
<name>甘味</name>
<description>糖類による甘い味覚。エネルギー源を摂取する際の指標となる。</description>
<keyIngredients>["砂糖","はちみつ","果物","メープルシロップ","ココナッツシュガー"]</keyIngredients>
<physiologicalRole>エネルギー源の摂取を促進する</physiologicalRole>
<discoverer></discoverer>
<discoveryYear></discoveryYear>
<note></note>
</item>
<item>
<code>02</code>
<slug>sour</slug>
<name>酸味</name>
<description>酸による酸っぱい味覚。腐敗や未熟を警告する役割がある。</description>
<keyIngredients>["レモン","酢","柑橘類","梅","ヨーグルト","トマト"]</keyIngredients>
<physiologicalRole>腐敗や未熟を警告する保護機能</physiologicalRole>
<discoverer></discoverer>
<discoveryYear></discoveryYear>
<note></note>
</item>
<item>
<code>03</code>
<slug>salty</slug>
<name>塩味</name>
<description>塩化ナトリウムによる塩辛い味覚。ミネラル補給の指標となる。</description>
<keyIngredients>["塩","醤油","味噌","海産物","漬物","塩辛"]</keyIngredients>
<physiologicalRole>必要なミネラルの補給と体液バランス維持</physiologicalRole>
<discoverer></discoverer>
<discoveryYear></discoveryYear>
<note></note>
</item>
<item>
<code>04</code>
<slug>bitter</slug>
<name>苦味</name>
<description>アルカロイド等による苦い味覚。有毒物質への警告機能を持つ。</description>
<keyIngredients>["コーヒー","ビール","ゴーヤ","お茶","カカオ","セロリ"]</keyIngredients>
<physiologicalRole>有毒物質摂取を防ぐ警告機能</physiologicalRole>
<discoverer></discoverer>
<discoveryYear></discoveryYear>
<note></note>
</item>
<item>
<code>05</code>
<slug>umami</slug>
<name>うま味</name>
<description>グルタミン酸等による旨味。タンパク質摂取の指標となる。</description>
<keyIngredients>["昆布","鰹節","しいたけ","トマト","チーズ","醤油","味噌"]</keyIngredients>
<physiologicalRole>タンパク質摂取と消化促進</physiologicalRole>
<discoverer>池田菊苗 (Kikunae Ikeda)</discoverer>
<discoveryYear>1908</discoveryYear>
<note></note>
</item>
<item>
<code>06</code>
<slug>spicy</slug>
<name>辛味</name>
<description>痛覚・温覚として感知される刺激的な味。基本五味には含まれない。</description>
<keyIngredients>["唐辛子","わさび","カラシ","胡椒","生姜","花椒"]</keyIngredients>
<physiologicalRole>痛覚刺激による代謝促進と発汗作用</physiologicalRole>
<discoverer></discoverer>
<discoveryYear></discoveryYear>
<note>基本五味には含まれないが、料理において重要な味付け要素</note>
</item>
</items>