{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/villeveque",
  "name": "Campspace in Villeveque, Pays de la Loire",
  "description": "Idyllic plot of land in the undergrowth with fishing pond. Close to the Loir for swimming.",
  "url": "https://campertunity.com/listings/campgrounds/villeveque",
  "address": {
    "@type": "PostalAddress",
    "addressLocality": "Villeveque",
    "addressCountry": "FR"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 47.5295,
    "longitude": -0.43
  },
  "amenityFeature": [
    {
      "@type": "LocationFeatureSpecification",
      "name": "Rv_camping"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Rv"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Swimming"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Fishing"
    }
  ]
}