{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/vatnedalsvatnet-damme-berdalen-agder",
  "name": "Vatnedalsvatnet Damme",
  "description": "place for motorhomes in the dam - view over the valley",
  "url": "https://campertunity.com/listings/campgrounds/vatnedalsvatnet-damme-berdalen-agder",
  "image": [
    "https://images.campercontact.com/media/photos/4222124650964582.jpeg"
  ],
  "address": {
    "@type": "PostalAddress",
    "addressLocality": "berdalen",
    "addressRegion": "agder",
    "addressCountry": "NO"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 59.45644,
    "longitude": 7.36256
  },
  "amenityFeature": [
    {
      "@type": "LocationFeatureSpecification",
      "name": "Rv_camping"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Rv"
    }
  ],
  "aggregateRating": {
    "@type": "AggregateRating",
    "ratingValue": 4.75,
    "reviewCount": 4,
    "bestRating": 5,
    "worstRating": 1
  }
}