{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/big-sage-campground-alturas-ca",
  "name": "Big Sage Campground",
  "description": "Big Sage Reservoir and campground are surrounded by juniper woodland and sagebrush. The reservoir is several thousand acres and the campground lies on the shore near the boat ramp.",
  "url": "https://campertunity.com/listings/campgrounds/big-sage-campground-alturas-ca",
  "image": [
    "https://assets.thedyrt.com/next/public/assets/images/no_image.svg"
  ],
  "address": {
    "@type": "PostalAddress",
    "addressLocality": "Alturas",
    "addressRegion": "CA",
    "postalCode": "96101",
    "addressCountry": "US"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 41.57900032,
    "longitude": -120.6280004
  },
  "sameAs": [
    "https://thedyrt.com/camping/california/big-sage-campground"
  ],
  "amenityFeature": [
    {
      "@type": "LocationFeatureSpecification",
      "name": "Established"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Boat Ramp"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Pet Friendly"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Forest"
    }
  ]
}