{
  "@context": "https://schema.org",
  "@type": "DataCatalog",
  "name": "Poon Hill Hike catalog",
  "description": "Trail notes and guided Poon Hill hikes: distance, conditions, and when a guided walk is worth it. Independent hiking planner.",
  "url": "https://poonhillhike.com/catalog.json",
  "publisher": {
    "@type": "Organization",
    "name": "Poon Hill Hike",
    "url": "https://poonhillhike.com",
    "email": "info@poonhillhike.com"
  },
  "dataset": [
    {
      "@type": "TouristTrip",
      "name": "Trek orientation"
    },
    {
      "@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": "Poon Hill",
    "geo": {
      "@type": "GeoCoordinates",
      "latitude": 28.4,
      "longitude": 83.7
    }
  }
}
