{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/beall-rv-park-perkins-ok",
  "name": "Beall RV Park LLC",
  "description": "Check out Beall RV Park LLC in Perkins, Oklahoma on Go Camping America",
  "url": "https://campertunity.com/listings/campgrounds/beall-rv-park-perkins-ok",
  "address": {
    "@type": "PostalAddress",
    "addressLocality": "Perkins",
    "addressRegion": "OK",
    "addressCountry": "US"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 35.98412,
    "longitude": -97.078526
  },
  "sameAs": [
    "https://gocampingamerica.com/campgrounds-rv-parks/oklahoma/perkins/beall-rv-park-llc"
  ],
  "amenityFeature": [
    {
      "@type": "LocationFeatureSpecification",
      "name": "Established"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Rv Camping"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Rv"
    }
  ]
}