{
  "ogs_version": "0.2.0",
  "vocabulary": "aromatic_families",
  "description": "OGS controlled vocabulary of aromatic families (see spec/ogs-sense.md §5.1). Groups and items are free-form for now; future versions will promote them to their own vocab files.",
  "concepts": [
    {
      "id": "fruit",
      "example_groups": ["citrus", "stone_fruit", "tropical", "berry", "dried_fruit"],
      "labels": {
        "en": { "preferred": "fruit", "definition": "All fruit-derived aromas." }
      }
    },
    {
      "id": "floral",
      "example_groups": ["white_flower", "dried_flower", "perfumed"],
      "labels": {
        "en": { "preferred": "floral", "definition": "Flower and blossom aromas." }
      }
    },
    {
      "id": "herbal",
      "example_groups": ["fresh_herb", "dried_herb", "medicinal"],
      "labels": {
        "en": { "preferred": "herbal", "definition": "Fresh and dried herb aromas." }
      }
    },
    {
      "id": "spice",
      "example_groups": ["warm_spice", "pungent_spice", "sweet_spice"],
      "labels": {
        "en": { "preferred": "spice", "definition": "Spice and aromatic-seed aromas." }
      }
    },
    {
      "id": "earth",
      "example_groups": ["soil", "mineral", "fungal"],
      "labels": {
        "en": { "preferred": "earth", "definition": "Soil, mineral, and organic aromas." }
      }
    },
    {
      "id": "wood",
      "example_groups": ["oak", "smoke", "resinous"],
      "labels": {
        "en": { "preferred": "wood", "definition": "Wood-derived aromas (oak, smoke)." }
      }
    },
    {
      "id": "dairy",
      "example_groups": ["butter", "cream", "cheese"],
      "labels": {
        "en": { "preferred": "dairy", "definition": "Butter, cream, cheese aromas." }
      }
    },
    {
      "id": "savory",
      "example_groups": ["meat", "broth", "fermented"],
      "labels": {
        "en": { "preferred": "savory", "definition": "Meaty, brothy, fermented aromas." }
      }
    },
    {
      "id": "confection",
      "example_groups": ["caramel", "chocolate", "vanilla", "baked"],
      "labels": {
        "en": { "preferred": "confection", "definition": "Sweet, baked, caramelized aromas." }
      }
    },
    {
      "id": "vegetal",
      "example_groups": ["green", "cruciferous", "allium"],
      "labels": {
        "en": { "preferred": "vegetal", "definition": "Green, vegetable aromas." }
      }
    },
    {
      "id": "marine",
      "example_groups": ["brine", "iodine", "shellfish"],
      "labels": {
        "en": { "preferred": "marine", "definition": "Sea, iodine, shellfish aromas." }
      }
    }
  ]
}
