# Merino Wool Scarf — Maison Belle > **Available formats:** [HTML](https://aztrix.io/maisonbelle.be/products/merino-wool-scarf/) · [.md](https://aztrix.io/maisonbelle.be/products/merino-wool-scarf.md) *(current)* · [.json](https://aztrix.io/maisonbelle.be/products/merino-wool-scarf/?format=json) **Price:** (EUR 45) Ultra-soft merino wool scarf, hand-dyed in small batches. 180cm x 60cm. ## Details - Category: Fashion - Image: https://images.unsplash.com/photo-1520903920243-00d872a2d1c8?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-merino-wool-scarf", "@type": "Product", "name": "Merino Wool Scarf", "description": "Ultra-soft merino wool scarf, hand-dyed in small batches. 180cm x 60cm.", "image": "https://images.unsplash.com/photo-1520903920243-00d872a2d1c8?w=600&h=400&fit=crop", "category": "Fashion", "brand": { "@type": "Brand", "name": "Maison Belle" }, "url": "https://aztrix.io/maisonbelle.be/products/merino-wool-scarf/", "aztrix:discoverySurface": [ { "@type": "MediaObject", "contentUrl": "https://aztrix.io/maisonbelle.be/products/merino-wool-scarf.md", "encodingFormat": "text/markdown" } ], "isPartOf": { "@id": "#cat-fashion" }, "offers": { "@type": "Offer", "price": 45, "priceCurrency": "EUR", "availability": "https://schema.org/InStock", "url": "https://aztrix.io/maisonbelle.be/products/merino-wool-scarf/", "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" } ] } ] } ```