{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/skjeberg-skjeberg-viken",
  "name": "Skjeberg",
  "description": "Cp located on a large lake. Superb location without any facilities. Swimming in more possible. Many fishermen for fishing.",
  "url": "https://campertunity.com/listings/campgrounds/skjeberg-skjeberg-viken",
  "image": [
    "https://images.campercontact.com/media/photos/4222124650837279.jpg"
  ],
  "address": {
    "@type": "PostalAddress",
    "streetAddress": "Høysandveien",
    "addressLocality": "Skjeberg",
    "addressRegion": "viken",
    "postalCode": "1747",
    "addressCountry": "NO"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 59.18822,
    "longitude": 11.18598
  },
  "amenityFeature": [
    {
      "@type": "LocationFeatureSpecification",
      "name": "Rv_camping"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Rv"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Fishing"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Swimming"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Lake"
    }
  ],
  "aggregateRating": {
    "@type": "AggregateRating",
    "ratingValue": 3.74,
    "reviewCount": 39,
    "bestRating": 5,
    "worstRating": 1
  }
}