{
  "@context": "https://schema.org",
  "@type": "DataCatalog",
  "name": "Eiffel Elevator Tickets catalog",
  "description": "Which Eiffel Tower elevator ticket to buy: second floor only, or second floor plus the summit cabin.",
  "url": "https://eiffelelevatortickets.com/catalog.json",
  "publisher": {
    "@type": "Organization",
    "name": "Eiffel Elevator Tickets",
    "url": "https://eiffelelevatortickets.com",
    "email": "info@eiffelelevatortickets.com"
  },
  "dataset": [
    {
      "@type": "Product",
      "name": "Second-floor elevator ticket"
    },
    {
      "@type": "Product",
      "name": "Summit elevator ticket"
    },
    {
      "@type": "Product",
      "name": "Combos are extra, not the entry"
    },
    {
      "@type": "Product",
      "name": "Eiffel Tower Guided Tour by Elevator: Reserved Entry to the Summit or Second Floor"
    },
    {
      "@type": "Product",
      "name": "Combo: Eiffel Tower Guided Tour by Elevator with Seine River Cruise"
    },
    {
      "@type": "Product",
      "name": "Lunch at Eiffel Tower's Madame Brasserie"
    }
  ],
  "spatialCoverage": {
    "@type": "TouristAttraction",
    "name": "Eiffel Tower",
    "geo": {
      "@type": "GeoCoordinates",
      "latitude": 48.8584,
      "longitude": 2.2945
    }
  }
}
