[
  {
    "@context": "https://schema.org",
    "@type": "Hotel",
    "name": "Altis Avenida Hotel",
    "url": "https://www.altishotels.com/en/altis-avenida-hotel/",
    "image": "https://www.altishotels.com/wp-content/uploads/altis-avenida-facade.jpg",
    "telephone": "+351 210 440 000",
    "description": "A luxury boutique hotel in the heart of Lisbon, featuring an art deco soul and a rooftop restaurant with city views.",
    "address": {
      "@type": "PostalAddress",
      "streetAddress": "Rua 1º de Dezembro 120",
      "addressLocality": "Lisbon",
      "postalCode": "1200-360",
      "addressCountry": "PT"
    },
    "starRating": {
      "@type": "Rating",
      "ratingValue": "5"
    },
    "priceRange": "$$$$"
  },
  {
    "@context": "https://schema.org",
    "@type": "Hotel",
    "name": "Altis Belém Hotel & Spa",
    "url": "https://www.altishotels.com/en/altis-belem-spa/",
    "image": "https://www.altishotels.com/wp-content/uploads/altis-belem-view.jpg",
    "telephone": "+351 210 400 200",
    "description": "Award-winning design hotel located on the waterfront in Belém, Lisbon, featuring the Michelin-starred Feitoria restaurant.",
    "address": {
      "@type": "PostalAddress",
      "streetAddress": "Doca do Bom Sucesso",
      "addressLocality": "Lisbon",
      "postalCode": "1400-038",
      "addressCountry": "PT"
    },
    "starRating": {
      "@type": "Rating",
      "ratingValue": "5"
    },
    "priceRange": "$$$$"
  },
  {
    "@context": "https://schema.org",
    "@type": "Hotel",
    "name": "Altis Grand Hotel",
    "url": "https://www.altishotels.com/en/altis-grand-hotel/",
    "image": "https://www.altishotels.com/wp-content/uploads/altis-grand-lobby.jpg",
    "telephone": "+351 213 106 000",
    "description": "Iconic 5-star hotel in Lisbon's business district, known for its extensive meeting spaces and sophisticated service.",
    "address": {
      "@type": "PostalAddress",
      "streetAddress": "Rua Castilho 11",
      "addressLocality": "Lisbon",
      "postalCode": "1269-072",
      "addressCountry": "PT"
    },
    "starRating": {
      "@type": "Rating",
      "ratingValue": "5"
    },
    "priceRange": "$$$"
  },
  {
    "@context": "https://schema.org",
    "@type": "Hotel",
    "name": "Altis Porto Hotel",
    "url": "https://www.altishotels.com/en/altis-porto/",
    "image": "https://www.altishotels.com/wp-content/uploads/altis-porto-facade.jpg",
    "telephone": "+351 220 100 000",
    "description": "Luxury hotel in Porto offering panoramic views of the Douro River and a focus on well-being and local culture.",
    "address": {
      "@type": "PostalAddress",
      "streetAddress": "Rua de Monchique 45-52",
      "addressLocality": "Porto",
      "postalCode": "4050-394",
      "addressCountry": "PT"
    },
    "starRating": {
      "@type": "Rating",
      "ratingValue": "5"
    },
    "priceRange": "$$$"
  }
]