{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/south-fork-rv-park-dayville-or",
  "name": "South Fork RV Park",
  "description": "South Fork RV Park is located at 5 Park Lane, Dayville OR 97825. South Fork RV Park can be contacted at ***-***-**** or",
  "url": "https://campertunity.com/listings/campgrounds/south-fork-rv-park-dayville-or",
  "image": [
    "https://www.camping.org/show_image.php?w=300&h=200&src=/images/no-image.jpg"
  ],
  "address": {
    "@type": "PostalAddress",
    "streetAddress": "5 Park Lane",
    "addressLocality": "Dayville",
    "addressRegion": "OR",
    "postalCode": "97825",
    "addressCountry": "US"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 44.4668288,
    "longitude": -119.5337859
  },
  "sameAs": [
    "https://www.camping.org/campgrounds/oregon/dayville/south-fork-rv-park"
  ]
}