{
    "@context": "https://schema.org",
    "@type": "Product",
    "@id": "https://www.compradiretto.it/json/farm-products/lumache-da-terra.json",
    "name": "Lumache da terra",
    "description": "Le nostre lumache Helix aspersa sono allevate seguendo un ciclo naturale e vengono accuratamente spurgate.",
    "sku": "216",
    "category": "Carne",
    "offers": {
        "@type": "Offer",
        "price": "13.00",
        "priceCurrency": "EUR",
        "availability": "https://schema.org/InStock",
        "priceSpecification": {
            "@type": "UnitPriceSpecification",
            "price": "13.00",
            "priceCurrency": "EUR",
            "unitCode": "KGM",
            "valueAddedTaxIncluded": true,
            "description": "IVA: 10% inclusa"
        }
    },
    "additionalProperty": [
        {
            "@type": "PropertyValue",
            "name": "Produzione",
            "value": "100 Kg."
        },
        {
            "@type": "PropertyValue",
            "name": "Prezzo al Kg",
            "value": "€ 13.00 /Kg."
        },
        {
            "@type": "PropertyValue",
            "name": "IVA",
            "value": "10% inclusa"
        }
    ],
    "producer": {
        "@type": "Organization",
        "name": "ChiocciolaSilaSarda",
        "url": "https://www.compradiretto.it/json/companies/chiocciolasilasarda.json"
    },
    "mainEntityOfPage": "https://www.compradiretto.it/annuncio.php?id=216",
    "image": [
        "https://www.compradiretto.it/upload/annunci/216/5d86302b-1255-4b18-a233-699c96fab241.jpeg"
    ],
    "about": [
        {
            "@type": "Product",
            "name": "Lumache",
            "url": "https://www.compradiretto.it/json/products/lumache.json"
        }
    ]
}