{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/mohall-city-campgrounds-mohall-nd",
  "name": "Mohall City Campgrounds",
  "description": "10 campground spaces, new shower station, new RV dump station, electric hook-ups.",
  "url": "https://campertunity.com/listings/campgrounds/mohall-city-campgrounds-mohall-nd",
  "address": {
    "@type": "PostalAddress",
    "streetAddress": "West edge of Mohall",
    "addressLocality": "Mohall",
    "addressRegion": "ND",
    "addressCountry": "US"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 48.763356,
    "longitude": -101.513217
  },
  "sameAs": [
    "https://www.ndtourism.com/mohall/places-stay/campgrounds-rv-parks/mohall-city-campgrounds"
  ],
  "amenityFeature": [
    {
      "@type": "LocationFeatureSpecification",
      "name": "Showers"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Dump Station"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Electric Hookup"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Rv Hookup"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Rv Sanitation"
    }
  ]
}