{
  "@context": "https://schema.org",
  "@graph": [
    {
      "@type": "Organization",
      "@id": "https://www.30knightsbridge.com/#organization",
      "name": "No. 30 Knightsbridge",
      "url": "https://www.30knightsbridge.com/",
      "logo": "https://www.30knightsbridge.com/images/no30-knightsbridge-logo-12.png",
      "email": [
        "concierge@30knightsbridge.com",
        "events@30knightsbridge.com"
      ],
      "telephone": [
        "+44 20 7993 6700",
        "+44 20 3892 2220"
      ],
      "address": {
        "@type": "PostalAddress",
        "streetAddress": "30 Pavilion Road",
        "addressLocality": "London",
        "postalCode": "SW1X 0HJ",
        "addressCountry": "GB"
      }
    },
    {
      "@type": "Hotel",
      "@id": "https://www.30knightsbridge.com/#hotel",
      "name": "No. 30 Knightsbridge",
      "url": "https://www.30knightsbridge.com/hotel/rooms-suites.html",
      "image": "https://www.30knightsbridge.com/images/PREVIEW-167.jpg",
      "description": "Luxury boutique hotel in Knightsbridge with 16 elegant bedrooms.",
      "numberOfRooms": 16,
      "parentOrganization": {
        "@id": "https://www.30knightsbridge.com/#organization"
      },
      "address": {
        "@type": "PostalAddress",
        "streetAddress": "30 Pavilion Road",
        "addressLocality": "London",
        "postalCode": "SW1X 0HJ",
        "addressCountry": "GB"
      }
    },
    {
      "@type": "EventVenue",
      "@id": "https://www.30knightsbridge.com/#eventvenue",
      "name": "No. 30 Knightsbridge Events Venue",
      "url": "https://www.30knightsbridge.com/venue/venue-spaces.html",
      "image": "https://www.30knightsbridge.com/images/PREVIEW-167.jpg",
      "description": "Luxury events venue in Knightsbridge with five event spaces for weddings, corporate events, product launches, private dining and celebrations.",
      "maximumAttendeeCapacity": 320,
      "containsPlace": [
        {
          "@type": "Place",
          "name": "The Great Hall"
        },
        {
          "@type": "Place",
          "name": "The Anne Machin Ballroom"
        },
        {
          "@type": "Place",
          "name": "The Library"
        },
        {
          "@type": "Place",
          "name": "The Gallery Bar"
        },
        {
          "@type": "Place",
          "name": "The Monet Roof Terrace"
        }
      ],
      "parentOrganization": {
        "@id": "https://www.30knightsbridge.com/#organization"
      }
    },
    {
      "@type": "WebPage",
      "@id": "https://www.30knightsbridge.com/#webpage",
      "url": "https://www.30knightsbridge.com/",
      "name": "No. 30 Knightsbridge",
      "description": "No. 30 Knightsbridge is a luxury boutique hotel and events venue in Knightsbridge, London, with 16 bedrooms, five event spaces, private dining, catering, weddings and corporate events.",
      "isPartOf": {
        "@id": "https://www.30knightsbridge.com/#website"
      },
      "about": [
        {
          "@id": "https://www.30knightsbridge.com/#hotel"
        },
        {
          "@id": "https://www.30knightsbridge.com/#eventvenue"
        }
      ]
    },
    {
      "@type": "WebSite",
      "@id": "https://www.30knightsbridge.com/#website",
      "url": "https://www.30knightsbridge.com/",
      "name": "No. 30 Knightsbridge",
      "publisher": {
        "@id": "https://www.30knightsbridge.com/#organization"
      },
      "inLanguage": "en-GB"
    }
  ]
}
