RE: Tarql

2024-07-16 Thread John Walker
> -Original Message- > From: Andy Seaborne > Sent: Monday, 15 July 2024 19:01 > To: users@jena.apache.org > Subject: Re: Tarql > > > > On 12/07/2024 16:03, Shaw, Ryan wrote: > > Tarql <https://tarql.github.io/> is a very useful tool that

Re: Tarql

2024-07-15 Thread Justin
> 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

Re: Tarql

2024-07-15 Thread Andy Seaborne
On 12/07/2024 16:03, Shaw, Ryan 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?

Re: Tarql

2024-07-13 Thread Paul Tyson
There is ottr[1]. I plan to further evaluate it for easing the input burden on non-RDF specialists who must contribute to linked data. Regards, --Paul [1] https://www.ottr.xyz On 7/12/24 10:03, Shaw, Ryan wrote: Tarql <https://tarql.github.io/> is a very useful tool that has no

Re: Tarql

2024-07-13 Thread Martynas Jusevičius
https://github.com/AtomGraph/CSV2RDF On Fri, 12 Jul 2024 at 18.03, Shaw, Ryan 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. &

Re: Tarql

2024-07-13 Thread Pietro Liuzzo
We have used SPARQL-Anything for a project and plan to use it again, works nicely. > Il giorno 12 lug 2024, alle ore 23:04, Øyvind Gjesdal ha > scritto: > > Sparql anything: I haven't used it, but have seen it: > https://github.com/SPARQL-Anything/sparql.anything It looks like it covers > cons

Re: Tarql

2024-07-12 Thread Shaw, Ryan
> On Jul 12, 2024, at 5:04 PM, Øyvind Gjesdal wrote: > > Sparql anything: I haven't used it, but have seen it: > https://github.com/SPARQL-Anything/sparql.anything Thank you, this looks very promising. I had been investigating RML tools to replace Tarql, but using SPARQL

Re: Tarql

2024-07-12 Thread Øyvind Gjesdal
Sparql anything: I haven't used it, but have seen it: https://github.com/SPARQL-Anything/sparql.anything It looks like it covers constructing RDF from CSV, as well as other inputs. Note that there may be a CVE (https://www.cve.org/CVERecord?id=CVE-2023-32200) if running it as an embedded jena-fusek

Re: Tarql

2024-07-12 Thread Pedro
https://github.com/tarql/tarql/pull/105 has the updates already sorted, it just needs merging On Fri, 12 Jul 2024, 16:05 Shaw, Ryan, wrote: > Tarql <https://tarql.github.io/> is a very useful tool that has not been > updated in 4+ years: > > https://github.com/tarql/tarql/comm

Tarql

2024-07-12 Thread Shaw, Ryan
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 extens