{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/campement-5-gallivare-norrbotten-county",
  "name": "Campement 5",
  "description": "7 km long dirt road you come to a beautiful clearing in the forest - the view is beautiful - center 25 km",
  "url": "https://campertunity.com/listings/campgrounds/campement-5-gallivare-norrbotten-county",
  "image": [
    "https://images.campercontact.com/media/photos/4222124651004978.jpeg"
  ],
  "address": {
    "@type": "PostalAddress",
    "addressLocality": "Gällivare",
    "addressRegion": "norrbotten-county",
    "postalCode": "982 05",
    "addressCountry": "SE"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 67.45506,
    "longitude": 21.22069
  },
  "amenityFeature": [
    {
      "@type": "LocationFeatureSpecification",
      "name": "Rv_camping"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Rv"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Forest"
    }
  ]
}