{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/campspace-alsemberg-flemish-brabant-alsemberg",
  "name": "Campspace in Alsemberg, Flemish Brabant",
  "description": "Quiet, in the countryside, with easy access to Brussels",
  "url": "https://campertunity.com/listings/campgrounds/campspace-alsemberg-flemish-brabant-alsemberg",
  "address": {
    "@type": "PostalAddress",
    "addressLocality": "Alsemberg",
    "addressCountry": "BE"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 50.754,
    "longitude": 4.3085
  },
  "amenityFeature": [
    {
      "@type": "LocationFeatureSpecification",
      "name": "Rv_camping"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Rv"
    }
  ]
}