{
  "@context": "http://www.w3.org/ns/csvw",
  "@type": "Table",
  "dc:description": "Diccionario de datos",
  "dc:creator": "Sociedad Insular para la Promoción de las personas con discapacidad (SINPROMI)",
  "tableSchema": {
    "columns": [
      {
        "name": "GEO_APAR",
        "datatype": "text",
        "title": "",
        "dc:description": "Geocódigo o identificador del aparcamiento"
      },
      {
        "name": "LOC_CoordX",
        "datatype": "numeric",
        "title": "",
        "dc:description": "Coordenada X en proyección universal transversa de Mercator (UTM, Universal Transverse Mercator) huso 28"
      },
      {
        "name": "LOC_CoordY",
        "datatype": "numeric",
        "title": "",
        "dc:description": "Coordenada Y en proyección universal transversa de Mercator (UTM, Universal Transverse Mercator) huso 28"
      },
      {
        "name": "A_COMU_ITI",
        "datatype": "text",
        "title": "",
        "dc:description": "Comunicada con itinerario. Valores: 'No existe', 'Sí', 'No'"
      },
      {
        "name": "A_ESP_BAT",
        "datatype": "numeric",
        "title": "",
        "dc:description": "Espacio de transferencia en batería (metros)"
      },
      {
        "name": "A_ESP_TRAS",
        "datatype": "numeric",
        "title": "",
        "dc:description": "Espacio de transferencia trasero (metros)"
      },
      {
        "name": "A_SIMB_HOR",
        "datatype": "text",
        "title": "",
        "dc:description": "Señalización horizontal. Valores: 'No existe', 'Sí', 'No'"
      },
      {
        "name": "A_PTE",
        "datatype": "numeric",
        "title": "",
        "dc:description": "Pendiente"
      },
      {
        "name": "A_TIEMPO",
        "datatype": "text",
        "title": "",
        "dc:description": "Limitación de horario"
      },
      {
        "name": "A_FOTO1",
        "datatype": "text",
        "title": "",
        "dc:description": "Enlace a fotografía 1"
      },
      {
        "name": "A_FOTO2",
        "datatype": "text",
        "title": "",
        "dc:description": "Enlace a fotografía 2"
      },
      {
        "name": "A_FOTO3",
        "datatype": "text",
        "title": "",
        "dc:description": "Enlace a fotografía 3"
      },
      {
        "name": "GEO_ITI",
        "datatype": "text",
        "title": "",
        "dc:description": "Geocódigo o identificador de itinerario"
      },
      {
        "name": "FECHA",
        "datatype": "datetime",
        "title": "",
        "dc:description": "Fecha de los datos"
      },
      {
        "name": "AUTOR",
        "datatype": "text",
        "title": "",
        "dc:description": "Nombre del autor"
      }
    ]
  }
}