{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/slide-creek-prairie-city-or-us",
  "name": "Slide Creek Campground",
  "description": "Slide Creek Campground is located at National Forest Development Road 6001, Prairie City OR 97869. Slide Creek Campground can be contacted at ***-***-**** or http://www.fs.usda.gov/recarea/malheur/recarea/?recid=40152",
  "url": "https://campertunity.com/listings/campgrounds/slide-creek-prairie-city-or-us",
  "image": [
    "https://www.camping.org/show_image.php?w=300&h=200&src=/images/no-image.jpg"
  ],
  "address": {
    "@type": "PostalAddress",
    "streetAddress": "National Forest Development Road 6001",
    "addressLocality": "Prairie City",
    "addressRegion": "OR",
    "postalCode": "97869",
    "addressCountry": "US"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 44.3415965,
    "longitude": -118.6579934
  },
  "sameAs": [
    "https://www.camping.org/campgrounds/oregon/prairie-city/slide-creek-campground",
    "http://www.fs.usda.gov/recarea/malheur/recarea/?recid=40152"
  ]
}