{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "http://ssr-app-zpimxgrglq-uc.a.run.app/listings/campgrounds/heerlijke-plek-in-het-buitengebied",
  "name": "Heerlijke plek in het buitengebied",
  "description": "It is wonderfully quiet here, a place where the sounds of nature prevail.",
  "url": "http://ssr-app-zpimxgrglq-uc.a.run.app/listings/campgrounds/heerlijke-plek-in-het-buitengebied",
  "image": [
    "https://campspace.com/media/medium/uploads/space/4d/53/ba/4d53ba9da17c788a0a4e4b35df634dd6.jpg"
  ],
  "address": {
    "@type": "PostalAddress",
    "addressCountry": "NL"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 52,
    "longitude": 6.3
  },
  "amenityFeature": [
    {
      "@type": "LocationFeatureSpecification",
      "name": "Private"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Tent_camping"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Tent"
    }
  ],
  "aggregateRating": {
    "@type": "AggregateRating",
    "ratingValue": 4.76,
    "reviewCount": 21,
    "bestRating": 5,
    "worstRating": 1
  }
}