# Linen Wrap Dress — Maison Belle > **Available formats:** [HTML](https://aztrix.io/maisonbelle.be/products/linen-wrap-dress/) · [.md](https://aztrix.io/maisonbelle.be/products/linen-wrap-dress.md) *(current)* · [.json](https://aztrix.io/maisonbelle.be/products/linen-wrap-dress/?format=json) **Price:** (EUR 89) Relaxed-fit wrap dress in stone-washed Belgian linen. Sustainably made in Ghent. Available in sand and sage. ## Details - Category: Fashion - Image: https://images.unsplash.com/photo-1595777457583-95e059d581b8?w=600&h=400&fit=crop ## More from this merchant [← All products](products.md?src=knowledge) ```json { "@context": [ "https://schema.org", "https://aztrix.io/ns/v1" ], "@graph": [ { "@id": "#merchant", "@type": "Organization", "name": "Maison Belle", "url": "https://aztrix.io/maisonbelle.be/", "description": "A curated boutique in the heart of Antwerp offering sustainable fashion, artisan accessories, and unique home decor. Supporting independent European designers since 2020.", "address": { "@type": "PostalAddress", "streetAddress": "Kammenstraat 28", "addressLocality": "Antwerp", "postalCode": "2000", "addressCountry": "Belgium" }, "telephone": "+32 3 456 78 90", "category": "shopping", "hasPart": [ { "@id": "#products" } ] }, { "@id": "#products", "@type": "CollectionPage", "name": "Products", "url": "https://aztrix.io/maisonbelle.be/products.md", "isPartOf": { "@id": "#merchant" }, "hasPart": [ { "@id": "#cat-gifts" }, { "@id": "#cat-fashion" }, { "@id": "#cat-home" }, { "@id": "#cat-accessories" } ] }, { "@id": "#prod-linen-wrap-dress", "@type": "Product", "name": "Linen Wrap Dress", "description": "Relaxed-fit wrap dress in stone-washed Belgian linen. Sustainably made in Ghent. Available in sand and sage.", "image": "https://images.unsplash.com/photo-1595777457583-95e059d581b8?w=600&h=400&fit=crop", "category": "Fashion", "brand": { "@type": "Brand", "name": "Maison Belle" }, "url": "https://aztrix.io/maisonbelle.be/products/linen-wrap-dress/", "aztrix:discoverySurface": [ { "@type": "MediaObject", "contentUrl": "https://aztrix.io/maisonbelle.be/products/linen-wrap-dress.md", "encodingFormat": "text/markdown" } ], "isPartOf": { "@id": "#cat-fashion" }, "offers": { "@type": "Offer", "price": 89, "priceCurrency": "EUR", "availability": "https://schema.org/InStock", "url": "https://aztrix.io/maisonbelle.be/products/linen-wrap-dress/", "seller": { "@id": "#merchant" } } }, { "@id": "#cat-fashion", "@type": "ItemList", "name": "Fashion", "itemListOrder": "https://schema.org/ItemListUnordered", "numberOfItems": 3, "isPartOf": { "@id": "#products" }, "hasPart": [ { "@id": "#prod-linen-wrap-dress" }, { "@id": "#prod-merino-wool-scarf" }, { "@id": "#prod-recycled-cotton-tote" } ] } ] } ```