{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/bowbells-city-park-campground-bowbells-nd",
  "name": "Bowbells City Park Campground",
  "description": "Bowbells City Park is right off Main Street with 3 RV hook-ups for water and sewer. New pool with outside bathrooms with showers and RV dump station. RV park is for overnights and is free-will donation.",
  "url": "https://campertunity.com/listings/campgrounds/bowbells-city-park-campground-bowbells-nd",
  "address": {
    "@type": "PostalAddress",
    "streetAddress": "Main Street",
    "addressLocality": "Bowbells",
    "addressRegion": "ND",
    "postalCode": "58721",
    "addressCountry": "US"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 48.804499,
    "longitude": -102.24396
  },
  "sameAs": [
    "https://www.ndtourism.com/bowbells/places-stay/campgrounds-rv-parks/bowbells-city-park-campground"
  ],
  "amenityFeature": [
    {
      "@type": "LocationFeatureSpecification",
      "name": "Dump Station"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Showers"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Water Hookup"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Sewer Hookup"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Rv Sanitation"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Rv Camping"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Rv"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Paved Road"
    }
  ]
}