- From: Rufus Pollock <rufus.pollock@okfn.org>
- Date: Wed, 10 Sep 2014 10:24:00 +0100
- To: "public-csv-wg@w3.org" <public-csv-wg@w3.org>
Received on Wednesday, 10 September 2014 09:24:27 UTC
This is a request for comments on Issue 26
<https://github.com/w3c/csvw/issues/26> re Metadata Vocabulary for Tabular
Data:
https://github.com/w3c/csvw/issues/26
Proposal: allow additional @datatype or @type whose value would be a RDF
class specifying the type of data in that column.
```
schema: {
columns: [
{
...
@(data)type: some-uri ...
}
]
}
```
Rufus
Received on Wednesday, 10 September 2014 09:24:27 UTC