{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/south-shore-recreation-area-lawrenceville-pa",
  "name": "South Shore Recreation Area",
  "description": "South Shore Recreation Area is located on the south side of the Cowanesque Lake along State Route 49, just five miles west of Lawrenceville, Pennsylvania. The area is easily accessible from Route 15 and offers a great location for boating, picnicking and fishing.",
  "url": "https://campertunity.com/listings/campgrounds/south-shore-recreation-area-lawrenceville-pa",
  "image": [
    "https://www.recreation.gov/FacebookOG.jpg",
    "https://www.recreation.gov/TwitterCard.jpg",
    "https://cdn.recreation.gov/public/2024/01/23/13/08/234689_1c77ae06-413e-4ad1-b416-c504a453c326_1440.webp"
  ],
  "address": {
    "@type": "PostalAddress",
    "streetAddress": "92 South Shore Lane",
    "addressLocality": "Lawrenceville",
    "addressRegion": "PA",
    "postalCode": "16929",
    "addressCountry": "US"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 41.9744444,
    "longitude": -77.2088889
  },
  "sameAs": [
    "https://www.recreation.gov/camping/campgrounds/234689"
  ],
  "amenityFeature": [
    {
      "@type": "LocationFeatureSpecification",
      "name": "Fishing"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Boating"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Lake"
    }
  ],
  "offers": {
    "@type": "Offer",
    "availability": "https://schema.org/InStock",
    "priceCurrency": "USD",
    "price": "40",
    "priceValidUntil": "2026-09-23"
  },
  "priceRange": "$40+"
}