UNPKG

rdf-parser-csvw

Version:
23 lines (22 loc) 474 B
{ "@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 } ] } }