{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/spot2nite-lawrenceburg-in",
  "name": "Spot2Nite",
  "description": "Check out The River Campground LLC in Lawrenceburg, Indiana on Go Camping America",
  "url": "https://campertunity.com/listings/campgrounds/spot2nite-lawrenceburg-in",
  "address": {
    "@type": "PostalAddress",
    "addressLocality": "Lawrenceburg",
    "addressRegion": "IN",
    "addressCountry": "US"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 39.1056952,
    "longitude": -84.8794913
  },
  "sameAs": [
    "https://gocampingamerica.com/campgrounds-rv-parks/indiana/lawrenceburg/the-river-campground-llc"
  ],
  "amenityFeature": [
    {
      "@type": "LocationFeatureSpecification",
      "name": "Established"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "River"
    }
  ]
}