rdf-parser-csvw
Version:
CSV on the Web parser
22 lines (21 loc) • 466 B
JSON
{
"@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"
}
}
]
}
}