Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [rdf4j-dev] Java SPARQL Query Generator

Hi Anqit,

This looks really useful. Would you consider including this in the
RDF4J project?

Thanks,
James

On Mon, 2017-12-04 at 22:16 -0800, Anqit Praqash wrote:
> Hey there,
> 
> Just wanted to announce I've released what I think is a pretty
> significant update of spanqit, including support for SPARQL Update
> queries. I've also updated the spanqit-examples project to include
> example usage of the new features.
> 
> Check it out, I think it should be pretty useful for anyone needing
> to build SPARQL queries dynamically in Java.
> 
> Let me know if there are any issues and/or feature requests!
> 
> > I thought about the ability to translate directly to the rdf4j
> > model, though due to resource limitations, that may have to wait
> > for a later version :)
> > 
> > 
> > > On 16/09/16 11:34, Anqit Praqash wrote:
> > > > Hello,
> > > > 
> > > > I have create a programmatic SPARQL query generator at https://
> > > > github.com/anqit/spanqit/ that I think may be useful to this
> > > > group. It currently is using OpenRDF, but I am working on a
> > > > port to the new RDF4J. I hope this is not an inappropriate use
> > > > of this group. I don't mean this to be a spammy message, I
> > > > think it is a project that many here could find useful.
> > >  I haven't looked in detail yet, but the code examples look
> > > pretty good. A fluent query builder API has been on our ToDo list
> > > for a while. We have a beta version of this, but it was never
> > > developed beyond SPARQL 1.0 features and is almost non-
> > > documented.
> > > As for the project name: well. Er. You know :) 
> > > 
> > > It might be interesting to look at an extension where instead of
> > > serializing to string the query is converted directly to an RDF4J
> > > algebra model. 
> > > 
> > > Cheers,
> > > 
> > > Jeen
> > > 
> > > 
> > > 
> -- 
> You received this message because you are subscribed to the Google
> Groups "RDF4J Users" group.
> To unsubscribe from this group and stop receiving emails from it,
> send an email to rdf4j-users+unsubscribe@xxxxxxxxxxxxxxxx.
> To post to this group, send email to rdf4j-users@xxxxxxxxxxxxxxxx.
> Visit this group at https://groups.google.com/group/rdf4j-users.
> To view this discussion on the web visit https://groups.google.com/d/
> msgid/rdf4j-users/1e04e074-fa91-4ef0-a86b-
> 2f25e4ce8e24%40googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.


Back to the top