{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/west-lake-communities-oakes-nd",
  "name": "West Lake Communities",
  "description": "Camper hookups east of Oakes in the West Lake Communities trailer park.Camper spots include electricity as well as full hookups",
  "url": "https://campertunity.com/listings/campgrounds/west-lake-communities-oakes-nd",
  "address": {
    "@type": "PostalAddress",
    "streetAddress": "1300 Main Ave",
    "addressLocality": "Oakes",
    "addressRegion": "ND",
    "postalCode": "58474",
    "addressCountry": "US"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 46.138696,
    "longitude": -98.081369
  },
  "sameAs": [
    "https://www.ndtourism.com/oakes/places-stay/campgrounds-rv-parks/west-lake-communities"
  ],
  "amenityFeature": [
    {
      "@type": "LocationFeatureSpecification",
      "name": "Electric Hookup"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Full Hookup"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Sewer Hookup"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Water Hookup"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Rv Hookup"
    }
  ]
}