{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/upper-davies-creek-campground-dinden-national-park-queenslan",
  "name": "Upper Davies Creek Campground",
  "description": "Very nice, private and peaceful camping locations. There are some great hiking tracks too. The track... Near Dinden National Park, Davies Creek National Park, Danbulla National Park, Tropical...",
  "url": "https://campertunity.com/listings/campgrounds/upper-davies-creek-campground-dinden-national-park-queenslan",
  "image": [
    "https://www.anycamp.com.au/assets/images/shareimage.jpg",
    "https://www.anycamp.com.au/assets/images/listing-item-01.jpg"
  ],
  "address": {
    "@type": "PostalAddress",
    "addressLocality": "Dinden National Park",
    "addressRegion": "Queensland",
    "addressCountry": "AU"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": -17.023749,
    "longitude": 145.585849
  },
  "amenityFeature": [
    {
      "@type": "LocationFeatureSpecification",
      "name": "Campervan_camping"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Tent_camping"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Tent"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Hiking"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Stream"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Creek"
    }
  ],
  "aggregateRating": {
    "@type": "AggregateRating",
    "ratingValue": 5,
    "reviewCount": 1,
    "bestRating": 5,
    "worstRating": 1
  },
  "review": [
    {
      "@type": "Review",
      "author": {
        "@type": "Person",
        "name": "Casey O."
      },
      "reviewBody": "Very nice, private and peaceful camping locations. There are some great hiking tracks too. The track to Turtle Rock is a must do for a day hike."
    }
  ]
}