{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/shirley-basin-reservoir",
  "name": "Shirley Basin Reservoir",
  "description": "This reservoir is located in the scenic grasslands of Shirley Basin. Fishing is a popular use of this reservoir. This is a primitive site with no facilities.",
  "url": "https://campertunity.com/listings/campgrounds/shirley-basin-reservoir",
  "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": 42.243128,
    "longitude": -106.368392
  },
  "sameAs": [
    "https://www.blm.gov/visit/shirley-basin-reservoir"
  ],
  "amenityFeature": [
    {
      "@type": "LocationFeatureSpecification",
      "name": "Public Land"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Blm Land"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Fishing"
    }
  ]
}