{
    "@context": "https://schema.org",
    "@type": "Service",
    "serviceType": "Hospitality Tourism Professional Services",
    "provider": {
        "@type": "LocalBusiness",
        "name": "Boutique Hotel - The Vintage 5* Hotel & Spa - Lisbon, Portugal",
        "url": "https://thevintagelisbon.com"
    },
    "areaServed": {
        "@type": "Country",
        "name": "PT"
    },
    "hasOfferCatalog": {
        "@type": "OfferCatalog",
        "name": "Main Services Catalog",
        "itemListElement": [
            {
                "@type": "Offer",
                "itemOffered": {
                    "@type": "Service",
                    "name": "Specialized Hospitality Tourism Solutions",
                    "description": "The Vintage is a 5* hotel where art & design can be found in every corner. Book our rooms and explore our spa, rooftop and restaurant."
                }
            }
        ]
    }
}