UNPKG

rdf-parser-csvw

Version:
31 lines (30 loc) 735 B
{ "@context": "http://www.w3.org/ns/csvw", "url": "test012-virtual-prefix-undeclared.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":"nonexistingprefix:Declaration" } ] } }