{
  "@context": "http://www.w3.org/ns/csvw",
  "url": "test028-empty-date.csv",
  "tableSchema": {
    "aboutUrl": "http://example.org/id/{ID}",
    "columns": [
      {
        "titles": "ID",
        "propertyUrl": "http://vocab.example.org/id"
      },
      {
        "titles": "Date",
        "propertyUrl": "http://vocab.example.org/date",
        "datatype": {
          "base": "dateTime",
          "format": "yyyyMMdd HHmmss"
        }
      }
    ]
  }
}
