UNPKG

rdf-parser-csvw

Version:
26 lines (25 loc) 576 B
{ "@context": "http://www.w3.org/ns/csvw", "url": "test005-minimal-quote.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" } ] } }