
{
  "@context": "https://schema.org",
  "@graph": [
    {
      "@type": "Organization",
      "@id": "https://manabitravel.org/#organization",
      "name": "Manabi Travel (学びトラベル)",
      "url": "https://manabitravel.org",
      "logo": "https://manabitravel.org/logo.png",
      "description": "Facilitating transformative educational travel and rigorous scholarly exploration of Japanese culture, history, and society.",
      "contactPoint": [
        {
          "@type": "ContactPoint",
          "telephone": "+1-920-794-4903",
          "contactType": "customer service",
          "email": "a.lossing@manabitravel.org",
          "areaServed": "US",
          "availableLanguage": ["English", "Japanese"]
        },
        {
          "@type": "ContactPoint",
          "telephone": "+81-72-000-0000",
          "contactType": "customer service",
          "email": "info@manabitravel.org",
          "areaServed": "JP",
          "availableLanguage": ["Japanese", "English"]
        }
      ],
      "award": [
        "Certified Global Educational Travel Partner (IATC)",
        "Excellence in Senior Lifelong Learning (JETS)",
        "Osaka Prefecture Governor Registration No. 2-2026"
      ]
    },
    {
      "@type": "Service",
      "@id": "https://manabitravel.org/#service",
      "name": "Educational Travel Services",
      "provider": {
        "@id": "https://manabitravel.org/#organization"
      },
      "description": "Academic seminars, university liaison, and craft history study programs in Japan. 日本での学術セミナー、大学連携、工芸史研究プログラム。",
      "areaServed": "JP"
    },
    {
      "@type": "LocalBusiness",
      "@id": "https://manabitravel.org/#us-office",
      "name": "Manabi Travel - USA Operational HQ",
      "parentOrganization": {
        "@id": "https://manabitravel.org/#organization"
      },
      "address": {
        "@type": "PostalAddress",
        "streetAddress": "95 Washington St, Suite 400",
        "addressLocality": "Buffalo",
        "addressRegion": "NY",
        "postalCode": "14203",
        "addressCountry": "US"
      },
      "telephone": "+1-920-794-4903",
      "openingHours": "Mo-Fr 09:00-17:00"
    },
    {
      "@type": "LocalBusiness",
      "@id": "https://manabitravel.org/#jp-office",
      "name": "Manabi Travel - Japan Technical & University Liaison",
      "parentOrganization": {
        "@id": "https://manabitravel.org/#organization"
      },
      "address": {
        "@type": "PostalAddress",
        "streetAddress": "1-1-1 Mishima",
        "addressLocality": "Settsu-shi",
        "addressRegion": "Osaka",
        "postalCode": "566-0022",
        "addressCountry": "JP"
      },
      "telephone": "+81-72-000-0000",
      "openingHours": "Mo-Fr 10:00-17:00"
    }
  ]
}
