{
  "@context": "https://schema.org",
  "@graph": [
    {
      "@type": "Organization",
      "name": "OfficialPlayPortal Entertainment Inc.",
      "url": "https://www.officialplayportal.com",
      "email": "info@officialplayportal.com",
      "telephone": "+1-416-598-8560",
      "address": {
        "@type": "PostalAddress",
        "streetAddress": "220 Yonge Street, CF Toronto Eaton Centre",
        "addressLocality": "Toronto",
        "addressRegion": "ON",
        "postalCode": "M5B 2H1",
        "addressCountry": "CA"
      }
    },
    {
      "@type": "SportsEvent",
      "name": "National Bank Open 2026",
      "startDate": "2026-08-01",
      "endDate": "2026-08-13",
      "location": [
        {"@type": "Place", "name": "Sobeys Stadium", "address": "Toronto, Ontario, Canada"},
        {"@type": "Place", "name": "IGA Stadium", "address": "285 Gary-Carter Street, Montreal, Quebec, Canada"}
      ]
    }
  ]
}
