CSV2RDF
CSV2RDF copied to clipboard
Streaming, transforming, SPARQL-based CSV to RDF converter. Apache license.
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...
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()`.