{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/beaver-point-resort-burns-lake-bc",
  "name": "Beaver Point Resort",
  "description": "We have 40 sites located on the lakeshore. 10 sites are located between cabins, 20 sites are pull-thru. 9 sites have sewer connections with 30 amp service.",
  "url": "https://campertunity.com/listings/campgrounds/beaver-point-resort-burns-lake-bc",
  "image": [
    "https://ccrva.ca/wp-content/uploads/2019/04/featured-campground.png"
  ],
  "address": {
    "@type": "PostalAddress",
    "streetAddress": "16278 Hwy 35",
    "addressLocality": "Burns Lake",
    "addressRegion": "BC",
    "postalCode": "V0J 1E0",
    "addressCountry": "CA"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 54.0916431,
    "longitude": -125.7220335
  },
  "amenityFeature": [
    {
      "@type": "LocationFeatureSpecification",
      "name": "Sewer_hookup"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Electric_hookup"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Rv Hookup"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Rv_camping"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Rv"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Lake"
    }
  ]
}