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.
- 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