On Thu, 14 Feb 2019 at 23:59, elio hbeich <[email protected]> wrote:
> Dear all > > Do you have any suggestion about tools or XSLT that can transform CSV to > RDF > > Thank you in advance, > Elio HBEICH > 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. -- Conal Tuohy http://conaltuohy.com/ @conal_tuohy +61-466-324297
