{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/water-hamburg-1",
  "name": "water",
  "description": "A meadow with a wonderful sunset on our property. Turning the door/awning away from the street offers pure nature. Lots of wild animals can be observed. 53.45403° N, 10.09867° E",
  "url": "https://campertunity.com/listings/campgrounds/water-hamburg-1",
  "address": {
    "@type": "PostalAddress",
    "addressLocality": "Hamburg",
    "addressCountry": "DE"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 53.452,
    "longitude": 10.0995
  },
  "sameAs": [
    "https://www.campercontact.com/en/germany/-/hamburg/169101/beautiful-meadow-at-oortkatenweg-in-hamburg-ochsenwe"
  ],
  "amenityFeature": [
    {
      "@type": "LocationFeatureSpecification",
      "name": "Rv Camping"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Rv"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Meadow"
    }
  ]
}