{
  "@context": "https://schema.org",
  "@graph": [
    {
      "@type": "Person",
      "@id": "https://rahelpereira.in/#person",

      "name": "Rahel Pereira",
      "givenName": "Rahel",
      "familyName": "Pereira",

      "url": "https://rahelpereira.in",
      "image": "https://rahelpereira.in/assets/rahel-avatar-KcKF9FRw.png",

      "description": "Entrepreneur, AI engineer, cybersecurity researcher and Founder of NetFortress Technologies.",

      "jobTitle": [
        "Founder",
        "Director",
        "Software Engineer",
        "Product Designer"
      ],

      "knowsAbout": [
        "Artificial Intelligence",
        "AI Governance",
        "Cybersecurity",
        "Decision Intelligence",
        "Zero Trust",
        "Agentic AI",
        "Financial Technology",
        "Product Design"
      ],

      "nationality": {
        "@type": "Country",
        "name": "India"
      },

      "studentOf": [
        {
          "@type": "CollegeOrUniversity",
          "name": "University of Bristol Mumbai Enterprise Campus",
          "address": {
            "@type": "PostalAddress",
            "addressLocality": "Powai",
            "addressRegion": "Mumbai",
            "addressCountry": "IN"
          },
          "department": {
            "@type": "EducationalOccupationalProgram",
            "name": "MSc Financial Technology with Data Science",
            "endDate": "2027"
          }
        }
      ],
      "@alumniOf": [
        {
          "@type": "CollegeOrUniversity",
          "name": "Fr. Conceicao Rodrigues College of Engineering",
          "address": {
            "@type": "PostalAddress",
            "addressLocality": "Bandra",
            "addressRegion": "Mumbai",
            "addressCountry": "IN"
          },
          "department": {
            "@type": "EducationalOccupationalProgram",
            "name": "Bachelor of Engineering in Computer Engineering",
            "endDate": "2026"
          }
        }
      ],

      "worksFor": {
        "@id": "https://rahelpereira.in/#netfortress"
      },

      "sameAs": [
        "https://github.com/rahelpereira",
        "https://linkedin.com/in/rahelpereira",
        "https://instagram.com/rahel.pereira15"
      ]
    },

    {
      "@type": "Organization",
      "@id": "https://rahelpereira.in/#netfortress",
      "name": "NetFortress Technologies",
      "url": "https://netfortress.in",
      "founder": {
        "@id": "https://rahelpereira.in/#person"
      }
    },
    {
      "@type": "Organization",
      "@id": "https://rahelpereira.in/#dezion",
      "name": "Dezion",
      "url": "https://dezion.in",
      "founder": {
        "@id": "https://rahelpereira.in/#person"
      }
    }
  ]
}