{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/voigtswiese-joachimsthal-brandenburg",
  "name": "Voigtswiese",
  "description": "Voigtswiese offers a playground, showers, water, and electricity.",
  "url": "https://campertunity.com/listings/campgrounds/voigtswiese-joachimsthal-brandenburg",
  "image": [
    "https://images.campercontact.com/media/photos/112308515707551748.jpg"
  ],
  "address": {
    "@type": "PostalAddress",
    "addressLocality": "Joachimsthal",
    "addressRegion": "brandenburg",
    "postalCode": "16247",
    "addressCountry": "DE"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 52.95455,
    "longitude": 13.74361
  },
  "amenityFeature": [
    {
      "@type": "LocationFeatureSpecification",
      "name": "Playground"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Showers"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Rv_camping"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Rv"
    }
  ]
}