{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/skjermo-lake-campground-fortuna-nd",
  "name": "Skjermo Lake Campground",
  "description": "Tent, RV sites, boat dock, boat ramp.",
  "url": "https://campertunity.com/listings/campgrounds/skjermo-lake-campground-fortuna-nd",
  "address": {
    "@type": "PostalAddress",
    "streetAddress": "7 Miles West Of Fortuna",
    "addressLocality": "Fortuna",
    "addressRegion": "ND",
    "postalCode": "58730",
    "addressCountry": "US"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 48.875592,
    "longitude": -103.33835
  },
  "sameAs": [
    "https://www.ndtourism.com/fortuna/places-stay/campgrounds-rv-parks/skjermo-lake-campground"
  ],
  "amenityFeature": [
    {
      "@type": "LocationFeatureSpecification",
      "name": "Boat Dock"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Tent Camping"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Rv Camping"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Tent"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Rv"
    }
  ]
}