UNPKG

rdf-parser-csvw

Version:
22 lines (21 loc) 479 B
{ "@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" } } ] } }