# Handwoven Throw Blanket — Maison Belle > **Available formats:** [HTML](https://aztrix.io/maisonbelle.be/products/handwoven-throw-blanket/) · [.md](https://aztrix.io/maisonbelle.be/products/handwoven-throw-blanket.md) *(current)* · [.json](https://aztrix.io/maisonbelle.be/products/handwoven-throw-blanket/?format=json) **Price:** (EUR 75) Chunky-knit throw in organic cotton. 130x170cm. Made by a cooperative in Portugal. ## Details - Category: Home - Image: https://images.unsplash.com/photo-1580301762395-21ce6d5fa44d?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-handwoven-throw-blanket", "@type": "Product", "name": "Handwoven Throw Blanket", "description": "Chunky-knit throw in organic cotton. 130x170cm. Made by a cooperative in Portugal.", "image": "https://images.unsplash.com/photo-1580301762395-21ce6d5fa44d?w=600&h=400&fit=crop", "category": "Home", "brand": { "@type": "Brand", "name": "Maison Belle" }, "url": "https://aztrix.io/maisonbelle.be/products/handwoven-throw-blanket/", "aztrix:discoverySurface": [ { "@type": "MediaObject", "contentUrl": "https://aztrix.io/maisonbelle.be/products/handwoven-throw-blanket.md", "encodingFormat": "text/markdown" } ], "isPartOf": { "@id": "#cat-home" }, "offers": { "@type": "Offer", "price": 75, "priceCurrency": "EUR", "availability": "https://schema.org/InStock", "url": "https://aztrix.io/maisonbelle.be/products/handwoven-throw-blanket/", "seller": { "@id": "#merchant" } } }, { "@id": "#cat-home", "@type": "ItemList", "name": "Home", "itemListOrder": "https://schema.org/ItemListUnordered", "numberOfItems": 2, "isPartOf": { "@id": "#products" }, "hasPart": [ { "@id": "#prod-handwoven-throw-blanket" }, { "@id": "#prod-soy-wax-candle-set" } ] } ] } ```