{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/wonarah-bore-tablelands-northern-territory",
  "name": "Wonarah Bore",
  "description": "Near Barkly and Tablelands. Pets Allowed, Free and Allows fires.",
  "url": "https://campertunity.com/listings/campgrounds/wonarah-bore-tablelands-northern-territory",
  "image": [
    "https://www.anycamp.com.au/assets/images/shareimage.jpg",
    "https://www.anycamp.com.au/assets/images/listing-item-03.jpg"
  ],
  "address": {
    "@type": "PostalAddress",
    "streetAddress": "Barkly Hwy",
    "addressLocality": "Tablelands",
    "addressRegion": "Northern Territory",
    "addressCountry": "AU"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": -19.842724,
    "longitude": 136.156049
  },
  "amenityFeature": [
    {
      "@type": "LocationFeatureSpecification",
      "name": "Campervan_camping"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Tent_camping"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Tent"
    }
  ]
}