> Are there replacement tools out there for CONSTRUCTing RDF from CSV? Yes, SPARQL Anything can do that and 14 other file format inputs. https://github.com/SPARQL-Anything/sparql.anything
I think of it as the successor to Tarql. > I had been investigating RML tools to replace Tarql, but using SPARQL a la Tarql seems much nicer than trying to construct RML mappings. I agree. Although it would be nice to be able to express SPARQL CONSTRUCTS as RDF one day. I've started to explore that here: https://github.com/SPARQL-Anything/sparql.anything/discussions/327 On Fri, Jul 12, 2024 at 10:03 AM Shaw, Ryan <ryans...@unc.edu> wrote: > Tarql <https://tarql.github.io/> is a very useful tool that has not been > updated in 4+ years: > > https://github.com/tarql/tarql/commits/master/ > > It still requires Jena 3.11. > > Are there replacement tools out there for CONSTRUCTing RDF from CSV? > > If not, should Tarql perhaps become an extension of ARQ, given how widely > used it seems to be? > > Ryan