rdf-parser-csvw
Version:
CSV on the Web parser
24 lines (23 loc) • 560 B
JSON
{
"@context": "http://www.w3.org/ns/csvw",
"url": "test029-row-columns.csv",
"tableSchema": {
"aboutUrl": "http://example.org/data.csv#{_row}",
"propertyUrl": "http://example.org/vocab#{_name}",
"columns": [
{
"titles": "ID"
},
{
"titles": "Name",
"propertyUrl": "http://schema.org/{_name}"
},
{
"titles": "ID",
"aboutUrl": "#row={_sourceRow}",
"propertyUrl": "http://schema.org/about",
"valueUrl": "http://example.org/data.csv#{_row}"
}
]
}
}