{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/hahns-bay-campground-bottineau-nd",
  "name": "Hahn's Bay Campground",
  "description": "Primitive campground on Lake Metigoshe. Features boat ramp with dock, fishing pier, picnic shelter, bicycle trail, nature trail.",
  "url": "https://campertunity.com/listings/campgrounds/hahns-bay-campground-bottineau-nd",
  "address": {
    "@type": "PostalAddress",
    "streetAddress": "390 Hahn's Bay Rd",
    "addressLocality": "Bottineau",
    "addressRegion": "ND",
    "postalCode": "58318",
    "addressCountry": "US"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 48.970181,
    "longitude": -100.363816
  },
  "sameAs": [
    "https://www.ndtourism.com/bottineau/places-stay/campgrounds-rv-parks/hahns-bay-campground"
  ],
  "amenityFeature": [
    {
      "@type": "LocationFeatureSpecification",
      "name": "Picnic Table"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Picnic Table"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Primitive"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Fishing"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Biking"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Hiking"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Lake"
    }
  ]
}