{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/kurrimine-beach-campgound-bluewater-queensland",
  "name": "Kurrimine Beach Campgound",
  "description": "Near Townsville and Bluewater. .",
  "url": "https://campertunity.com/listings/campgrounds/kurrimine-beach-campgound-bluewater-queensland",
  "image": [
    "https://www.anycamp.com.au/assets/images/shareimage.jpg",
    "https://www.anycamp.com.au/assets/images/listing-item-02.jpg"
  ],
  "address": {
    "@type": "PostalAddress",
    "streetAddress": "41810 Bruce Highway",
    "addressLocality": "Bluewater",
    "addressRegion": "Queensland",
    "addressCountry": "AU"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": -19.176587,
    "longitude": 146.55095
  },
  "amenityFeature": [
    {
      "@type": "LocationFeatureSpecification",
      "name": "Campervan_camping"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Tent_camping"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Tent"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Beach"
    }
  ],
  "aggregateRating": {
    "@type": "AggregateRating",
    "ratingValue": 1,
    "reviewCount": 1,
    "bestRating": 5,
    "worstRating": 1
  },
  "review": [
    {
      "@type": "Review",
      "author": {
        "@type": "Person",
        "name": "Donna P."
      },
      "reviewBody": "This is Bluewater council free camp. NOT Kurrimine beach. Bluewater camp ground is very good. No showers but good toilets. Some water available. Playground for children. Very dusty because people drive too fast. Have to book online details are signposted. Stop for 2 nights."
    }
  ]
}