{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/presteodden-parkplass-hjartdal-telemark",
  "name": "Presteodden Parkplass",
  "description": "There are 2 parking spaces: one for trucks with a bus stop, and one for cars, vans, and also campers. The parking lot has no electricity and water, but there is a public toilet.",
  "url": "https://campertunity.com/listings/campgrounds/presteodden-parkplass-hjartdal-telemark",
  "image": [
    "https://images.campercontact.com/media/photos/4222124651257724.jpg"
  ],
  "address": {
    "@type": "PostalAddress",
    "streetAddress": "Hjartdalsvegen",
    "addressLocality": "Hjartdal",
    "addressRegion": "telemark",
    "postalCode": "3690",
    "addressCountry": "NO"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 59.60311,
    "longitude": 8.71677
  },
  "amenityFeature": [
    {
      "@type": "LocationFeatureSpecification",
      "name": "Rv_camping"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Rv"
    }
  ],
  "aggregateRating": {
    "@type": "AggregateRating",
    "ratingValue": 5,
    "reviewCount": 2,
    "bestRating": 5,
    "worstRating": 1
  }
}