Is there an equivalent of jsqlparser but for SPARQL instead of SQL?
Posted
by
Programmer
on Programmers
See other posts from Programmers
or by Programmer
Published on 2012-04-15T22:45:08Z
Indexed on
2012/04/15
23:44 UTC
Read the original article
Hit count: 182
I'm trying to use Java to construct a SPARQL query, and then send it off to a remote database. However, I'm new to both Java and SPARQL, so I was wondering if anyone could explain how to do this, rather than just posting a link.
I heard there is a tool called jsqlparser for the same task, except that it's for a SQL to SPARQL conversion using Java. Conversion nor parser won't be necessary, just a method for constructing a query and querying the database provided by the user.
© Programmers or respective owner