{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/cool-waters-rv-park-nelson-bc-1",
  "name": "Cool Waters RV Park",
  "description": "Cool Waters RV park is located in a valley about 5 minutes south of beautiful Nelson BC.",
  "url": "https://campertunity.com/listings/campgrounds/cool-waters-rv-park-nelson-bc-1",
  "image": [
    "https://ccrva.ca/wp-content/uploads/2018/03/Item-6a-ccrvc-decal.png"
  ],
  "address": {
    "@type": "PostalAddress",
    "streetAddress": "3320 Hwy 6 South (Ymir Road)",
    "addressLocality": "Nelson",
    "addressRegion": "BC",
    "postalCode": "V1L 6Z4",
    "addressCountry": "CA"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 49.464212,
    "longitude": -117.283322
  },
  "sameAs": [
    "https://ccrva.ca/campground/cool-waters-rv-park/",
    "https://wheretocamp.ca",
    "https://www.rvezy.com"
  ],
  "amenityFeature": [
    {
      "@type": "LocationFeatureSpecification",
      "name": "Rv Camping"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Rv"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Valley"
    }
  ],
  "offers": {
    "@type": "Offer",
    "availability": "https://schema.org/InStock",
    "priceCurrency": "CAD",
    "price": "0",
    "priceValidUntil": "2026-09-24"
  },
  "priceRange": "$0+"
}