{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/northgate-dam-campground-flaxton-nd",
  "name": "Northgate Dam Campground",
  "description": "No reservations - First come-first serve campground. Primitive, electric. Fishing available for trout, walleye, blue gill, big and smallmouth bass, boating and docks, swimming with sand beach.",
  "url": "https://campertunity.com/listings/campgrounds/northgate-dam-campground-flaxton-nd",
  "address": {
    "@type": "PostalAddress",
    "streetAddress": "7133 104th St NW #7125",
    "addressLocality": "Flaxton",
    "addressRegion": "ND",
    "postalCode": "58721",
    "addressCountry": "US"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 48.922618,
    "longitude": -102.268898
  },
  "sameAs": [
    "https://www.ndtourism.com/flaxton/places-stay/campgrounds-rv-parks/northgate-dam-campground"
  ],
  "amenityFeature": [
    {
      "@type": "LocationFeatureSpecification",
      "name": "Electric Hookup"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Rv Hookup"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Primitive"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Swimming"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Fishing"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Boating"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Beach"
    }
  ]
}