{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/tumut-blowering-nsw",
  "name": "Tumut area",
  "description": "Yachting Point campground is located off Snowy Mountains Highway in northern Kosciuszko National Park, near Tumut. Set beside Blowering Dam, it's a great spot for fishing and water activities.",
  "url": "https://campertunity.com/listings/campgrounds/tumut-blowering-nsw",
  "image": [
    "https://www.nationalparks.nsw.gov.au/-/media/npws/images/parks/kosciuszko-national-park/tumut-area/yachting-point-campground/yachting-point-campground-01.jpg"
  ],
  "address": {
    "@type": "PostalAddress",
    "addressLocality": "Blowering",
    "addressRegion": "NSW",
    "postalCode": "2720",
    "addressCountry": "AU"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": -35.5107417533332,
    "longitude": 148.26707098
  },
  "amenityFeature": [
    {
      "@type": "LocationFeatureSpecification",
      "name": "State_park"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "National_park"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Tent_camping"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Tent"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Fishing"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Mountain"
    }
  ]
}