rdf-parser-csvw
Version: 
CSV on the Web parser
26 lines (25 loc) • 587 B
JSON
{
  "@context": "http://www.w3.org/ns/csvw",
  "url": "test003-minimal-space.csv",
  "tableSchema": {
    "aboutUrl": "http://example.org/id/{ID}",
    "columns": [
      {
        "titles": "ID",
        "propertyUrl": "http://vocab.example.org/id"
      },
      {
        "titles": "String with Space",
        "propertyUrl": "http://vocab.example.org/string"
      },
      {
        "titles": "Int",
        "propertyUrl": "http://vocab.example.org/int"
      },
      {
        "titles": "Reference",
        "propertyUrl": "http://vocab.example.org/reference"
      }
    ]
  }
}