UNPKG

rdf-parser-csvw

Version:
26 lines (25 loc) 542 B
{ "@context": "http://www.w3.org/ns/csvw", "url": "test006-minimal-prefix.csv", "tableSchema": { "aboutUrl": "http://example.org/id/{ID}", "columns": [ { "titles": "ID", "propertyUrl": "skos:notation" }, { "titles": "String", "propertyUrl": "rdfs:label" }, { "titles": "Int", "propertyUrl": "http://vocab.example.org/int" }, { "titles": "Reference", "propertyUrl": "http://vocab.example.org/reference" } ] } }