{
  "@context": "https://schema.org",
  "@graph": [
    {
      "@type": "Person",
      "@id": "https://bryton.studio/#person",
      "name": "Bryton Zoz",
      "url": "https://bryton.studio",
      "email": "bryton.p.zoz@gmail.com",
      "telephone": "+1-469-651-2656",
      "address": {
        "@type": "PostalAddress",
        "addressLocality": "New York City",
        "addressRegion": "NY",
        "addressCountry": "US"
      },
      "description": "Bryton Zoz is a New York City-based founder, builder, and licensed real estate professional behind bryton.studio and related ventures.",
      "sameAs": [
        "https://instagram.com/brytonzoz",
        "https://tiktok.com/@brytonzoz",
        "https://x.com/zozbryton",
        "https://brytonzoz.remax.com/"
      ],
      "knowsAbout": [
        "NYC real estate",
        "software products",
        "product development",
        "creative direction",
        "fashion"
      ]
    },
    {
      "@type": "WebSite",
      "@id": "https://bryton.studio/#website",
      "url": "https://bryton.studio",
      "name": "bryton.studio",
      "publisher": {
        "@id": "https://bryton.studio/#person"
      },
      "description": "Official website of Bryton Zoz covering NYC real estate, products, and current creative and software projects."
    },
    {
      "@type": "CollectionPage",
      "@id": "https://bryton.studio/#homepage",
      "url": "https://bryton.studio/",
      "name": "Bryton Zoz Projects and Services",
      "about": {
        "@id": "https://bryton.studio/#person"
      },
      "hasPart": [
        {
          "@type": "WebPage",
          "name": "Real Estate",
          "url": "https://bryton.studio/realestate"
        },
        {
          "@type": "WebPage",
          "name": "Resume",
          "url": "https://bryton.studio/resume"
        },
        {
          "@type": "WebPage",
          "name": "Phyra",
          "url": "https://phyra.app"
        },
        {
          "@type": "WebPage",
          "name": "The Archive",
          "url": "https://archive.bryton.studio"
        },
        {
          "@type": "WebPage",
          "name": "EntreLabz",
          "url": "https://entrelabz.com"
        },
        {
          "@type": "WebPage",
          "name": "NONPARALLEL",
          "url": "https://nonparallel.io"
        }
      ]
    }
  ]
}
