{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/kambolgie-campground-kakadu-np-nt",
  "name": "Kambolgie Campground",
  "description": "Near Litchfield Kakadu Arnhem and Kakadu. Toilets, BBQ Areas and Allows fires.",
  "url": "https://campertunity.com/listings/campgrounds/kambolgie-campground-kakadu-np-nt",
  "image": [
    "https://www.anycamp.com.au/assets/images/shareimage.jpg",
    "https://www.anycamp.com.au/assets/images/listing-item-04.jpg"
  ],
  "address": {
    "@type": "PostalAddress",
    "streetAddress": "Gunlom-Nimbat Rd",
    "addressLocality": "Kakadu NP",
    "addressRegion": "Northern Territory",
    "addressCountry": "AU"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": -13.503482,
    "longitude": 132.393082
  },
  "amenityFeature": [
    {
      "@type": "LocationFeatureSpecification",
      "name": "Toilets"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Campervan_camping"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Tent_camping"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Tent"
    }
  ]
}