{
  "@context": "https://schema.org",
  "@type": "DataCatalog",
  "name": "Uluru Hike catalog",
  "description": "Trail notes and guided Uluru hikes: distance, conditions, and when a guided walk is worth it. Independent hiking planner.",
  "url": "https://uluruhike.com/catalog.json",
  "publisher": {
    "@type": "Organization",
    "name": "Uluru Hike",
    "url": "https://uluruhike.com",
    "email": "info@uluruhike.com"
  },
  "dataset": [
    {
      "@type": "TouristTrip",
      "name": "Park pass info"
    },
    {
      "@type": "TouristTrip",
      "name": "Guided hikes & day tours"
    },
    {
      "@type": "TouristTrip",
      "name": "Which option fits you?"
    },
    {
      "@type": "TouristTrip",
      "name": "No partner tours listed yet"
    }
  ],
  "spatialCoverage": {
    "@type": "TouristAttraction",
    "name": "Uluru",
    "geo": {
      "@type": "GeoCoordinates",
      "latitude": -25.3444,
      "longitude": 131.0369
    }
  }
}
