{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/napoleon-rv-park-napoleon-nd",
  "name": "Napoleon RV Park",
  "description": "10 full service sites available in Napoleon (seasonal site). For more information and availability call ***-***-****.",
  "url": "https://campertunity.com/listings/campgrounds/napoleon-rv-park-napoleon-nd",
  "address": {
    "@type": "PostalAddress",
    "streetAddress": "519 Ave B W",
    "addressLocality": "Napoleon",
    "addressRegion": "ND",
    "postalCode": "58561",
    "addressCountry": "US"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 46.503337,
    "longitude": -99.774591
  },
  "sameAs": [
    "https://www.ndtourism.com/napoleon/places-stay/campgrounds-rv-parks/napoleon-rv-park"
  ],
  "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"
    }
  ]
}