{
  "@context": "https://schema.org",
  "@type": "Product",
  "@id": "https://www.mywinemine.com/wine/chateau-gruaud-larose-2010",
  "name": "Chateau Gruaud-Larose 2010",
  "category": "Wine",
  "productionDate": "2010",
  "brand": {
    "@type": "Organization",
    "name": "Chateau Gruaud-Larose"
  },
  "additionalProperty": [
    {
      "@type": "PropertyValue",
      "name": "Wine label",
      "value": "Chateau Gruaud-Larose"
    },
    {
      "@type": "PropertyValue",
      "name": "Region",
      "value": "St Julien"
    },
    {
      "@type": "PropertyValue",
      "name": "Descriptors",
      "value": "Cassis, Cedar"
    }
  ]
}
