{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/moose-creek-ak",
  "name": "Moose Creek Cabin",
  "description": "The BLM built the original Moose Creek Cabin in 1986 as the agency began developing a cabin and trail system in the White Mountains. In June 2014, the BLM replaced the old cabin with a new 16 ft x 16 ft cabin that will sleep up to six persons. The new location offers nice views south into the Washington Creek drainage from the top of a forested ridge. Views of the Alaska Range can be seen to the south, and the White Mountains to the north. Cabins are equipped with bunk beds, a table and bench...",
  "url": "https://campertunity.com/listings/campgrounds/moose-creek-ak",
  "image": [
    "https://www.blm.gov/sites/default/files/images/2024-02/blm-gov-opengraph-thumbnail.png"
  ],
  "address": {
    "@type": "PostalAddress",
    "addressRegion": "AK",
    "addressCountry": "US"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 65.22629382,
    "longitude": -147.6047962
  },
  "sameAs": [
    "https://www.blm.gov/visit/moose-creek-cabin"
  ],
  "amenityFeature": [
    {
      "@type": "LocationFeatureSpecification",
      "name": "Public Land"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Blm Land"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Cabin"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Mountain"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Stream"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Creek"
    }
  ]
}