TOML

Herb Varieties - TOML

A comprehensive dataset covering 6 herb varieties: mint, rosemary, thyme, basil, parsley, and coriander. Each entry includes characteristics, scientific names, plant families, origins, and primary uses. Classified into Lamiaceae and Apiaceae families, these herbs are widely used for culinary flavoring, medicinal purposes, and aromatherapy.

herbs cooking spices culinary gardening ingredients
[[items]]
code = "01"
slug = "mint"
name = "Mint"
description = "A perennial herb characterized by its refreshing, cool aroma."
family = "Lamiaceae"
origin = "Europe, Asia, North America"
scientificName = "Mentha spp."
uses = "[\"Beverages (mojito, mint tea)\",\"Desserts\",\"Bath products\",\"Insect repellent\",\"Herbal tea\"]"

[[items]]
code = "02"
slug = "rosemary"
name = "Rosemary"
description = "An herb with a refreshing, strong aroma essential for meat dishes."
family = "Lamiaceae"
origin = "Mediterranean region"
scientificName = "Salvia rosmarinus"
uses = "[\"Meat dishes (lamb, roast chicken)\",\"Roasted vegetables\",\"Soap\",\"Bath products\",\"Aromatherapy\"]"

[[items]]
code = "03"
slug = "thyme"
name = "Thyme"
description = "A versatile herb with refreshing aroma, rich in vitamins and minerals."
family = "Lamiaceae"
origin = "Mediterranean region, Southern Europe"
scientificName = "Thymus vulgaris"
uses = "[\"Fish dishes\",\"Pot-au-feu\",\"Stewed dishes\",\"Bouquet garni\",\"Roasted potatoes\"]"

[[items]]
code = "04"
slug = "basil"
name = "Basil"
description = "A representative Italian herb with a sweet, spicy, and refreshing aroma."
family = "Lamiaceae"
origin = "Tropical Asia, Central Africa"
scientificName = "Ocimum basilicum"
uses = "[\"Pesto sauce\",\"Pasta\",\"Pizza\",\"Salads\",\"Caprese\"]"

[[items]]
code = "05"
slug = "parsley"
name = "Parsley"
description = "A versatile herb available year-round, featuring a refreshing bitterness and strong aroma."
family = "Apiaceae"
origin = "Mediterranean region"
scientificName = "Petroselinum crispum"
uses = "[\"Garnishing\",\"Flavoring\",\"Sauces\",\"Stewed dishes\",\"Salads\"]"

[[items]]
code = "06"
slug = "coriander"
name = "Coriander"
description = "An essential herb for ethnic cuisine, characterized by its unique aroma."
family = "Apiaceae"
origin = "Southern Europe, Northern Africa, Southwestern Asia"
scientificName = "Coriandrum sativum"
uses = "[\"Curry\",\"Ramen\",\"Dumplings\",\"Salads\",\"Spice (seeds)\"]"