rdf-parser-csvw
Version:
CSV on the Web parser
22 lines (21 loc) • 479 B
JSON
{
"@context": "http://www.w3.org/ns/csvw",
"url": "test027-default-datatype.csv",
"tableSchema": {
"aboutUrl": "http://example.org/id/{ID}",
"columns": [
{
"titles": "ID",
"propertyUrl": "http://vocab.example.org/id"
},
{
"titles": "Label",
"propertyUrl": "http://vocab.example.org/label",
"default": "DEFAULT VALUE",
"datatype": {
"base": "normalizedString"
}
}
]
}
}