{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/hut-op-het-veld",
  "name": "Hut op het veld",
  "description": "Welcome to my garden! I have a large garden that I like to share with others. I live next door and.",
  "url": "https://campertunity.com/listings/campgrounds/hut-op-het-veld",
  "image": [
    "https://campspace.com/media/medium/uploads/space/f9/d8/ee/f9d8ee02fe40939e2bd87327d2a8c8c8.jpg"
  ],
  "address": {
    "@type": "PostalAddress",
    "addressCountry": "NL"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 51.58,
    "longitude": 5.3
  },
  "amenityFeature": [
    {
      "@type": "LocationFeatureSpecification",
      "name": "Private"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Tent_camping"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Hut"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Tent"
    }
  ],
  "aggregateRating": {
    "@type": "AggregateRating",
    "ratingValue": 4.71,
    "reviewCount": 7,
    "bestRating": 5,
    "worstRating": 1
  }
}