{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/water-oetzen",
  "name": "water",
  "description": "We offer space to relax camping in a large landscaped area with a small forest. The site is located on the outskirts of a small village between Uelzen and Dannenberg on a house property.",
  "url": "https://campertunity.com/listings/campgrounds/water-oetzen",
  "address": {
    "@type": "PostalAddress",
    "addressLocality": "Oetzen",
    "addressCountry": "DE"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 53.021,
    "longitude": 10.7155
  },
  "amenityFeature": [
    {
      "@type": "LocationFeatureSpecification",
      "name": "Rv_camping"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Rv"
    }
  ]
}