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