On 15.02.19 09:50, Conal Tuohy wrote: > I have used (and I can recommend) CSV2RDF from > https://github.com/theodi/csv2rdf which is compliant to the W3C's CSV on > the Web specification. You can generate RDF from CSV file by creating a > metadata file (in JSON format) which describes the CSV. It uses URI > Templates to specify how to convert CSV values into resource identifiers. > > NB this is different to Martynus's software of the same name.
I would also recommend CSV on the Web. Unfortunately the Ruby implementation has quite bad performance, for that reason we wrote our own streaming-based implementation. https://github.com/rdf-ext/rdf-parser-csvw There is no cli-tool right now, we use this in pipelines. For example: https://github.com/zazuko/blv-tierseuchen-ld/ regards Adrian
