{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/near-compostella-route",
  "name": "Near compostella route",
  "description": "Large garden in a quiet area, village within walking distance. Safe place",
  "url": "https://campertunity.com/listings/campgrounds/near-compostella-route",
  "image": [
    "https://campspace.com/media/medium/uploads/space/ec/c4/1d/ecc41dc343470f1ddc100ab3c087a261.jpg"
  ],
  "address": {
    "@type": "PostalAddress",
    "addressCountry": "BE"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 51,
    "longitude": 4.27
  },
  "amenityFeature": [
    {
      "@type": "LocationFeatureSpecification",
      "name": "Private"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Tent_camping"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Tent"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Garden"
    }
  ]
}