{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/bootshaus-burghausen-leipzig-saxony",
  "name": "Bootshaus Burghausen",
  "description": "Bootshaus Burghausen is a camping site in Leipzig.",
  "url": "https://campertunity.com/listings/campgrounds/bootshaus-burghausen-leipzig-saxony",
  "image": [
    "https://images.campercontact.com/media/photos/112308515707551748.jpg"
  ],
  "address": {
    "@type": "PostalAddress",
    "streetAddress": "Richard-Leisebein-Straße",
    "addressLocality": "Leipzig",
    "addressRegion": "saxony",
    "postalCode": "04178",
    "addressCountry": "DE"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 51.35667,
    "longitude": 12.25672
  },
  "amenityFeature": [
    {
      "@type": "LocationFeatureSpecification",
      "name": "Rv_camping"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Rv"
    }
  ]
}