
{
  "@context": "https://schema.org",
  "@graph": [
    {
      "@type": "Organization",
      "@id": "https://kokezen.org/#organization",
      "name": "Koke Zen Studio",
      "url": "https://kokezen.org",
      "logo": "https://kokezen.org/logo.png",
      "contactPoint": [
        {
          "@type": "ContactPoint",
          "telephone": "+1-954-547-1254",
          "contactType": "customer service",
          "email": "j.pelot@kokezen.org",
          "areaServed": "US",
          "availableLanguage": "English"
        },
        {
          "@type": "ContactPoint",
          "telephone": "+81-183-73-2111",
          "contactType": "customer service",
          "email": "k.hozouji@kokezen.org",
          "areaServed": "JP",
          "availableLanguage": "Japanese"
        }
      ]
    },
    {
      "@type": "LocalBusiness",
      "@id": "https://kokezen.org/#us-office",
      "name": "Koke Zen Studio USA",
      "address": {
        "@type": "PostalAddress",
        "streetAddress": "1 Park Plaza Suite 600",
        "addressLocality": "Irvine",
        "addressRegion": "CA",
        "postalCode": "92614",
        "addressCountry": "US"
      },
      "telephone": "+1-954-547-1254"
    },
    {
      "@type": "LocalBusiness",
      "@id": "https://kokezen.org/#jp-office",
      "name": "Koke Zen Studio Japan",
      "address": {
        "@type": "PostalAddress",
        "streetAddress": "1-1-1 Omachi",
        "addressLocality": "Yuzawa-shi",
        "addressRegion": "Akita",
        "postalCode": "012-0827",
        "addressCountry": "JP"
      },
      "telephone": "+81-183-73-2111"
    },
    {
      "@type": "Service",
      "name": "Zen Terrarium DIY Masterclasses",
      "provider": {
        "@id": "https://kokezen.org/#organization"
      },
      "description": "Comprehensive terrarium workshops teaching micro-climatic stratigraphic modeling and Zen artistic composition."
    },
    {
      "@type": "Service",
      "name": "Premium Moss Garden Kits",
      "provider": {
        "@id": "https://kokezen.org/#organization"
      },
      "description": "Curator-selected DIY botanical kits featuring sustainably harvested rare Japanese moss species."
    }
  ]
}
