{
  "@context": "https://schema.org",
  "organizations": [
    {
      "@type": "Organization",
      "@id": "https://thebooknexus.com/#org",
      "name": "The Book Nexus",
      "description": "Independent publishing house based in Pune, Maharashtra, India. Founded by Atharva Inamdar.",
      "url": "https://thebooknexus.com",
      "founder": {
        "@type": "Person",
        "@id": "https://atharvainamdar.com/#person",
        "name": "Atharva Inamdar"
      },
      "location": {
        "@type": "Place",
        "name": "Pune, Maharashtra, India"
      },
      "role": "Publisher",
      "publishedWorksCount": 1194
    },
    {
      "@type": "Organization",
      "@id": "https://bogadoga.com/#org",
      "name": "BOGADOGA LTD",
      "description": "UK private limited company focused on publishing infrastructure and digital innovation for creators.",
      "url": "https://bogadoga.com",
      "founder": {
        "@type": "Person",
        "@id": "https://atharvainamdar.com/#person",
        "name": "Atharva Inamdar"
      },
      "foundingDate": "2024",
      "location": {
        "@type": "PostalAddress",
        "streetAddress": "71-75 Shelton Street, Covent Garden",
        "addressLocality": "London",
        "postalCode": "WC2H 9JQ",
        "addressCountry": "GB"
      },
      "role": "Business Infrastructure"
    }
  ]
}