{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/strawberry-lake-campground-bottineau-nd",
  "name": "Strawberry Lake Campground",
  "description": "NDFS primitive campground. hiking, fishing, wildlife viewing, no electric or water hook-ups. $15 per night fee.",
  "url": "https://campertunity.com/listings/campgrounds/strawberry-lake-campground-bottineau-nd",
  "address": {
    "@type": "PostalAddress",
    "streetAddress": "950 Highway 43, Bottineau, ND",
    "addressLocality": "Bottineau",
    "addressRegion": "ND",
    "postalCode": "58318",
    "addressCountry": "US"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 48.944528,
    "longitude": -100.508686
  },
  "sameAs": [
    "https://www.ndtourism.com/bottineau/places-stay/campgrounds-rv-parks/strawberry-lake-campground",
    "https://thedyrt.com/camping/north-dakota/north-dakota-turtle-mountain-state-forest-strawberry-lake-recreation-area"
  ],
  "amenityFeature": [
    {
      "@type": "LocationFeatureSpecification",
      "name": "Primitive"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Hiking"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Fishing"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Wildlife Viewing"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Wildlife Watching"
    }
  ]
}