/spanqit

A Java-based SPARQL query generator

Primary LanguageJavaApache License 2.0Apache-2.0

spanqit


Exciting update!

Spanqit has been merged into the Eclipse Foundation project rdf4j! As such, further development will continue there first, and perhaps backported here. Check out links to docs and the source code


A Java-based SPARQL query generator

Spanqit is an open source, fluent Java library to programatically create SPARQL queries. See the wiki and javadocs (coming soon) for more info.

New with version 1.1:

  • Support for all of the Update Queries!!
  • No more need for adapters, all RDF elements can be created from with Spanqit, including IRI's and blank nodes
  • support for more SPARQL syntax constructs like predicate-object lists in triple patterns and blank nodes
  • more convenience methods
  • some bug fixes and javadocs Check out the updated examples project for detailed usage