{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/eugene-kamping-world-eugene-or",
  "name": "Eugene Kamping World",
  "description": "Eugene Kamping World is located at 90932 South Stuart Way, Eugene OR 97408. Eugene Kamping World can be contacted at ***-***-**** or",
  "url": "https://campertunity.com/listings/campgrounds/eugene-kamping-world-eugene-or",
  "image": [
    "https://www.camping.org/show_image.php?w=300&h=200&src=/images/no-image.jpg"
  ],
  "address": {
    "@type": "PostalAddress",
    "streetAddress": "90932 South Stuart Way",
    "addressLocality": "Eugene",
    "addressRegion": "OR",
    "postalCode": "97408",
    "addressCountry": "US"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 44.13358,
    "longitude": -123.056413
  },
  "sameAs": [
    "https://www.camping.org/campgrounds/oregon/eugene/eugene-kamping-world"
  ]
}