{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/holland-shelter-creek-outdoor-adventures-burgaw-nc",
  "name": "Holland Shelter Creek Outdoor Adventures",
  "description": "Check out Holland Shelter Creek Outdoor Adventures in Burgaw, North Carolina on Go Camping America",
  "url": "https://campertunity.com/listings/campgrounds/holland-shelter-creek-outdoor-adventures-burgaw-nc",
  "address": {
    "@type": "PostalAddress",
    "addressLocality": "Burgaw",
    "addressRegion": "NC",
    "addressCountry": "US"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 34.5521113,
    "longitude": -77.926098
  },
  "amenityFeature": [
    {
      "@type": "LocationFeatureSpecification",
      "name": "Established"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Stream"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Creek"
    }
  ]
}