{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "http://ssr-app-zpimxgrglq-uc.a.run.app/listings/campgrounds/lovely-quiet-place-between-hedgerows-harskamp",
  "name": "lovely quiet place between the hedgerows",
  "description": "A really wonderfully quiet place with lots of bird sounds. The camper is located in a parking lot of a greenhouse complex where a butterfly garden used to be located. The shower, toilet and kitchen can be used all week for a fee. Beautiful tropical plants are welcome to grow in the greenhouse.",
  "url": "http://ssr-app-zpimxgrglq-uc.a.run.app/listings/campgrounds/lovely-quiet-place-between-hedgerows-harskamp",
  "address": {
    "@type": "PostalAddress",
    "addressLocality": "HARSKAMP",
    "addressCountry": "The Netherlands"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 52.136,
    "longitude": 5.7235
  },
  "amenityFeature": [
    {
      "@type": "LocationFeatureSpecification",
      "name": "Parking"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Rv_camping"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Rv"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Garden"
    }
  ]
}