{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/barth-muhle-klipphausen-saxony",
  "name": "Barth Mühle",
  "description": "Barth-Mühle is a camping location.",
  "url": "https://campertunity.com/listings/campgrounds/barth-muhle-klipphausen-saxony",
  "image": [
    "https://images.campercontact.com/media/photos/112308515707551748.jpg"
  ],
  "address": {
    "@type": "PostalAddress",
    "streetAddress": "Meißener Straße",
    "addressLocality": "Klipphausen",
    "addressRegion": "saxony",
    "postalCode": "01665",
    "addressCountry": "DE"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 51.12949,
    "longitude": 13.43522
  },
  "amenityFeature": [
    {
      "@type": "LocationFeatureSpecification",
      "name": "Rv_camping"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Rv"
    }
  ]
}