{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/quakertown-state-rec-area-brookville-in",
  "name": "Quakertown State Rec Area",
  "description": "This recreation area is part of [Brookville Lake][1] [1]: http://www.recreation.gov/recreationalAreaDetails.do?contractCode=NRSO&recAreaId=353&agencyCode=130",
  "url": "https://campertunity.com/listings/campgrounds/quakertown-state-rec-area-brookville-in",
  "image": [
    "https://photos.thedyrt.com/photo/57832/media/quakertown-campground_db94ce2b672b4e54db34f873244569d0.jpg"
  ],
  "address": {
    "@type": "PostalAddress",
    "addressLocality": "Brookville",
    "addressRegion": "IN",
    "addressCountry": "US"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 39.503092,
    "longitude": -84.948725
  },
  "sameAs": [
    "https://thedyrt.com/camping/indiana/quakertown-campground"
  ],
  "amenityFeature": [
    {
      "@type": "LocationFeatureSpecification",
      "name": "Established"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Lake"
    }
  ]
}