{
  "id": "Beach-A-Concha-123456",
  "type": "Beach",
  "description": {
    "type": "Text",
    "value": "La Playa de A Concha se presenta ....."
  },
  "width": {
    "type": "Number",
    "value": 51
  },
  "accessType": {
    "type": "StructuredValue",
    "value": [
      "privateVehicle",
      "onFoot",
      "publicTransport"
    ]
  },
  "location": {
    "type": "geo:json",
    "value": {
      "type": "Point",
      "coordinates": [
        -8.768460000000001,
        42.60214472222222
      ]
    }
  },
  "facilities": {
    "type": "StructuredValue",
    "value": [
      "promenade",
      "showers",
      "cleaningServices",
      "lifeGuard"
    ]
  },
  "length": {
    "type": "Number",
    "value": 450
  },
  "source": {
    "type": "Text",
    "value": "http://www.tourspain.es"
  },
  "address": {
    "type": "StructuredValue",
    "value": {
      "addressCountry": "ES",
      "addressLocality": "Vilagarc\u00eda de Arousa"
    }
  },
  "beachType": {
    "type": "StructuredValue",
    "value": [
      "whiteSand",
      "urban",
      "calmWaters"
    ]
  },
  "occupationRate": {
    "type": "Text",
    "value": "high"
  },
  "name": {
    "type": "Text",
    "value": "Playa de a Concha"
  }
}