{
  "@context": "https://schema.org",
  "@type": "DataCatalog",
  "name": "Biltmore Tours catalog",
  "description": "Guided and self-guided Biltmore itineraries. Compare duration, meeting points, and inclusions before you book. Independent tour planner.",
  "url": "https://biltmoretour.com/catalog.json",
  "publisher": {
    "@type": "Organization",
    "name": "Biltmore Tours",
    "url": "https://biltmoretour.com",
    "email": "info@biltmoretour.com"
  },
  "dataset": [
    {
      "@type": "TouristTrip",
      "name": "Walking Tours nearby",
      "offers": {
        "@type": "Offer",
        "url": "https://www.getyourguide.com/asheville-l509/walking-tours-tc3/?partner_id=EOXKTEI&utm_medium=online_publisher&cmp=biltmoretour.com",
        "availability": "https://schema.org/InStock",
        "price": "35.00",
        "priceCurrency": "USD"
      }
    },
    {
      "@type": "TouristTrip",
      "name": "Food and Drinks nearby",
      "offers": {
        "@type": "Offer",
        "url": "https://www.getyourguide.com/asheville-l509/food-drinks-tc103/?partner_id=EOXKTEI&utm_medium=online_publisher&cmp=biltmoretour.com",
        "availability": "https://schema.org/InStock",
        "price": "25.00",
        "priceCurrency": "USD"
      }
    },
    {
      "@type": "TouristTrip",
      "name": "Outdoor Activities nearby",
      "offers": {
        "@type": "Offer",
        "url": "https://www.getyourguide.com/asheville-l509/outdoor-activities-tc1093/?partner_id=EOXKTEI&utm_medium=online_publisher&cmp=biltmoretour.com",
        "availability": "https://schema.org/InStock",
        "price": "50.00",
        "priceCurrency": "USD"
      }
    }
  ],
  "spatialCoverage": {
    "@type": "TouristAttraction",
    "name": "Biltmore",
    "geo": {
      "@type": "GeoCoordinates",
      "latitude": 35.54,
      "longitude": -82.551944
    }
  }
}
