{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/presa-de-carcastillo-carcastillo",
  "name": "Presa De Carcastillo",
  "description": "near a dam - access by a rough road - unspoilt landscapes - center 7 km",
  "url": "https://campertunity.com/listings/campgrounds/presa-de-carcastillo-carcastillo",
  "image": [
    "https://images.campercontact.com/media/photos/4222124651128051.jpg"
  ],
  "address": {
    "@type": "PostalAddress",
    "streetAddress": "Carcastillo",
    "addressLocality": "carcastillo",
    "addressRegion": "navarra",
    "postalCode": "31310",
    "addressCountry": "ES"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 42.39734,
    "longitude": -1.41751
  },
  "amenityFeature": [
    {
      "@type": "LocationFeatureSpecification",
      "name": "Rv_camping"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Rv"
    }
  ],
  "aggregateRating": {
    "@type": "AggregateRating",
    "ratingValue": 4.5,
    "reviewCount": 2,
    "bestRating": 5,
    "worstRating": 1
  }
}