UNPKG

rdf-parser-csvw

Version:
31 lines (30 loc) 728 B
{ "@context": "http://www.w3.org/ns/csvw", "url": "test010-virtual-class.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" }, { "virtual":true, "propertyUrl":"http://vocab.example.org/type", "valueUrl":"http://vocab.example.org/SomeClass" } ] } }