{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/boulder-reservoir-california",
  "name": "Boulder Reservoir",
  "description": "Recreation area with a 10 acre reservoir stocked with rainbow trout, a small campground with six tables and metal firerings. The recreation site and reservoir is fenced off from livestock.",
  "url": "https://campertunity.com/listings/campgrounds/boulder-reservoir-california",
  "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": 41.347803,
    "longitude": -119.747073
  },
  "sameAs": [
    "https://www.blm.gov/visit/boulder-reservoir"
  ],
  "amenityFeature": [
    {
      "@type": "LocationFeatureSpecification",
      "name": "Public Land"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Blm Land"
    }
  ]
}