{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/campspace-schortens-lower-saxony",
  "name": "Campspace In Schortens Lower Saxony",
  "description": "Hello I am offering a parking space in the heart of Schortens. The coastal towns of Hooksiel, Schillig and Dangst are only about 20 minutes away by car.",
  "url": "https://campertunity.com/listings/campgrounds/campspace-schortens-lower-saxony",
  "address": {
    "@type": "PostalAddress",
    "addressLocality": "schortens",
    "addressCountry": "DE"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 53.5355,
    "longitude": 7.9465
  },
  "amenityFeature": [
    {
      "@type": "LocationFeatureSpecification",
      "name": "Rv_camping"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Rv"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Coastal"
    }
  ]
}