{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/dennenloher-see-unterschwaningen-bayern",
  "name": "Dennenloher See",
  "description": "Camping and tent site right on the Dennelohersee.",
  "url": "https://campertunity.com/listings/campgrounds/dennenloher-see-unterschwaningen-bayern",
  "image": [
    "https://images.campercontact.com/media/photos/112308515707551747.jpg",
    "https://images.campercontact.com/media/photos/4222124650921563.jpg"
  ],
  "address": {
    "@type": "PostalAddress",
    "streetAddress": "Dennenloher See 1",
    "addressLocality": "Unterschwaningen",
    "addressRegion": "Bavaria",
    "postalCode": "91743",
    "addressCountry": "DE"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 49.10406,
    "longitude": 10.61335
  },
  "amenityFeature": [
    {
      "@type": "LocationFeatureSpecification",
      "name": "Rv_camping"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Tent_camping"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Tent"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Rv"
    }
  ]
}