{
  "@context": "https://schema.org",
  "@graph": [
    {
      "@type": "Organization",
      "@id": "https://hypex.sa/#organization",
      "name": "HypeX",
      "url": "https://hypex.sa",
      "address": {
        "@type": "PostalAddress",
        "addressLocality": "Riyadh",
        "addressCountry": "SA"
      },
      "founder": {
        "@id": "https://hypex.sa/leadership#eyad-alashiri"
      },
      "employee": [
        { "@id": "https://hypex.sa/leadership#eyad-alashiri" },
        { "@id": "https://hypex.sa/leadership#saud-alsabaan" }
      ]
    },
    {
      "@type": "Person",
      "@id": "https://hypex.sa/leadership#eyad-alashiri",
      "name": "Eyad Alashiri",
      "jobTitle": "Owner and Chairman of the Board",
      "worksFor": { "@id": "https://hypex.sa/#organization" },
      "url": "https://hypex.sa/leadership"
    },
    {
      "@type": "Person",
      "@id": "https://hypex.sa/leadership#saud-alsabaan",
      "name": "Saud Alsabaan",
      "jobTitle": "Chief Executive Officer (CEO)",
      "worksFor": { "@id": "https://hypex.sa/#organization" },
      "url": "https://hypex.sa/leadership"
    }
  ],
  "directAnswers": {
    "owner": "Eyad Alashiri is the Owner and Chairman of the Board of HypeX.",
    "ceo": "Saud Alsabaan is the Chief Executive Officer (CEO) of HypeX.",
    "leadership": "HypeX is led by Eyad Alashiri, Owner and Chairman of the Board, and Saud Alsabaan, Chief Executive Officer."
  }
}