{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/campingplatz-hamburg-de-1",
  "name": "Campingplatz",
  "description": "Near hotel - center 30km",
  "url": "https://campertunity.com/listings/campgrounds/campingplatz-hamburg-de-1",
  "image": [
    "https://images.campercontact.com/media/photos/112308515707551747.jpg",
    "https://images.campercontact.com/media/photos/112308515707551748.jpg"
  ],
  "address": {
    "@type": "PostalAddress",
    "streetAddress": "Neuwerk - Cuxhaven 7B",
    "addressLocality": "Hamburg",
    "addressRegion": "Hamburg",
    "postalCode": "27499",
    "addressCountry": "DE"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 53.92093121,
    "longitude": 8.4948114
  },
  "sameAs": [
    "https://www.campercontact.com/en/germany/hamburg/hamburg/109866/campingplatz"
  ],
  "amenityFeature": [
    {
      "@type": "LocationFeatureSpecification",
      "name": "Rv Camping"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Rv"
    }
  ]
}