{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/bowman-lions-campground-bowman-nd",
  "name": "Bowman Lions Campground",
  "description": "Enjoy camping in SW North Dakota. Lions Campground is primitive, has a dump station and is pet friendly.",
  "url": "https://campertunity.com/listings/campgrounds/bowman-lions-campground-bowman-nd",
  "address": {
    "@type": "PostalAddress",
    "streetAddress": "506 3rd St SW",
    "addressLocality": "Bowman",
    "addressRegion": "ND",
    "postalCode": "58623",
    "addressCountry": "US"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 46.179042,
    "longitude": -103.40275
  },
  "sameAs": [
    "https://www.ndtourism.com/bowman/places-stay/campgrounds-rv-parks/bowman-lions-campground"
  ],
  "amenityFeature": [
    {
      "@type": "LocationFeatureSpecification",
      "name": "Dump Station"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Rv Sanitation"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Primitive"
    }
  ]
}