{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/parkplatz-am-kulkwitzer-see-markranstadt-saksen",
  "name": "Parkplatz Am Kulkwitzer See",
  "description": "3 RV sites on a parking lot on Kulkwitzer lake",
  "url": "https://campertunity.com/listings/campgrounds/parkplatz-am-kulkwitzer-see-markranstadt-saksen",
  "image": [
    "https://images.campercontact.com/media/photos/4222124650870063.jpg"
  ],
  "address": {
    "@type": "PostalAddress",
    "streetAddress": "An der Renne",
    "addressLocality": "markranstadt",
    "addressRegion": "saksen",
    "postalCode": "04420",
    "addressCountry": "DE"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 51.31168,
    "longitude": 12.23766
  },
  "amenityFeature": [
    {
      "@type": "LocationFeatureSpecification",
      "name": "Parking"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Rv_camping"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Rv"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Lake"
    }
  ],
  "aggregateRating": {
    "@type": "AggregateRating",
    "ratingValue": 3.32,
    "reviewCount": 22,
    "bestRating": 5,
    "worstRating": 1
  }
}