{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/melville-ponds-portsmouth-ri",
  "name": "Melville Ponds Campground",
  "description": "Melville Ponds Campground is located at 181 Bradford Avenue, Portsmouth RI 2871. Melville Ponds Campground can be contacted at ***-***-**** or http://www.melvillepondscampground.com/",
  "url": "https://campertunity.com/listings/campgrounds/melville-ponds-portsmouth-ri",
  "image": [
    "https://www.camping.org/show_image.php?w=300&h=200&src=/images/no-image.jpg"
  ],
  "address": {
    "@type": "PostalAddress",
    "streetAddress": "181 Bradford Avenue",
    "addressLocality": "Portsmouth",
    "addressRegion": "RI",
    "postalCode": "2871",
    "addressCountry": "US"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 41.586079,
    "longitude": -71.27439
  }
}