UNPKG

rdf-parser-csvw

Version:
27 lines (26 loc) 646 B
{ "@context": "http://www.w3.org/ns/csvw", "url": "test014-valueurl-template.csv", "tableSchema": { "aboutUrl": "http://example.org/id/{ID}", "columns": [ { "titles": "ID", "propertyUrl": "http://vocab.example.org/id" }, { "titles": "String", "propertyUrl": "http://vocab.example.org/string" }, { "titles": "Int", "propertyUrl": "http://vocab.example.org/int" }, { "titles": "Reference", "propertyUrl": "http://vocab.example.org/reference", "valueUrl":"http://example.org/id/reference/{Reference}" } ] } }