{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/top-of-cape-barrow-northern-territory",
  "name": "Top Of Cape Barrow",
  "description": "Near Katherine Daly and Numburindi. Pets Allowed.",
  "url": "https://campertunity.com/listings/campgrounds/top-of-cape-barrow-northern-territory",
  "image": [
    "https://www.anycamp.com.au/assets/images/shareimage.jpg",
    "https://www.anycamp.com.au/assets/images/listing-item-02.jpg"
  ],
  "address": {
    "@type": "PostalAddress",
    "addressRegion": "Northern Territory",
    "addressCountry": "AU"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": -13.652464,
    "longitude": 136.066984
  },
  "sameAs": [
    "https://www.anycamp.com.au/campsite/top-of-cape-barrow"
  ],
  "amenityFeature": [
    {
      "@type": "LocationFeatureSpecification",
      "name": "Campervan Camping"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Tent Camping"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Tent"
    }
  ]
}