
{
  "@context": "https://schema.org",
  "@graph": [
    {
      "@type": "Organization",
      "@id": "https://nyankonest.org/#organization",
      "name": "Nyanko Nest Studio",
      "description": "Japanese Modern Cat Sanctuary & Spatial Harmony. A transpacific research collective dedicated to advancing alimentary product evaluation through rigorous scientific methodology and universal design principles.",
      "url": "https://nyankonest.org",
      "logo": "https://nyankonest.org/logo.png",
      "contactPoint": [
        {
          "@type": "ContactPoint",
          "telephone": "+1-712-401-4670",
          "contactType": "customer service",
          "email": "evaristo.d@nyankonest.org",
          "areaServed": "US",
          "availableLanguage": ["en"]
        },
        {
          "@type": "ContactPoint",
          "telephone": "+81-795-22-3456",
          "contactType": "customer service",
          "email": "kazuno.k@nyankonest.org",
          "areaServed": "JP",
          "availableLanguage": ["ja", "en"]
        }
      ]
    },
    {
      "@type": "LocalBusiness",
      "@id": "https://nyankonest.org/#us-office",
      "name": "Nyanko Nest Studio - USA Operational HQ",
      "telephone": "+1-712-401-4670",
      "email": "evaristo.d@nyankonest.org",
      "address": {
        "@type": "PostalAddress",
        "streetAddress": "1201 W Main St",
        "addressLocality": "Mesa",
        "addressRegion": "AZ",
        "postalCode": "85201",
        "addressCountry": "US"
      }
    },
    {
      "@type": "LocalBusiness",
      "@id": "https://nyankonest.org/#jp-office",
      "name": "Nyanko Nest Studio - Japan Technical Liaison",
      "telephone": "+81-795-22-3456",
      "email": "kazuno.k@nyankonest.org",
      "address": {
        "@type": "PostalAddress",
        "streetAddress": "1-5 Haramachiku Omachi",
        "addressLocality": "Minamisōma-shi",
        "addressRegion": "Fukushima",
        "postalCode": "975-0001",
        "addressCountry": "JP"
      }
    }
  ]
}
