{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/twisted-oaks-equestrian-campground-bottineau-nd",
  "name": "Twisted Oaks Equestrian Campground",
  "description": "Primitive camping, no electricity/water hook-ups. Corrals for horses, miles of trails for riding. Water for horses, well for drinking. $15/night, $5/horse.",
  "url": "https://campertunity.com/listings/campgrounds/twisted-oaks-equestrian-campground-bottineau-nd",
  "address": {
    "@type": "PostalAddress",
    "streetAddress": "900 Highway 43, Bottineau, ND",
    "addressLocality": "Bottineau",
    "addressRegion": "ND",
    "postalCode": "58783",
    "addressCountry": "US"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 48.946192,
    "longitude": -100.522462
  },
  "sameAs": [
    "https://www.ndtourism.com/bottineau/places-stay/campgrounds-rv-parks/twisted-oaks-equestrian-campground",
    "https://thedyrt.com/camping/north-dakota/north-dakota-turtle-mountain-state-forest-twisted-oaks-horse-camp"
  ],
  "amenityFeature": [
    {
      "@type": "LocationFeatureSpecification",
      "name": "Drinking Water"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Potable Water"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Primitive"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Horseback Riding"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Horseback Riding"
    }
  ]
}