{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/applegate-lake-jacksonville-or",
  "name": "Applegate Lake",
  "description": "Experience the beauty of nature with our waterside campgrounds. Perfect for a relaxing getaway with paddleboard and kayak rentals available.",
  "url": "https://campertunity.com/listings/campgrounds/applegate-lake-jacksonville-or",
  "image": [
    "https://img1.wsimg.com/isteam/ip/42c683da-0954-4984-938e-fb1a1f1bee15/hi%20res_pic.JPG",
    "http://img1.wsimg.com/isteam/ip/42c683da-0954-4984-938e-fb1a1f1bee15/hi%20res_pic.JPG"
  ],
  "address": {
    "@type": "PostalAddress",
    "streetAddress": "15111 Upper Applegate Rd",
    "addressLocality": "Jacksonville",
    "addressRegion": "OR",
    "postalCode": "97530",
    "addressCountry": "US"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 42.04989,
    "longitude": -123.126287
  },
  "amenityFeature": [
    {
      "@type": "LocationFeatureSpecification",
      "name": "Kayaking"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Paddling"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Lake"
    }
  ]
}