CSV2RDF icon indicating copy to clipboard operation
CSV2RDF copied to clipboard

Streaming, transforming, SPARQL-based CSV to RDF converter. Apache license.

Results 3 CSV2RDF issues
Sort by recently updated
recently updated
newest added

Since it operates on one row at a time. Discussion here: https://github.com/kg-construct/rml-questions/discussions/3#discussioncomment-1576136

Warnings from Jena, for instance when using an unknown function, are printed to std out, which messes up the output. This should be stderr or maybe a way to surpress...

enhancement

This would allow constructing quads by using Jena's [extended SPARQL syntax](https://jena.apache.org/documentation/query/construct-quad.html). In the code, it means calling `qex.execConstructDataset()` instead `qex.execConstruct()`.