{
  "@context": "https://schema.org",
  "@type": "DataCatalog",
  "name": "Ayers Rock Tickets catalog",
  "description": "Tickets on this page include Uluru sunset area.",
  "url": "https://ayersrocktickets.com/catalog.json",
  "publisher": {
    "@type": "Organization",
    "name": "Ayers Rock Tickets",
    "url": "https://ayersrocktickets.com",
    "email": "info@ayersrocktickets.com"
  },
  "dataset": [
    {
      "@type": "Product",
      "name": "Uluru sunset area"
    },
    {
      "@type": "Product",
      "name": "Uluru sunrise area"
    },
    {
      "@type": "Product",
      "name": "Cultural Centre"
    }
  ],
  "spatialCoverage": {
    "@type": "TouristAttraction",
    "name": "Ayers Rock (Uluru)",
    "geo": {
      "@type": "GeoCoordinates",
      "latitude": -25.3444,
      "longitude": 131.0369
    }
  }
}
