{
  "@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": "ID_INFRA",
        "datatype": "text",
        "title": "",
        "dc:description": "Identificador de edificio o instalación"
      },
      {
        "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_NOMBRE",
        "datatype": "text",
        "title": "",
        "dc:description": "Nombre del establecimiento"
      },
      {
        "name": "A_DIRECC",
        "datatype": "text",
        "title": "",
        "dc:description": "Dirección del establecimiento"
      },
      {
        "name": "A_CP",
        "datatype": "text",
        "title": "",
        "dc:description": "Código postal"
      },
      {
        "name": "A_MUN",
        "datatype": "text",
        "title": "",
        "dc:description": "Municipio"
      },
      {
        "name": "A_FOTO",
        "datatype": "text",
        "title": "",
        "dc:description": "Enlace a la fotografía principal"
      },
      {
        "name": "A_HORARIO",
        "datatype": "text",
        "title": "",
        "dc:description": "Horario de atención"
      },
      {
        "name": "A_TF",
        "datatype": "text",
        "title": "",
        "dc:description": "Teléfono de contacto"
      },
      {
        "name": "A_FAX",
        "datatype": "text",
        "title": "",
        "dc:description": "FAX"
      },
      {
        "name": "A_EMAIL",
        "datatype": "text",
        "title": "",
        "dc:description": "Correo electrónico del establecimiento"
      },
      {
        "name": "A_WEB",
        "datatype": "text",
        "title": "",
        "dc:description": "Página web"
      },
      {
        "name": "A_ACTV",
        "datatype": "text",
        "title": "",
        "dc:description": "Actividad del establecimiento"
      },
      {
        "name": "A_V_USR",
        "datatype": "text",
        "title": "",
        "dc:description": "Valoración usuario de silla de ruedas"
      },
      {
        "name": "A_V_MR",
        "datatype": "text",
        "title": "",
        "dc:description": "Valoración persona con movilidad reducida"
      },
      {
        "name": "A_V_DV",
        "datatype": "text",
        "title": "",
        "dc:description": "Valoración discapacidad visual"
      },
      {
        "name": "A_V_DA",
        "datatype": "text",
        "title": "",
        "dc:description": "Valoración discapacidad auditiva"
      },
      {
        "name": "C_VAL_FIN",
        "datatype": "text",
        "title": "",
        "dc:description": "Valoración final"
      },
      {
        "name": "FECHA",
        "datatype": "datetime",
        "title": "",
        "dc:description": "Fecha de los datos"
      },
      {
        "name": "GEO_ITI",
        "datatype": "text",
        "title": "",
        "dc:description": "Geocódigo o identificador del itinerario con el que se relaciona"
      },
      {
        "name": "AUTOR",
        "datatype": "text",
        "title": "",
        "dc:description": "Nombre del autor"
      }
    ]
  }
}