rdf-parser-csvw
Version:
CSV on the Web parser
28 lines (27 loc) • 675 B
JSON
{
"@context": "http://www.w3.org/ns/csvw",
"url": "test022-column-about-url.csv",
"tableSchema": {
"aboutUrl": "http://example.org/object/{id}",
"columns": [
{
"titles": "id",
"propertyUrl": "http://example.org/id"
},
{
"titles": "label",
"propertyUrl": "http://example.org/label"
},
{
"titles": "childId",
"propertyUrl": "http://example.org/id",
"valueUrl": "http://example.org/object/{childId}"
},
{
"titles": "childLabel",
"aboutUrl": "http://example.org/object/{childId}",
"propertyUrl": "http://example.org/label"
}
]
}
}