{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/toilet-berlin",
  "name": "toilet",
  "description": "Campingplatz FSV Zeuthener See, Halbjahrescamp-Sommer offers water and toilet facilities.",
  "url": "https://campertunity.com/listings/campgrounds/toilet-berlin",
  "image": [
    "https://images.campercontact.com/media/photos/112308515707551748.jpg"
  ],
  "address": {
    "@type": "PostalAddress",
    "streetAddress": "Schwarzer Weg",
    "addressLocality": "Berlin",
    "addressRegion": "berlin",
    "postalCode": "12527",
    "addressCountry": "DE"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 52.37106,
    "longitude": 13.65197
  },
  "sameAs": [
    "https://www.campercontact.com/en/germany/berlin/109810/campingplatz-fsv-zeuthener-see-halbjahrescamp-sommer"
  ],
  "amenityFeature": [
    {
      "@type": "LocationFeatureSpecification",
      "name": "Rv Camping"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Rv"
    }
  ]
}