rdf-parser-csvw
Version:
CSV on the Web parser
23 lines (22 loc) • 474 B
JSON
{
"@context": "http://www.w3.org/ns/csvw",
"url": "test023-language-template.csv",
"tableSchema": {
"aboutUrl": "http://example.org/object/{id}",
"columns": [
{
"titles": "id",
"propertyUrl": "http://example.org/id"
},
{
"titles": "label",
"propertyUrl": "http://example.org/label",
"lang": "{language}"
},
{
"titles": "language",
"suppressOutput": true
}
]
}
}