{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/percival-springs-watson-il",
  "name": "Percival Springs",
  "description": "All our sites, including Intermediate and long-term, are full hook-ups with both 30 and 50 amp service.",
  "url": "https://campertunity.com/listings/campgrounds/percival-springs-watson-il",
  "address": {
    "@type": "PostalAddress",
    "streetAddress": "6900 U.S. 45",
    "addressLocality": "Watson",
    "addressRegion": "IL",
    "postalCode": "62473",
    "addressCountry": "US"
  },
  "sameAs": [
    "https://www.percivalsprings.com/"
  ],
  "amenityFeature": [
    {
      "@type": "LocationFeatureSpecification",
      "name": "Full Hookup"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Sewer Hookup"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Water Hookup"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Electric Hookup"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Rv Hookup"
    }
  ]
}