{
  "@context": "https://schema.org",
  "@type": "DataCatalog",
  "name": "Stonehenge Guide catalog",
  "description": "Plan a Stonehenge visit: what to see, when to go, and which ticket or tour is worth it. Independent visitor guide — not the official operator.",
  "url": "https://stonehengeguide.com/catalog.json",
  "publisher": {
    "@type": "Organization",
    "name": "Stonehenge Guide",
    "url": "https://stonehengeguide.com",
    "email": "info@stonehengeguide.com"
  },
  "dataset": [
    {
      "@type": "TouristTrip",
      "name": "The Heel Stone"
    },
    {
      "@type": "TouristTrip",
      "name": "Summer solstice sunrise"
    },
    {
      "@type": "TouristTrip",
      "name": "Stone Circle Access"
    }
  ],
  "spatialCoverage": {
    "@type": "TouristAttraction",
    "name": "Stonehenge",
    "geo": {
      "@type": "GeoCoordinates",
      "latitude": 51.1789,
      "longitude": -1.8261
    }
  }
}
