{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/thoms-creek-crossing-campsite-wrangell-ak",
  "name": "Thoms Creek Crossing Campsite",
  "description": "The Thoms Creek Crossing Campsite is a fully accessible, single occupancy campsite on the south end of Wrangell Island. Access is via a short footpath from the parking area at the bridge to the site on the shore of Thom's Creek.",
  "url": "https://campertunity.com/listings/campgrounds/thoms-creek-crossing-campsite-wrangell-ak",
  "image": [
    "https://assets.thedyrt.com/next/public/assets/images/no_image.svg"
  ],
  "address": {
    "@type": "PostalAddress",
    "addressLocality": "Wrangell",
    "addressRegion": "AK",
    "addressCountry": "US"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 56.1880561,
    "longitude": -132.16250036
  },
  "sameAs": [
    "https://thedyrt.com/camping/alaska/thoms-creek-crossing-campsite"
  ],
  "amenityFeature": [
    {
      "@type": "LocationFeatureSpecification",
      "name": "Established"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Island"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Stream"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Creek"
    }
  ]
}