[
  {
    "@context": "https://schema.org",
    "@type": "Hotel",
    "name": "Hotel Intelier Palacio San Martín",
    "url": "https://www.intelier.com/hotel-intelier-palacio-san-martin-madrid/",
    "address": {
      "@type": "PostalAddress",
      "streetAddress": "Plaza de las Descalzas, 2",
      "addressLocality": "Madrid",
      "postalCode": "28013",
      "addressCountry": "ES"
    },
    "description": "A historic hotel located in the heart of Madrid, former US Embassy headquarters.",
    "amenityFeature": [
      "Gym",
      "Sauna",
      "Restaurant",
      "Meeting Rooms"
    ]
  },
  {
    "@context": "https://schema.org",
    "@type": "Hotel",
    "name": "Hotel Intelier Casa de Indias",
    "url": "https://www.intelier.com/hotel-intelier-casa-de-indias-sevilla/",
    "address": {
      "@type": "PostalAddress",
      "streetAddress": "Plaza de la Encarnación, 10",
      "addressLocality": "Sevilla",
      "postalCode": "41003",
      "addressCountry": "ES"
    },
    "description": "Boutique hotel in a protected historic building next to Las Setas."
  },
  {
    "@context": "https://schema.org",
    "@type": "Hotel",
    "name": "Hotel Intelier Rosa",
    "url": "https://www.intelier.com/hotel-intelier-rosa-castellon/",
    "address": {
      "@type": "PostalAddress",
      "streetAddress": "Carrer de Casalduch, 17",
      "addressLocality": "Castellón de la Plana",
      "postalCode": "12005",
      "addressCountry": "ES"
    }
  },
  {
    "@context": "https://schema.org",
    "@type": "Hotel",
    "name": "Apartamentos Core Suites Valencia",
    "url": "https://www.intelier.com/apartamentos-core-suites-valencia/",
    "address": {
      "@type": "PostalAddress",
      "streetAddress": "Av. de Francia, 11",
      "addressLocality": "Valencia",
      "postalCode": "46023",
      "addressCountry": "ES"
    }
  }
]