{
  "@context": "https://schema.org",
  "@type": "DataCatalog",
  "name": "Jeju Tickets catalog",
  "description": "Tickets on this page include Hallasan National Park.",
  "url": "https://jejuislandtickets.com/catalog.json",
  "publisher": {
    "@type": "Organization",
    "name": "Jeju Tickets",
    "url": "https://jejuislandtickets.com",
    "email": "info@jejuislandtickets.com"
  },
  "dataset": [
    {
      "@type": "Product",
      "name": "Hallasan National Park"
    },
    {
      "@type": "Product",
      "name": "Seongsan Ilchulbong"
    },
    {
      "@type": "Product",
      "name": "Manjanggul Cave"
    }
  ],
  "spatialCoverage": {
    "@type": "TouristAttraction",
    "name": "Jeju Island",
    "geo": {
      "@type": "GeoCoordinates",
      "latitude": 33.4996,
      "longitude": 126.5312
    }
  }
}
