rdf-tabular icon indicating copy to clipboard operation
rdf-tabular copied to clipboard

Tabular Data RDF Reader and JSON serializer

Results 3 rdf-tabular issues
Sort by recently updated
recently updated
newest added
trafficstars

I think rdf-tabular does not handle lists in columns properly, when mapping to RDF. I have a dataset of applications classified by their themes, and I need a list of...

I am using `rdf` from the command line as recommended: ``` rdf serialize --input-format tabular --output-format ttl file.csv ``` where `file.csv` is accompanied by `file.csv-metadata.json` I have been trying to...

I have a csv file and a metadata file on my file system. With csv2rdf I can write ```sh csv2rdf -t data/pplEx.csv -u pplEx.csv-meta.json -m minimal ``` in order to...