{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/mooie-tuin-in-het-land-van-maas-en-waal",
  "name": "Mooie tuin in het land van Maas en Waal",
  "description": "A beautiful garden, on the outskirts of the village, where there is room for 2 tents. Perfect overnight stay for as",
  "url": "https://campertunity.com/listings/campgrounds/mooie-tuin-in-het-land-van-maas-en-waal",
  "image": [
    "https://campspace.com/media/medium/uploads/space/ba/92/9f/ba929f43240885092b82bc32774c1293.jpg"
  ],
  "address": {
    "@type": "PostalAddress",
    "addressCountry": "NL"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 51.82,
    "longitude": 5.47
  },
  "amenityFeature": [
    {
      "@type": "LocationFeatureSpecification",
      "name": "Private"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Lodge"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Lodging"
    }
  ],
  "aggregateRating": {
    "@type": "AggregateRating",
    "ratingValue": 5,
    "reviewCount": 4,
    "bestRating": 5,
    "worstRating": 1
  }
}