{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/watters-edge-retreat-lake-tomahawk-wi",
  "name": "Watters Edge Retreat",
  "description": "Watters Edge Retreat near Lake Tomahawk, WI, offers camping amidst forested terrain with numerous lakes nearby.",
  "url": "https://campertunity.com/listings/campgrounds/watters-edge-retreat-lake-tomahawk-wi",
  "image": [
    "https://assets.thedyrt.com/next/public/assets/images/no_image.svg"
  ],
  "address": {
    "@type": "PostalAddress",
    "streetAddress": "6540 South Bluebird Rd",
    "addressLocality": "Lake Tomahawk",
    "addressRegion": "WI",
    "postalCode": "54539",
    "addressCountry": "US"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 45.78035298,
    "longitude": -89.59530828
  },
  "amenityFeature": [
    {
      "@type": "LocationFeatureSpecification",
      "name": "Established"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Rv_camping"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Rv"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Lake"
    }
  ]
}