{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/north-fork-trail-shelter",
  "name": "North Fork Trail Shelter",
  "description": "North Fork Shelter Cabin is located approximately 10 trail miles from the Twelvemile Summit Trailhead on the Pinnell Mountain National Recreation Trail on the back side of a hill. This small cabin is available on a first-come, first-served basis and is primarily intended as an emergency shelter. The cabin includes a water catchment system for collecting rain and melting snow; water should be treated before cooking or drinking.",
  "url": "https://campertunity.com/listings/campgrounds/north-fork-trail-shelter",
  "image": [
    "https://www.blm.gov/sites/default/files/images/2024-02/blm-gov-opengraph-thumbnail.png"
  ],
  "address": {
    "@type": "PostalAddress",
    "addressCountry": "US"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 65.47880556,
    "longitude": -145.8174444
  },
  "sameAs": [
    "https://www.blm.gov/visit/north-fork-trail-shelter-1"
  ],
  "amenityFeature": [
    {
      "@type": "LocationFeatureSpecification",
      "name": "Blm Land"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Public Land"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Cabin"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Mountain"
    }
  ]
}