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