
{
  "@context": "https://schema.org",
  "@graph": [
    {
      "@type": "Organization",
      "@id": "https://japanskybase.com/#organization",
      "name": "Japan Sky Base",
      "alternateName": "ジャパン・スカイ・ベース",
      "url": "https://japanskybase.com",
      "logo": {
        "@type": "ImageObject",
        "url": "https://japanskybase.com/logo.png"
      },
      "description": "Professional meteorological data platform providing high-precision weather forecasting and disaster prevention services for Japan",
      "address": [
        {
          "@type": "PostalAddress",
          "addressCountry": "US",
          "addressLocality": "Seattle",
          "addressRegion": "WA",
          "postalCode": "98101",
          "streetAddress": "1201 Third Ave Suite 3000"
        },
        {
          "@type": "PostalAddress",
          "addressCountry": "JP",
          "addressLocality": "Tokyo",
          "addressRegion": "Minato-ku",
          "postalCode": "105-0022",
          "streetAddress": "1-1-1 Kaigan"
        }
      ],
      "contactPoint": [
        {
          "@type": "ContactPoint",
          "telephone": "+1-206-555-0144",
          "email": "r.base@japanskybase.com",
          "contactType": "Corporate Headquarters",
          "areaServed": "US"
        },
        {
          "@type": "ContactPoint",
          "email": "wataru.s@japanskybase.com",
          "contactType": "Operations Bureau",
          "areaServed": "JP"
        }
      ],
      "sameAs": [
        "https://japanskybase.com"
      ]
    },
    {
      "@type": "DataCatalog",
      "@id": "https://japanskybase.com/#datacatalog",
      "name": "Japan Sky Base Meteorological Data Services",
      "description": "Comprehensive meteorological data including real-time weather conditions, hourly forecasts, nationwide projections, and disaster prevention alerts for Japan",
      "provider": {
        "@id": "https://japanskybase.com/#organization"
      },
      "dataset": [
        {
          "@type": "Dataset",
          "name": "City Base Today - Real-time Weather Data",
          "description": "Current weather conditions for major Japanese cities including temperature, humidity, pressure, UV index, and wind data"
        },
        {
          "@type": "Dataset",
          "name": "Hourly Tomorrow Projection",
          "description": "24-hour precision weather forecasts with hourly temperature trends, precipitation probability, and frontal arrival times"
        },
        {
          "@type": "Dataset",
          "name": "Nationwide Matrix Projection",
          "description": "10-day extended forecasts covering all 47 Japanese prefectures with daily high/low temperatures and precipitation data"
        },
        {
          "@type": "Dataset",
          "name": "Disaster Prevention Alerts",
          "description": "Emergency weather alerts including typhoon trajectories, heavy rain nowcasts, and heatstroke prevention data"
        }
      ]
    }
  ]
}
