{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/nomevatn-lunde-telemark",
  "name": "Nomevatn",
  "description": "A parking space next to the water with a good toilet, and you can stay here for up to 3 days. No traffic.",
  "url": "https://campertunity.com/listings/campgrounds/nomevatn-lunde-telemark",
  "image": [
    "https://images.campercontact.com/media/photos/4222124650846076.jpg"
  ],
  "address": {
    "@type": "PostalAddress",
    "streetAddress": "Harpåsvegen",
    "addressLocality": "Lunde, Telemark",
    "addressRegion": "vestfold-og-telemark",
    "postalCode": "3825",
    "addressCountry": "NO"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 59.29193,
    "longitude": 9.17913
  },
  "amenityFeature": [
    {
      "@type": "LocationFeatureSpecification",
      "name": "Rv_camping"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Rv"
    }
  ],
  "aggregateRating": {
    "@type": "AggregateRating",
    "ratingValue": 4.1,
    "reviewCount": 25,
    "bestRating": 5,
    "worstRating": 1
  }
}