{
  "@context": "https://schema.org",
  "@type": "DataCatalog",
  "name": "Busch Gardens Tour catalog",
  "description": "Guided and self-guided Busch Gardens itineraries. Compare duration, meeting points, and inclusions before you book. Independent tour planner.",
  "url": "https://buschgardenstour.com/catalog.json",
  "publisher": {
    "@type": "Organization",
    "name": "Busch Gardens Tour",
    "url": "https://buschgardenstour.com",
    "email": "info@buschgardenstour.com"
  },
  "dataset": [
    {
      "@type": "TouristTrip",
      "name": "See Busch Gardens on foot"
    },
    {
      "@type": "TouristTrip",
      "name": "Join a tour or go independently"
    },
    {
      "@type": "TouristTrip",
      "name": "Leave time around the edges"
    }
  ],
  "spatialCoverage": {
    "@type": "TouristAttraction",
    "name": "Busch Gardens",
    "geo": {
      "@type": "GeoCoordinates",
      "latitude": 28.0372,
      "longitude": -82.4194
    }
  }
}
