{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/water-la-chapelle-de-brain",
  "name": "water",
  "description": "We are a family with a large field in the countryside. Quiet, next to a Natura 2000 area. Small paradise to come and rest and recharge your batteries. Very little noise.",
  "url": "https://campertunity.com/listings/campgrounds/water-la-chapelle-de-brain",
  "address": {
    "@type": "PostalAddress",
    "addressLocality": "la chapelle de brain",
    "addressCountry": "FR"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 47.691,
    "longitude": -1.9535
  },
  "amenityFeature": [
    {
      "@type": "LocationFeatureSpecification",
      "name": "Rv_camping"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Rv"
    }
  ]
}