Skip to content

Files

Latest commit

a064a6d · Dec 5, 2017

History

History
15 lines (11 loc) · 730 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 730 Bytes

spanqit

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