{
  "@context": "http://www.w3.org/ns/csvw",
  "@type": "Table",
  "dc:description": "Diccionario de datos",
  "dc:creator": "Transportes Interurbanos de Tenerife (TITSA)",
  "tableSchema": {
    "columns": [
      {
        "name": "zona_telefonia_id",
        "datatype": "numeric",
        "title": "zona_telefonia_id",
        "dc:description": "Código de zona de telefonía"
      }
    ]
  }
}